~ubuntu-branches/ubuntu/maverick/pango1.0/maverick-proposed

« back to all changes in this revision

Viewing changes to docs/html/pango-Scripts-and-Languages.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-05-15 12:19:21 UTC
  • mfrom: (1.2.60 upstream)
  • Revision ID: james.westby@ubuntu.com-20090515121921-othd6a1uqwfcanbl
Tags: 1.24.2-1ubuntu1
* Sync on Debian
* debian/rules:
  - Enable VFP pass on armel

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
#define             <a class="link" href="pango-Scripts-and-Languages.html#PANGO-TYPE-SCRIPT--CAPS" title="PANGO_TYPE_SCRIPT">PANGO_TYPE_SCRIPT</a>
61
61
                    <a class="link" href="pango-Scripts-and-Languages.html#PangoScriptIter" title="PangoScriptIter">PangoScriptIter</a>;
62
62
<a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript">PangoScript</a>         <a class="link" href="pango-Scripts-and-Languages.html#pango-script-for-unichar" title="pango_script_for_unichar ()">pango_script_for_unichar</a>            (<a
63
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"
 
63
href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"
64
64
>gunichar</a> ch);
65
65
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage">PangoLanguage</a> *     <a class="link" href="pango-Scripts-and-Languages.html#pango-script-get-sample-language" title="pango_script_get_sample_language ()">pango_script_get_sample_language</a>    (<a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript">PangoScript</a> script);
66
66
<a class="link" href="pango-Scripts-and-Languages.html#PangoScriptIter" title="PangoScriptIter">PangoScriptIter</a> *   <a class="link" href="pango-Scripts-and-Languages.html#pango-script-iter-new" title="pango_script_iter_new ()">pango_script_iter_new</a>               (const char *text,
70
70
                                                         G_CONST_RETURN char **end,
71
71
                                                         <a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript">PangoScript</a> *script);
72
72
<a
73
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
73
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
74
74
>gboolean</a>            <a class="link" href="pango-Scripts-and-Languages.html#pango-script-iter-next" title="pango_script_iter_next ()">pango_script_iter_next</a>              (<a class="link" href="pango-Scripts-and-Languages.html#PangoScriptIter" title="PangoScriptIter">PangoScriptIter</a> *iter);
75
75
void                <a class="link" href="pango-Scripts-and-Languages.html#pango-script-iter-free" title="pango_script_iter_free ()">pango_script_iter_free</a>              (<a class="link" href="pango-Scripts-and-Languages.html#PangoScriptIter" title="PangoScriptIter">PangoScriptIter</a> *iter);
76
76
                    <a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage">PangoLanguage</a>;
78
78
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage">PangoLanguage</a> *     <a class="link" href="pango-Scripts-and-Languages.html#pango-language-from-string" title="pango_language_from_string ()">pango_language_from_string</a>          (const char *language);
79
79
const char *        <a class="link" href="pango-Scripts-and-Languages.html#pango-language-to-string" title="pango_language_to_string ()">pango_language_to_string</a>            (<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage">PangoLanguage</a> *language);
80
80
<a
81
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
81
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
82
82
>gboolean</a>            <a class="link" href="pango-Scripts-and-Languages.html#pango-language-matches" title="pango_language_matches ()">pango_language_matches</a>              (<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage">PangoLanguage</a> *language,
83
83
                                                         const char *range_list);
84
84
<a
85
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
85
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
86
86
>gboolean</a>            <a class="link" href="pango-Scripts-and-Languages.html#pango-language-includes-script" title="pango_language_includes_script ()">pango_language_includes_script</a>      (<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage">PangoLanguage</a> *language,
87
87
                                                         <a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript">PangoScript</a> script);
88
88
const <a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript">PangoScript</a> * <a class="link" href="pango-Scripts-and-Languages.html#pango-language-get-scripts" title="pango_language_get_scripts ()">pango_language_get_scripts</a>          (<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage">PangoLanguage</a> *language,
200
200
Note that new types may be added in the future. Applications should be ready
201
201
to handle unknown values.  This enumeration is interchangeable with
202
202
<a
203
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#GUnicodeScript"
 
203
href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#GUnicodeScript"
204
204
><span class="type">GUnicodeScript</span></a>.  See <a class="ulink" href="http://www.unicode.org/reports/tr24/" target="_top">Unicode Standard Annex
205
205
#24: Script names</a>.
206
206
</p>
613
613
</pre>
614
614
<p>
615
615
The <a
616
 
href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
616
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
617
617
><span class="type">GObject</span></a> type for <a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript"><span class="type">PangoScript</span></a>
618
618
</p>
619
619
</div>
620
620
<hr>
621
621
<div class="refsect2" lang="en">
622
622
<a name="PangoScriptIter"></a><h3>PangoScriptIter</h3>
623
 
<pre class="programlisting">typedef struct {
624
 
  const gchar *text_start;
625
 
  const gchar *text_end;
626
 
 
627
 
  const gchar *script_start;
628
 
  const gchar *script_end;
629
 
  PangoScript script_code;
630
 
 
631
 
  ParenStackEntry paren_stack[PAREN_STACK_DEPTH];
632
 
  int paren_sp;
633
 
} PangoScriptIter;
634
 
</pre>
 
623
<pre class="programlisting">typedef struct _PangoScriptIter PangoScriptIter;</pre>
635
624
<p>
636
625
A <a class="link" href="pango-Scripts-and-Languages.html#PangoScriptIter" title="PangoScriptIter"><span class="type">PangoScriptIter</span></a> is used to iterate through a string
637
626
and identify ranges in different scripts.</p>
642
631
<div class="refsect2" lang="en">
643
632
<a name="pango-script-for-unichar"></a><h3>pango_script_for_unichar ()</h3>
644
633
<pre class="programlisting"><a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript">PangoScript</a>         pango_script_for_unichar            (<a
645
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"
 
634
href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"
646
635
>gunichar</a> ch);</pre>
647
636
<p>
648
637
Looks up the <a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript"><span class="type">PangoScript</span></a> for a particular character (as defined by
653
642
<p>
654
643
As of Pango 1.18, this function simply returns the return value of
655
644
<a
656
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#g-unichar-get-script"
 
645
href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#g-unichar-get-script"
657
646
><code class="function">g_unichar_get_script()</code></a>.</p>
658
647
<p>
659
648
</p>
726
715
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
727
716
<td> a <a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a> that is representative
728
717
of the script, or <a
729
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
718
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
730
719
><code class="literal">NULL</code></a> if no such language exists.
731
720
 
732
721
</td>
797
786
<tr>
798
787
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
799
788
<td> location to store start position of the range, or <a
800
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
789
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
801
790
><code class="literal">NULL</code></a>
802
791
</td>
803
792
</tr>
804
793
<tr>
805
794
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
806
795
<td> location to store end position of the range, or <a
807
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
796
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
808
797
><code class="literal">NULL</code></a>
809
798
</td>
810
799
</tr>
811
800
<tr>
812
801
<td><p><span class="term"><em class="parameter"><code>script</code></em> :</span></p></td>
813
802
<td> location to store script for range, or <a
814
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
803
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
815
804
><code class="literal">NULL</code></a>
816
805
</td>
817
806
</tr>
823
812
<div class="refsect2" lang="en">
824
813
<a name="pango-script-iter-next"></a><h3>pango_script_iter_next ()</h3>
825
814
<pre class="programlisting"><a
826
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
815
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
827
816
>gboolean</a>            pango_script_iter_next              (<a class="link" href="pango-Scripts-and-Languages.html#PangoScriptIter" title="PangoScriptIter">PangoScriptIter</a> *iter);</pre>
828
817
<p>
829
818
Advances a <a class="link" href="pango-Scripts-and-Languages.html#PangoScriptIter" title="PangoScriptIter"><span class="type">PangoScriptIter</span></a> to the next range. If <em class="parameter"><code>iter</code></em>
830
819
is already at the end, it is left unchanged and <a
831
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
 
820
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE--CAPS"
832
821
><code class="literal">FALSE</code></a>
833
822
is returned.</p>
834
823
<p>
844
833
<tr>
845
834
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
846
835
<td> <a
847
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
 
836
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
848
837
><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> was successfully advanced.
849
838
 
850
839
</td>
891
880
</pre>
892
881
<p>
893
882
The <a
894
 
href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
883
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
895
884
><span class="type">GObject</span></a> type for <a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a>.
896
885
</p>
897
886
</div>
921
910
<tr>
922
911
<td><p><span class="term"><em class="parameter"><code>language</code></em> :</span></p></td>
923
912
<td> a string representing a language tag, or <a
924
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
913
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
925
914
><code class="literal">NULL</code></a>
926
915
</td>
927
916
</tr>
928
917
<tr>
929
918
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
930
919
<td> an opaque pointer to a <a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a> structure, or <a
931
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
920
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
932
921
><code class="literal">NULL</code></a>
933
922
              if <em class="parameter"><code>language</code></em> was <a
934
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
923
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
935
924
><code class="literal">NULL</code></a>.  The returned pointer will be valid
936
925
              forever after, and should not be freed.
937
926
</td>
968
957
<div class="refsect2" lang="en">
969
958
<a name="pango-language-matches"></a><h3>pango_language_matches ()</h3>
970
959
<pre class="programlisting"><a
971
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
960
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
972
961
>gboolean</a>            pango_language_matches              (<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage">PangoLanguage</a> *language,
973
962
                                                         const char *range_list);</pre>
974
963
<p>
986
975
<td><p><span class="term"><em class="parameter"><code>language</code></em> :</span></p></td>
987
976
<td> a language tag (see <a class="link" href="pango-Scripts-and-Languages.html#pango-language-from-string" title="pango_language_from_string ()"><code class="function">pango_language_from_string()</code></a>),
988
977
           <a
989
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
978
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
990
979
><code class="literal">NULL</code></a> is allowed and matches nothing but '*'
991
980
</td>
992
981
</tr>
1001
990
<tr>
1002
991
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1003
992
<td> <a
1004
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
 
993
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
1005
994
><code class="literal">TRUE</code></a> if a match was found.
1006
995
</td>
1007
996
</tr>
1012
1001
<div class="refsect2" lang="en">
1013
1002
<a name="pango-language-includes-script"></a><h3>pango_language_includes_script ()</h3>
1014
1003
<pre class="programlisting"><a
1015
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
1004
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
1016
1005
>gboolean</a>            pango_language_includes_script      (<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage">PangoLanguage</a> *language,
1017
1006
                                                         <a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript">PangoScript</a> script);</pre>
1018
1007
<p>
1020
1009
write <em class="parameter"><code>language</code></em>. The returned value is conservative;
1021
1010
if nothing is known about the language tag <em class="parameter"><code>language</code></em>,
1022
1011
<a
1023
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
 
1012
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
1024
1013
><code class="literal">TRUE</code></a> will be returned, since, as far as Pango knows,
1025
1014
<em class="parameter"><code>script</code></em> might be used to write <em class="parameter"><code>language</code></em>.
1026
1015
</p>
1040
1029
<tr>
1041
1030
<td><p><span class="term"><em class="parameter"><code>language</code></em> :</span></p></td>
1042
1031
<td> a <a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a>, or <a
1043
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
1032
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1044
1033
><code class="literal">NULL</code></a>
1045
1034
</td>
1046
1035
</tr>
1052
1041
<tr>
1053
1042
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1054
1043
<td> <a
1055
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
 
1044
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
1056
1045
><code class="literal">TRUE</code></a> if <em class="parameter"><code>script</code></em> is one of the scripts used
1057
1046
to write <em class="parameter"><code>language</code></em> or if nothing is known about <em class="parameter"><code>language</code></em>
1058
1047
(including the case that <em class="parameter"><code>language</code></em> is <a
1059
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
1048
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1060
1049
><code class="literal">NULL</code></a>),
1061
1050
<a
1062
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
 
1051
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE--CAPS"
1063
1052
><code class="literal">FALSE</code></a> otherwise.
1064
1053
 
1065
1054
</td>
1077
1066
Determines the scripts used to to write <em class="parameter"><code>language</code></em>.
1078
1067
If nothing is known about the language tag <em class="parameter"><code>language</code></em>,
1079
1068
or if <em class="parameter"><code>language</code></em> is <a
1080
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
1069
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1081
1070
><code class="literal">NULL</code></a>, then <a
1082
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
1071
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1083
1072
><code class="literal">NULL</code></a> is returned.
1084
1073
The list of scripts returned starts with the script that the
1085
1074
language uses most and continues to the one it uses least.
1087
1076
<p>
1088
1077
The value <em class="parameter"><code>num_script</code></em> points at will be set to the number
1089
1078
of scripts in the returned array (or zero if <a
1090
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
1079
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1091
1080
><code class="literal">NULL</code></a> is returned).
1092
1081
</p>
1093
1082
<p>
1097
1086
any assumptions on the maximum number of scripts returned
1098
1087
though, except that it is positive if the return value is not
1099
1088
<a
1100
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
1089
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1101
1090
><code class="literal">NULL</code></a>, and it is a small number.
1102
1091
</p>
1103
1092
<p>
1111
1100
<tr>
1112
1101
<td><p><span class="term"><em class="parameter"><code>language</code></em> :</span></p></td>
1113
1102
<td> a <a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a>, or <a
1114
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
1103
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1115
1104
><code class="literal">NULL</code></a>
1116
1105
</td>
1117
1106
</tr>
1118
1107
<tr>
1119
1108
<td><p><span class="term"><em class="parameter"><code>num_scripts</code></em> :</span></p></td>
1120
1109
<td> location to return number of scripts, or <a
1121
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
1110
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1122
1111
><code class="literal">NULL</code></a>
1123
1112
</td>
1124
1113
</tr>
1127
1116
<td> An array of <a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript"><span class="type">PangoScript</span></a> values, with the
1128
1117
number of entries in the array stored in <em class="parameter"><code>num_scripts</code></em>, or
1129
1118
<a
1130
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
1119
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1131
1120
><code class="literal">NULL</code></a> if Pango does not have any information about this
1132
1121
particular language tag (also the case if <em class="parameter"><code>language</code></em> is <a
1133
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
1122
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1134
1123
><code class="literal">NULL</code></a>).
1135
1124
The returned array is owned by Pango and should not be modified
1136
1125
or freed.
1164
1153
variables, and setting them won't affect the behavior of functions
1165
1154
like <code class="function">ctime()</code>. The user sets the locale through the Regional Options
1166
1155
in the Control Panel. The C library (in the <a
1167
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-running.html#setlocale"
 
1156
href="http://library.gnome.org/devel/glib/unstable/glib-running.html#setlocale"
1168
1157
><code class="function">setlocale()</code></a> function)
1169
1158
does not use country and language codes, but country and language
1170
1159
names spelled out in English.
1209
1198
</p>
1210
1199
<p>
1211
1200
If <em class="parameter"><code>language</code></em> is <a
1212
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
1201
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1213
1202
><code class="literal">NULL</code></a>, the default language as found by
1214
1203
<a class="link" href="pango-Scripts-and-Languages.html#pango-language-get-default" title="pango_language_get_default ()"><code class="function">pango_language_get_default()</code></a> is used.
1215
1204
</p>
1230
1219
<tr>
1231
1220
<td><p><span class="term"><em class="parameter"><code>language</code></em> :</span></p></td>
1232
1221
<td> a <a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a>, or <a
1233
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
1222
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1234
1223
><code class="literal">NULL</code></a>
1235
1224
</td>
1236
1225
</tr>