pango 3.2.1-x86-mingw32 → 3.2.2-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (344) hide show
  1. checksums.yaml +5 -5
  2. data/Rakefile +19 -3
  3. data/lib/2.2/pango.so +0 -0
  4. data/lib/2.3/pango.so +0 -0
  5. data/lib/2.4/pango.so +0 -0
  6. data/lib/2.5/pango.so +0 -0
  7. data/lib/pango/markup.rb +1 -0
  8. data/vendor/local/bin/derb.exe +0 -0
  9. data/vendor/local/bin/fribidi.exe +0 -0
  10. data/vendor/local/bin/genbrk.exe +0 -0
  11. data/vendor/local/bin/genccode.exe +0 -0
  12. data/vendor/local/bin/gencfu.exe +0 -0
  13. data/vendor/local/bin/gencmn.exe +0 -0
  14. data/vendor/local/bin/gencnval.exe +0 -0
  15. data/vendor/local/bin/gendict.exe +0 -0
  16. data/vendor/local/bin/gennorm2.exe +0 -0
  17. data/vendor/local/bin/genrb.exe +0 -0
  18. data/vendor/local/bin/gensprep.exe +0 -0
  19. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  20. data/vendor/local/bin/hb-shape.exe +0 -0
  21. data/vendor/local/bin/hb-subset.exe +0 -0
  22. data/vendor/local/bin/hb-view.exe +0 -0
  23. data/vendor/local/bin/icu-config +1 -1
  24. data/vendor/local/bin/icuinfo.exe +0 -0
  25. data/vendor/local/bin/icupkg.exe +0 -0
  26. data/vendor/local/bin/libfribidi-0.dll +0 -0
  27. data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
  28. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  29. data/vendor/local/bin/libharfbuzz-subset-0.dll +0 -0
  30. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  31. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  32. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  33. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  34. data/vendor/local/bin/makeconv.exe +0 -0
  35. data/vendor/local/bin/pango-view.exe +0 -0
  36. data/vendor/local/bin/pkgdata.exe +0 -0
  37. data/vendor/local/bin/uconv.exe +0 -0
  38. data/vendor/local/include/fribidi/fribidi-arabic.h +81 -0
  39. data/vendor/local/include/fribidi/fribidi-begindecls.h +3 -0
  40. data/vendor/local/include/fribidi/fribidi-bidi-types-list.h +96 -0
  41. data/vendor/local/include/fribidi/fribidi-bidi-types.h +405 -0
  42. data/vendor/local/include/fribidi/fribidi-bidi.h +142 -0
  43. data/vendor/local/include/fribidi/fribidi-brackets.h +89 -0
  44. data/vendor/local/include/fribidi/fribidi-char-sets-list.h +54 -0
  45. data/vendor/local/include/fribidi/fribidi-char-sets.h +106 -0
  46. data/vendor/local/include/fribidi/fribidi-common.h +146 -0
  47. data/vendor/local/include/fribidi/fribidi-config.h +23 -0
  48. data/vendor/local/include/fribidi/fribidi-deprecated.h +244 -0
  49. data/vendor/local/include/fribidi/fribidi-enddecls.h +3 -0
  50. data/vendor/local/include/fribidi/fribidi-flags.h +72 -0
  51. data/vendor/local/include/fribidi/fribidi-joining-types-list.h +44 -0
  52. data/vendor/local/include/fribidi/fribidi-joining-types.h +249 -0
  53. data/vendor/local/include/fribidi/fribidi-joining.h +74 -0
  54. data/vendor/local/include/fribidi/fribidi-mirroring.h +86 -0
  55. data/vendor/local/include/fribidi/fribidi-shape.h +71 -0
  56. data/vendor/local/include/fribidi/fribidi-types.h +83 -0
  57. data/vendor/local/include/fribidi/fribidi-unicode-version.h +10 -0
  58. data/vendor/local/include/fribidi/fribidi-unicode.h +105 -0
  59. data/vendor/local/include/fribidi/fribidi.h +63 -0
  60. data/vendor/local/include/graphene-1.0/graphene-macros.h +6 -0
  61. data/vendor/local/include/graphene-1.0/graphene-version-macros.h +18 -2
  62. data/vendor/local/include/graphene-1.0/graphene-version.h +2 -2
  63. data/vendor/local/include/harfbuzz/hb-blob.h +4 -1
  64. data/vendor/local/include/harfbuzz/hb-buffer.h +39 -8
  65. data/vendor/local/include/harfbuzz/hb-common.h +1 -1
  66. data/vendor/local/include/harfbuzz/hb-deprecated.h +4 -0
  67. data/vendor/local/include/harfbuzz/hb-face.h +0 -1
  68. data/vendor/local/include/harfbuzz/hb-font.h +1 -1
  69. data/vendor/local/include/harfbuzz/hb-ot-layout.h +17 -0
  70. data/vendor/local/include/harfbuzz/hb-set.h +15 -7
  71. data/vendor/local/include/harfbuzz/hb-subset-glyf.hh +40 -0
  72. data/vendor/local/include/harfbuzz/hb-subset-plan.hh +85 -0
  73. data/vendor/local/include/harfbuzz/hb-subset-private.hh +62 -0
  74. data/vendor/local/include/harfbuzz/hb-subset.h +83 -0
  75. data/vendor/local/include/harfbuzz/hb-version.h +3 -3
  76. data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +1 -1
  77. data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
  78. data/vendor/local/include/pango-1.0/pango/pango-font.h +14 -3
  79. data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +13 -0
  80. data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +82 -0
  81. data/vendor/local/lib/girepository-1.0/Graphene-1.0.typelib +0 -0
  82. data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
  83. data/vendor/local/lib/graphene-1.0/include/graphene-config.h +13 -4
  84. data/vendor/local/lib/icu/58.2/Makefile.inc +1 -1
  85. data/vendor/local/lib/icu/58.2/pkgdata.inc +2 -2
  86. data/vendor/local/lib/icu/Makefile.inc +1 -1
  87. data/vendor/local/lib/icu/pkgdata.inc +2 -2
  88. data/vendor/local/lib/icudt.dll +0 -0
  89. data/vendor/local/lib/icudt58.dll +0 -0
  90. data/vendor/local/lib/icuin.dll +0 -0
  91. data/vendor/local/lib/icuin58.dll +0 -0
  92. data/vendor/local/lib/icuio.dll +0 -0
  93. data/vendor/local/lib/icuio58.dll +0 -0
  94. data/vendor/local/lib/icutest.dll +0 -0
  95. data/vendor/local/lib/icutest58.dll +0 -0
  96. data/vendor/local/lib/icutu.dll +0 -0
  97. data/vendor/local/lib/icutu58.dll +0 -0
  98. data/vendor/local/lib/icuuc.dll +0 -0
  99. data/vendor/local/lib/icuuc58.dll +0 -0
  100. data/vendor/local/lib/libfribidi.dll.a +0 -0
  101. data/vendor/local/lib/libfribidi.la +41 -0
  102. data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
  103. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  104. data/vendor/local/lib/libharfbuzz-icu.la +4 -4
  105. data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
  106. data/vendor/local/lib/libharfbuzz-subset.la +41 -0
  107. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  108. data/vendor/local/lib/libharfbuzz.la +4 -4
  109. data/vendor/local/lib/libicudt.dll.a +0 -0
  110. data/vendor/local/lib/libicudt58.dll +0 -0
  111. data/vendor/local/lib/libicuin.dll.a +0 -0
  112. data/vendor/local/lib/libicuio.dll.a +0 -0
  113. data/vendor/local/lib/libicutest.dll.a +0 -0
  114. data/vendor/local/lib/libicutu.dll.a +0 -0
  115. data/vendor/local/lib/libicuuc.dll.a +0 -0
  116. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  117. data/vendor/local/lib/libpango-1.0.la +5 -5
  118. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  119. data/vendor/local/lib/libpangocairo-1.0.la +5 -5
  120. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  121. data/vendor/local/lib/libpangoft2-1.0.la +5 -5
  122. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  123. data/vendor/local/lib/libpangowin32-1.0.la +5 -5
  124. data/vendor/local/lib/pkgconfig/fribidi.pc +12 -0
  125. data/vendor/local/lib/pkgconfig/graphene-1.0.pc +17 -11
  126. data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +17 -11
  127. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +5 -5
  128. data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +12 -0
  129. data/vendor/local/lib/pkgconfig/harfbuzz.pc +5 -5
  130. data/vendor/local/lib/pkgconfig/icu-i18n.pc +1 -1
  131. data/vendor/local/lib/pkgconfig/icu-io.pc +1 -1
  132. data/vendor/local/lib/pkgconfig/icu-uc.pc +1 -1
  133. data/vendor/local/lib/pkgconfig/pango.pc +2 -2
  134. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  135. data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
  136. data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
  137. data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
  138. data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
  139. data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
  140. data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
  141. data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
  142. data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
  143. data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
  144. data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
  145. data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
  146. data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
  147. data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
  148. data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
  149. data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
  150. data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
  151. data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
  152. data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
  153. data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
  154. data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
  155. data/vendor/local/share/gir-1.0/Graphene-1.0.gir +1 -1
  156. data/vendor/local/share/gir-1.0/Pango-1.0.gir +82 -4
  157. data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
  158. data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.svg +277 -0
  159. data/vendor/local/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html +2 -2
  160. data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +4 -4
  161. data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +2 -2
  162. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +3 -3
  163. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +2 -2
  164. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +33 -2
  165. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +2 -2
  166. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +2 -2
  167. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +2 -2
  168. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +2 -2
  169. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +2 -2
  170. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +2 -2
  171. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +2 -2
  172. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +2 -2
  173. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +2 -2
  174. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +2 -2
  175. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +2 -2
  176. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +2 -2
  177. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +2 -2
  178. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +2 -2
  179. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +2 -2
  180. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +2 -2
  181. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-3-3.html +4 -4
  182. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html +2 -2
  183. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html +2 -2
  184. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html +4 -4
  185. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html +38 -0
  186. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +302 -18
  187. data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +6 -6
  188. data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +6 -6
  189. data/vendor/local/share/gtk-doc/html/harfbuzz/ch08.html +4 -4
  190. data/vendor/local/share/gtk-doc/html/harfbuzz/clusters.html +2 -2
  191. data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +2 -2
  192. data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +8 -4
  193. data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +4 -4
  194. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +265 -205
  195. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +42 -35
  196. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +76 -31
  197. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +25 -710
  198. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +31 -7
  199. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -5
  200. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +79 -35
  201. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +187 -112
  202. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +31 -17
  203. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +11 -11
  204. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +784 -4
  205. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +5 -5
  206. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +5 -5
  207. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +4 -4
  208. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +48 -41
  209. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +47 -32
  210. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +7 -7
  211. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +3 -3
  212. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +3 -3
  213. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +153 -68
  214. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +48 -41
  215. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +58 -48
  216. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +5 -5
  217. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +10 -14
  218. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
  219. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +99 -164
  220. data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +21 -21
  221. data/vendor/local/share/gtk-doc/html/harfbuzz/home.png +0 -0
  222. data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +11 -10
  223. data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +6 -6
  224. data/vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png +0 -0
  225. data/vendor/local/share/gtk-doc/html/harfbuzz/left.png +0 -0
  226. data/vendor/local/share/gtk-doc/html/harfbuzz/level-2.html +4 -4
  227. data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +36 -3
  228. data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +2 -2
  229. data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +9 -9
  230. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +6 -5
  231. data/vendor/local/share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html +2 -2
  232. data/vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png +0 -0
  233. data/vendor/local/share/gtk-doc/html/harfbuzz/right.png +0 -0
  234. data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +2 -2
  235. data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +2 -2
  236. data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +4 -0
  237. data/vendor/local/share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html +2 -2
  238. data/vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png +0 -0
  239. data/vendor/local/share/gtk-doc/html/harfbuzz/up.png +0 -0
  240. data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +4 -4
  241. data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +3 -3
  242. data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +2 -2
  243. data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +11 -11
  244. data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +10 -10
  245. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -9
  246. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +6 -6
  247. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +4 -4
  248. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +18 -18
  249. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +28 -28
  250. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +2 -2
  251. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +20 -20
  252. data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +2 -2
  253. data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +14 -2
  254. data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
  255. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +2 -2
  256. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +14 -14
  257. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +101 -101
  258. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +3 -3
  259. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +11 -11
  260. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +10 -10
  261. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +275 -133
  262. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +17 -17
  263. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +85 -85
  264. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +168 -168
  265. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +86 -86
  266. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +8 -8
  267. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +92 -92
  268. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +46 -46
  269. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +29 -29
  270. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +164 -164
  271. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +85 -85
  272. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +6 -6
  273. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +11 -11
  274. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +20 -20
  275. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +29 -29
  276. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +7 -7
  277. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +4 -0
  278. data/vendor/local/share/gtk-doc/html/pango/pango.html +2 -2
  279. data/vendor/local/share/gtk-doc/html/pango/rendering.html +2 -2
  280. data/vendor/local/share/installed-tests/graphene-1.0/box.test +3 -0
  281. data/vendor/local/share/installed-tests/graphene-1.0/euler.test +3 -0
  282. data/vendor/local/share/installed-tests/graphene-1.0/frustum.test +3 -0
  283. data/vendor/local/share/installed-tests/graphene-1.0/matrix.test +3 -0
  284. data/vendor/local/share/installed-tests/graphene-1.0/plane.test +3 -0
  285. data/vendor/local/share/installed-tests/graphene-1.0/point.test +3 -0
  286. data/vendor/local/share/installed-tests/graphene-1.0/point3d.test +3 -0
  287. data/vendor/local/share/installed-tests/graphene-1.0/quad.test +3 -0
  288. data/vendor/local/share/installed-tests/graphene-1.0/quaternion.test +3 -0
  289. data/vendor/local/share/installed-tests/graphene-1.0/ray.test +3 -0
  290. data/vendor/local/share/installed-tests/graphene-1.0/rect.test +3 -0
  291. data/vendor/local/share/installed-tests/graphene-1.0/simd.test +3 -0
  292. data/vendor/local/share/installed-tests/graphene-1.0/size.test +3 -0
  293. data/vendor/local/share/installed-tests/graphene-1.0/sphere.test +3 -0
  294. data/vendor/local/share/installed-tests/graphene-1.0/triangle.test +3 -0
  295. data/vendor/local/share/installed-tests/graphene-1.0/vec2.test +3 -0
  296. data/vendor/local/share/installed-tests/graphene-1.0/vec3.test +3 -0
  297. data/vendor/local/share/installed-tests/graphene-1.0/vec4.test +3 -0
  298. data/vendor/local/share/license/fribidi/fribidi/AUTHORS +40 -0
  299. data/vendor/local/share/license/fribidi/fribidi/COPYING +504 -0
  300. data/vendor/local/share/man/man1/pango-view.1 +1 -113
  301. metadata +87 -52
  302. data/vendor/local/lib/libgraphene-1.0.la +0 -41
  303. data/vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html +0 -57
  304. data/vendor/local/share/gtk-doc/html/graphene/api-index.html +0 -1985
  305. data/vendor/local/share/gtk-doc/html/graphene/ch01.html +0 -97
  306. data/vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html +0 -34
  307. data/vendor/local/share/gtk-doc/html/graphene/graphene-Box.html +0 -1252
  308. data/vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html +0 -886
  309. data/vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html +0 -527
  310. data/vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html +0 -147
  311. data/vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html +0 -2959
  312. data/vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html +0 -641
  313. data/vendor/local/share/gtk-doc/html/graphene/graphene-Point.html +0 -689
  314. data/vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html +0 -916
  315. data/vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html +0 -418
  316. data/vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html +0 -1056
  317. data/vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html +0 -596
  318. data/vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html +0 -1483
  319. data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +0 -1475
  320. data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html +0 -3046
  321. data/vendor/local/share/gtk-doc/html/graphene/graphene-Size.html +0 -489
  322. data/vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html +0 -641
  323. data/vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html +0 -705
  324. data/vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html +0 -3715
  325. data/vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html +0 -104
  326. data/vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2 +0 -534
  327. data/vendor/local/share/gtk-doc/html/graphene/home.png +0 -0
  328. data/vendor/local/share/gtk-doc/html/graphene/index.html +0 -107
  329. data/vendor/local/share/gtk-doc/html/graphene/ix03.html +0 -1313
  330. data/vendor/local/share/gtk-doc/html/graphene/ix04.html +0 -582
  331. data/vendor/local/share/gtk-doc/html/graphene/ix05.html +0 -151
  332. data/vendor/local/share/gtk-doc/html/graphene/ix06.html +0 -34
  333. data/vendor/local/share/gtk-doc/html/graphene/left-insensitive.png +0 -0
  334. data/vendor/local/share/gtk-doc/html/graphene/left.png +0 -0
  335. data/vendor/local/share/gtk-doc/html/graphene/object-tree.html +0 -32
  336. data/vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png +0 -0
  337. data/vendor/local/share/gtk-doc/html/graphene/rectangle-union.png +0 -0
  338. data/vendor/local/share/gtk-doc/html/graphene/rectangle.png +0 -0
  339. data/vendor/local/share/gtk-doc/html/graphene/right-insensitive.png +0 -0
  340. data/vendor/local/share/gtk-doc/html/graphene/right.png +0 -0
  341. data/vendor/local/share/gtk-doc/html/graphene/style.css +0 -479
  342. data/vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png +0 -0
  343. data/vendor/local/share/gtk-doc/html/graphene/up-insensitive.png +0 -0
  344. data/vendor/local/share/gtk-doc/html/graphene/up.png +0 -0
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="rendering.html" title="Rendering with Pango">
9
9
  <link rel="prev" href="pango-Win32-Fonts-and-Rendering.html" title="Win32 Fonts and Rendering">
10
10
  <link rel="next" href="pango-Xft-Fonts-and-Rendering.html" title="Xft Fonts and Rendering">
11
- <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (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">
@@ -216,7 +216,7 @@
216
216
  </div>
217
217
  <div class="refsect1">
218
218
  <a name="pango-FreeType-Fonts-and-Rendering.object-hierarchy"></a><h2>Object Hierarchy</h2>
219
- <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
219
+ <pre class="screen"> GObject
220
220
  <span class="lineart">╰──</span> <a class="link" href="pango-Fonts.html#PangoFontMap">PangoFontMap</a>
221
221
  <span class="lineart">╰──</span> <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap">PangoFcFontMap</a>
222
222
  <span class="lineart">╰──</span> PangoFT2FontMap
@@ -241,7 +241,7 @@ the default substitute function (see
241
241
  <div class="refsect3">
242
242
  <a name="pango-ft2-font-map-new.returns"></a><h4>Returns</h4>
243
243
  <p> the newly created fontmap object. Unref
244
- with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when you are finished with it.</p>
244
+ with <code class="function">g_object_unref()</code> when you are finished with it.</p>
245
245
  </div>
246
246
  <p class="since">Since: <a class="link" href="api-index-1-2.html#api-index-1.2">1.2</a></p>
247
247
  </div>
@@ -310,8 +310,8 @@ pango_ft2_font_map_create_context (<em class="parameter"><code><a class="link" h
310
310
  </div>
311
311
  <div class="refsect3">
312
312
  <a name="pango-ft2-font-map-create-context.returns"></a><h4>Returns</h4>
313
- <p> the newly created context; free with
314
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. </p>
313
+ <p>the newly created context; free with
314
+ <code class="function">g_object_unref()</code>. </p>
315
315
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
316
316
  </div>
317
317
  <p class="since">Since: <a class="link" href="api-index-1-2.html#api-index-1.2">1.2</a></p>
@@ -321,7 +321,7 @@ pango_ft2_font_map_create_context (<em class="parameter"><code><a class="link" h
321
321
  <a name="PangoFT2SubstituteFunc"></a><h3>PangoFT2SubstituteFunc ()</h3>
322
322
  <pre class="programlisting"><span class="returnvalue">void</span>
323
323
  <span class="c_punctuation">(</span>*PangoFT2SubstituteFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>,
324
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
324
+ <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
325
325
  <p>Function type for doing final config tweaking on prepared FcPatterns.</p>
326
326
  <div class="refsect3">
327
327
  <a name="PangoFT2SubstituteFunc.parameters"></a><h4>Parameters</h4>
@@ -353,8 +353,8 @@ pango_ft2_font_map_create_context (<em class="parameter"><code><a class="link" h
353
353
  pango_ft2_font_map_set_default_substitute
354
354
  (<em class="parameter"><code><a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="type">PangoFT2FontMap</span></a> *fontmap</code></em>,
355
355
  <em class="parameter"><code><a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2SubstituteFunc" title="PangoFT2SubstituteFunc ()"><span class="type">PangoFT2SubstituteFunc</span></a> func</code></em>,
356
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
357
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> notify</code></em>);</pre>
356
+ <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
357
+ <em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);</pre>
358
358
  <p>Sets a function that will be called to do final configuration
359
359
  substitution on a <span class="type">FcPattern</span> before it is used to load
360
360
  the font. This function can be used to do things like set
@@ -463,7 +463,7 @@ for the default fontmap to <em class="parameter"><code>dpi_x</code></em>
463
463
  </div>
464
464
  <div class="refsect3">
465
465
  <a name="pango-ft2-get-context.returns"></a><h4>Returns</h4>
466
- <p> the new <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>. </p>
466
+ <p>the new <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>. </p>
467
467
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
468
468
  </div>
469
469
  </div>
@@ -474,8 +474,8 @@ for the default fontmap to <em class="parameter"><code>dpi_x</code></em>
474
474
  pango_ft2_render (<em class="parameter"><code><span class="type">FT_Bitmap</span> *bitmap</code></em>,
475
475
  <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
476
476
  <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
477
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
478
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
477
+ <em class="parameter"><code><span class="type">gint</span> x</code></em>,
478
+ <em class="parameter"><code><span class="type">gint</span> y</code></em>);</pre>
479
479
  <p>Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> onto a FreeType2 bitmap.</p>
480
480
  <div class="refsect3">
481
481
  <a name="pango-ft2-render.parameters"></a><h4>Parameters</h4>
@@ -554,7 +554,7 @@ transformation matrix to that passed in to this function.</p>
554
554
  </tr>
555
555
  <tr>
556
556
  <td class="parameter_name"><p>matrix</p></td>
557
- <td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use an identity
557
+ <td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <code class="literal">NULL</code> to use an identity
558
558
  transformation. </p></td>
559
559
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
560
560
  </tr>
@@ -862,10 +862,10 @@ face from <a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title=
862
862
  </div>
863
863
  <div class="refsect3">
864
864
  <a name="pango-ft2-font-get-face.returns"></a><h4>Returns</h4>
865
- <p> a pointer to a <span class="type">FT_Face</span>
866
- structure, with the size set correctly, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
865
+ <p>a pointer to a <span class="type">FT_Face</span>
866
+ structure, with the size set correctly, or <code class="literal">NULL</code> if
867
867
  <em class="parameter"><code>font</code></em>
868
- is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
868
+ is <code class="literal">NULL</code>. </p>
869
869
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
870
870
  </div>
871
871
  </div>
@@ -919,7 +919,7 @@ instead.</p>
919
919
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
920
920
  <div class="refsect3">
921
921
  <a name="pango-ft2-font-map-for-display.returns"></a><h4>Returns</h4>
922
- <p> a <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="type">PangoFT2FontMap</span></a>. </p>
922
+ <p>a <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="type">PangoFT2FontMap</span></a>. </p>
923
923
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
924
924
  </div>
925
925
  </div>
@@ -952,6 +952,6 @@ with the FreeType backend. See <a class="link" href="PangoFcFont.html#PANGO-REND
952
952
  </div>
953
953
  </div>
954
954
  <div class="footer">
955
- <hr>Generated by GTK-Doc V1.25.1</div>
955
+ <hr>Generated by GTK-Doc V1.27</div>
956
956
  </body>
957
957
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="pango.html" title="Basic Pango Interfaces">
9
9
  <link rel="prev" href="pango-Text-Processing.html" title="Rendering">
10
10
  <link rel="next" href="pango-Fonts.html" title="Fonts">
11
- <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (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">
@@ -320,7 +320,7 @@
320
320
  </tr>
321
321
  <tr>
322
322
  <td class="function_type">
323
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
323
+ <span class="returnvalue">GSList</span> *
324
324
  </td>
325
325
  <td class="function_name">
326
326
  <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-apply-attrs" title="pango_glyph_item_apply_attrs ()">pango_glyph_item_apply_attrs</a> <span class="c_punctuation">()</span>
@@ -360,7 +360,7 @@
360
360
  </tr>
361
361
  <tr>
362
362
  <td class="function_type">
363
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
363
+ <span class="returnvalue">gboolean</span>
364
364
  </td>
365
365
  <td class="function_name">
366
366
  <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-iter-init-start" title="pango_glyph_item_iter_init_start ()">pango_glyph_item_iter_init_start</a> <span class="c_punctuation">()</span>
@@ -368,7 +368,7 @@
368
368
  </tr>
369
369
  <tr>
370
370
  <td class="function_type">
371
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
371
+ <span class="returnvalue">gboolean</span>
372
372
  </td>
373
373
  <td class="function_name">
374
374
  <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-iter-init-end" title="pango_glyph_item_iter_init_end ()">pango_glyph_item_iter_init_end</a> <span class="c_punctuation">()</span>
@@ -376,7 +376,7 @@
376
376
  </tr>
377
377
  <tr>
378
378
  <td class="function_type">
379
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
379
+ <span class="returnvalue">gboolean</span>
380
380
  </td>
381
381
  <td class="function_name">
382
382
  <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-iter-next-cluster" title="pango_glyph_item_iter_next_cluster ()">pango_glyph_item_iter_next_cluster</a> <span class="c_punctuation">()</span>
@@ -384,7 +384,7 @@
384
384
  </tr>
385
385
  <tr>
386
386
  <td class="function_type">
387
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
387
+ <span class="returnvalue">gboolean</span>
388
388
  </td>
389
389
  <td class="function_name">
390
390
  <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-iter-prev-cluster" title="pango_glyph_item_iter_prev_cluster ()">pango_glyph_item_iter_prev_cluster</a> <span class="c_punctuation">()</span>
@@ -482,7 +482,7 @@
482
482
  </div>
483
483
  <div class="refsect1">
484
484
  <a name="pango-Glyph-Storage.object-hierarchy"></a><h2>Object Hierarchy</h2>
485
- <pre class="screen"> <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
485
+ <pre class="screen"> GBoxed
486
486
  <span class="lineart">├──</span> PangoGlyphItem
487
487
  <span class="lineart">├──</span> PangoGlyphItemIter
488
488
  <span class="lineart">├──</span> PangoGlyphString
@@ -795,12 +795,12 @@ as <em class="parameter"><code>nearest</code></em>
795
795
  <tbody>
796
796
  <tr>
797
797
  <td class="parameter_name"><p>inclusive</p></td>
798
- <td class="parameter_description"><p> rectangle to round to pixels inclusively, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
798
+ <td class="parameter_description"><p>rectangle to round to pixels inclusively, or <code class="literal">NULL</code>. </p></td>
799
799
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
800
800
  </tr>
801
801
  <tr>
802
802
  <td class="parameter_name"><p>nearest</p></td>
803
- <td class="parameter_description"><p> rectangle to round to nearest pixels, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
803
+ <td class="parameter_description"><p>rectangle to round to nearest pixels, or <code class="literal">NULL</code>. </p></td>
804
804
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
805
805
  </tr>
806
806
  </tbody>
@@ -824,17 +824,17 @@ pango_matrix_copy (<em class="parameter"><code>const <a class="link" href="pango
824
824
  </colgroup>
825
825
  <tbody><tr>
826
826
  <td class="parameter_name"><p>matrix</p></td>
827
- <td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
827
+ <td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, may be <code class="literal">NULL</code>. </p></td>
828
828
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
829
829
  </tr></tbody>
830
830
  </table></div>
831
831
  </div>
832
832
  <div class="refsect3">
833
833
  <a name="pango-matrix-copy.returns"></a><h4>Returns</h4>
834
- <p> the newly allocated <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, which
835
- should be freed with <a class="link" href="pango-Glyph-Storage.html#pango-matrix-free" title="pango_matrix_free ()"><code class="function">pango_matrix_free()</code></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
834
+ <p>the newly allocated <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, which
835
+ should be freed with <a class="link" href="pango-Glyph-Storage.html#pango-matrix-free" title="pango_matrix_free ()"><code class="function">pango_matrix_free()</code></a>, or <code class="literal">NULL</code> if
836
836
  <em class="parameter"><code>matrix</code></em>
837
- was <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
837
+ was <code class="literal">NULL</code>. </p>
838
838
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
839
839
  </div>
840
840
  <p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
@@ -855,7 +855,7 @@ pango_matrix_free (<em class="parameter"><code><a class="link" href="pango-Glyph
855
855
  </colgroup>
856
856
  <tbody><tr>
857
857
  <td class="parameter_name"><p>matrix</p></td>
858
- <td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
858
+ <td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, may be <code class="literal">NULL</code>. </p></td>
859
859
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
860
860
  </tr></tbody>
861
861
  </table></div>
@@ -1039,17 +1039,17 @@ pango_matrix_transform_point (<em class="parameter"><code>const <a class="link"
1039
1039
  <tbody>
1040
1040
  <tr>
1041
1041
  <td class="parameter_name"><p>matrix</p></td>
1042
- <td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1042
+ <td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <code class="literal">NULL</code>. </p></td>
1043
1043
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1044
1044
  </tr>
1045
1045
  <tr>
1046
1046
  <td class="parameter_name"><p>x</p></td>
1047
- <td class="parameter_description"><p> in/out X position. </p></td>
1047
+ <td class="parameter_description"><p>in/out X position. </p></td>
1048
1048
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
1049
1049
  </tr>
1050
1050
  <tr>
1051
1051
  <td class="parameter_name"><p>y</p></td>
1052
- <td class="parameter_description"><p> in/out Y position. </p></td>
1052
+ <td class="parameter_description"><p>in/out Y position. </p></td>
1053
1053
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
1054
1054
  </tr>
1055
1055
  </tbody>
@@ -1104,17 +1104,17 @@ to (<em class="parameter"><code>x2</code></em>
1104
1104
  <tbody>
1105
1105
  <tr>
1106
1106
  <td class="parameter_name"><p>matrix</p></td>
1107
- <td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1107
+ <td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <code class="literal">NULL</code>. </p></td>
1108
1108
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1109
1109
  </tr>
1110
1110
  <tr>
1111
1111
  <td class="parameter_name"><p>dx</p></td>
1112
- <td class="parameter_description"><p> in/out X component of a distance vector. </p></td>
1112
+ <td class="parameter_description"><p>in/out X component of a distance vector. </p></td>
1113
1113
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
1114
1114
  </tr>
1115
1115
  <tr>
1116
1116
  <td class="parameter_name"><p>dy</p></td>
1117
- <td class="parameter_description"><p> in/out Y component of a distance vector. </p></td>
1117
+ <td class="parameter_description"><p>in/out Y component of a distance vector. </p></td>
1118
1118
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
1119
1119
  </tr>
1120
1120
  </tbody>
@@ -1157,12 +1157,12 @@ example).</p>
1157
1157
  <tbody>
1158
1158
  <tr>
1159
1159
  <td class="parameter_name"><p>matrix</p></td>
1160
- <td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1160
+ <td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <code class="literal">NULL</code>. </p></td>
1161
1161
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1162
1162
  </tr>
1163
1163
  <tr>
1164
1164
  <td class="parameter_name"><p>rect</p></td>
1165
- <td class="parameter_description"><p> in/out bounding box in Pango units, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1165
+ <td class="parameter_description"><p>in/out bounding box in Pango units, or <code class="literal">NULL</code>. </p></td>
1166
1166
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1167
1167
  </tr>
1168
1168
  </tbody>
@@ -1200,12 +1200,12 @@ using <a class="link" href="pango-Glyph-Storage.html#pango-extents-to-pixels" ti
1200
1200
  <tbody>
1201
1201
  <tr>
1202
1202
  <td class="parameter_name"><p>matrix</p></td>
1203
- <td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1203
+ <td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <code class="literal">NULL</code>. </p></td>
1204
1204
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1205
1205
  </tr>
1206
1206
  <tr>
1207
1207
  <td class="parameter_name"><p>rect</p></td>
1208
- <td class="parameter_description"><p> in/out bounding box in device units, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1208
+ <td class="parameter_description"><p>in/out bounding box in device units, or <code class="literal">NULL</code>. </p></td>
1209
1209
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1210
1210
  </tr>
1211
1211
  </tbody>
@@ -1232,7 +1232,7 @@ coordinate is needed as well, use <a class="link" href="pango-Glyph-Storage.html
1232
1232
  </colgroup>
1233
1233
  <tbody><tr>
1234
1234
  <td class="parameter_name"><p>matrix</p></td>
1235
- <td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1235
+ <td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, may be <code class="literal">NULL</code>. </p></td>
1236
1236
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1237
1237
  </tr></tbody>
1238
1238
  </table></div>
@@ -1242,7 +1242,7 @@ coordinate is needed as well, use <a class="link" href="pango-Glyph-Storage.html
1242
1242
  <p> the scale factor of <em class="parameter"><code>matrix</code></em>
1243
1243
  on the height of the font,
1244
1244
  or 1.0 if <em class="parameter"><code>matrix</code></em>
1245
- is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
1245
+ is <code class="literal">NULL</code>.</p>
1246
1246
  </div>
1247
1247
  <p class="since">Since: <a class="link" href="api-index-1-12.html#api-index-1.12">1.12</a></p>
1248
1248
  </div>
@@ -1271,17 +1271,17 @@ vector that the X coordinate is mapped to.</p>
1271
1271
  <tbody>
1272
1272
  <tr>
1273
1273
  <td class="parameter_name"><p>matrix</p></td>
1274
- <td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1274
+ <td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <code class="literal">NULL</code>. </p></td>
1275
1275
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1276
1276
  </tr>
1277
1277
  <tr>
1278
1278
  <td class="parameter_name"><p>xscale</p></td>
1279
- <td class="parameter_description"><p> output scale factor in the x direction, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1279
+ <td class="parameter_description"><p>output scale factor in the x direction, or <code class="literal">NULL</code>. </p></td>
1280
1280
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1281
1281
  </tr>
1282
1282
  <tr>
1283
1283
  <td class="parameter_name"><p>yscale</p></td>
1284
- <td class="parameter_description"><p> output scale factor perpendicular to the x direction, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1284
+ <td class="parameter_description"><p>output scale factor perpendicular to the x direction, or <code class="literal">NULL</code>. </p></td>
1285
1285
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1286
1286
  </tr>
1287
1287
  </tbody>
@@ -1346,17 +1346,17 @@ pango_glyph_string_copy (<em class="parameter"><code><a class="link" href="pango
1346
1346
  </colgroup>
1347
1347
  <tbody><tr>
1348
1348
  <td class="parameter_name"><p>string</p></td>
1349
- <td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1349
+ <td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a>, may be <code class="literal">NULL</code>. </p></td>
1350
1350
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1351
1351
  </tr></tbody>
1352
1352
  </table></div>
1353
1353
  </div>
1354
1354
  <div class="refsect3">
1355
1355
  <a name="pango-glyph-string-copy.returns"></a><h4>Returns</h4>
1356
- <p> the newly allocated <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a>,
1356
+ <p>the newly allocated <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a>,
1357
1357
  which should be freed with <a class="link" href="pango-Glyph-Storage.html#pango-glyph-string-free" title="pango_glyph_string_free ()"><code class="function">pango_glyph_string_free()</code></a>,
1358
- or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>string</code></em>
1359
- was <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
1358
+ or <code class="literal">NULL</code> if <em class="parameter"><code>string</code></em>
1359
+ was <code class="literal">NULL</code>. </p>
1360
1360
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
1361
1361
  </div>
1362
1362
  </div>
@@ -1365,7 +1365,7 @@ was <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/ht
1365
1365
  <a name="pango-glyph-string-set-size"></a><h3>pango_glyph_string_set_size ()</h3>
1366
1366
  <pre class="programlisting"><span class="returnvalue">void</span>
1367
1367
  pango_glyph_string_set_size (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *string</code></em>,
1368
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> new_len</code></em>);</pre>
1368
+ <em class="parameter"><code><span class="type">gint</span> new_len</code></em>);</pre>
1369
1369
  <p>Resize a glyph string to the given length.</p>
1370
1370
  <div class="refsect3">
1371
1371
  <a name="pango-glyph-string-set-size.parameters"></a><h4>Parameters</h4>
@@ -1406,7 +1406,7 @@ pango_glyph_string_free (<em class="parameter"><code><a class="link" href="pango
1406
1406
  </colgroup>
1407
1407
  <tbody><tr>
1408
1408
  <td class="parameter_name"><p>string</p></td>
1409
- <td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1409
+ <td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a>, may be <code class="literal">NULL</code>. </p></td>
1410
1410
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1411
1411
  </tr></tbody>
1412
1412
  </table></div>
@@ -1444,14 +1444,14 @@ of the rectangles.</p>
1444
1444
  </tr>
1445
1445
  <tr>
1446
1446
  <td class="parameter_name"><p>ink_rect</p></td>
1447
- <td class="parameter_description"><p> rectangle used to store the extents of the glyph string
1448
- as drawn or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate that the result is not needed. </p></td>
1447
+ <td class="parameter_description"><p>rectangle used to store the extents of the glyph string
1448
+ as drawn or <code class="literal">NULL</code> to indicate that the result is not needed. </p></td>
1449
1449
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1450
1450
  </tr>
1451
1451
  <tr>
1452
1452
  <td class="parameter_name"><p>logical_rect</p></td>
1453
- <td class="parameter_description"><p> rectangle used to store the logical extents of the
1454
- glyph string or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate that the result is not needed. </p></td>
1453
+ <td class="parameter_description"><p>rectangle used to store the logical extents of the
1454
+ glyph string or <code class="literal">NULL</code> to indicate that the result is not needed. </p></td>
1455
1455
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1456
1456
  </tr>
1457
1457
  </tbody>
@@ -1504,16 +1504,16 @@ indices such that start &lt;= index &lt; end)</p></td>
1504
1504
  </tr>
1505
1505
  <tr>
1506
1506
  <td class="parameter_name"><p>ink_rect</p></td>
1507
- <td class="parameter_description"><p> rectangle used to
1507
+ <td class="parameter_description"><p>rectangle used to
1508
1508
  store the extents of the glyph string range as drawn or
1509
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate that the result is not needed. </p></td>
1509
+ <code class="literal">NULL</code> to indicate that the result is not needed. </p></td>
1510
1510
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
1511
1511
  </tr>
1512
1512
  <tr>
1513
1513
  <td class="parameter_name"><p>logical_rect</p></td>
1514
- <td class="parameter_description"><p> rectangle used to
1514
+ <td class="parameter_description"><p>rectangle used to
1515
1515
  store the logical extents of the glyph string range or
1516
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate that the result is not needed. </p></td>
1516
+ <code class="literal">NULL</code> to indicate that the result is not needed. </p></td>
1517
1517
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
1518
1518
  </tr>
1519
1519
  </tbody>
@@ -1560,7 +1560,7 @@ pango_glyph_string_index_to_x (<em class="parameter"><code><a class="link" href=
1560
1560
  <em class="parameter"><code><span class="type">int</span> length</code></em>,
1561
1561
  <em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> *analysis</code></em>,
1562
1562
  <em class="parameter"><code><span class="type">int</span> index_</code></em>,
1563
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> trailing</code></em>,
1563
+ <em class="parameter"><code><span class="type">gboolean</span> trailing</code></em>,
1564
1564
  <em class="parameter"><code><span class="type">int</span> *x_pos</code></em>);</pre>
1565
1565
  <p>Converts from character position to x position. (X position
1566
1566
  is measured from the left edge of the run). Character positions
@@ -1603,13 +1603,13 @@ are computed by dividing up each cluster into equal portions.</p>
1603
1603
  </tr>
1604
1604
  <tr>
1605
1605
  <td class="parameter_name"><p>trailing</p></td>
1606
- <td class="parameter_description"><p>whether we should compute the result for the beginning (<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>)
1607
- or end (<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>) of the character.</p></td>
1606
+ <td class="parameter_description"><p>whether we should compute the result for the beginning (<code class="literal">FALSE</code>)
1607
+ or end (<code class="literal">TRUE</code>) of the character.</p></td>
1608
1608
  <td class="parameter_annotations"> </td>
1609
1609
  </tr>
1610
1610
  <tr>
1611
1611
  <td class="parameter_name"><p>x_pos</p></td>
1612
- <td class="parameter_description"><p> location to store result. </p></td>
1612
+ <td class="parameter_description"><p>location to store result. </p></td>
1613
1613
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1614
1614
  </tr>
1615
1615
  </tbody>
@@ -1669,13 +1669,13 @@ attributes for the text to compute the valid cursor position.</p>
1669
1669
  </tr>
1670
1670
  <tr>
1671
1671
  <td class="parameter_name"><p>index_</p></td>
1672
- <td class="parameter_description"><p> location to store calculated byte index within <em class="parameter"><code>text</code></em>
1672
+ <td class="parameter_description"><p>location to store calculated byte index within <em class="parameter"><code>text</code></em>
1673
1673
  . </p></td>
1674
1674
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1675
1675
  </tr>
1676
1676
  <tr>
1677
1677
  <td class="parameter_name"><p>trailing</p></td>
1678
- <td class="parameter_description"><p> location to store a boolean indicating
1678
+ <td class="parameter_description"><p>location to store a boolean indicating
1679
1679
  whether the user clicked on the leading or trailing
1680
1680
  edge of the character. </p></td>
1681
1681
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
@@ -1730,7 +1730,7 @@ cluster is divided equally among the characters.</p>
1730
1730
  </tr>
1731
1731
  <tr>
1732
1732
  <td class="parameter_name"><p>logical_widths</p></td>
1733
- <td class="parameter_description"><p> an array whose length is the number of
1733
+ <td class="parameter_description"><p>an array whose length is the number of
1734
1734
  characters in text (equal to g_utf8_strlen (text,
1735
1735
  length) unless text has NUL bytes) to be filled in
1736
1736
  with the resulting character widths. </p></td>
@@ -1756,17 +1756,17 @@ pango_glyph_item_copy (<em class="parameter"><code><a class="link" href="pango-G
1756
1756
  </colgroup>
1757
1757
  <tbody><tr>
1758
1758
  <td class="parameter_name"><p>orig</p></td>
1759
- <td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1759
+ <td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a>, may be <code class="literal">NULL</code>. </p></td>
1760
1760
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1761
1761
  </tr></tbody>
1762
1762
  </table></div>
1763
1763
  </div>
1764
1764
  <div class="refsect3">
1765
1765
  <a name="pango-glyph-item-copy.returns"></a><h4>Returns</h4>
1766
- <p> the newly allocated <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a>, which should
1767
- be freed with <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-free" title="pango_glyph_item_free ()"><code class="function">pango_glyph_item_free()</code></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1766
+ <p>the newly allocated <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a>, which should
1767
+ be freed with <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-free" title="pango_glyph_item_free ()"><code class="function">pango_glyph_item_free()</code></a>, or <code class="literal">NULL</code>
1768
1768
  if <em class="parameter"><code>orig</code></em>
1769
- was <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
1769
+ was <code class="literal">NULL</code>. </p>
1770
1770
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
1771
1771
  </div>
1772
1772
  <p class="since">Since: <a class="link" href="api-index-1-20.html#api-index-1.20">1.20</a></p>
@@ -1787,7 +1787,7 @@ pango_glyph_item_free (<em class="parameter"><code><a class="link" href="pango-G
1787
1787
  </colgroup>
1788
1788
  <tbody><tr>
1789
1789
  <td class="parameter_name"><p>glyph_item</p></td>
1790
- <td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1790
+ <td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a>, may be <code class="literal">NULL</code>. </p></td>
1791
1791
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1792
1792
  </tr></tbody>
1793
1793
  </table></div>
@@ -1857,7 +1857,7 @@ with <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-free" title
1857
1857
  <hr>
1858
1858
  <div class="refsect2">
1859
1859
  <a name="pango-glyph-item-apply-attrs"></a><h3>pango_glyph_item_apply_attrs ()</h3>
1860
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
1860
+ <pre class="programlisting"><span class="returnvalue">GSList</span> *
1861
1861
  pango_glyph_item_apply_attrs (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a> *glyph_item</code></em>,
1862
1862
  <em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
1863
1863
  <em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *list</code></em>);</pre>
@@ -1906,11 +1906,11 @@ applies to</p></td>
1906
1906
  </div>
1907
1907
  <div class="refsect3">
1908
1908
  <a name="pango-glyph-item-apply-attrs.returns"></a><h4>Returns</h4>
1909
- <p> a
1909
+ <p>a
1910
1910
  list of glyph items resulting from splitting <em class="parameter"><code>glyph_item</code></em>
1911
1911
  . Free
1912
1912
  the elements using <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-free" title="pango_glyph_item_free ()"><code class="function">pango_glyph_item_free()</code></a>, the list using
1913
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#g-slist-free"><code class="function">g_slist_free()</code></a>. </p>
1913
+ <code class="function">g_slist_free()</code>. </p>
1914
1914
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Pango.GlyphItem]</span></p>
1915
1915
  </div>
1916
1916
  <p class="since">Since: <a class="link" href="api-index-1-2.html#api-index-1.2">1.2</a></p>
@@ -1951,7 +1951,7 @@ start of <em class="parameter"><code>text</code></em>
1951
1951
  </tr>
1952
1952
  <tr>
1953
1953
  <td class="parameter_name"><p>log_attrs</p></td>
1954
- <td class="parameter_description"><p> logical attributes for the item
1954
+ <td class="parameter_description"><p>logical attributes for the item
1955
1955
  (the first logical attribute refers to the position
1956
1956
  before the first character in the item). </p></td>
1957
1957
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>]</span></td>
@@ -2005,7 +2005,7 @@ start of <em class="parameter"><code>text</code></em>
2005
2005
  </tr>
2006
2006
  <tr>
2007
2007
  <td class="parameter_name"><p>logical_widths</p></td>
2008
- <td class="parameter_description"><p> an array whose length is the number of
2008
+ <td class="parameter_description"><p>an array whose length is the number of
2009
2009
  characters in glyph_item (equal to
2010
2010
  glyph_item-&gt;item-&gt;num_chars) to be filled in with
2011
2011
  the resulting character widths. </p></td>
@@ -2032,17 +2032,17 @@ pango_glyph_item_iter_copy (<em class="parameter"><code><a class="link" href="pa
2032
2032
  </colgroup>
2033
2033
  <tbody><tr>
2034
2034
  <td class="parameter_name"><p>orig</p></td>
2035
- <td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2035
+ <td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a>, may be <code class="literal">NULL</code>. </p></td>
2036
2036
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
2037
2037
  </tr></tbody>
2038
2038
  </table></div>
2039
2039
  </div>
2040
2040
  <div class="refsect3">
2041
2041
  <a name="pango-glyph-item-iter-copy.returns"></a><h4>Returns</h4>
2042
- <p> the newly allocated <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a>, which should
2043
- be freed with <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-iter-free" title="pango_glyph_item_iter_free ()"><code class="function">pango_glyph_item_iter_free()</code></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
2042
+ <p>the newly allocated <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a>, which should
2043
+ be freed with <a class="link" href="pango-Glyph-Storage.html#pango-glyph-item-iter-free" title="pango_glyph_item_iter_free ()"><code class="function">pango_glyph_item_iter_free()</code></a>, or <code class="literal">NULL</code>
2044
2044
  if <em class="parameter"><code>orig</code></em>
2045
- was <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
2045
+ was <code class="literal">NULL</code>. </p>
2046
2046
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
2047
2047
  </div>
2048
2048
  <p class="since">Since: <a class="link" href="api-index-1-22.html#api-index-1.22">1.22</a></p>
@@ -2063,7 +2063,7 @@ pango_glyph_item_iter_free (<em class="parameter"><code><a class="link" href="pa
2063
2063
  </colgroup>
2064
2064
  <tbody><tr>
2065
2065
  <td class="parameter_name"><p>iter</p></td>
2066
- <td class="parameter_description"><p> a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a>, may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2066
+ <td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a>, may be <code class="literal">NULL</code>. </p></td>
2067
2067
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
2068
2068
  </tr></tbody>
2069
2069
  </table></div>
@@ -2073,7 +2073,7 @@ pango_glyph_item_iter_free (<em class="parameter"><code><a class="link" href="pa
2073
2073
  <hr>
2074
2074
  <div class="refsect2">
2075
2075
  <a name="pango-glyph-item-iter-init-start"></a><h3>pango_glyph_item_iter_init_start ()</h3>
2076
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2076
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
2077
2077
  pango_glyph_item_iter_init_start (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>,
2078
2078
  <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a> *glyph_item</code></em>,
2079
2079
  <em class="parameter"><code>const <span class="type">char</span> *text</code></em>);</pre>
@@ -2109,14 +2109,14 @@ See <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span cla
2109
2109
  </div>
2110
2110
  <div class="refsect3">
2111
2111
  <a name="pango-glyph-item-iter-init-start.returns"></a><h4>Returns</h4>
2112
- <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if there are no clusters in the glyph item</p>
2112
+ <p> <code class="literal">FALSE</code> if there are no clusters in the glyph item</p>
2113
2113
  </div>
2114
2114
  <p class="since">Since: <a class="link" href="api-index-1-22.html#api-index-1.22">1.22</a></p>
2115
2115
  </div>
2116
2116
  <hr>
2117
2117
  <div class="refsect2">
2118
2118
  <a name="pango-glyph-item-iter-init-end"></a><h3>pango_glyph_item_iter_init_end ()</h3>
2119
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2119
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
2120
2120
  pango_glyph_item_iter_init_end (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>,
2121
2121
  <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a> *glyph_item</code></em>,
2122
2122
  <em class="parameter"><code>const <span class="type">char</span> *text</code></em>);</pre>
@@ -2152,14 +2152,14 @@ See <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span cla
2152
2152
  </div>
2153
2153
  <div class="refsect3">
2154
2154
  <a name="pango-glyph-item-iter-init-end.returns"></a><h4>Returns</h4>
2155
- <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if there are no clusters in the glyph item</p>
2155
+ <p> <code class="literal">FALSE</code> if there are no clusters in the glyph item</p>
2156
2156
  </div>
2157
2157
  <p class="since">Since: <a class="link" href="api-index-1-22.html#api-index-1.22">1.22</a></p>
2158
2158
  </div>
2159
2159
  <hr>
2160
2160
  <div class="refsect2">
2161
2161
  <a name="pango-glyph-item-iter-next-cluster"></a><h3>pango_glyph_item_iter_next_cluster ()</h3>
2162
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2162
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
2163
2163
  pango_glyph_item_iter_next_cluster (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>);</pre>
2164
2164
  <p>Advances the iterator to the next cluster in the glyph item.
2165
2165
  See <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> for details of cluster orders.</p>
@@ -2180,7 +2180,7 @@ See <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span cla
2180
2180
  </div>
2181
2181
  <div class="refsect3">
2182
2182
  <a name="pango-glyph-item-iter-next-cluster.returns"></a><h4>Returns</h4>
2183
- <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the iterator was advanced, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if we were already on the
2183
+ <p> <code class="literal">TRUE</code> if the iterator was advanced, <code class="literal">FALSE</code> if we were already on the
2184
2184
  last cluster.</p>
2185
2185
  </div>
2186
2186
  <p class="since">Since: <a class="link" href="api-index-1-22.html#api-index-1.22">1.22</a></p>
@@ -2188,7 +2188,7 @@ last cluster.</p>
2188
2188
  <hr>
2189
2189
  <div class="refsect2">
2190
2190
  <a name="pango-glyph-item-iter-prev-cluster"></a><h3>pango_glyph_item_iter_prev_cluster ()</h3>
2191
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2191
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
2192
2192
  pango_glyph_item_iter_prev_cluster (<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> *iter</code></em>);</pre>
2193
2193
  <p>Moves the iterator to the preceding cluster in the glyph item.
2194
2194
  See <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a> for details of cluster orders.</p>
@@ -2209,7 +2209,7 @@ See <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span cla
2209
2209
  </div>
2210
2210
  <div class="refsect3">
2211
2211
  <a name="pango-glyph-item-iter-prev-cluster.returns"></a><h4>Returns</h4>
2212
- <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the iterator was moved, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if we were already on the
2212
+ <p> <code class="literal">TRUE</code> if the iterator was moved, <code class="literal">FALSE</code> if we were already on the
2213
2213
  first cluster.</p>
2214
2214
  </div>
2215
2215
  <p class="since">Since: <a class="link" href="api-index-1-22.html#api-index-1.22">1.22</a></p>
@@ -2358,8 +2358,8 @@ the identity transform.</p>
2358
2358
  <tr>
2359
2359
  <td class="listing_lines" align="right"><pre>1
2360
2360
  2</pre></td>
2361
- <td class="listing_code"><pre class="programlisting">PangoMatrix matrix <span class="gtkdoc opt">=</span> PANGO_MATRIX_INIT<span class="gtkdoc opt">;</span>
2362
- <span class="function"><a href="pango-Glyph-Storage.html#pango-matrix-rotate">pango_matrix_rotate</a></span> <span class="gtkdoc opt">(&amp;</span>matrix<span class="gtkdoc opt">,</span> <span class="number">45</span><span class="gtkdoc opt">.);</span></pre></td>
2361
+ <td class="listing_code"><pre class="programlisting"><span class="usertype">PangoMatrix</span><span class="normal"> matrix </span><span class="symbol">=</span><span class="normal"> <a href="pango-Glyph-Storage.html#PANGO-MATRIX-INIT:CAPS">PANGO_MATRIX_INIT</a></span><span class="symbol">;</span>
2362
+ <span class="function"><a href="pango-Glyph-Storage.html#pango-matrix-rotate">pango_matrix_rotate</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">matrix</span><span class="symbol">,</span><span class="normal"> </span><span class="number">45</span><span class="symbol">.);</span></pre></td>
2363
2363
  </tr>
2364
2364
  </tbody>
2365
2365
  </table>
@@ -2403,8 +2403,8 @@ on.</p>
2403
2403
  <pre class="programlisting">#define PANGO_GLYPH_UNKNOWN_FLAG ((PangoGlyph)0x10000000)
2404
2404
  </pre>
2405
2405
  <p>The <a class="link" href="pango-Glyph-Storage.html#PANGO-GLYPH-UNKNOWN-FLAG:CAPS" title="PANGO_GLYPH_UNKNOWN_FLAG"><code class="literal">PANGO_GLYPH_UNKNOWN_FLAG</code></a> macro is a flag value that can be added to
2406
- a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> value of a valid Unicode character, to produce a <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a>
2407
- value, representing an unknown-character glyph for the respective <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a>.</p>
2406
+ a <span class="type">gunichar</span> value of a valid Unicode character, to produce a <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a>
2407
+ value, representing an unknown-character glyph for the respective <span class="type">gunichar</span>.</p>
2408
2408
  </div>
2409
2409
  <hr>
2410
2410
  <div class="refsect2">
@@ -2517,7 +2517,7 @@ added in the future.</p>
2517
2517
  <col width="200px" class="struct_members_annotations">
2518
2518
  </colgroup>
2519
2519
  <tbody><tr>
2520
- <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="PangoGlyphVisAttr.is-cluster-start"></a>is_cluster_start</code></em> : 1;</p></td>
2520
+ <td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoGlyphVisAttr.is-cluster-start"></a>is_cluster_start</code></em> : 1;</p></td>
2521
2521
  <td class="struct_member_description"><p>set for the first logical glyph in each cluster. (Clusters
2522
2522
  are stored in visual order, within the cluster, glyphs
2523
2523
  are always ordered in logical order, since visual
@@ -2558,18 +2558,18 @@ by the structure which simplifies memory management.</p>
2558
2558
  </colgroup>
2559
2559
  <tbody>
2560
2560
  <tr>
2561
- <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="PangoGlyphString-struct.num-glyphs"></a>num_glyphs</code></em>;</p></td>
2561
+ <td class="struct_member_name"><p><span class="type">gint</span> <em class="structfield"><code><a name="PangoGlyphString-struct.num-glyphs"></a>num_glyphs</code></em>;</p></td>
2562
2562
  <td class="struct_member_description"><p>number of the glyphs in this glyph string.</p></td>
2563
2563
  <td class="struct_member_annotations"> </td>
2564
2564
  </tr>
2565
2565
  <tr>
2566
2566
  <td class="struct_member_name"><p><a class="link" href="pango-Glyph-Storage.html#PangoGlyphInfo" title="struct PangoGlyphInfo"><span class="type">PangoGlyphInfo</span></a> *<em class="structfield"><code><a name="PangoGlyphString-struct.glyphs"></a>glyphs</code></em>;</p></td>
2567
- <td class="struct_member_description"><p> array of glyph information
2567
+ <td class="struct_member_description"><p>array of glyph information
2568
2568
  for the glyph string. </p></td>
2569
2569
  <td class="struct_member_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=num_glyphs]</span></td>
2570
2570
  </tr>
2571
2571
  <tr>
2572
- <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *<em class="structfield"><code><a name="PangoGlyphString-struct.log-clusters"></a>log_clusters</code></em>;</p></td>
2572
+ <td class="struct_member_name"><p><span class="type">gint</span> *<em class="structfield"><code><a name="PangoGlyphString-struct.log-clusters"></a>log_clusters</code></em>;</p></td>
2573
2573
  <td class="struct_member_description"><p>logical cluster info, indexed by the byte index
2574
2574
  within the text corresponding to the glyph string.</p></td>
2575
2575
  <td class="struct_member_annotations"> </td>
@@ -2689,26 +2689,26 @@ the one pointed at by end variables is not.</p>
2689
2689
  <a name="PANGO-TYPE-GLYPH-STRING:CAPS"></a><h3>PANGO_TYPE_GLYPH_STRING</h3>
2690
2690
  <pre class="programlisting">#define PANGO_TYPE_GLYPH_STRING (pango_glyph_string_get_type ())
2691
2691
  </pre>
2692
- <p>The <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> type for <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a>.</p>
2692
+ <p>The <span class="type">GObject</span> type for <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a>.</p>
2693
2693
  </div>
2694
2694
  <hr>
2695
2695
  <div class="refsect2">
2696
2696
  <a name="PANGO-TYPE-GLYPH-ITEM:CAPS"></a><h3>PANGO_TYPE_GLYPH_ITEM</h3>
2697
2697
  <pre class="programlisting">#define PANGO_TYPE_GLYPH_ITEM (pango_glyph_item_get_type ())
2698
2698
  </pre>
2699
- <p>The <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> type for <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a>.</p>
2699
+ <p>The <span class="type">GObject</span> type for <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem"><span class="type">PangoGlyphItem</span></a>.</p>
2700
2700
  </div>
2701
2701
  <hr>
2702
2702
  <div class="refsect2">
2703
2703
  <a name="PANGO-TYPE-GLYPH-ITEM-ITER:CAPS"></a><h3>PANGO_TYPE_GLYPH_ITEM_ITER</h3>
2704
2704
  <pre class="programlisting">#define PANGO_TYPE_GLYPH_ITEM_ITER (pango_glyph_item_iter_get_type ())
2705
2705
  </pre>
2706
- <p>The <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> type for <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a>.</p>
2706
+ <p>The <span class="type">GObject</span> type for <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItemIter"><span class="type">PangoGlyphItemIter</span></a>.</p>
2707
2707
  <p class="since">Since: <a class="link" href="api-index-1-22.html#api-index-1.22">1.22</a></p>
2708
2708
  </div>
2709
2709
  </div>
2710
2710
  </div>
2711
2711
  <div class="footer">
2712
- <hr>Generated by GTK-Doc V1.25.1</div>
2712
+ <hr>Generated by GTK-Doc V1.27</div>
2713
2713
  </body>
2714
2714
  </html>