pango 1.0.3-x86-mingw32 → 1.1.0-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. data/ext/pango/extconf.rb +3 -0
  2. data/ext/pango/rbpango.c +312 -12
  3. data/ext/pango/rbpango.h +33 -22
  4. data/ext/pango/rbpangoanalysis.c +98 -58
  5. data/ext/pango/rbpangoattribute.c +94 -85
  6. data/ext/pango/rbpangoattriterator.c +39 -28
  7. data/ext/pango/rbpangoattrlist.c +42 -32
  8. data/ext/pango/rbpangocairo.c +38 -172
  9. data/ext/pango/rbpangocairocontext.c +151 -0
  10. data/ext/pango/rbpangocolor.c +49 -38
  11. data/ext/pango/rbpangocontext.c +109 -102
  12. data/ext/pango/rbpangoconversions.h +111 -0
  13. data/ext/pango/rbpangocoverage.c +45 -37
  14. data/ext/pango/rbpangoengine.c +22 -12
  15. data/ext/pango/rbpangofont.c +52 -43
  16. data/ext/pango/rbpangofontdescription.c +102 -91
  17. data/ext/pango/rbpangofontface.c +32 -21
  18. data/ext/pango/rbpangofontfamily.c +31 -20
  19. data/ext/pango/rbpangofontmap.c +44 -36
  20. data/ext/pango/rbpangofontmetrics.c +41 -30
  21. data/ext/pango/rbpangofontset.c +32 -21
  22. data/ext/pango/rbpangofontsetsimple.c +34 -24
  23. data/ext/pango/rbpangoglyphinfo.c +48 -35
  24. data/ext/pango/rbpangoglyphitem.c +43 -33
  25. data/ext/pango/rbpangoglyphstring.c +59 -59
  26. data/ext/pango/rbpangogravity.c +34 -23
  27. data/ext/pango/rbpangoitem.c +43 -34
  28. data/ext/pango/rbpangolanguage.c +44 -34
  29. data/ext/pango/rbpangolayout.c +167 -160
  30. data/ext/pango/rbpangolayoutiter.c +70 -59
  31. data/ext/pango/rbpangolayoutline.c +106 -71
  32. data/ext/pango/rbpangologattr.c +42 -31
  33. data/ext/pango/rbpangomatrix.c +47 -35
  34. data/ext/pango/rbpangoprivate.h +53 -0
  35. data/ext/pango/rbpangorectangle.c +58 -49
  36. data/ext/pango/rbpangorenderer.c +81 -70
  37. data/ext/pango/rbpangoscript.c +37 -27
  38. data/ext/pango/rbpangoscriptiter.c +32 -22
  39. data/ext/pango/rbpangotabarray.c +48 -37
  40. data/lib/1.8/pango.so +0 -0
  41. data/lib/1.9/pango.so +0 -0
  42. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  43. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  44. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  45. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  46. data/vendor/local/bin/pango-querymodules.exe +0 -0
  47. data/vendor/local/bin/pango-view.exe +0 -0
  48. data/vendor/local/etc/pango/pango.modules +1 -1
  49. data/vendor/local/include/pango-1.0/pango/pango-attributes.h +1 -1
  50. data/vendor/local/include/pango-1.0/pango/pango-context.h +3 -3
  51. data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
  52. data/vendor/local/include/pango-1.0/pango/pango-font.h +3 -3
  53. data/vendor/local/include/pango-1.0/pango/pango-language.h +3 -3
  54. data/vendor/local/include/pango-1.0/pango/pango-layout.h +6 -1
  55. data/vendor/local/include/pango-1.0/pango/pango-renderer.h +1 -1
  56. data/vendor/local/include/pango-1.0/pango/pango-script.h +6 -6
  57. data/vendor/local/include/pango-1.0/pango/pango-utils.h +6 -6
  58. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  59. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  60. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  61. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  62. data/vendor/local/lib/pango-1.0.def +2 -0
  63. data/vendor/local/lib/pango-1.0.lib +0 -0
  64. data/vendor/local/lib/pangocairo-1.0.lib +0 -0
  65. data/vendor/local/lib/pangoft2-1.0.lib +0 -0
  66. data/vendor/local/lib/pangowin32-1.0.def +1 -1
  67. data/vendor/local/lib/pangowin32-1.0.lib +0 -0
  68. data/vendor/local/lib/pkgconfig/pango.pc +1 -1
  69. data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
  70. data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
  71. data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
  72. data/vendor/local/manifest/{pango-dev_1.28.3-1_win32.mft → pango-dev_1.29.4-1_win32.mft} +5 -5
  73. data/vendor/local/manifest/{pango_1.28.3-1_win32.mft → pango_1.29.4-1_win32.mft} +2 -2
  74. data/vendor/local/share/doc/{pango-1.28.3 → pango-1.29.4}/COPYING +0 -0
  75. data/vendor/local/share/doc/{pango-dev-1.28.3 → pango-dev-1.29.4}/COPYING +0 -0
  76. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -10
  77. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +25 -27
  78. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +19 -28
  79. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +42 -60
  80. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +97 -147
  81. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -6
  82. data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -3
  83. data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -3
  84. data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -3
  85. data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +5 -5
  86. data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +3 -5
  87. data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -3
  88. data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +3 -3
  89. data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -5
  90. data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -3
  91. data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +4 -4
  92. data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +8 -11
  93. data/vendor/local/share/gtk-doc/html/pango/index-1.30.html +38 -0
  94. data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -3
  95. data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +4 -4
  96. data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +4 -4
  97. data/vendor/local/share/gtk-doc/html/pango/index-all.html +38 -40
  98. data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -3
  99. data/vendor/local/share/gtk-doc/html/pango/index.html +6 -5
  100. data/vendor/local/share/gtk-doc/html/pango/index.sgml +71 -34
  101. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -3
  102. data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +4 -66
  103. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +52 -50
  104. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +217 -278
  105. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +40 -41
  106. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +37 -49
  107. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +481 -628
  108. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +76 -118
  109. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +302 -452
  110. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +492 -517
  111. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +134 -164
  112. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +34 -45
  113. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +244 -359
  114. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +117 -122
  115. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +112 -120
  116. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +394 -523
  117. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +269 -364
  118. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +26 -40
  119. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +72 -75
  120. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +97 -145
  121. data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +114 -188
  122. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +114 -176
  123. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +42 -8
  124. data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +106 -150
  125. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +3 -3
  126. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +35 -35
  127. data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -3
  128. data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -3
  129. data/vendor/local/share/gtk-doc/html/pango/style.css +2 -1
  130. data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -3
  131. data/vendor/local/share/man/man1/pango-querymodules.1 +12 -3
  132. data/vendor/local/share/man/man1/pango-view.1 +2 -2
  133. data/vendor/local/src/dieterv/packaging/pango_1.29.4-1_win32.log +806 -0
  134. data/vendor/local/src/{tml/packaging/pango_1.28.3-1_win32.sh → dieterv/packaging/pango_1.29.4-1_win32.sh} +7 -7
  135. metadata +19 -19
  136. data/ChangeLog +0 -721
  137. data/ext/pango/rbpangoinits.c +0 -72
  138. data/ext/pango/rbpangomain.c +0 -202
  139. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +0 -799
  140. data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.log +0 -950
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Miscellaneous Utilities</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="Pango Reference Manual">
8
8
  <link rel="up" href="lowlevel.html" title="Low Level Functionality">
9
9
  <link rel="prev" href="pango-Modules.html" title="Modules">
10
10
  <link rel="next" href="pango-Version-Checking.html" title="Version Checking">
11
- <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -39,42 +39,42 @@
39
39
  <a name="pango-Miscellaneous-Utilities.synopsis"></a><h2>Synopsis</h2>
40
40
  <pre class="synopsis"><span class="returnvalue">char</span> ** <a class="link" href="pango-Miscellaneous-Utilities.html#pango-split-file-list" title="pango_split_file_list ()">pango_split_file_list</a> (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>);
41
41
  <span class="returnvalue">char</span> * <a class="link" href="pango-Miscellaneous-Utilities.html#pango-trim-string" title="pango_trim_string ()">pango_trim_string</a> (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>);
42
- <span class="returnvalue">gint</span> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-read-line" title="pango_read_line ()">pango_read_line</a> (<em class="parameter"><code><span class="type">FILE</span> *stream</code></em>,
43
- <em class="parameter"><code><span class="type">GString</span> *str</code></em>);
44
- <span class="returnvalue">gboolean</span> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-skip-space" title="pango_skip_space ()">pango_skip_space</a> (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>);
45
- <span class="returnvalue">gboolean</span> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-scan-word" title="pango_scan_word ()">pango_scan_word</a> (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
46
- <em class="parameter"><code><span class="type">GString</span> *out</code></em>);
47
- <span class="returnvalue">gboolean</span> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-scan-string" title="pango_scan_string ()">pango_scan_string</a> (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
48
- <em class="parameter"><code><span class="type">GString</span> *out</code></em>);
49
- <span class="returnvalue">gboolean</span> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-scan-int" title="pango_scan_int ()">pango_scan_int</a> (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
42
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-read-line" title="pango_read_line ()">pango_read_line</a> (<em class="parameter"><code><span class="type">FILE</span> *stream</code></em>,
43
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *str</code></em>);
44
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-skip-space" title="pango_skip_space ()">pango_skip_space</a> (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>);
45
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-scan-word" title="pango_scan_word ()">pango_scan_word</a> (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
46
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *out</code></em>);
47
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-scan-string" title="pango_scan_string ()">pango_scan_string</a> (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
48
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *out</code></em>);
49
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-scan-int" title="pango_scan_int ()">pango_scan_int</a> (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
50
50
  <em class="parameter"><code><span class="type">int</span> *out</code></em>);
51
51
  <span class="returnvalue">char</span> * <a class="link" href="pango-Miscellaneous-Utilities.html#pango-config-key-get" title="pango_config_key_get ()">pango_config_key_get</a> (<em class="parameter"><code>const <span class="type">char</span> *key</code></em>);
52
52
  <span class="returnvalue">void</span> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-lookup-aliases" title="pango_lookup_aliases ()">pango_lookup_aliases</a> (<em class="parameter"><code>const <span class="type">char</span> *fontname</code></em>,
53
53
  <em class="parameter"><code><span class="type">char</span> ***families</code></em>,
54
54
  <em class="parameter"><code><span class="type">int</span> *n_families</code></em>);
55
- <span class="returnvalue">gboolean</span> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-enum" title="pango_parse_enum ()">pango_parse_enum</a> (<em class="parameter"><code><span class="type">GType</span> type</code></em>,
55
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-enum" title="pango_parse_enum ()">pango_parse_enum</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>,
56
56
  <em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
57
57
  <em class="parameter"><code><span class="type">int</span> *value</code></em>,
58
- <em class="parameter"><code><span class="type">gboolean</span> warn</code></em>,
58
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> warn</code></em>,
59
59
  <em class="parameter"><code><span class="type">char</span> **possible_values</code></em>);
60
- <span class="returnvalue">gboolean</span> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-style" title="pango_parse_style ()">pango_parse_style</a> (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
61
- <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoStyle" title="enum PangoStyle"><span class="type">PangoStyle</span></a> *style</code></em>,
62
- <em class="parameter"><code><span class="type">gboolean</span> warn</code></em>);
63
- <span class="returnvalue">gboolean</span> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-variant" title="pango_parse_variant ()">pango_parse_variant</a> (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
64
- <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoVariant" title="enum PangoVariant"><span class="type">PangoVariant</span></a> *variant</code></em>,
65
- <em class="parameter"><code><span class="type">gboolean</span> warn</code></em>);
66
- <span class="returnvalue">gboolean</span> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-weight" title="pango_parse_weight ()">pango_parse_weight</a> (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
67
- <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoWeight" title="enum PangoWeight"><span class="type">PangoWeight</span></a> *weight</code></em>,
68
- <em class="parameter"><code><span class="type">gboolean</span> warn</code></em>);
69
- <span class="returnvalue">gboolean</span> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-stretch" title="pango_parse_stretch ()">pango_parse_stretch</a> (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
70
- <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoStretch" title="enum PangoStretch"><span class="type">PangoStretch</span></a> *stretch</code></em>,
71
- <em class="parameter"><code><span class="type">gboolean</span> warn</code></em>);
60
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-style" title="pango_parse_style ()">pango_parse_style</a> (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
61
+ <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoStyle"><span class="type">PangoStyle</span></a> *style</code></em>,
62
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> warn</code></em>);
63
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-variant" title="pango_parse_variant ()">pango_parse_variant</a> (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
64
+ <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoVariant"><span class="type">PangoVariant</span></a> *variant</code></em>,
65
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> warn</code></em>);
66
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-weight" title="pango_parse_weight ()">pango_parse_weight</a> (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
67
+ <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoWeight"><span class="type">PangoWeight</span></a> *weight</code></em>,
68
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> warn</code></em>);
69
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-parse-stretch" title="pango_parse_stretch ()">pango_parse_stretch</a> (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
70
+ <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoStretch"><span class="type">PangoStretch</span></a> *stretch</code></em>,
71
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> warn</code></em>);
72
72
  const <span class="returnvalue">char</span> * <a class="link" href="pango-Miscellaneous-Utilities.html#pango-get-sysconf-subdirectory" title="pango_get_sysconf_subdirectory ()">pango_get_sysconf_subdirectory</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
73
73
  const <span class="returnvalue">char</span> * <a class="link" href="pango-Miscellaneous-Utilities.html#pango-get-lib-subdirectory" title="pango_get_lib_subdirectory ()">pango_get_lib_subdirectory</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
74
- <span class="returnvalue">guint8</span> * <a class="link" href="pango-Miscellaneous-Utilities.html#pango-log2vis-get-embedding-levels" title="pango_log2vis_get_embedding_levels ()">pango_log2vis_get_embedding_levels</a> (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
74
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a> * <a class="link" href="pango-Miscellaneous-Utilities.html#pango-log2vis-get-embedding-levels" title="pango_log2vis_get_embedding_levels ()">pango_log2vis_get_embedding_levels</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
75
75
  <em class="parameter"><code><span class="type">int</span> length</code></em>,
76
- <em class="parameter"><code><a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="type">PangoDirection</span></a> *pbase_dir</code></em>);
77
- <span class="returnvalue">gboolean</span> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-is-zero-width" title="pango_is_zero_width ()">pango_is_zero_width</a> (<em class="parameter"><code><span class="type">gunichar</span> ch</code></em>);
76
+ <em class="parameter"><code><a class="link" href="pango-Bidirectional-Text.html#PangoDirection"><span class="type">PangoDirection</span></a> *pbase_dir</code></em>);
77
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-is-zero-width" title="pango_is_zero_width ()">pango_is_zero_width</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> ch</code></em>);
78
78
  <span class="returnvalue">void</span> <a class="link" href="pango-Miscellaneous-Utilities.html#pango-quantize-line-geometry" title="pango_quantize_line_geometry ()">pango_quantize_line_geometry</a> (<em class="parameter"><code><span class="type">int</span> *thickness</code></em>,
79
79
  <em class="parameter"><code><span class="type">int</span> *position</code></em>);
80
80
  </pre>
@@ -92,7 +92,7 @@ backends and modules, but may be useful for other purposes too.
92
92
  <a name="pango-split-file-list"></a><h3>pango_split_file_list ()</h3>
93
93
  <pre class="programlisting"><span class="returnvalue">char</span> ** pango_split_file_list (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>);</pre>
94
94
  <p>
95
- Splits a <code class="literal">G_SEARCHPATH_SEPARATOR</code>-separated list of files, stripping
95
+ Splits a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"><code class="literal">G_SEARCHPATH_SEPARATOR</code></a>-separated list of files, stripping
96
96
  white space and substituting ~/ with $HOME/.
97
97
  </p>
98
98
  <div class="variablelist"><table border="0">
@@ -100,12 +100,12 @@ white space and substituting ~/ with $HOME/.
100
100
  <tbody>
101
101
  <tr>
102
102
  <td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
103
- <td>a <code class="literal">G_SEARCHPATH_SEPARATOR</code> separated list of filenames
104
- </td>
103
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"><code class="literal">G_SEARCHPATH_SEPARATOR</code></a> separated list of filenames</td>
105
104
  </tr>
106
105
  <tr>
107
106
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
108
- <td> a list of strings to be freed with <code class="function">g_strfreev()</code>
107
+ <td>a list of
108
+ strings to be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/array"><span class="acronym">array</span></a> zero-terminated=1]</span>
109
109
  </td>
110
110
  </tr>
111
111
  </tbody>
@@ -123,12 +123,11 @@ Trims leading and trailing whitespace from a string.
123
123
  <tbody>
124
124
  <tr>
125
125
  <td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
126
- <td>a string
127
- </td>
126
+ <td>a string</td>
128
127
  </tr>
129
128
  <tr>
130
129
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
131
- <td> A newly-allocated string that must be freed with <code class="function">g_free()</code>
130
+ <td>A newly-allocated string that must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
132
131
  </td>
133
132
  </tr>
134
133
  </tbody>
@@ -137,8 +136,8 @@ Trims leading and trailing whitespace from a string.
137
136
  <hr>
138
137
  <div class="refsect2">
139
138
  <a name="pango-read-line"></a><h3>pango_read_line ()</h3>
140
- <pre class="programlisting"><span class="returnvalue">gint</span> pango_read_line (<em class="parameter"><code><span class="type">FILE</span> *stream</code></em>,
141
- <em class="parameter"><code><span class="type">GString</span> *str</code></em>);</pre>
139
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> pango_read_line (<em class="parameter"><code><span class="type">FILE</span> *stream</code></em>,
140
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *str</code></em>);</pre>
142
141
  <p>
143
142
  Reads an entire line from a file into a buffer. Lines may
144
143
  be delimited with '\n', '\r', '\n\r', or '\r\n'. The delimiter
@@ -153,21 +152,19 @@ unmodified.
153
152
  <tbody>
154
153
  <tr>
155
154
  <td><p><span class="term"><em class="parameter"><code>stream</code></em> :</span></p></td>
156
- <td>a stdio stream
157
- </td>
155
+ <td>a stdio stream</td>
158
156
  </tr>
159
157
  <tr>
160
158
  <td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
161
159
  <td>
162
- <span class="type">GString</span> buffer into which to write the result
160
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> buffer into which to write the result. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
163
161
  </td>
164
162
  </tr>
165
163
  <tr>
166
164
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
167
- <td> 0 if the stream was already at an <code class="literal">EOF</code> character, otherwise
168
- the number of lines read (this is useful for maintaining
169
- a line number counter which doesn't combine lines with '\')
170
- </td>
165
+ <td>0 if the stream was already at an <code class="literal">EOF</code> character, otherwise
166
+ the number of lines read (this is useful for maintaining
167
+ a line number counter which doesn't combine lines with '\')</td>
171
168
  </tr>
172
169
  </tbody>
173
170
  </table></div>
@@ -175,7 +172,7 @@ unmodified.
175
172
  <hr>
176
173
  <div class="refsect2">
177
174
  <a name="pango-skip-space"></a><h3>pango_skip_space ()</h3>
178
- <pre class="programlisting"><span class="returnvalue">gboolean</span> pango_skip_space (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>);</pre>
175
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> pango_skip_space (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>);</pre>
179
176
  <p>
180
177
  Skips 0 or more characters of white space.
181
178
  </p>
@@ -184,14 +181,14 @@ Skips 0 or more characters of white space.
184
181
  <tbody>
185
182
  <tr>
186
183
  <td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
187
- <td>in/out string position
184
+ <td>in/out string position. <span class="annotation">[<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a>]</span>
188
185
  </td>
189
186
  </tr>
190
187
  <tr>
191
188
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
192
- <td> <code class="literal">FALSE</code> if skipping the white space leaves
193
- the position at a '\0' character.
194
- </td>
189
+ <td>
190
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if skipping the white space leaves
191
+ the position at a '\0' character.</td>
195
192
  </tr>
196
193
  </tbody>
197
194
  </table></div>
@@ -199,10 +196,10 @@ the position at a '\0' character.
199
196
  <hr>
200
197
  <div class="refsect2">
201
198
  <a name="pango-scan-word"></a><h3>pango_scan_word ()</h3>
202
- <pre class="programlisting"><span class="returnvalue">gboolean</span> pango_scan_word (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
203
- <em class="parameter"><code><span class="type">GString</span> *out</code></em>);</pre>
199
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> pango_scan_word (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
200
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *out</code></em>);</pre>
204
201
  <p>
205
- Scans a word into a <span class="type">GString</span> buffer. A word consists
202
+ Scans a word into a <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> buffer. A word consists
206
203
  of [A-Za-z_] followed by zero or more [A-Za-z_0-9]
207
204
  Leading white space is skipped.
208
205
  </p>
@@ -211,18 +208,18 @@ Leading white space is skipped.
211
208
  <tbody>
212
209
  <tr>
213
210
  <td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
214
- <td>in/out string position
211
+ <td>in/out string position. <span class="annotation">[<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a>]</span>
215
212
  </td>
216
213
  </tr>
217
214
  <tr>
218
215
  <td><p><span class="term"><em class="parameter"><code>out</code></em> :</span></p></td>
219
- <td>a <span class="type">GString</span> into which to write the result
216
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> into which to write the result. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
220
217
  </td>
221
218
  </tr>
222
219
  <tr>
223
220
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
224
- <td> <code class="literal">FALSE</code> if a parse error occurred.
225
- </td>
221
+ <td>
222
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if a parse error occurred.</td>
226
223
  </tr>
227
224
  </tbody>
228
225
  </table></div>
@@ -230,10 +227,10 @@ Leading white space is skipped.
230
227
  <hr>
231
228
  <div class="refsect2">
232
229
  <a name="pango-scan-string"></a><h3>pango_scan_string ()</h3>
233
- <pre class="programlisting"><span class="returnvalue">gboolean</span> pango_scan_string (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
234
- <em class="parameter"><code><span class="type">GString</span> *out</code></em>);</pre>
230
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> pango_scan_string (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
231
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *out</code></em>);</pre>
235
232
  <p>
236
- Scans a string into a <span class="type">GString</span> buffer. The string may either
233
+ Scans a string into a <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> buffer. The string may either
237
234
  be a sequence of non-white-space characters, or a quoted
238
235
  string with '"'. Instead a quoted string, '\"' represents
239
236
  a literal quote. Leading white space outside of quotes is skipped.
@@ -243,18 +240,18 @@ a literal quote. Leading white space outside of quotes is skipped.
243
240
  <tbody>
244
241
  <tr>
245
242
  <td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
246
- <td>in/out string position
243
+ <td>in/out string position. <span class="annotation">[<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a>]</span>
247
244
  </td>
248
245
  </tr>
249
246
  <tr>
250
247
  <td><p><span class="term"><em class="parameter"><code>out</code></em> :</span></p></td>
251
- <td>a <span class="type">GString</span> into which to write the result
248
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> into which to write the result. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
252
249
  </td>
253
250
  </tr>
254
251
  <tr>
255
252
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
256
- <td> <code class="literal">FALSE</code> if a parse error occurred.
257
- </td>
253
+ <td>
254
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if a parse error occurred.</td>
258
255
  </tr>
259
256
  </tbody>
260
257
  </table></div>
@@ -262,7 +259,7 @@ a literal quote. Leading white space outside of quotes is skipped.
262
259
  <hr>
263
260
  <div class="refsect2">
264
261
  <a name="pango-scan-int"></a><h3>pango_scan_int ()</h3>
265
- <pre class="programlisting"><span class="returnvalue">gboolean</span> pango_scan_int (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
262
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> pango_scan_int (<em class="parameter"><code>const <span class="type">char</span> **pos</code></em>,
266
263
  <em class="parameter"><code><span class="type">int</span> *out</code></em>);</pre>
267
264
  <p>
268
265
  Scans an integer.
@@ -273,18 +270,18 @@ Leading white space is skipped.
273
270
  <tbody>
274
271
  <tr>
275
272
  <td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
276
- <td>in/out string position
273
+ <td>in/out string position. <span class="annotation">[<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a>]</span>
277
274
  </td>
278
275
  </tr>
279
276
  <tr>
280
277
  <td><p><span class="term"><em class="parameter"><code>out</code></em> :</span></p></td>
281
- <td>an int into which to write the result
278
+ <td>an int into which to write the result. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
282
279
  </td>
283
280
  </tr>
284
281
  <tr>
285
282
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
286
- <td> <code class="literal">FALSE</code> if a parse error occurred.
287
- </td>
283
+ <td>
284
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if a parse error occurred.</td>
288
285
  </tr>
289
286
  </tbody>
290
287
  </table></div>
@@ -303,14 +300,12 @@ Looks up a key in the Pango config database
303
300
  <tbody>
304
301
  <tr>
305
302
  <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
306
- <td>Key to look up, in the form "SECTION/KEY".
307
- </td>
303
+ <td>Key to look up, in the form "SECTION/KEY".</td>
308
304
  </tr>
309
305
  <tr>
310
306
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
311
- <td> the value, if found, otherwise <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. The value is a
312
- newly-allocated string and must be freed with <code class="function">g_free()</code>.
313
- </td>
307
+ <td>the value, if found, otherwise <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. The value is a
308
+ newly-allocated string and must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
314
309
  </tr>
315
310
  </tbody>
316
311
  </table></div>
@@ -331,18 +326,17 @@ and the number of families in <em class="parameter"><code>n_families</code></em>
331
326
  <tbody>
332
327
  <tr>
333
328
  <td><p><span class="term"><em class="parameter"><code>fontname</code></em> :</span></p></td>
334
- <td>an ascii string
335
- </td>
329
+ <td>an ascii string</td>
336
330
  </tr>
337
331
  <tr>
338
332
  <td><p><span class="term"><em class="parameter"><code>families</code></em> :</span></p></td>
339
333
  <td>will be set to an array of font family names.
340
- this array is owned by pango and should not be freed.
334
+ this array is owned by pango and should not be freed. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/array"><span class="acronym">array</span></a> length=n_families]</span>
341
335
  </td>
342
336
  </tr>
343
337
  <tr>
344
338
  <td><p><span class="term"><em class="parameter"><code>n_families</code></em> :</span></p></td>
345
- <td>will be set to the length of the <em class="parameter"><code>families</code></em> array.
339
+ <td>will be set to the length of the <em class="parameter"><code>families</code></em> array. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
346
340
  </td>
347
341
  </tr>
348
342
  </tbody>
@@ -351,56 +345,53 @@ and the number of families in <em class="parameter"><code>n_families</code></em>
351
345
  <hr>
352
346
  <div class="refsect2">
353
347
  <a name="pango-parse-enum"></a><h3>pango_parse_enum ()</h3>
354
- <pre class="programlisting"><span class="returnvalue">gboolean</span> pango_parse_enum (<em class="parameter"><code><span class="type">GType</span> type</code></em>,
348
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> pango_parse_enum (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>,
355
349
  <em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
356
350
  <em class="parameter"><code><span class="type">int</span> *value</code></em>,
357
- <em class="parameter"><code><span class="type">gboolean</span> warn</code></em>,
351
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> warn</code></em>,
358
352
  <em class="parameter"><code><span class="type">char</span> **possible_values</code></em>);</pre>
359
353
  <p>
360
354
  Parses an enum type and stores the result in <em class="parameter"><code>value</code></em>.
361
355
  </p>
362
356
  <p>
363
357
  If <em class="parameter"><code>str</code></em> does not match the nick name of any of the possible values for the
364
- enum and is not an integer, <code class="literal">FALSE</code> is returned, a warning is issued
365
- if <em class="parameter"><code>warn</code></em> is <code class="literal">TRUE</code>, and a
358
+ enum and is not an integer, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned, a warning is issued
359
+ if <em class="parameter"><code>warn</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, and a
366
360
  string representing the list of possible values is stored in
367
361
  <em class="parameter"><code>possible_values</code></em>. The list is slash-separated, eg.
368
- "none/start/middle/end". If failed and <em class="parameter"><code>possible_values</code></em> is not <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>,
369
- returned string should be freed using <code class="function">g_free()</code>.
362
+ "none/start/middle/end". If failed and <em class="parameter"><code>possible_values</code></em> is not <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>,
363
+ returned string should be freed using <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
370
364
  </p>
371
365
  <div class="variablelist"><table border="0">
372
366
  <col align="left" valign="top">
373
367
  <tbody>
374
368
  <tr>
375
369
  <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
376
- <td>enum type to parse, eg. <a class="link" href="pango-Layout-Objects.html#PANGO-TYPE-ELLIPSIZE-MODE:CAPS" title="PANGO_TYPE_ELLIPSIZE_MODE"><code class="literal">PANGO_TYPE_ELLIPSIZE_MODE</code></a>.
377
- </td>
370
+ <td>enum type to parse, eg. <a class="link" href="pango-Layout-Objects.html#PANGO-TYPE-ELLIPSIZE-MODE:CAPS" title="PANGO_TYPE_ELLIPSIZE_MODE"><code class="literal">PANGO_TYPE_ELLIPSIZE_MODE</code></a>.</td>
378
371
  </tr>
379
372
  <tr>
380
373
  <td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
381
- <td>string to parse. May be <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
374
+ <td>string to parse. May be <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
382
375
  </td>
383
376
  </tr>
384
377
  <tr>
385
378
  <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
386
- <td>integer to store the result in, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
379
+ <td>integer to store the result in, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
387
380
  </td>
388
381
  </tr>
389
382
  <tr>
390
383
  <td><p><span class="term"><em class="parameter"><code>warn</code></em> :</span></p></td>
391
- <td>if <code class="literal">TRUE</code>, issue a <code class="function">g_warning()</code> on bad input.
392
- </td>
384
+ <td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, issue a <a href="http://library.gnome.org/devel/glib/unstable/glib-Message-Logging.html#g-warning"><code class="function">g_warning()</code></a> on bad input.</td>
393
385
  </tr>
394
386
  <tr>
395
387
  <td><p><span class="term"><em class="parameter"><code>possible_values</code></em> :</span></p></td>
396
- <td>place to store list of possible values on failure, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
388
+ <td>place to store list of possible values on failure, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
397
389
  </td>
398
390
  </tr>
399
391
  <tr>
400
392
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
401
- <td> <code class="literal">TRUE</code> if <em class="parameter"><code>str</code></em> was successfully parsed.
402
-
403
- </td>
393
+ <td>
394
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>str</code></em> was successfully parsed.</td>
404
395
  </tr>
405
396
  </tbody>
406
397
  </table></div>
@@ -409,9 +400,9 @@ returned string should be freed using <code class="function">g_free()</code>.
409
400
  <hr>
410
401
  <div class="refsect2">
411
402
  <a name="pango-parse-style"></a><h3>pango_parse_style ()</h3>
412
- <pre class="programlisting"><span class="returnvalue">gboolean</span> pango_parse_style (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
413
- <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoStyle" title="enum PangoStyle"><span class="type">PangoStyle</span></a> *style</code></em>,
414
- <em class="parameter"><code><span class="type">gboolean</span> warn</code></em>);</pre>
403
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> pango_parse_style (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
404
+ <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoStyle"><span class="type">PangoStyle</span></a> *style</code></em>,
405
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> warn</code></em>);</pre>
415
406
  <p>
416
407
  Parses a font style. The allowed values are "normal",
417
408
  "italic" and "oblique", case variations being
@@ -422,23 +413,20 @@ ignored.
422
413
  <tbody>
423
414
  <tr>
424
415
  <td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
425
- <td>a string to parse.
426
- </td>
416
+ <td>a string to parse.</td>
427
417
  </tr>
428
418
  <tr>
429
419
  <td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
430
- <td>a <a class="link" href="pango-Fonts.html#PangoStyle" title="enum PangoStyle"><span class="type">PangoStyle</span></a> to store the result in.
431
- </td>
420
+ <td>a <a class="link" href="pango-Fonts.html#PangoStyle"><span class="type">PangoStyle</span></a> to store the result in.</td>
432
421
  </tr>
433
422
  <tr>
434
423
  <td><p><span class="term"><em class="parameter"><code>warn</code></em> :</span></p></td>
435
- <td>if <code class="literal">TRUE</code>, issue a <code class="function">g_warning()</code> on bad input.
436
- </td>
424
+ <td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, issue a <a href="http://library.gnome.org/devel/glib/unstable/glib-Message-Logging.html#g-warning"><code class="function">g_warning()</code></a> on bad input.</td>
437
425
  </tr>
438
426
  <tr>
439
427
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
440
- <td> <code class="literal">TRUE</code> if <em class="parameter"><code>str</code></em> was successfully parsed.
441
- </td>
428
+ <td>
429
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>str</code></em> was successfully parsed.</td>
442
430
  </tr>
443
431
  </tbody>
444
432
  </table></div>
@@ -446,9 +434,9 @@ ignored.
446
434
  <hr>
447
435
  <div class="refsect2">
448
436
  <a name="pango-parse-variant"></a><h3>pango_parse_variant ()</h3>
449
- <pre class="programlisting"><span class="returnvalue">gboolean</span> pango_parse_variant (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
450
- <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoVariant" title="enum PangoVariant"><span class="type">PangoVariant</span></a> *variant</code></em>,
451
- <em class="parameter"><code><span class="type">gboolean</span> warn</code></em>);</pre>
437
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> pango_parse_variant (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
438
+ <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoVariant"><span class="type">PangoVariant</span></a> *variant</code></em>,
439
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> warn</code></em>);</pre>
452
440
  <p>
453
441
  Parses a font variant. The allowed values are "normal"
454
442
  and "smallcaps" or "small_caps", case variations being
@@ -459,23 +447,20 @@ ignored.
459
447
  <tbody>
460
448
  <tr>
461
449
  <td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
462
- <td>a string to parse.
463
- </td>
450
+ <td>a string to parse.</td>
464
451
  </tr>
465
452
  <tr>
466
453
  <td><p><span class="term"><em class="parameter"><code>variant</code></em> :</span></p></td>
467
- <td>a <a class="link" href="pango-Fonts.html#PangoVariant" title="enum PangoVariant"><span class="type">PangoVariant</span></a> to store the result in.
468
- </td>
454
+ <td>a <a class="link" href="pango-Fonts.html#PangoVariant"><span class="type">PangoVariant</span></a> to store the result in.</td>
469
455
  </tr>
470
456
  <tr>
471
457
  <td><p><span class="term"><em class="parameter"><code>warn</code></em> :</span></p></td>
472
- <td>if <code class="literal">TRUE</code>, issue a <code class="function">g_warning()</code> on bad input.
473
- </td>
458
+ <td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, issue a <a href="http://library.gnome.org/devel/glib/unstable/glib-Message-Logging.html#g-warning"><code class="function">g_warning()</code></a> on bad input.</td>
474
459
  </tr>
475
460
  <tr>
476
461
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
477
- <td> <code class="literal">TRUE</code> if <em class="parameter"><code>str</code></em> was successfully parsed.
478
- </td>
462
+ <td>
463
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>str</code></em> was successfully parsed.</td>
479
464
  </tr>
480
465
  </tbody>
481
466
  </table></div>
@@ -483,9 +468,9 @@ ignored.
483
468
  <hr>
484
469
  <div class="refsect2">
485
470
  <a name="pango-parse-weight"></a><h3>pango_parse_weight ()</h3>
486
- <pre class="programlisting"><span class="returnvalue">gboolean</span> pango_parse_weight (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
487
- <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoWeight" title="enum PangoWeight"><span class="type">PangoWeight</span></a> *weight</code></em>,
488
- <em class="parameter"><code><span class="type">gboolean</span> warn</code></em>);</pre>
471
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> pango_parse_weight (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
472
+ <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoWeight"><span class="type">PangoWeight</span></a> *weight</code></em>,
473
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> warn</code></em>);</pre>
489
474
  <p>
490
475
  Parses a font weight. The allowed values are "heavy",
491
476
  "ultrabold", "bold", "normal", "light", "ultraleight"
@@ -496,23 +481,20 @@ and integers. Case variations are ignored.
496
481
  <tbody>
497
482
  <tr>
498
483
  <td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
499
- <td>a string to parse.
500
- </td>
484
+ <td>a string to parse.</td>
501
485
  </tr>
502
486
  <tr>
503
487
  <td><p><span class="term"><em class="parameter"><code>weight</code></em> :</span></p></td>
504
- <td>a <a class="link" href="pango-Fonts.html#PangoWeight" title="enum PangoWeight"><span class="type">PangoWeight</span></a> to store the result in.
505
- </td>
488
+ <td>a <a class="link" href="pango-Fonts.html#PangoWeight"><span class="type">PangoWeight</span></a> to store the result in.</td>
506
489
  </tr>
507
490
  <tr>
508
491
  <td><p><span class="term"><em class="parameter"><code>warn</code></em> :</span></p></td>
509
- <td>if <code class="literal">TRUE</code>, issue a <code class="function">g_warning()</code> on bad input.
510
- </td>
492
+ <td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, issue a <a href="http://library.gnome.org/devel/glib/unstable/glib-Message-Logging.html#g-warning"><code class="function">g_warning()</code></a> on bad input.</td>
511
493
  </tr>
512
494
  <tr>
513
495
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
514
- <td> <code class="literal">TRUE</code> if <em class="parameter"><code>str</code></em> was successfully parsed.
515
- </td>
496
+ <td>
497
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>str</code></em> was successfully parsed.</td>
516
498
  </tr>
517
499
  </tbody>
518
500
  </table></div>
@@ -520,9 +502,9 @@ and integers. Case variations are ignored.
520
502
  <hr>
521
503
  <div class="refsect2">
522
504
  <a name="pango-parse-stretch"></a><h3>pango_parse_stretch ()</h3>
523
- <pre class="programlisting"><span class="returnvalue">gboolean</span> pango_parse_stretch (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
524
- <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoStretch" title="enum PangoStretch"><span class="type">PangoStretch</span></a> *stretch</code></em>,
525
- <em class="parameter"><code><span class="type">gboolean</span> warn</code></em>);</pre>
505
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> pango_parse_stretch (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
506
+ <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoStretch"><span class="type">PangoStretch</span></a> *stretch</code></em>,
507
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> warn</code></em>);</pre>
526
508
  <p>
527
509
  Parses a font stretch. The allowed values are
528
510
  "ultra_condensed", "extra_condensed", "condensed",
@@ -535,23 +517,20 @@ ignored and the '_' characters may be omitted.
535
517
  <tbody>
536
518
  <tr>
537
519
  <td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
538
- <td>a string to parse.
539
- </td>
520
+ <td>a string to parse.</td>
540
521
  </tr>
541
522
  <tr>
542
523
  <td><p><span class="term"><em class="parameter"><code>stretch</code></em> :</span></p></td>
543
- <td>a <a class="link" href="pango-Fonts.html#PangoStretch" title="enum PangoStretch"><span class="type">PangoStretch</span></a> to store the result in.
544
- </td>
524
+ <td>a <a class="link" href="pango-Fonts.html#PangoStretch"><span class="type">PangoStretch</span></a> to store the result in.</td>
545
525
  </tr>
546
526
  <tr>
547
527
  <td><p><span class="term"><em class="parameter"><code>warn</code></em> :</span></p></td>
548
- <td>if <code class="literal">TRUE</code>, issue a <code class="function">g_warning()</code> on bad input.
549
- </td>
528
+ <td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, issue a <a href="http://library.gnome.org/devel/glib/unstable/glib-Message-Logging.html#g-warning"><code class="function">g_warning()</code></a> on bad input.</td>
550
529
  </tr>
551
530
  <tr>
552
531
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
553
- <td> <code class="literal">TRUE</code> if <em class="parameter"><code>str</code></em> was successfully parsed.
554
- </td>
532
+ <td>
533
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>str</code></em> was successfully parsed.</td>
555
534
  </tr>
556
535
  </tbody>
557
536
  </table></div>
@@ -570,9 +549,8 @@ at run time from the DLL's location).
570
549
  <col align="left" valign="top">
571
550
  <tbody><tr>
572
551
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
573
- <td> the Pango sysconf directory. The returned string should
574
- not be freed.
575
- </td>
552
+ <td>the Pango sysconf directory. The returned string should
553
+ not be freed.</td>
576
554
  </tr></tbody>
577
555
  </table></div>
578
556
  </div>
@@ -590,18 +568,17 @@ at run time from the DLL's location).
590
568
  <col align="left" valign="top">
591
569
  <tbody><tr>
592
570
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
593
- <td> the Pango lib directory. The returned string should
594
- not be freed.
595
- </td>
571
+ <td>the Pango lib directory. The returned string should
572
+ not be freed.</td>
596
573
  </tr></tbody>
597
574
  </table></div>
598
575
  </div>
599
576
  <hr>
600
577
  <div class="refsect2">
601
578
  <a name="pango-log2vis-get-embedding-levels"></a><h3>pango_log2vis_get_embedding_levels ()</h3>
602
- <pre class="programlisting"><span class="returnvalue">guint8</span> * pango_log2vis_get_embedding_levels (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
579
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a> * pango_log2vis_get_embedding_levels (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
603
580
  <em class="parameter"><code><span class="type">int</span> length</code></em>,
604
- <em class="parameter"><code><a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="type">PangoDirection</span></a> *pbase_dir</code></em>);</pre>
581
+ <em class="parameter"><code><a class="link" href="pango-Bidirectional-Text.html#PangoDirection"><span class="type">PangoDirection</span></a> *pbase_dir</code></em>);</pre>
605
582
  <p>
606
583
  This will return the bidirectional embedding levels of the input paragraph
607
584
  as defined by the Unicode Bidirectional Algorithm available at:
@@ -618,26 +595,21 @@ characters in the text will determine the final resolved direction.
618
595
  <tbody>
619
596
  <tr>
620
597
  <td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
621
- <td>the text to itemize.
622
- </td>
598
+ <td>the text to itemize.</td>
623
599
  </tr>
624
600
  <tr>
625
601
  <td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
626
602
  <td>the number of bytes (not characters) to process, or -1
627
- if <em class="parameter"><code>text</code></em> is nul-terminated and the length should be calculated.
628
- </td>
603
+ if <em class="parameter"><code>text</code></em> is nul-terminated and the length should be calculated.</td>
629
604
  </tr>
630
605
  <tr>
631
606
  <td><p><span class="term"><em class="parameter"><code>pbase_dir</code></em> :</span></p></td>
632
- <td>input base direction, and output resolved direction.
633
- </td>
607
+ <td>input base direction, and output resolved direction.</td>
634
608
  </tr>
635
609
  <tr>
636
610
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
637
- <td> a newly allocated array of embedding levels, one item per
638
- character (not byte), that should be freed using g_free.
639
-
640
- </td>
611
+ <td>a newly allocated array of embedding levels, one item per
612
+ character (not byte), that should be freed using g_free.</td>
641
613
  </tr>
642
614
  </tbody>
643
615
  </table></div>
@@ -646,12 +618,12 @@ characters in the text will determine the final resolved direction.
646
618
  <hr>
647
619
  <div class="refsect2">
648
620
  <a name="pango-is-zero-width"></a><h3>pango_is_zero_width ()</h3>
649
- <pre class="programlisting"><span class="returnvalue">gboolean</span> pango_is_zero_width (<em class="parameter"><code><span class="type">gunichar</span> ch</code></em>);</pre>
621
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> pango_is_zero_width (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> ch</code></em>);</pre>
650
622
  <p>
651
623
  Checks <em class="parameter"><code>ch</code></em> to see if it is a character that should not be
652
624
  normally rendered on the screen. This includes all Unicode characters
653
625
  with "ZERO WIDTH" in their name, as well as <em class="firstterm">bidi</em> formatting characters, and
654
- a few other ones. This is totally different from <code class="function">g_unichar_iszerowidth()</code>
626
+ a few other ones. This is totally different from <a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#g-unichar-iszerowidth"><code class="function">g_unichar_iszerowidth()</code></a>
655
627
  and is at best misnamed.
656
628
  </p>
657
629
  <div class="variablelist"><table border="0">
@@ -659,14 +631,12 @@ and is at best misnamed.
659
631
  <tbody>
660
632
  <tr>
661
633
  <td><p><span class="term"><em class="parameter"><code>ch</code></em> :</span></p></td>
662
- <td>a Unicode character
663
- </td>
634
+ <td>a Unicode character</td>
664
635
  </tr>
665
636
  <tr>
666
637
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
667
- <td> <code class="literal">TRUE</code> if <em class="parameter"><code>ch</code></em> is a zero-width character, <code class="literal">FALSE</code> otherwise
668
-
669
- </td>
638
+ <td>
639
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>ch</code></em> is a zero-width character, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</td>
670
640
  </tr>
671
641
  </tbody>
672
642
  </table></div>
@@ -693,12 +663,12 @@ of rounding.
693
663
  <tbody>
694
664
  <tr>
695
665
  <td><p><span class="term"><em class="parameter"><code>thickness</code></em> :</span></p></td>
696
- <td>pointer to the thickness of a line, in Pango units
666
+ <td>pointer to the thickness of a line, in Pango units. <span class="annotation">[<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a>]</span>
697
667
  </td>
698
668
  </tr>
699
669
  <tr>
700
670
  <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
701
- <td>corresponding position
671
+ <td>corresponding position. <span class="annotation">[<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a>]</span>
702
672
  </td>
703
673
  </tr>
704
674
  </tbody>
@@ -709,6 +679,6 @@ of rounding.
709
679
  </div>
710
680
  <div class="footer">
711
681
  <hr>
712
- Generated by GTK-Doc V1.15.1</div>
682
+ Generated by GTK-Doc V1.18</div>
713
683
  </body>
714
684
  </html>