pango 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (351) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +6 -6
  3. data/ext/pango/extconf.rb +1 -0
  4. data/lib/2.2/pango.so +0 -0
  5. data/lib/2.3/pango.so +0 -0
  6. data/lib/pango.rb +2 -10
  7. data/vendor/local/bin/derb.exe +0 -0
  8. data/vendor/local/bin/genbrk.exe +0 -0
  9. data/vendor/local/bin/genccode.exe +0 -0
  10. data/vendor/local/bin/gencfu.exe +0 -0
  11. data/vendor/local/bin/gencmn.exe +0 -0
  12. data/vendor/local/bin/gencnval.exe +0 -0
  13. data/vendor/local/bin/gendict.exe +0 -0
  14. data/vendor/local/bin/gennorm2.exe +0 -0
  15. data/vendor/local/bin/genrb.exe +0 -0
  16. data/vendor/local/bin/gensprep.exe +0 -0
  17. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  18. data/vendor/local/bin/hb-shape.exe +0 -0
  19. data/vendor/local/bin/hb-view.exe +0 -0
  20. data/vendor/local/bin/icu-config +6 -7
  21. data/vendor/local/bin/icuinfo.exe +0 -0
  22. data/vendor/local/bin/icupkg.exe +0 -0
  23. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  24. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  25. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  26. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  27. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  28. data/vendor/local/bin/makeconv.exe +0 -0
  29. data/vendor/local/bin/pango-view.exe +0 -0
  30. data/vendor/local/bin/pkgdata.exe +0 -0
  31. data/vendor/local/bin/uconv.exe +0 -0
  32. data/vendor/local/include/harfbuzz/hb-blob.h +12 -12
  33. data/vendor/local/include/harfbuzz/hb-buffer.h +181 -78
  34. data/vendor/local/include/harfbuzz/hb-common.h +23 -17
  35. data/vendor/local/include/harfbuzz/hb-deprecated.h +10 -0
  36. data/vendor/local/include/harfbuzz/hb-face.h +17 -17
  37. data/vendor/local/include/harfbuzz/hb-font.h +180 -79
  38. data/vendor/local/include/harfbuzz/hb-ft.h +16 -9
  39. data/vendor/local/include/harfbuzz/hb-glib.h +4 -4
  40. data/vendor/local/include/harfbuzz/hb-icu.h +3 -3
  41. data/vendor/local/include/harfbuzz/hb-ot-font.h +1 -1
  42. data/vendor/local/include/harfbuzz/hb-ot-layout.h +28 -28
  43. data/vendor/local/include/harfbuzz/hb-ot-shape.h +2 -2
  44. data/vendor/local/include/harfbuzz/hb-ot-tag.h +4 -4
  45. data/vendor/local/include/harfbuzz/hb-set.h +29 -26
  46. data/vendor/local/include/harfbuzz/hb-shape-plan.h +9 -9
  47. data/vendor/local/include/harfbuzz/hb-shape.h +5 -5
  48. data/vendor/local/include/harfbuzz/hb-unicode.h +47 -31
  49. data/vendor/local/include/harfbuzz/hb-version.h +6 -6
  50. data/vendor/local/include/harfbuzz/hb.h +4 -0
  51. data/vendor/local/include/layout/LELanguages.h +2 -5
  52. data/vendor/local/include/layout/LEScripts.h +3 -62
  53. data/vendor/local/include/layout/LETableReference.h +15 -3
  54. data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -1
  55. data/vendor/local/include/pango-1.0/pango/pango-engine.h +50 -31
  56. data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
  57. data/vendor/local/include/pango-1.0/pango/pango-font.h +1 -0
  58. data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +2 -0
  59. data/vendor/local/include/pango-1.0/pango/pango-glyph.h +5 -0
  60. data/vendor/local/include/pango-1.0/pango/pango-item.h +4 -0
  61. data/vendor/local/include/pango-1.0/pango/pango-layout.h +3 -0
  62. data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -0
  63. data/vendor/local/include/pango-1.0/pango/pango-modules.h +6 -0
  64. data/vendor/local/include/pango-1.0/pango/pango-ot.h +8 -5
  65. data/vendor/local/include/pango-1.0/pango/pango-renderer.h +9 -2
  66. data/vendor/local/include/pango-1.0/pango/pango-script.h +63 -1
  67. data/vendor/local/include/pango-1.0/pango/pango-utils.h +12 -0
  68. data/vendor/local/include/pango-1.0/pango/pangofc-font.h +7 -10
  69. data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +25 -16
  70. data/vendor/local/include/unicode/brkiter.h +6 -3
  71. data/vendor/local/include/unicode/bytestriebuilder.h +3 -1
  72. data/vendor/local/include/unicode/coll.h +21 -18
  73. data/vendor/local/include/unicode/compactdecimalformat.h +87 -3
  74. data/vendor/local/include/unicode/currpinf.h +2 -1
  75. data/vendor/local/include/unicode/datefmt.h +19 -41
  76. data/vendor/local/include/unicode/dcfmtsym.h +28 -9
  77. data/vendor/local/include/unicode/decimfmt.h +126 -304
  78. data/vendor/local/include/unicode/dtfmtsym.h +50 -19
  79. data/vendor/local/include/unicode/dtitvfmt.h +89 -30
  80. data/vendor/local/include/unicode/dtitvinf.h +63 -60
  81. data/vendor/local/include/unicode/dtptngen.h +81 -30
  82. data/vendor/local/include/unicode/filteredbrk.h +14 -24
  83. data/vendor/local/include/unicode/icuplug.h +9 -2
  84. data/vendor/local/include/unicode/listformatter.h +2 -2
  85. data/vendor/local/include/unicode/localpointer.h +231 -13
  86. data/vendor/local/include/unicode/locdspnm.h +2 -2
  87. data/vendor/local/include/unicode/locid.h +1 -3
  88. data/vendor/local/include/unicode/measfmt.h +14 -14
  89. data/vendor/local/include/unicode/measunit.h +213 -225
  90. data/vendor/local/include/unicode/normlzr.h +55 -43
  91. data/vendor/local/include/unicode/numfmt.h +60 -67
  92. data/vendor/local/include/unicode/platform.h +96 -3
  93. data/vendor/local/include/unicode/plurrule.h +5 -0
  94. data/vendor/local/include/unicode/rbnf.h +43 -4
  95. data/vendor/local/include/unicode/regex.h +14 -4
  96. data/vendor/local/include/unicode/region.h +5 -11
  97. data/vendor/local/include/unicode/reldatefmt.h +53 -43
  98. data/vendor/local/include/unicode/scientificnumberformatter.h +9 -11
  99. data/vendor/local/include/unicode/simpleformatter.h +295 -0
  100. data/vendor/local/include/unicode/smpdtfmt.h +36 -22
  101. data/vendor/local/include/unicode/tblcoll.h +32 -31
  102. data/vendor/local/include/unicode/timezone.h +4 -6
  103. data/vendor/local/include/unicode/tmunit.h +13 -13
  104. data/vendor/local/include/unicode/tzfmt.h +3 -6
  105. data/vendor/local/include/unicode/tznames.h +2 -4
  106. data/vendor/local/include/unicode/ubrk.h +14 -2
  107. data/vendor/local/include/unicode/uchar.h +61 -8
  108. data/vendor/local/include/unicode/ucharstriebuilder.h +1 -1
  109. data/vendor/local/include/unicode/ucol.h +2 -0
  110. data/vendor/local/include/unicode/uconfig.h +11 -6
  111. data/vendor/local/include/unicode/ucurr.h +24 -32
  112. data/vendor/local/include/unicode/udat.h +103 -87
  113. data/vendor/local/include/unicode/udateintervalformat.h +4 -1
  114. data/vendor/local/include/unicode/udatpg.h +6 -4
  115. data/vendor/local/include/unicode/udisplaycontext.h +6 -12
  116. data/vendor/local/include/unicode/ufieldpositer.h +10 -12
  117. data/vendor/local/include/unicode/uldnames.h +2 -2
  118. data/vendor/local/include/unicode/ulistformatter.h +9 -11
  119. data/vendor/local/include/unicode/uloc.h +13 -16
  120. data/vendor/local/include/unicode/umachine.h +2 -2
  121. data/vendor/local/include/unicode/uniset.h +25 -3
  122. data/vendor/local/include/unicode/unistr.h +168 -27
  123. data/vendor/local/include/unicode/unorm.h +40 -133
  124. data/vendor/local/include/unicode/unorm2.h +97 -1
  125. data/vendor/local/include/unicode/unum.h +61 -24
  126. data/vendor/local/include/unicode/uregex.h +7 -9
  127. data/vendor/local/include/unicode/ureldatefmt.h +365 -0
  128. data/vendor/local/include/unicode/urename.h +12 -1
  129. data/vendor/local/include/unicode/ures.h +157 -142
  130. data/vendor/local/include/unicode/uscript.h +1 -1
  131. data/vendor/local/include/unicode/ustdio.h +3 -5
  132. data/vendor/local/include/unicode/utf8.h +2 -2
  133. data/vendor/local/include/unicode/utypes.h +4 -6
  134. data/vendor/local/include/unicode/uvernum.h +7 -7
  135. data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
  136. data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
  137. data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
  138. data/vendor/local/lib/icu/{55.1 → 57.1}/Makefile.inc +6 -6
  139. data/vendor/local/lib/icu/{55.1 → 57.1}/pkgdata.inc +1 -1
  140. data/vendor/local/lib/icu/Makefile.inc +6 -6
  141. data/vendor/local/lib/icu/pkgdata.inc +1 -1
  142. data/vendor/local/lib/icudt.dll +0 -0
  143. data/vendor/local/lib/{icudt55.dll → icudt57.dll} +0 -0
  144. data/vendor/local/lib/icuin.dll +0 -0
  145. data/vendor/local/lib/icuin57.dll +0 -0
  146. data/vendor/local/lib/icuio.dll +0 -0
  147. data/vendor/local/lib/icuio57.dll +0 -0
  148. data/vendor/local/lib/icule.dll +0 -0
  149. data/vendor/local/lib/icule57.dll +0 -0
  150. data/vendor/local/lib/iculx.dll +0 -0
  151. data/vendor/local/lib/iculx57.dll +0 -0
  152. data/vendor/local/lib/icutest.dll +0 -0
  153. data/vendor/local/lib/icutest57.dll +0 -0
  154. data/vendor/local/lib/icutu.dll +0 -0
  155. data/vendor/local/lib/icutu57.dll +0 -0
  156. data/vendor/local/lib/icuuc.dll +0 -0
  157. data/vendor/local/lib/icuuc57.dll +0 -0
  158. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  159. data/vendor/local/lib/libharfbuzz-icu.la +4 -4
  160. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  161. data/vendor/local/lib/libharfbuzz.la +4 -4
  162. data/vendor/local/lib/libicudt.dll.a +0 -0
  163. data/vendor/local/lib/libicuin.dll.a +0 -0
  164. data/vendor/local/lib/libicuio.dll.a +0 -0
  165. data/vendor/local/lib/libicule.dll.a +0 -0
  166. data/vendor/local/lib/libiculx.dll.a +0 -0
  167. data/vendor/local/lib/libicutest.dll.a +0 -0
  168. data/vendor/local/lib/libicutu.dll.a +0 -0
  169. data/vendor/local/lib/libicuuc.dll.a +0 -0
  170. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  171. data/vendor/local/lib/libpango-1.0.la +6 -6
  172. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  173. data/vendor/local/lib/libpangocairo-1.0.la +6 -6
  174. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  175. data/vendor/local/lib/libpangoft2-1.0.la +6 -6
  176. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  177. data/vendor/local/lib/libpangowin32-1.0.la +6 -6
  178. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
  179. data/vendor/local/lib/pkgconfig/harfbuzz.pc +2 -2
  180. data/vendor/local/lib/pkgconfig/icu-i18n.pc +6 -6
  181. data/vendor/local/lib/pkgconfig/icu-io.pc +6 -6
  182. data/vendor/local/lib/pkgconfig/icu-le.pc +6 -6
  183. data/vendor/local/lib/pkgconfig/icu-lx.pc +6 -6
  184. data/vendor/local/lib/pkgconfig/icu-uc.pc +6 -6
  185. data/vendor/local/lib/pkgconfig/pango.pc +3 -5
  186. data/vendor/local/lib/pkgconfig/pangocairo.pc +3 -2
  187. data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
  188. data/vendor/local/lib/pkgconfig/pangowin32.pc +3 -2
  189. data/vendor/local/share/gir-1.0/Pango-1.0.gir +891 -307
  190. data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +45 -27
  191. data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +12 -5
  192. data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
  193. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +41 -0
  194. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +34 -0
  195. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +722 -0
  196. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +38 -0
  197. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +34 -0
  198. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +34 -0
  199. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +41 -0
  200. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +46 -0
  201. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +45 -0
  202. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +34 -0
  203. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +34 -0
  204. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +38 -0
  205. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +56 -0
  206. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +191 -0
  207. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +34 -0
  208. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +42 -0
  209. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +38 -0
  210. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +49 -0
  211. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +226 -58
  212. data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +80 -0
  213. data/vendor/local/share/gtk-doc/html/harfbuzz/{ch06.html → ch07.html} +8 -2
  214. data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +13 -2
  215. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +2738 -0
  216. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +20 -22
  217. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +38 -38
  218. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +287 -189
  219. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +2 -2
  220. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +2 -2
  221. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +38 -38
  222. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +403 -126
  223. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +85 -10
  224. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +17 -2
  225. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +172 -2
  226. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +2 -2
  227. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +76 -0
  229. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +43 -3
  230. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +80 -0
  231. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +6 -6
  232. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +39 -39
  234. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +21 -21
  235. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +51 -46
  236. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +2 -2
  237. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +11 -11
  238. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
  239. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +262 -190
  240. data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +2 -2
  241. data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +61 -7
  242. data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +59 -0
  243. data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +9 -8
  244. data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +5 -0
  245. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +37 -6
  246. data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +2 -2
  247. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +22 -19
  248. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +15 -12
  249. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +9 -12
  250. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +29 -35
  251. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +206 -97
  252. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +33 -8
  253. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +150 -57
  254. data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +12 -4
  255. data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +3 -4
  256. data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +3 -4
  257. data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +3 -4
  258. data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +3 -4
  259. data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +3 -4
  260. data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +3 -4
  261. data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +3 -4
  262. data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +3 -4
  263. data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +3 -4
  264. data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +3 -4
  265. data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +4 -5
  266. data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +4 -5
  267. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +5 -6
  268. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +5 -6
  269. data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +7 -7
  270. data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +79 -0
  271. data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +3 -4
  272. data/vendor/local/share/gtk-doc/html/pango/{tools.html → api-index-1-40.html} +9 -13
  273. data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +3 -4
  274. data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +3 -4
  275. data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +161 -4
  276. data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +51 -8
  277. data/vendor/local/share/gtk-doc/html/pango/index.html +8 -11
  278. data/vendor/local/share/gtk-doc/html/pango/index.sgml +251 -4
  279. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -4
  280. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +18 -23
  281. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +121 -123
  282. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +5 -7
  283. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +10 -14
  284. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +28 -37
  285. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +170 -224
  286. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +35 -38
  287. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +257 -170
  288. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +186 -214
  289. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +117 -132
  290. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +26 -41
  291. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +140 -153
  292. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +270 -75
  293. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +28 -34
  294. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +361 -203
  295. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +194 -161
  296. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +16 -19
  297. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +21 -28
  298. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +34 -48
  299. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +52 -57
  300. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +10 -11
  301. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +285 -39
  302. data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -4
  303. data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -4
  304. data/vendor/local/share/gtk-doc/html/pango/style.css +9 -6
  305. data/vendor/local/share/icu/57.1/LICENSE +393 -0
  306. data/vendor/local/share/icu/{55.1 → 57.1}/config/mh-mingw +0 -0
  307. data/vendor/local/share/icu/{55.1 → 57.1}/install-sh +0 -0
  308. data/vendor/local/share/icu/{55.1 → 57.1}/mkinstalldirs +0 -0
  309. data/vendor/local/share/man/man1/derb.1 +2 -2
  310. data/vendor/local/share/man/man1/genbrk.1 +2 -2
  311. data/vendor/local/share/man/man1/gencfu.1 +1 -1
  312. data/vendor/local/share/man/man1/gencnval.1 +3 -3
  313. data/vendor/local/share/man/man1/gendict.1 +2 -2
  314. data/vendor/local/share/man/man1/genrb.1 +3 -3
  315. data/vendor/local/share/man/man1/icu-config.1 +2 -2
  316. data/vendor/local/share/man/man1/makeconv.1 +3 -3
  317. data/vendor/local/share/man/man1/pango-view.1 +113 -1
  318. data/vendor/local/share/man/man1/pkgdata.1 +2 -2
  319. data/vendor/local/share/man/man1/uconv.1 +2 -2
  320. data/vendor/local/share/man/man8/genccode.8 +2 -2
  321. data/vendor/local/share/man/man8/gencmn.8 +3 -3
  322. data/vendor/local/share/man/man8/gensprep.8 +3 -3
  323. data/vendor/local/share/man/man8/icupkg.8 +1 -1
  324. metadata +49 -40
  325. data/lib/2.0/pango.so +0 -0
  326. data/lib/2.1/pango.so +0 -0
  327. data/vendor/local/bin/pango-querymodules.exe +0 -0
  328. data/vendor/local/etc/pango/pango.modules +0 -19
  329. data/vendor/local/lib/icuin55.dll +0 -0
  330. data/vendor/local/lib/icuio55.dll +0 -0
  331. data/vendor/local/lib/icule55.dll +0 -0
  332. data/vendor/local/lib/iculx55.dll +0 -0
  333. data/vendor/local/lib/icutest55.dll +0 -0
  334. data/vendor/local/lib/icutu55.dll +0 -0
  335. data/vendor/local/lib/icuuc55.dll +0 -0
  336. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
  337. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
  338. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +0 -41
  339. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
  340. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
  341. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +0 -41
  342. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
  343. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
  344. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +0 -41
  345. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
  346. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
  347. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +0 -41
  348. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +0 -1704
  349. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +0 -131
  350. data/vendor/local/share/icu/55.1/license.html +0 -384
  351. data/vendor/local/share/man/man1/pango-querymodules.1 +0 -106
@@ -1,5 +1,5 @@
1
1
  # libpangowin32-1.0.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.2
2
+ # Generated by libtool (GNU libtool) 2.4.6
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
@@ -13,19 +13,19 @@ library_names='libpangowin32-1.0.dll.a'
13
13
  # The name of the static archive.
14
14
  old_library=''
15
15
 
16
- # Linker flags that can not go in dependency_libs.
16
+ # Linker flags that cannot go in dependency_libs.
17
17
  inherited_linker_flags=' -pthread'
18
18
 
19
19
  # Libraries that this one depends upon.
20
- dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la -lgdi32'
20
+ dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libpcre.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la -lgdi32 -lusp10'
21
21
 
22
22
  # Names of additional weak libraries provided by this library
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libpangowin32-1.0.
26
- current=3600
27
- age=3600
28
- revision=8
26
+ current=4000
27
+ age=4000
28
+ revision=0
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
@@ -5,7 +5,7 @@ includedir=/home/vagrant/ruby-gnome2.win32/pango/vendor/local/include
5
5
 
6
6
  Name: harfbuzz
7
7
  Description: HarfBuzz text shaping library ICU integration
8
- Version: 1.0.3
8
+ Version: 1.2.4
9
9
 
10
10
  Requires: harfbuzz
11
11
  Requires.private: icu-uc
@@ -5,9 +5,9 @@ includedir=/home/vagrant/ruby-gnome2.win32/pango/vendor/local/include
5
5
 
6
6
  Name: harfbuzz
7
7
  Description: HarfBuzz text shaping library
8
- Version: 1.0.3
8
+ Version: 1.2.4
9
9
 
10
10
  Libs: -L${libdir} -lharfbuzz
11
- Libs.private:
11
+ Libs.private:
12
12
  Requires.private: glib-2.0 >= 2.16
13
13
  Cflags: -I${includedir}/harfbuzz
@@ -17,22 +17,22 @@ baselibs = -lpthread -lm
17
17
  #sbindir = ${exec_prefix}/sbin
18
18
  #mandir = ${datarootdir}/man
19
19
  #sysconfdir = ${prefix}/etc
20
- UNICODE_VERSION=7.0
20
+ UNICODE_VERSION=8.0
21
21
  ICUPREFIX=icu
22
22
  ICULIBSUFFIX=
23
23
  LIBICU=lib${ICUPREFIX}
24
24
  #SHAREDLIBCFLAGS=-fPIC
25
- pkglibdir=${libdir}/icu${ICULIBSUFFIX}/55.1
26
- #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/55.1
27
- ICUDATA_NAME = icudt55l
25
+ pkglibdir=${libdir}/icu${ICULIBSUFFIX}/57.1
26
+ #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/57.1
27
+ ICUDATA_NAME = icudt57l
28
28
  #ICUPKGDATA_DIR=${exec_prefix}/lib
29
29
  #ICUDATA_DIR=${pkgdatadir}
30
30
  ICUDESC=International Components for Unicode
31
31
 
32
- Version: 55.1
32
+ Version: 57.1
33
33
  Cflags: -I${includedir}
34
34
  # end of icu.pc.in
35
35
  Description: International Components for Unicode: Internationalization library
36
36
  Name: icu-i18n
37
37
  Requires: icu-uc
38
- Libs: -licuin55
38
+ Libs: -licuin57
@@ -17,22 +17,22 @@ baselibs = -lpthread -lm
17
17
  #sbindir = ${exec_prefix}/sbin
18
18
  #mandir = ${datarootdir}/man
19
19
  #sysconfdir = ${prefix}/etc
20
- UNICODE_VERSION=7.0
20
+ UNICODE_VERSION=8.0
21
21
  ICUPREFIX=icu
22
22
  ICULIBSUFFIX=
23
23
  LIBICU=lib${ICUPREFIX}
24
24
  #SHAREDLIBCFLAGS=-fPIC
25
- pkglibdir=${libdir}/icu${ICULIBSUFFIX}/55.1
26
- #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/55.1
27
- ICUDATA_NAME = icudt55l
25
+ pkglibdir=${libdir}/icu${ICULIBSUFFIX}/57.1
26
+ #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/57.1
27
+ ICUDATA_NAME = icudt57l
28
28
  #ICUPKGDATA_DIR=${exec_prefix}/lib
29
29
  #ICUDATA_DIR=${pkgdatadir}
30
30
  ICUDESC=International Components for Unicode
31
31
 
32
- Version: 55.1
32
+ Version: 57.1
33
33
  Cflags: -I${includedir}
34
34
  # end of icu.pc.in
35
35
  Description: International Components for Unicode: Stream and I/O Library
36
36
  Name: icu-io
37
37
  Requires: icu-i18n
38
- Libs: -licuio55
38
+ Libs: -licuio57
@@ -17,22 +17,22 @@ baselibs = -lpthread -lm
17
17
  #sbindir = ${exec_prefix}/sbin
18
18
  #mandir = ${datarootdir}/man
19
19
  #sysconfdir = ${prefix}/etc
20
- UNICODE_VERSION=7.0
20
+ UNICODE_VERSION=8.0
21
21
  ICUPREFIX=icu
22
22
  ICULIBSUFFIX=
23
23
  LIBICU=lib${ICUPREFIX}
24
24
  #SHAREDLIBCFLAGS=-fPIC
25
- pkglibdir=${libdir}/icu${ICULIBSUFFIX}/55.1
26
- #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/55.1
27
- ICUDATA_NAME = icudt55l
25
+ pkglibdir=${libdir}/icu${ICULIBSUFFIX}/57.1
26
+ #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/57.1
27
+ ICUDATA_NAME = icudt57l
28
28
  #ICUPKGDATA_DIR=${exec_prefix}/lib
29
29
  #ICUDATA_DIR=${pkgdatadir}
30
30
  ICUDESC=International Components for Unicode
31
31
 
32
- Version: 55.1
32
+ Version: 57.1
33
33
  Cflags: -I${includedir}
34
34
  # end of icu.pc.in
35
35
  Description: International Components for Unicode: Layout library
36
36
  Name: icu-le
37
37
  Requires: icu-uc
38
- Libs: -licule55
38
+ Libs: -licule57
@@ -17,22 +17,22 @@ baselibs = -lpthread -lm
17
17
  #sbindir = ${exec_prefix}/sbin
18
18
  #mandir = ${datarootdir}/man
19
19
  #sysconfdir = ${prefix}/etc
20
- UNICODE_VERSION=7.0
20
+ UNICODE_VERSION=8.0
21
21
  ICUPREFIX=icu
22
22
  ICULIBSUFFIX=
23
23
  LIBICU=lib${ICUPREFIX}
24
24
  #SHAREDLIBCFLAGS=-fPIC
25
- pkglibdir=${libdir}/icu${ICULIBSUFFIX}/55.1
26
- #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/55.1
27
- ICUDATA_NAME = icudt55l
25
+ pkglibdir=${libdir}/icu${ICULIBSUFFIX}/57.1
26
+ #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/57.1
27
+ ICUDATA_NAME = icudt57l
28
28
  #ICUPKGDATA_DIR=${exec_prefix}/lib
29
29
  #ICUDATA_DIR=${pkgdatadir}
30
30
  ICUDESC=International Components for Unicode
31
31
 
32
- Version: 55.1
32
+ Version: 57.1
33
33
  Cflags: -I${includedir}
34
34
  # end of icu.pc.in
35
35
  Description: International Components for Unicode: Paragraph Layout library
36
36
  Name: icu-lx
37
37
  Requires: icu-le
38
- Libs: -liculx55
38
+ Libs: -liculx57
@@ -17,22 +17,22 @@ baselibs = -lpthread -lm
17
17
  #sbindir = ${exec_prefix}/sbin
18
18
  #mandir = ${datarootdir}/man
19
19
  #sysconfdir = ${prefix}/etc
20
- UNICODE_VERSION=7.0
20
+ UNICODE_VERSION=8.0
21
21
  ICUPREFIX=icu
22
22
  ICULIBSUFFIX=
23
23
  LIBICU=lib${ICUPREFIX}
24
24
  #SHAREDLIBCFLAGS=-fPIC
25
- pkglibdir=${libdir}/icu${ICULIBSUFFIX}/55.1
26
- #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/55.1
27
- ICUDATA_NAME = icudt55l
25
+ pkglibdir=${libdir}/icu${ICULIBSUFFIX}/57.1
26
+ #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/57.1
27
+ ICUDATA_NAME = icudt57l
28
28
  #ICUPKGDATA_DIR=${exec_prefix}/lib
29
29
  #ICUDATA_DIR=${pkgdatadir}
30
30
  ICUDESC=International Components for Unicode
31
31
 
32
- Version: 55.1
32
+ Version: 57.1
33
33
  Cflags: -I${includedir}
34
34
  # end of icu.pc.in
35
35
  Description: International Components for Unicode: Common and Data libraries
36
36
  Name: icu-uc
37
- Libs: -L${libdir} -licuuc55 -licudt55
37
+ Libs: -L${libdir} -licuuc57 -licudt57
38
38
  Libs.private: ${baselibs}
@@ -3,12 +3,10 @@ exec_prefix=${prefix}
3
3
  libdir=${exec_prefix}/lib
4
4
  includedir=${prefix}/include
5
5
 
6
- pango_module_version=1.8.0
7
-
8
6
  Name: Pango
9
7
  Description: Internationalized text handling
10
- Version: 1.36.8
8
+ Version: 1.40.0
11
9
  Requires: glib-2.0 gobject-2.0
12
- Requires.private: gmodule-no-export-2.0
13
- Libs: -L${libdir} -lpango-1.0 -lm
10
+ Libs: -L${libdir} -lpango-1.0
11
+ Libs.private: -lm
14
12
  Cflags: -I${includedir}/pango-1.0
@@ -5,7 +5,8 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: Pango Cairo
7
7
  Description: Cairo rendering support for Pango
8
- Version: 1.36.8
9
- Requires: pango cairo pangoft2 pangowin32
8
+ Version: 1.40.0
9
+ Requires: pango cairo
10
+ Requires.private: pangoft2 pangowin32
10
11
  Libs: -L${libdir} -lpangocairo-1.0
11
12
  Cflags: -I${includedir}/pango-1.0
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: Pango FT2 and Pango Fc
7
7
  Description: Freetype 2.0 and fontconfig font support for Pango
8
- Version: 1.36.8
8
+ Version: 1.40.0
9
9
  Requires: pango freetype2 fontconfig
10
10
  Requires.private: harfbuzz
11
11
  Libs: -L${libdir} -lpangoft2-1.0
@@ -5,7 +5,8 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: Pango Win32
7
7
  Description: Win32 GDI font support for Pango
8
- Version: 1.36.8
8
+ Version: 1.40.0
9
9
  Requires: pango
10
- Libs: -L${libdir} -lpangowin32-1.0 -lgdi32
10
+ Libs: -L${libdir} -lpangowin32-1.0
11
+ Libs.private: -lgdi32 -lusp10
11
12
  Cflags: -I${includedir}/pango-1.0
@@ -189,16 +189,18 @@ are colors.</doc>
189
189
  <type name="Color" c:type="PangoColor"/>
190
190
  </field>
191
191
  </record>
192
- <callback name="AttrDataCopyFunc"
193
- c:type="PangoAttrDataCopyFunc"
194
- introspectable="0">
192
+ <callback name="AttrDataCopyFunc" c:type="PangoAttrDataCopyFunc">
195
193
  <doc xml:space="preserve">Type of a function that can duplicate user data for an attribute.</doc>
196
- <return-value>
194
+ <return-value transfer-ownership="none" nullable="1">
197
195
  <doc xml:space="preserve">new copy of @user_data.</doc>
198
196
  <type name="gpointer" c:type="gpointer"/>
199
197
  </return-value>
200
198
  <parameters>
201
- <parameter name="user_data" transfer-ownership="none" closure="0">
199
+ <parameter name="user_data"
200
+ transfer-ownership="none"
201
+ nullable="1"
202
+ allow-none="1"
203
+ closure="0">
202
204
  <doc xml:space="preserve">user data to copy</doc>
203
205
  <type name="gpointer" c:type="gconstpointer"/>
204
206
  </parameter>
@@ -216,7 +218,11 @@ filtering, %FALSE otherwise.</doc>
216
218
  <doc xml:space="preserve">a Pango attribute</doc>
217
219
  <type name="Attribute" c:type="PangoAttribute*"/>
218
220
  </parameter>
219
- <parameter name="user_data" transfer-ownership="none" closure="1">
221
+ <parameter name="user_data"
222
+ transfer-ownership="none"
223
+ nullable="1"
224
+ allow-none="1"
225
+ closure="1">
220
226
  <doc xml:space="preserve">user data passed to the function</doc>
221
227
  <type name="gpointer" c:type="gpointer"/>
222
228
  </parameter>
@@ -264,6 +270,37 @@ and size simultaneously.</doc>
264
270
  </parameters>
265
271
  </function>
266
272
  </record>
273
+ <record name="AttrFontFeatures"
274
+ c:type="PangoAttrFontFeatures"
275
+ version="1.38">
276
+ <doc xml:space="preserve">The #PangoAttrFontFeatures structure is used to represent OpenType
277
+ font features as an attribute.</doc>
278
+ <field name="attr" writable="1">
279
+ <doc xml:space="preserve">the common portion of the attribute</doc>
280
+ <type name="Attribute" c:type="PangoAttribute"/>
281
+ </field>
282
+ <field name="features" writable="1">
283
+ <doc xml:space="preserve">the featues, as a string in CSS syntax</doc>
284
+ <type name="utf8" c:type="gchar*"/>
285
+ </field>
286
+ <function name="new"
287
+ c:identifier="pango_attr_font_features_new"
288
+ version="1.38"
289
+ introspectable="0">
290
+ <doc xml:space="preserve">Create a new font features tag attribute.</doc>
291
+ <return-value transfer-ownership="full">
292
+ <doc xml:space="preserve">the newly allocated #PangoAttribute,
293
+ which should be freed with pango_attribute_destroy().</doc>
294
+ <type name="Attribute" c:type="PangoAttribute*"/>
295
+ </return-value>
296
+ <parameters>
297
+ <parameter name="features" transfer-ownership="none">
298
+ <doc xml:space="preserve">a string with OpenType font features, in CSS syntax</doc>
299
+ <type name="utf8" c:type="const gchar*"/>
300
+ </parameter>
301
+ </parameters>
302
+ </function>
303
+ </record>
267
304
  <record name="AttrInt" c:type="PangoAttrInt">
268
305
  <doc xml:space="preserve">The #PangoAttrInt structure is used to represent attributes with
269
306
  an integer or enumeration value.</doc>
@@ -320,10 +357,10 @@ attributes currently in effect can be queried.</doc>
320
357
  location. When multiple attributes of the same type overlap,
321
358
  the attribute whose range starts closest to the current location
322
359
  is used.</doc>
323
- <return-value>
324
- <doc xml:space="preserve">the current attribute of the given type, or %NULL if
325
- no attribute of that type applies to the current
326
- location.</doc>
360
+ <return-value nullable="1">
361
+ <doc xml:space="preserve">the current attribute of the given type,
362
+ or %NULL if no attribute of that type applies to the
363
+ current location.</doc>
327
364
  <type name="Attribute" c:type="PangoAttribute*"/>
328
365
  </return-value>
329
366
  <parameters>
@@ -523,7 +560,7 @@ since it never removes or combines existing attributes.</doc>
523
560
  </method>
524
561
  <method name="copy" c:identifier="pango_attr_list_copy">
525
562
  <doc xml:space="preserve">Copy @list and return an identical new list.</doc>
526
- <return-value transfer-ownership="full">
563
+ <return-value transfer-ownership="full" nullable="1">
527
564
  <doc xml:space="preserve">the newly allocated #PangoAttrList, with a
528
565
  reference count of one, which should
529
566
  be freed with pango_attr_list_unref().
@@ -531,7 +568,10 @@ since it never removes or combines existing attributes.</doc>
531
568
  <type name="AttrList" c:type="PangoAttrList*"/>
532
569
  </return-value>
533
570
  <parameters>
534
- <instance-parameter name="list" transfer-ownership="none">
571
+ <instance-parameter name="list"
572
+ transfer-ownership="none"
573
+ nullable="1"
574
+ allow-none="1">
535
575
  <doc xml:space="preserve">a #PangoAttrList, may be %NULL</doc>
536
576
  <type name="AttrList" c:type="PangoAttrList*"/>
537
577
  </instance-parameter>
@@ -543,9 +583,9 @@ since it never removes or combines existing attributes.</doc>
543
583
  <doc xml:space="preserve">Given a #PangoAttrList and callback function, removes any elements
544
584
  of @list for which @func returns %TRUE and inserts them into
545
585
  a new list.</doc>
546
- <return-value transfer-ownership="full">
547
- <doc xml:space="preserve">the new #PangoAttrList or %NULL if
548
- no attributes of the given types were found.</doc>
586
+ <return-value transfer-ownership="full" nullable="1">
587
+ <doc xml:space="preserve">the new #PangoAttrList or
588
+ %NULL if no attributes of the given types were found.</doc>
549
589
  <type name="AttrList" c:type="PangoAttrList*"/>
550
590
  </return-value>
551
591
  <parameters>
@@ -561,7 +601,10 @@ a new list.</doc>
561
601
  if an attribute should be filtered out.</doc>
562
602
  <type name="AttrFilterFunc" c:type="PangoAttrFilterFunc"/>
563
603
  </parameter>
564
- <parameter name="data" transfer-ownership="none">
604
+ <parameter name="data"
605
+ transfer-ownership="none"
606
+ nullable="1"
607
+ allow-none="1">
565
608
  <doc xml:space="preserve">Data to be passed to @func</doc>
566
609
  <type name="gpointer" c:type="gpointer"/>
567
610
  </parameter>
@@ -630,7 +673,10 @@ be inserted before all other attributes with a matching
630
673
  <type name="AttrList" c:type="PangoAttrList*"/>
631
674
  </return-value>
632
675
  <parameters>
633
- <instance-parameter name="list" transfer-ownership="none">
676
+ <instance-parameter name="list"
677
+ transfer-ownership="none"
678
+ nullable="1"
679
+ allow-none="1">
634
680
  <doc xml:space="preserve">a #PangoAttrList, may be %NULL</doc>
635
681
  <type name="AttrList" c:type="PangoAttrList*"/>
636
682
  </instance-parameter>
@@ -679,7 +725,10 @@ it contains.</doc>
679
725
  <type name="none" c:type="void"/>
680
726
  </return-value>
681
727
  <parameters>
682
- <instance-parameter name="list" transfer-ownership="none">
728
+ <instance-parameter name="list"
729
+ transfer-ownership="none"
730
+ nullable="1"
731
+ allow-none="1">
683
732
  <doc xml:space="preserve">a #PangoAttrList, may be %NULL</doc>
684
733
  <type name="AttrList" c:type="PangoAttrList*"/>
685
734
  </instance-parameter>
@@ -705,7 +754,7 @@ impose shape restrictions.</doc>
705
754
  <doc xml:space="preserve">user data set (see pango_attr_shape_new_with_data())</doc>
706
755
  <type name="gpointer" c:type="gpointer"/>
707
756
  </field>
708
- <field name="copy_func" introspectable="0" writable="1">
757
+ <field name="copy_func" writable="1">
709
758
  <doc xml:space="preserve">copy function for the user data</doc>
710
759
  <type name="AttrDataCopyFunc" c:type="PangoAttrDataCopyFunc"/>
711
760
  </field>
@@ -757,7 +806,10 @@ rendering the glyph.</doc>
757
806
  <doc xml:space="preserve">logical rectangle to assign to each character</doc>
758
807
  <type name="Rectangle" c:type="const PangoRectangle*"/>
759
808
  </parameter>
760
- <parameter name="data" transfer-ownership="none">
809
+ <parameter name="data"
810
+ transfer-ownership="none"
811
+ nullable="1"
812
+ allow-none="1">
761
813
  <doc xml:space="preserve">user data pointer</doc>
762
814
  <type name="gpointer" c:type="gpointer"/>
763
815
  </parameter>
@@ -997,6 +1049,24 @@ attribute is listed in parentheses after the description.</doc>
997
1049
  glib:nick="gravity-hint">
998
1050
  <doc xml:space="preserve">gravity hint (#PangoAttrInt)</doc>
999
1051
  </member>
1052
+ <member name="font_features"
1053
+ value="23"
1054
+ c:identifier="PANGO_ATTR_FONT_FEATURES"
1055
+ glib:nick="font-features">
1056
+ <doc xml:space="preserve">OpenType font features (#PangoAttrString). Since 1.38</doc>
1057
+ </member>
1058
+ <member name="foreground_alpha"
1059
+ value="24"
1060
+ c:identifier="PANGO_ATTR_FOREGROUND_ALPHA"
1061
+ glib:nick="foreground-alpha">
1062
+ <doc xml:space="preserve">foreground alpha (#PangoAttrInt). Since 1.38</doc>
1063
+ </member>
1064
+ <member name="background_alpha"
1065
+ value="25"
1066
+ c:identifier="PANGO_ATTR_BACKGROUND_ALPHA"
1067
+ glib:nick="background-alpha">
1068
+ <doc xml:space="preserve">background alpha (#PangoAttrInt). Since 1.38</doc>
1069
+ </member>
1000
1070
  <function name="get_name"
1001
1071
  c:identifier="pango_attr_type_get_name"
1002
1072
  version="1.22">
@@ -1005,9 +1075,9 @@ pango_attr_type_register().
1005
1075
 
1006
1076
  The returned value is an interned string (see g_intern_string() for what
1007
1077
  that means) that should not be modified or freed.</doc>
1008
- <return-value transfer-ownership="none">
1009
- <doc xml:space="preserve">the type ID name (which may be %NULL), or %NULL if @type is
1010
- a built-in Pango attribute type or invalid.</doc>
1078
+ <return-value transfer-ownership="none" nullable="1">
1079
+ <doc xml:space="preserve">the type ID name (which may be %NULL), or
1080
+ %NULL if @type is a built-in Pango attribute type or invalid.</doc>
1011
1081
  <type name="utf8" c:type="const char*"/>
1012
1082
  </return-value>
1013
1083
  <parameters>
@@ -1287,14 +1357,17 @@ represent a color in an uncalibrated RGB color-space.</doc>
1287
1357
  pango_color_free(). Primarily used by language bindings,
1288
1358
  not that useful otherwise (since colors can just be copied
1289
1359
  by assignment in C).</doc>
1290
- <return-value transfer-ownership="full">
1291
- <doc xml:space="preserve">the newly allocated #PangoColor, which should
1292
- be freed with pango_color_free(), or %NULL
1293
- if @src was %NULL.</doc>
1360
+ <return-value transfer-ownership="full" nullable="1">
1361
+ <doc xml:space="preserve">the newly allocated #PangoColor, which
1362
+ should be freed with pango_color_free(), or %NULL if
1363
+ @src was %NULL.</doc>
1294
1364
  <type name="Color" c:type="PangoColor*"/>
1295
1365
  </return-value>
1296
1366
  <parameters>
1297
- <instance-parameter name="src" transfer-ownership="none">
1367
+ <instance-parameter name="src"
1368
+ transfer-ownership="none"
1369
+ nullable="1"
1370
+ allow-none="1">
1298
1371
  <doc xml:space="preserve">color to copy, may be %NULL</doc>
1299
1372
  <type name="Color" c:type="const PangoColor*"/>
1300
1373
  </instance-parameter>
@@ -1306,7 +1379,10 @@ by assignment in C).</doc>
1306
1379
  <type name="none" c:type="void"/>
1307
1380
  </return-value>
1308
1381
  <parameters>
1309
- <instance-parameter name="color" transfer-ownership="none">
1382
+ <instance-parameter name="color"
1383
+ transfer-ownership="none"
1384
+ nullable="1"
1385
+ allow-none="1">
1310
1386
  <doc xml:space="preserve">an allocated #PangoColor, may be %NULL</doc>
1311
1387
  <type name="Color" c:type="PangoColor*"/>
1312
1388
  </instance-parameter>
@@ -1327,8 +1403,12 @@ forms is '&amp;num;fff' '&amp;num;ffffff' '&amp;num;fffffffff' and '&amp;num;fff
1327
1403
  <type name="gboolean" c:type="gboolean"/>
1328
1404
  </return-value>
1329
1405
  <parameters>
1330
- <instance-parameter name="color" transfer-ownership="none">
1331
- <doc xml:space="preserve">a #PangoColor structure in which to store the result, or %NULL</doc>
1406
+ <instance-parameter name="color"
1407
+ transfer-ownership="none"
1408
+ nullable="1"
1409
+ allow-none="1">
1410
+ <doc xml:space="preserve">a #PangoColor structure in which to store the
1411
+ result, or %NULL</doc>
1332
1412
  <type name="Color" c:type="PangoColor*"/>
1333
1413
  </instance-parameter>
1334
1414
  <parameter name="spec" transfer-ownership="none">
@@ -1517,11 +1597,10 @@ pango_context_set_gravity_hint() for details.</doc>
1517
1597
  version="1.6">
1518
1598
  <doc xml:space="preserve">Gets the transformation matrix that will be applied when
1519
1599
  rendering with this context. See pango_context_set_matrix().</doc>
1520
- <return-value transfer-ownership="none">
1521
- <doc xml:space="preserve">the matrix, or %NULL if no matrix has been set
1522
- (which is the same as the identity matrix). The returned
1523
- matrix is owned by Pango and must not be modified or
1524
- freed.</doc>
1600
+ <return-value transfer-ownership="none" nullable="1">
1601
+ <doc xml:space="preserve">the matrix, or %NULL if no matrix has
1602
+ been set (which is the same as the identity matrix). The returned
1603
+ matrix is owned by Pango and must not be modified or freed.</doc>
1525
1604
  <type name="Matrix" c:type="const PangoMatrix*"/>
1526
1605
  </return-value>
1527
1606
  <parameters>
@@ -1632,9 +1711,9 @@ is only useful when implementing objects that need update when their
1632
1711
  <method name="load_font" c:identifier="pango_context_load_font">
1633
1712
  <doc xml:space="preserve">Loads the font in one of the fontmaps in the context
1634
1713
  that is the closest match for @desc.</doc>
1635
- <return-value transfer-ownership="full">
1636
- <doc xml:space="preserve">the newly allocated #PangoFont that
1637
- was loaded, or %NULL if no font matched.</doc>
1714
+ <return-value transfer-ownership="full" nullable="1">
1715
+ <doc xml:space="preserve">the newly allocated #PangoFont
1716
+ that was loaded, or %NULL if no font matched.</doc>
1638
1717
  <type name="Font" c:type="PangoFont*"/>
1639
1718
  </return-value>
1640
1719
  <parameters>
@@ -1651,9 +1730,9 @@ that is the closest match for @desc.</doc>
1651
1730
  <method name="load_fontset" c:identifier="pango_context_load_fontset">
1652
1731
  <doc xml:space="preserve">Load a set of fonts in the context that can be used to render
1653
1732
  a font matching @desc.</doc>
1654
- <return-value transfer-ownership="full">
1655
- <doc xml:space="preserve">the newly allocated #PangoFontset loaded,
1656
- or %NULL if no font matched.</doc>
1733
+ <return-value transfer-ownership="full" nullable="1">
1734
+ <doc xml:space="preserve">the newly allocated
1735
+ #PangoFontset loaded, or %NULL if no font matched.</doc>
1657
1736
  <type name="Fontset" c:type="PangoFontset*"/>
1658
1737
  </return-value>
1659
1738
  <parameters>
@@ -1958,9 +2037,9 @@ If the result is zero, free the coverage and all associated memory.</doc>
1958
2037
  introspectable="0">
1959
2038
  <doc xml:space="preserve">Convert data generated from pango_coverage_to_bytes() back
1960
2039
  to a #PangoCoverage</doc>
1961
- <return-value transfer-ownership="full">
1962
- <doc xml:space="preserve">a newly allocated #PangoCoverage, or
1963
- %NULL if the data was invalid.</doc>
2040
+ <return-value transfer-ownership="full" nullable="1">
2041
+ <doc xml:space="preserve">a newly allocated
2042
+ #PangoCoverage, or %NULL if the data was invalid.</doc>
1964
2043
  <type name="Coverage" c:type="PangoCoverage*"/>
1965
2044
  </return-value>
1966
2045
  <parameters>
@@ -2092,14 +2171,18 @@ vertical text is handled in Pango.</doc>
2092
2171
  </enumeration>
2093
2172
  <constant name="ENGINE_TYPE_LANG"
2094
2173
  value="PangoEngineLang"
2095
- c:type="PANGO_ENGINE_TYPE_LANG">
2174
+ c:type="PANGO_ENGINE_TYPE_LANG"
2175
+ deprecated="1"
2176
+ deprecated-version="1.38">
2096
2177
  <doc xml:space="preserve">A string constant defining the engine type for language engines.
2097
2178
  These engines derive from #PangoEngineLang.</doc>
2098
2179
  <type name="utf8" c:type="gchar*"/>
2099
2180
  </constant>
2100
2181
  <constant name="ENGINE_TYPE_SHAPE"
2101
2182
  value="PangoEngineShape"
2102
- c:type="PANGO_ENGINE_TYPE_SHAPE">
2183
+ c:type="PANGO_ENGINE_TYPE_SHAPE"
2184
+ deprecated="1"
2185
+ deprecated-version="1.38">
2103
2186
  <doc xml:space="preserve">A string constant defining the engine type for shaping engines.
2104
2187
  These engines derive from #PangoEngineShape.</doc>
2105
2188
  <type name="utf8" c:type="gchar*"/>
@@ -2141,6 +2224,8 @@ with an ellipsis.</doc>
2141
2224
  <class name="Engine"
2142
2225
  c:symbol-prefix="engine"
2143
2226
  c:type="PangoEngine"
2227
+ deprecated="1"
2228
+ deprecated-version="1.38"
2144
2229
  parent="GObject.Object"
2145
2230
  abstract="1"
2146
2231
  glib:type-name="PangoEngine"
@@ -2154,13 +2239,18 @@ script specific engines. It has no functionality by itself.</doc>
2154
2239
  </class>
2155
2240
  <record name="EngineClass"
2156
2241
  c:type="PangoEngineClass"
2157
- glib:is-gtype-struct-for="Engine">
2242
+ glib:is-gtype-struct-for="Engine"
2243
+ deprecated="1"
2244
+ deprecated-version="1.38">
2158
2245
  <doc xml:space="preserve">Class structure for #PangoEngine</doc>
2159
2246
  <field name="parent_class" readable="0" private="1">
2160
2247
  <type name="GObject.ObjectClass" c:type="GObjectClass"/>
2161
2248
  </field>
2162
2249
  </record>
2163
- <record name="EngineInfo" c:type="PangoEngineInfo">
2250
+ <record name="EngineInfo"
2251
+ c:type="PangoEngineInfo"
2252
+ deprecated="1"
2253
+ deprecated-version="1.38">
2164
2254
  <doc xml:space="preserve">The #PangoEngineInfo structure contains information about a particular
2165
2255
  engine. It contains the following fields:</doc>
2166
2256
  <field name="id" writable="1">
@@ -2187,6 +2277,8 @@ engine. It contains the following fields:</doc>
2187
2277
  <class name="EngineLang"
2188
2278
  c:symbol-prefix="engine_lang"
2189
2279
  c:type="PangoEngineLang"
2280
+ deprecated="1"
2281
+ deprecated-version="1.38"
2190
2282
  parent="Engine"
2191
2283
  abstract="1"
2192
2284
  glib:type-name="PangoEngineLang"
@@ -2229,7 +2321,9 @@ lookups needed for that language.</doc>
2229
2321
  </class>
2230
2322
  <record name="EngineLangClass"
2231
2323
  c:type="PangoEngineLangClass"
2232
- glib:is-gtype-struct-for="EngineLang">
2324
+ glib:is-gtype-struct-for="EngineLang"
2325
+ deprecated="1"
2326
+ deprecated-version="1.38">
2233
2327
  <doc xml:space="preserve">Class structure for #PangoEngineLang</doc>
2234
2328
  <field name="parent_class" readable="0" private="1">
2235
2329
  <type name="EngineClass" c:type="PangoEngineClass"/>
@@ -2262,7 +2356,10 @@ lookups needed for that language.</doc>
2262
2356
  </callback>
2263
2357
  </field>
2264
2358
  </record>
2265
- <record name="EngineScriptInfo" c:type="PangoEngineScriptInfo">
2359
+ <record name="EngineScriptInfo"
2360
+ c:type="PangoEngineScriptInfo"
2361
+ deprecated="1"
2362
+ deprecated-version="1.38">
2266
2363
  <doc xml:space="preserve">The #PangoEngineScriptInfo structure contains
2267
2364
  information about how the shaper covers a particular script.</doc>
2268
2365
  <field name="script" writable="1">
@@ -2286,6 +2383,8 @@ languages for this range.</doc>
2286
2383
  <class name="EngineShape"
2287
2384
  c:symbol-prefix="engine_shape"
2288
2385
  c:type="PangoEngineShape"
2386
+ deprecated="1"
2387
+ deprecated-version="1.38"
2289
2388
  parent="Engine"
2290
2389
  abstract="1"
2291
2390
  glib:type-name="PangoEngineShape"
@@ -2355,7 +2454,9 @@ for Fontconfig-based backends.</doc>
2355
2454
  </class>
2356
2455
  <record name="EngineShapeClass"
2357
2456
  c:type="PangoEngineShapeClass"
2358
- glib:is-gtype-struct-for="EngineShape">
2457
+ glib:is-gtype-struct-for="EngineShape"
2458
+ deprecated="1"
2459
+ deprecated-version="1.38">
2359
2460
  <doc xml:space="preserve">Class structure for #PangoEngineShape</doc>
2360
2461
  <field name="parent_class" readable="0" private="1">
2361
2462
  <type name="EngineClass" c:type="PangoEngineClass"/>
@@ -2539,13 +2640,16 @@ map that are still alive. In that case this function will return %NULL.
2539
2640
  It is the responsibility of the user to ensure that the font map is kept
2540
2641
  alive. In most uses this is not an issue as a #PangoContext holds
2541
2642
  a reference to the font map.</doc>
2542
- <return-value transfer-ownership="none">
2543
- <doc xml:space="preserve">the #PangoFontMap for the font, or %NULL
2544
- if @font is %NULL.</doc>
2643
+ <return-value transfer-ownership="none" nullable="1">
2644
+ <doc xml:space="preserve">the #PangoFontMap for the
2645
+ font, or %NULL if @font is %NULL.</doc>
2545
2646
  <type name="FontMap" c:type="PangoFontMap*"/>
2546
2647
  </return-value>
2547
2648
  <parameters>
2548
- <instance-parameter name="font" transfer-ownership="none">
2649
+ <instance-parameter name="font"
2650
+ transfer-ownership="none"
2651
+ nullable="1"
2652
+ allow-none="1">
2549
2653
  <doc xml:space="preserve">a #PangoFont, or %NULL</doc>
2550
2654
  <type name="Font" c:type="PangoFont*"/>
2551
2655
  </instance-parameter>
@@ -2566,7 +2670,10 @@ output variables and returns.</doc>
2566
2670
  <type name="none" c:type="void"/>
2567
2671
  </return-value>
2568
2672
  <parameters>
2569
- <instance-parameter name="font" transfer-ownership="none">
2673
+ <instance-parameter name="font"
2674
+ transfer-ownership="none"
2675
+ nullable="1"
2676
+ allow-none="1">
2570
2677
  <doc xml:space="preserve">a #PangoFont</doc>
2571
2678
  <type name="Font" c:type="PangoFont*"/>
2572
2679
  </instance-parameter>
@@ -2610,7 +2717,10 @@ output variables and returns.</doc>
2610
2717
  <type name="FontMetrics" c:type="PangoFontMetrics*"/>
2611
2718
  </return-value>
2612
2719
  <parameters>
2613
- <instance-parameter name="font" transfer-ownership="none">
2720
+ <instance-parameter name="font"
2721
+ transfer-ownership="none"
2722
+ nullable="1"
2723
+ allow-none="1">
2614
2724
  <doc xml:space="preserve">a #PangoFont</doc>
2615
2725
  <type name="Font" c:type="PangoFont*"/>
2616
2726
  </instance-parameter>
@@ -2712,13 +2822,16 @@ map that are still alive. In that case this function will return %NULL.
2712
2822
  It is the responsibility of the user to ensure that the font map is kept
2713
2823
  alive. In most uses this is not an issue as a #PangoContext holds
2714
2824
  a reference to the font map.</doc>
2715
- <return-value transfer-ownership="none">
2716
- <doc xml:space="preserve">the #PangoFontMap for the font, or %NULL
2717
- if @font is %NULL.</doc>
2825
+ <return-value transfer-ownership="none" nullable="1">
2826
+ <doc xml:space="preserve">the #PangoFontMap for the
2827
+ font, or %NULL if @font is %NULL.</doc>
2718
2828
  <type name="FontMap" c:type="PangoFontMap*"/>
2719
2829
  </return-value>
2720
2830
  <parameters>
2721
- <instance-parameter name="font" transfer-ownership="none">
2831
+ <instance-parameter name="font"
2832
+ transfer-ownership="none"
2833
+ nullable="1"
2834
+ allow-none="1">
2722
2835
  <doc xml:space="preserve">a #PangoFont, or %NULL</doc>
2723
2836
  <type name="Font" c:type="PangoFont*"/>
2724
2837
  </instance-parameter>
@@ -2740,7 +2853,10 @@ output variables and returns.</doc>
2740
2853
  <type name="none" c:type="void"/>
2741
2854
  </return-value>
2742
2855
  <parameters>
2743
- <instance-parameter name="font" transfer-ownership="none">
2856
+ <instance-parameter name="font"
2857
+ transfer-ownership="none"
2858
+ nullable="1"
2859
+ allow-none="1">
2744
2860
  <doc xml:space="preserve">a #PangoFont</doc>
2745
2861
  <type name="Font" c:type="PangoFont*"/>
2746
2862
  </instance-parameter>
@@ -2784,7 +2900,10 @@ output variables and returns.</doc>
2784
2900
  <type name="FontMetrics" c:type="PangoFontMetrics*"/>
2785
2901
  </return-value>
2786
2902
  <parameters>
2787
- <instance-parameter name="font" transfer-ownership="none">
2903
+ <instance-parameter name="font"
2904
+ transfer-ownership="none"
2905
+ nullable="1"
2906
+ allow-none="1">
2788
2907
  <doc xml:space="preserve">a #PangoFont</doc>
2789
2908
  <type name="Font" c:type="PangoFont*"/>
2790
2909
  </instance-parameter>
@@ -2867,7 +2986,10 @@ output variables and returns.</doc>
2867
2986
  <type name="none" c:type="void"/>
2868
2987
  </return-value>
2869
2988
  <parameters>
2870
- <parameter name="font" transfer-ownership="none">
2989
+ <parameter name="font"
2990
+ transfer-ownership="none"
2991
+ nullable="1"
2992
+ allow-none="1">
2871
2993
  <doc xml:space="preserve">a #PangoFont</doc>
2872
2994
  <type name="Font" c:type="PangoFont*"/>
2873
2995
  </parameter>
@@ -2906,7 +3028,10 @@ output variables and returns.</doc>
2906
3028
  <type name="FontMetrics" c:type="PangoFontMetrics*"/>
2907
3029
  </return-value>
2908
3030
  <parameters>
2909
- <parameter name="font" transfer-ownership="none">
3031
+ <parameter name="font"
3032
+ transfer-ownership="none"
3033
+ nullable="1"
3034
+ allow-none="1">
2910
3035
  <doc xml:space="preserve">a #PangoFont</doc>
2911
3036
  <type name="Font" c:type="PangoFont*"/>
2912
3037
  </parameter>
@@ -2923,13 +3048,16 @@ output variables and returns.</doc>
2923
3048
  </field>
2924
3049
  <field name="get_font_map">
2925
3050
  <callback name="get_font_map">
2926
- <return-value transfer-ownership="none">
2927
- <doc xml:space="preserve">the #PangoFontMap for the font, or %NULL
2928
- if @font is %NULL.</doc>
3051
+ <return-value transfer-ownership="none" nullable="1">
3052
+ <doc xml:space="preserve">the #PangoFontMap for the
3053
+ font, or %NULL if @font is %NULL.</doc>
2929
3054
  <type name="FontMap" c:type="PangoFontMap*"/>
2930
3055
  </return-value>
2931
3056
  <parameters>
2932
- <parameter name="font" transfer-ownership="none">
3057
+ <parameter name="font"
3058
+ transfer-ownership="none"
3059
+ nullable="1"
3060
+ allow-none="1">
2933
3061
  <doc xml:space="preserve">a #PangoFont, or %NULL</doc>
2934
3062
  <type name="Font" c:type="PangoFont*"/>
2935
3063
  </parameter>
@@ -3017,14 +3145,18 @@ Note that @old_match must match @desc.</doc>
3017
3145
  </method>
3018
3146
  <method name="copy" c:identifier="pango_font_description_copy">
3019
3147
  <doc xml:space="preserve">Make a copy of a #PangoFontDescription.</doc>
3020
- <return-value transfer-ownership="full">
3021
- <doc xml:space="preserve">the newly allocated #PangoFontDescription, which should
3022
- be freed with pango_font_description_free(), or %NULL
3023
- if @desc was %NULL.</doc>
3148
+ <return-value transfer-ownership="full" nullable="1">
3149
+ <doc xml:space="preserve">the newly allocated
3150
+ #PangoFontDescription, which should be freed with
3151
+ pango_font_description_free(), or %NULL if @desc was
3152
+ %NULL.</doc>
3024
3153
  <type name="FontDescription" c:type="PangoFontDescription*"/>
3025
3154
  </return-value>
3026
3155
  <parameters>
3027
- <instance-parameter name="desc" transfer-ownership="none">
3156
+ <instance-parameter name="desc"
3157
+ transfer-ownership="none"
3158
+ nullable="1"
3159
+ allow-none="1">
3028
3160
  <doc xml:space="preserve">a #PangoFontDescription, may be %NULL</doc>
3029
3161
  <type name="FontDescription" c:type="const PangoFontDescription*"/>
3030
3162
  </instance-parameter>
@@ -3036,14 +3168,18 @@ Note that @old_match must match @desc.</doc>
3036
3168
  of the family name and other allocated fields. The result can only
3037
3169
  be used until @desc is modified or freed. This is meant to be used
3038
3170
  when the copy is only needed temporarily.</doc>
3039
- <return-value transfer-ownership="full">
3040
- <doc xml:space="preserve">the newly allocated #PangoFontDescription, which should
3041
- be freed with pango_font_description_free(), or %NULL
3042
- if @desc was %NULL.</doc>
3171
+ <return-value transfer-ownership="full" nullable="1">
3172
+ <doc xml:space="preserve">the newly allocated
3173
+ #PangoFontDescription, which should be freed with
3174
+ pango_font_description_free(), or %NULL if @desc was
3175
+ %NULL.</doc>
3043
3176
  <type name="FontDescription" c:type="PangoFontDescription*"/>
3044
3177
  </return-value>
3045
3178
  <parameters>
3046
- <instance-parameter name="desc" transfer-ownership="none">
3179
+ <instance-parameter name="desc"
3180
+ transfer-ownership="none"
3181
+ nullable="1"
3182
+ allow-none="1">
3047
3183
  <doc xml:space="preserve">a #PangoFontDescription, may be %NULL</doc>
3048
3184
  <type name="FontDescription" c:type="const PangoFontDescription*"/>
3049
3185
  </instance-parameter>
@@ -3077,7 +3213,10 @@ being loaded, but still compare %FALSE.)</doc>
3077
3213
  <type name="none" c:type="void"/>
3078
3214
  </return-value>
3079
3215
  <parameters>
3080
- <instance-parameter name="desc" transfer-ownership="none">
3216
+ <instance-parameter name="desc"
3217
+ transfer-ownership="none"
3218
+ nullable="1"
3219
+ allow-none="1">
3081
3220
  <doc xml:space="preserve">a #PangoFontDescription, may be %NULL</doc>
3082
3221
  <type name="FontDescription" c:type="PangoFontDescription*"/>
3083
3222
  </instance-parameter>
@@ -3087,10 +3226,11 @@ being loaded, but still compare %FALSE.)</doc>
3087
3226
  c:identifier="pango_font_description_get_family">
3088
3227
  <doc xml:space="preserve">Gets the family name field of a font description. See
3089
3228
  pango_font_description_set_family().</doc>
3090
- <return-value transfer-ownership="none">
3091
- <doc xml:space="preserve">the family name field for the font description, or
3092
- %NULL if not previously set. This has the same life-time
3093
- as the font description itself and should not be freed.</doc>
3229
+ <return-value transfer-ownership="none" nullable="1">
3230
+ <doc xml:space="preserve">the family name field for the font
3231
+ description, or %NULL if not previously set. This
3232
+ has the same life-time as the font description itself
3233
+ and should not be freed.</doc>
3094
3234
  <type name="utf8" c:type="const char*"/>
3095
3235
  </return-value>
3096
3236
  <parameters>
@@ -3556,7 +3696,7 @@ fields will get back to their default values.</doc>
3556
3696
  <doc xml:space="preserve">Creates a new font description from a string representation in the
3557
3697
  form "[FAMILY-LIST] [STYLE-OPTIONS] [SIZE]", where FAMILY-LIST is a
3558
3698
  comma separated list of families optionally terminated by a comma,
3559
- STYLE_OPTIONS is a whitespace separated list of words where each WORD
3699
+ STYLE_OPTIONS is a whitespace separated list of words where each word
3560
3700
  describes one of style, variant, weight, stretch, or gravity, and SIZE
3561
3701
  is a decimal number (size in points) or optionally followed by the
3562
3702
  unit modifier "px" for absolute size. Any one of the options may
@@ -3654,10 +3794,13 @@ are in Pango units and are sorted in ascending order.</doc>
3654
3794
  <parameter name="sizes"
3655
3795
  direction="out"
3656
3796
  caller-allocates="0"
3657
- transfer-ownership="full">
3658
- <doc xml:space="preserve">location to store a pointer
3659
- to an array of int. This array should be freed with
3660
- g_free().</doc>
3797
+ transfer-ownership="full"
3798
+ nullable="1"
3799
+ optional="1"
3800
+ allow-none="1">
3801
+ <doc xml:space="preserve">
3802
+ location to store a pointer to an array of int. This array
3803
+ should be freed with g_free().</doc>
3661
3804
  <array length="1" zero-terminated="0" c:type="int**">
3662
3805
  <type name="gint" c:type="int*"/>
3663
3806
  </array>
@@ -3741,10 +3884,13 @@ are in Pango units and are sorted in ascending order.</doc>
3741
3884
  <parameter name="sizes"
3742
3885
  direction="out"
3743
3886
  caller-allocates="0"
3744
- transfer-ownership="full">
3745
- <doc xml:space="preserve">location to store a pointer
3746
- to an array of int. This array should be freed with
3747
- g_free().</doc>
3887
+ transfer-ownership="full"
3888
+ nullable="1"
3889
+ optional="1"
3890
+ allow-none="1">
3891
+ <doc xml:space="preserve">
3892
+ location to store a pointer to an array of int. This array
3893
+ should be freed with g_free().</doc>
3748
3894
  <array length="1" zero-terminated="0" c:type="int**">
3749
3895
  <type name="gint" c:type="int*"/>
3750
3896
  </array>
@@ -3812,10 +3958,13 @@ are in Pango units and are sorted in ascending order.</doc>
3812
3958
  <parameter name="sizes"
3813
3959
  direction="out"
3814
3960
  caller-allocates="0"
3815
- transfer-ownership="full">
3816
- <doc xml:space="preserve">location to store a pointer
3817
- to an array of int. This array should be freed with
3818
- g_free().</doc>
3961
+ transfer-ownership="full"
3962
+ nullable="1"
3963
+ optional="1"
3964
+ allow-none="1">
3965
+ <doc xml:space="preserve">
3966
+ location to store a pointer to an array of int. This array
3967
+ should be freed with g_free().</doc>
3819
3968
  <array length="2" zero-terminated="0" c:type="int**">
3820
3969
  <type name="gint" c:type="int*"/>
3821
3970
  </array>
@@ -4208,9 +4357,9 @@ in #PangoContext.</doc>
4208
4357
  </virtual-method>
4209
4358
  <virtual-method name="load_font" invoker="load_font">
4210
4359
  <doc xml:space="preserve">Load the font in the fontmap that is the closest match for @desc.</doc>
4211
- <return-value transfer-ownership="full">
4212
- <doc xml:space="preserve">the newly allocated #PangoFont loaded,
4213
- or %NULL if no font matched.</doc>
4360
+ <return-value transfer-ownership="full" nullable="1">
4361
+ <doc xml:space="preserve">the newly allocated #PangoFont
4362
+ loaded, or %NULL if no font matched.</doc>
4214
4363
  <type name="Font" c:type="PangoFont*"/>
4215
4364
  </return-value>
4216
4365
  <parameters>
@@ -4231,9 +4380,9 @@ in #PangoContext.</doc>
4231
4380
  <virtual-method name="load_fontset" invoker="load_fontset">
4232
4381
  <doc xml:space="preserve">Load a set of fonts in the fontmap that can be used to render
4233
4382
  a font matching @desc.</doc>
4234
- <return-value transfer-ownership="full">
4235
- <doc xml:space="preserve">the newly allocated #PangoFontset
4236
- loaded, or %NULL if no font matched.</doc>
4383
+ <return-value transfer-ownership="full" nullable="1">
4384
+ <doc xml:space="preserve">the newly allocated
4385
+ #PangoFontset loaded, or %NULL if no font matched.</doc>
4237
4386
  <type name="Fontset" c:type="PangoFontset*"/>
4238
4387
  </return-value>
4239
4388
  <parameters>
@@ -4325,7 +4474,9 @@ in #PangoContext.</doc>
4325
4474
  </method>
4326
4475
  <method name="get_shape_engine_type"
4327
4476
  c:identifier="pango_font_map_get_shape_engine_type"
4328
- version="1.4">
4477
+ version="1.4"
4478
+ deprecated="1"
4479
+ deprecated-version="1.38">
4329
4480
  <doc xml:space="preserve">Returns the render ID for shape engines for this fontmap.
4330
4481
  See the &lt;structfield&gt;render_type&lt;/structfield&gt; field of
4331
4482
  #PangoEngineInfo.</doc>
@@ -4373,9 +4524,9 @@ See the &lt;structfield&gt;render_type&lt;/structfield&gt; field of
4373
4524
  </method>
4374
4525
  <method name="load_font" c:identifier="pango_font_map_load_font">
4375
4526
  <doc xml:space="preserve">Load the font in the fontmap that is the closest match for @desc.</doc>
4376
- <return-value transfer-ownership="full">
4377
- <doc xml:space="preserve">the newly allocated #PangoFont loaded,
4378
- or %NULL if no font matched.</doc>
4527
+ <return-value transfer-ownership="full" nullable="1">
4528
+ <doc xml:space="preserve">the newly allocated #PangoFont
4529
+ loaded, or %NULL if no font matched.</doc>
4379
4530
  <type name="Font" c:type="PangoFont*"/>
4380
4531
  </return-value>
4381
4532
  <parameters>
@@ -4396,9 +4547,9 @@ See the &lt;structfield&gt;render_type&lt;/structfield&gt; field of
4396
4547
  <method name="load_fontset" c:identifier="pango_font_map_load_fontset">
4397
4548
  <doc xml:space="preserve">Load a set of fonts in the fontmap that can be used to render
4398
4549
  a font matching @desc.</doc>
4399
- <return-value transfer-ownership="full">
4400
- <doc xml:space="preserve">the newly allocated #PangoFontset
4401
- loaded, or %NULL if no font matched.</doc>
4550
+ <return-value transfer-ownership="full" nullable="1">
4551
+ <doc xml:space="preserve">the newly allocated
4552
+ #PangoFontset loaded, or %NULL if no font matched.</doc>
4402
4553
  <type name="Fontset" c:type="PangoFontset*"/>
4403
4554
  </return-value>
4404
4555
  <parameters>
@@ -4435,9 +4586,9 @@ a particular #PangoFontMap implementation.</doc>
4435
4586
  </field>
4436
4587
  <field name="load_font">
4437
4588
  <callback name="load_font">
4438
- <return-value transfer-ownership="full">
4439
- <doc xml:space="preserve">the newly allocated #PangoFont loaded,
4440
- or %NULL if no font matched.</doc>
4589
+ <return-value transfer-ownership="full" nullable="1">
4590
+ <doc xml:space="preserve">the newly allocated #PangoFont
4591
+ loaded, or %NULL if no font matched.</doc>
4441
4592
  <type name="Font" c:type="PangoFont*"/>
4442
4593
  </return-value>
4443
4594
  <parameters>
@@ -4491,9 +4642,9 @@ a particular #PangoFontMap implementation.</doc>
4491
4642
  </field>
4492
4643
  <field name="load_fontset">
4493
4644
  <callback name="load_fontset">
4494
- <return-value transfer-ownership="full">
4495
- <doc xml:space="preserve">the newly allocated #PangoFontset
4496
- loaded, or %NULL if no font matched.</doc>
4645
+ <return-value transfer-ownership="full" nullable="1">
4646
+ <doc xml:space="preserve">the newly allocated
4647
+ #PangoFontset loaded, or %NULL if no font matched.</doc>
4497
4648
  <type name="Fontset" c:type="PangoFontset*"/>
4498
4649
  </return-value>
4499
4650
  <parameters>
@@ -4623,31 +4774,31 @@ for a font (possibly restricted to a script). The fields of this
4623
4774
  structure are private to implementations of a font backend. See
4624
4775
  the documentation of the corresponding getters for documentation
4625
4776
  of their meaning.</doc>
4626
- <field name="ref_count" writable="1">
4777
+ <field name="ref_count" readable="0" private="1">
4627
4778
  <type name="guint" c:type="guint"/>
4628
4779
  </field>
4629
- <field name="ascent" writable="1">
4780
+ <field name="ascent" readable="0" private="1">
4630
4781
  <type name="gint" c:type="int"/>
4631
4782
  </field>
4632
- <field name="descent" writable="1">
4783
+ <field name="descent" readable="0" private="1">
4633
4784
  <type name="gint" c:type="int"/>
4634
4785
  </field>
4635
- <field name="approximate_char_width" writable="1">
4786
+ <field name="approximate_char_width" readable="0" private="1">
4636
4787
  <type name="gint" c:type="int"/>
4637
4788
  </field>
4638
- <field name="approximate_digit_width" writable="1">
4789
+ <field name="approximate_digit_width" readable="0" private="1">
4639
4790
  <type name="gint" c:type="int"/>
4640
4791
  </field>
4641
- <field name="underline_position" writable="1">
4792
+ <field name="underline_position" readable="0" private="1">
4642
4793
  <type name="gint" c:type="int"/>
4643
4794
  </field>
4644
- <field name="underline_thickness" writable="1">
4795
+ <field name="underline_thickness" readable="0" private="1">
4645
4796
  <type name="gint" c:type="int"/>
4646
4797
  </field>
4647
- <field name="strikethrough_position" writable="1">
4798
+ <field name="strikethrough_position" readable="0" private="1">
4648
4799
  <type name="gint" c:type="int"/>
4649
4800
  </field>
4650
- <field name="strikethrough_thickness" writable="1">
4801
+ <field name="strikethrough_thickness" readable="0" private="1">
4651
4802
  <type name="gint" c:type="int"/>
4652
4803
  </field>
4653
4804
  <constructor name="new" c:identifier="pango_font_metrics_new">
@@ -4798,12 +4949,15 @@ negative.</doc>
4798
4949
  </method>
4799
4950
  <method name="ref" c:identifier="pango_font_metrics_ref">
4800
4951
  <doc xml:space="preserve">Increase the reference count of a font metrics structure by one.</doc>
4801
- <return-value transfer-ownership="full">
4952
+ <return-value transfer-ownership="full" nullable="1">
4802
4953
  <doc xml:space="preserve">@metrics</doc>
4803
4954
  <type name="FontMetrics" c:type="PangoFontMetrics*"/>
4804
4955
  </return-value>
4805
4956
  <parameters>
4806
- <instance-parameter name="metrics" transfer-ownership="none">
4957
+ <instance-parameter name="metrics"
4958
+ transfer-ownership="none"
4959
+ nullable="1"
4960
+ allow-none="1">
4807
4961
  <doc xml:space="preserve">a #PangoFontMetrics structure, may be %NULL</doc>
4808
4962
  <type name="FontMetrics" c:type="PangoFontMetrics*"/>
4809
4963
  </instance-parameter>
@@ -4817,7 +4971,10 @@ memory.</doc>
4817
4971
  <type name="none" c:type="void"/>
4818
4972
  </return-value>
4819
4973
  <parameters>
4820
- <instance-parameter name="metrics" transfer-ownership="none">
4974
+ <instance-parameter name="metrics"
4975
+ transfer-ownership="none"
4976
+ nullable="1"
4977
+ allow-none="1">
4821
4978
  <doc xml:space="preserve">a #PangoFontMetrics structure, may be %NULL</doc>
4822
4979
  <type name="FontMetrics" c:type="PangoFontMetrics*"/>
4823
4980
  </instance-parameter>
@@ -4856,7 +5013,10 @@ each one. If @func returns %TRUE, that stops the iteration.</doc>
4856
5013
  <doc xml:space="preserve">Callback function</doc>
4857
5014
  <type name="FontsetForeachFunc" c:type="PangoFontsetForeachFunc"/>
4858
5015
  </parameter>
4859
- <parameter name="data" transfer-ownership="none">
5016
+ <parameter name="data"
5017
+ transfer-ownership="none"
5018
+ nullable="1"
5019
+ allow-none="1">
4860
5020
  <doc xml:space="preserve">data to pass to the callback function</doc>
4861
5021
  <type name="gpointer" c:type="gpointer"/>
4862
5022
  </parameter>
@@ -4925,7 +5085,10 @@ each one. If @func returns %TRUE, that stops the iteration.</doc>
4925
5085
  <doc xml:space="preserve">Callback function</doc>
4926
5086
  <type name="FontsetForeachFunc" c:type="PangoFontsetForeachFunc"/>
4927
5087
  </parameter>
4928
- <parameter name="data" transfer-ownership="none">
5088
+ <parameter name="data"
5089
+ transfer-ownership="none"
5090
+ nullable="1"
5091
+ allow-none="1">
4929
5092
  <doc xml:space="preserve">data to pass to the callback function</doc>
4930
5093
  <type name="gpointer" c:type="gpointer"/>
4931
5094
  </parameter>
@@ -5041,7 +5204,10 @@ a particular #PangoFontset implementation.</doc>
5041
5204
  <type name="FontsetForeachFunc"
5042
5205
  c:type="PangoFontsetForeachFunc"/>
5043
5206
  </parameter>
5044
- <parameter name="data" transfer-ownership="none">
5207
+ <parameter name="data"
5208
+ transfer-ownership="none"
5209
+ nullable="1"
5210
+ allow-none="1">
5045
5211
  <doc xml:space="preserve">data to pass to the callback function</doc>
5046
5212
  <type name="gpointer" c:type="gpointer"/>
5047
5213
  </parameter>
@@ -5095,7 +5261,11 @@ the fonts in a fontset.</doc>
5095
5261
  <doc xml:space="preserve">a font from @fontset</doc>
5096
5262
  <type name="Font" c:type="PangoFont*"/>
5097
5263
  </parameter>
5098
- <parameter name="user_data" transfer-ownership="none" closure="2">
5264
+ <parameter name="user_data"
5265
+ transfer-ownership="none"
5266
+ nullable="1"
5267
+ allow-none="1"
5268
+ closure="2">
5099
5269
  <doc xml:space="preserve">callback data</doc>
5100
5270
  <type name="gpointer" c:type="gpointer"/>
5101
5271
  </parameter>
@@ -5233,9 +5403,11 @@ As an example of the usage of #PangoGlyphItem, the results
5233
5403
  of shaping text with #PangoLayout is a list of #PangoLayoutLine,
5234
5404
  each of which contains a list of #PangoGlyphItem.</doc>
5235
5405
  <field name="item" writable="1">
5406
+ <doc xml:space="preserve">corresponding #PangoItem.</doc>
5236
5407
  <type name="Item" c:type="PangoItem*"/>
5237
5408
  </field>
5238
5409
  <field name="glyphs" writable="1">
5410
+ <doc xml:space="preserve">corresponding #PangoGlyphString.</doc>
5239
5411
  <type name="GlyphString" c:type="PangoGlyphString*"/>
5240
5412
  </field>
5241
5413
  <method name="apply_attrs"
@@ -5283,14 +5455,17 @@ as one of the elements in the list.</doc>
5283
5455
  </method>
5284
5456
  <method name="copy" c:identifier="pango_glyph_item_copy" version="1.20">
5285
5457
  <doc xml:space="preserve">Make a deep copy of an existing #PangoGlyphItem structure.</doc>
5286
- <return-value transfer-ownership="full">
5458
+ <return-value transfer-ownership="full" nullable="1">
5287
5459
  <doc xml:space="preserve">the newly allocated #PangoGlyphItem, which should
5288
5460
  be freed with pango_glyph_item_free(), or %NULL
5289
5461
  if @orig was %NULL.</doc>
5290
5462
  <type name="GlyphItem" c:type="PangoGlyphItem*"/>
5291
5463
  </return-value>
5292
5464
  <parameters>
5293
- <instance-parameter name="orig" transfer-ownership="none">
5465
+ <instance-parameter name="orig"
5466
+ transfer-ownership="none"
5467
+ nullable="1"
5468
+ allow-none="1">
5294
5469
  <doc xml:space="preserve">a #PangoGlyphItem, may be %NULL</doc>
5295
5470
  <type name="GlyphItem" c:type="PangoGlyphItem*"/>
5296
5471
  </instance-parameter>
@@ -5302,7 +5477,10 @@ as one of the elements in the list.</doc>
5302
5477
  <type name="none" c:type="void"/>
5303
5478
  </return-value>
5304
5479
  <parameters>
5305
- <instance-parameter name="glyph_item" transfer-ownership="none">
5480
+ <instance-parameter name="glyph_item"
5481
+ transfer-ownership="none"
5482
+ nullable="1"
5483
+ allow-none="1">
5306
5484
  <doc xml:space="preserve">a #PangoGlyphItem, may be %NULL</doc>
5307
5485
  <type name="GlyphItem" c:type="PangoGlyphItem*"/>
5308
5486
  </instance-parameter>
@@ -5481,14 +5659,17 @@ None of the members of a #PangoGlyphItemIter should be modified manually.</doc>
5481
5659
  c:identifier="pango_glyph_item_iter_copy"
5482
5660
  version="1.22">
5483
5661
  <doc xml:space="preserve">Make a shallow copy of an existing #PangoGlyphItemIter structure.</doc>
5484
- <return-value transfer-ownership="full">
5662
+ <return-value transfer-ownership="full" nullable="1">
5485
5663
  <doc xml:space="preserve">the newly allocated #PangoGlyphItemIter, which should
5486
5664
  be freed with pango_glyph_item_iter_free(), or %NULL
5487
5665
  if @orig was %NULL.</doc>
5488
5666
  <type name="GlyphItemIter" c:type="PangoGlyphItemIter*"/>
5489
5667
  </return-value>
5490
5668
  <parameters>
5491
- <instance-parameter name="orig" transfer-ownership="none">
5669
+ <instance-parameter name="orig"
5670
+ transfer-ownership="none"
5671
+ nullable="1"
5672
+ allow-none="1">
5492
5673
  <doc xml:space="preserve">a #PangoGlyphItemIter, may be %NULL</doc>
5493
5674
  <type name="GlyphItemIter" c:type="PangoGlyphItemIter*"/>
5494
5675
  </instance-parameter>
@@ -5502,7 +5683,10 @@ None of the members of a #PangoGlyphItemIter should be modified manually.</doc>
5502
5683
  <type name="none" c:type="void"/>
5503
5684
  </return-value>
5504
5685
  <parameters>
5505
- <instance-parameter name="iter" transfer-ownership="none">
5686
+ <instance-parameter name="iter"
5687
+ transfer-ownership="none"
5688
+ nullable="1"
5689
+ allow-none="1">
5506
5690
  <doc xml:space="preserve">a #PangoGlyphItemIter, may be %NULL</doc>
5507
5691
  <type name="GlyphItemIter" c:type="PangoGlyphItemIter*"/>
5508
5692
  </instance-parameter>
@@ -5603,12 +5787,19 @@ of glyphs with geometry and visual attribute information.
5603
5787
  The storage for the glyph information is owned
5604
5788
  by the structure which simplifies memory management.</doc>
5605
5789
  <field name="num_glyphs" writable="1">
5790
+ <doc xml:space="preserve">number of the glyphs in this glyph string.</doc>
5606
5791
  <type name="gint" c:type="gint"/>
5607
5792
  </field>
5608
5793
  <field name="glyphs" writable="1">
5609
- <type name="GlyphInfo" c:type="PangoGlyphInfo*"/>
5794
+ <doc xml:space="preserve">array of glyph information
5795
+ for the glyph string.</doc>
5796
+ <array length="0" zero-terminated="0" c:type="PangoGlyphInfo*">
5797
+ <type name="GlyphInfo" c:type="PangoGlyphInfo"/>
5798
+ </array>
5610
5799
  </field>
5611
5800
  <field name="log_clusters" writable="1">
5801
+ <doc xml:space="preserve">logical cluster info, indexed by the byte index
5802
+ within the text corresponding to the glyph string.</doc>
5612
5803
  <type name="gint" c:type="gint*"/>
5613
5804
  </field>
5614
5805
  <field name="space" readable="0" private="1">
@@ -5624,14 +5815,17 @@ by the structure which simplifies memory management.</doc>
5624
5815
  </constructor>
5625
5816
  <method name="copy" c:identifier="pango_glyph_string_copy">
5626
5817
  <doc xml:space="preserve">Copy a glyph string and associated storage.</doc>
5627
- <return-value transfer-ownership="full">
5628
- <doc xml:space="preserve">the newly allocated #PangoGlyphString, which
5629
- should be freed with pango_glyph_string_free(),
5818
+ <return-value transfer-ownership="full" nullable="1">
5819
+ <doc xml:space="preserve">the newly allocated #PangoGlyphString,
5820
+ which should be freed with pango_glyph_string_free(),
5630
5821
  or %NULL if @string was %NULL.</doc>
5631
5822
  <type name="GlyphString" c:type="PangoGlyphString*"/>
5632
5823
  </return-value>
5633
5824
  <parameters>
5634
- <instance-parameter name="string" transfer-ownership="none">
5825
+ <instance-parameter name="string"
5826
+ transfer-ownership="none"
5827
+ nullable="1"
5828
+ allow-none="1">
5635
5829
  <doc xml:space="preserve">a #PangoGlyphString, may be %NULL</doc>
5636
5830
  <type name="GlyphString" c:type="PangoGlyphString*"/>
5637
5831
  </instance-parameter>
@@ -5705,19 +5899,23 @@ glyph string).</doc>
5705
5899
  <parameter name="ink_rect"
5706
5900
  direction="out"
5707
5901
  caller-allocates="1"
5708
- transfer-ownership="none">
5709
- <doc xml:space="preserve">rectangle used to store the
5710
- extents of the glyph string range as drawn or %NULL to
5711
- indicate that the result is not needed.</doc>
5902
+ transfer-ownership="none"
5903
+ optional="1"
5904
+ allow-none="1">
5905
+ <doc xml:space="preserve">rectangle used to
5906
+ store the extents of the glyph string range as drawn or
5907
+ %NULL to indicate that the result is not needed.</doc>
5712
5908
  <type name="Rectangle" c:type="PangoRectangle*"/>
5713
5909
  </parameter>
5714
5910
  <parameter name="logical_rect"
5715
5911
  direction="out"
5716
5912
  caller-allocates="1"
5717
- transfer-ownership="none">
5718
- <doc xml:space="preserve">rectangle used to store the
5719
- logical extents of the glyph string range or %NULL to
5720
- indicate that the result is not needed.</doc>
5913
+ transfer-ownership="none"
5914
+ optional="1"
5915
+ allow-none="1">
5916
+ <doc xml:space="preserve">rectangle used to
5917
+ store the logical extents of the glyph string range or
5918
+ %NULL to indicate that the result is not needed.</doc>
5721
5919
  <type name="Rectangle" c:type="PangoRectangle*"/>
5722
5920
  </parameter>
5723
5921
  </parameters>
@@ -5728,7 +5926,10 @@ glyph string).</doc>
5728
5926
  <type name="none" c:type="void"/>
5729
5927
  </return-value>
5730
5928
  <parameters>
5731
- <instance-parameter name="string" transfer-ownership="none">
5929
+ <instance-parameter name="string"
5930
+ transfer-ownership="none"
5931
+ nullable="1"
5932
+ allow-none="1">
5732
5933
  <doc xml:space="preserve">a #PangoGlyphString, may be %NULL</doc>
5733
5934
  <type name="GlyphString" c:type="PangoGlyphString*"/>
5734
5935
  </instance-parameter>
@@ -5968,7 +6169,10 @@ in a #PangoMatrix.</doc>
5968
6169
  <type name="Gravity" c:type="PangoGravity"/>
5969
6170
  </return-value>
5970
6171
  <parameters>
5971
- <parameter name="matrix" transfer-ownership="none">
6172
+ <parameter name="matrix"
6173
+ transfer-ownership="none"
6174
+ nullable="1"
6175
+ allow-none="1">
5972
6176
  <doc xml:space="preserve">a #PangoMatrix</doc>
5973
6177
  <type name="Matrix" c:type="const PangoMatrix*"/>
5974
6178
  </parameter>
@@ -6098,7 +6302,10 @@ respects the line progression. This means, Latin and Arabic will take
6098
6302
  opposite gravities and both flow top-to-bottom for example.</doc>
6099
6303
  </member>
6100
6304
  </enumeration>
6101
- <record name="IncludedModule" c:type="PangoIncludedModule">
6305
+ <record name="IncludedModule"
6306
+ c:type="PangoIncludedModule"
6307
+ deprecated="1"
6308
+ deprecated-version="1.38">
6102
6309
  <doc xml:space="preserve">The #PangoIncludedModule structure for a statically linked module
6103
6310
  contains the functions that would otherwise be loaded from a dynamically
6104
6311
  loaded module.</doc>
@@ -6156,15 +6363,19 @@ loaded module.</doc>
6156
6363
  c:symbol-prefix="item">
6157
6364
  <doc xml:space="preserve">The #PangoItem structure stores information about a segment of text.</doc>
6158
6365
  <field name="offset" writable="1">
6366
+ <doc xml:space="preserve">byte offset of the start of this item in text.</doc>
6159
6367
  <type name="gint" c:type="gint"/>
6160
6368
  </field>
6161
6369
  <field name="length" writable="1">
6370
+ <doc xml:space="preserve">length of this item in bytes.</doc>
6162
6371
  <type name="gint" c:type="gint"/>
6163
6372
  </field>
6164
6373
  <field name="num_chars" writable="1">
6374
+ <doc xml:space="preserve">number of Unicode characters in the item.</doc>
6165
6375
  <type name="gint" c:type="gint"/>
6166
6376
  </field>
6167
6377
  <field name="analysis" writable="1">
6378
+ <doc xml:space="preserve">analysis results for the item.</doc>
6168
6379
  <type name="Analysis" c:type="PangoAnalysis"/>
6169
6380
  </field>
6170
6381
  <constructor name="new" c:identifier="pango_item_new">
@@ -6177,14 +6388,17 @@ loaded module.</doc>
6177
6388
  </constructor>
6178
6389
  <method name="copy" c:identifier="pango_item_copy">
6179
6390
  <doc xml:space="preserve">Copy an existing #PangoItem structure.</doc>
6180
- <return-value transfer-ownership="full">
6181
- <doc xml:space="preserve">the newly allocated #PangoItem, which should
6182
- be freed with pango_item_free(), or %NULL if
6183
- @item was NULL.</doc>
6391
+ <return-value transfer-ownership="full" nullable="1">
6392
+ <doc xml:space="preserve">the newly allocated #PangoItem, which
6393
+ should be freed with pango_item_free(), or %NULL if
6394
+ @item was %NULL.</doc>
6184
6395
  <type name="Item" c:type="PangoItem*"/>
6185
6396
  </return-value>
6186
6397
  <parameters>
6187
- <instance-parameter name="item" transfer-ownership="none">
6398
+ <instance-parameter name="item"
6399
+ transfer-ownership="none"
6400
+ nullable="1"
6401
+ allow-none="1">
6188
6402
  <doc xml:space="preserve">a #PangoItem, may be %NULL</doc>
6189
6403
  <type name="Item" c:type="PangoItem*"/>
6190
6404
  </instance-parameter>
@@ -6196,7 +6410,10 @@ loaded module.</doc>
6196
6410
  <type name="none" c:type="void"/>
6197
6411
  </return-value>
6198
6412
  <parameters>
6199
- <instance-parameter name="item" transfer-ownership="none">
6413
+ <instance-parameter name="item"
6414
+ transfer-ownership="none"
6415
+ nullable="1"
6416
+ allow-none="1">
6200
6417
  <doc xml:space="preserve">a #PangoItem, may be %NULL</doc>
6201
6418
  <type name="Item" c:type="PangoItem*"/>
6202
6419
  </instance-parameter>
@@ -6270,7 +6487,10 @@ pango_language_get_sample_string (pango_language_from_string ("xx"))
6270
6487
  <type name="utf8" c:type="const char*"/>
6271
6488
  </return-value>
6272
6489
  <parameters>
6273
- <instance-parameter name="language" transfer-ownership="none">
6490
+ <instance-parameter name="language"
6491
+ transfer-ownership="none"
6492
+ nullable="1"
6493
+ allow-none="1">
6274
6494
  <doc xml:space="preserve">a #PangoLanguage, or %NULL</doc>
6275
6495
  <type name="Language" c:type="PangoLanguage*"/>
6276
6496
  </instance-parameter>
@@ -6297,13 +6517,13 @@ though, except that it is positive if the return value is not
6297
6517
 
6298
6518
  The pango_language_includes_script() function uses this function
6299
6519
  internally.</doc>
6300
- <return-value transfer-ownership="none">
6301
- <doc xml:space="preserve">An array of #PangoScript
6302
- values, with the number of entries in the array stored in
6303
- @num_scripts, or %NULL if Pango does not have any information about
6304
- this particular language tag (also the case if @language is %NULL).
6305
- The returned array is owned by Pango and should not be modified or
6306
- freed.</doc>
6520
+ <return-value transfer-ownership="none" nullable="1">
6521
+ <doc xml:space="preserve">An array of
6522
+ #PangoScript values, with the number of entries in the array stored
6523
+ in @num_scripts, or %NULL if Pango does not have any information
6524
+ about this particular language tag (also the case if @language is
6525
+ %NULL). The returned array is owned by Pango and should not be
6526
+ modified or freed.</doc>
6307
6527
  <array length="0" zero-terminated="0" c:type="PangoScript*">
6308
6528
  <type name="Script" c:type="PangoScript"/>
6309
6529
  </array>
@@ -6351,7 +6571,10 @@ to write @language or if nothing is known about @language
6351
6571
  <type name="gboolean" c:type="gboolean"/>
6352
6572
  </return-value>
6353
6573
  <parameters>
6354
- <instance-parameter name="language" transfer-ownership="none">
6574
+ <instance-parameter name="language"
6575
+ transfer-ownership="none"
6576
+ nullable="1"
6577
+ allow-none="1">
6355
6578
  <doc xml:space="preserve">a #PangoLanguage, or %NULL</doc>
6356
6579
  <type name="Language" c:type="PangoLanguage*"/>
6357
6580
  </instance-parameter>
@@ -6372,7 +6595,10 @@ in the tag is '-'.</doc>
6372
6595
  <type name="gboolean" c:type="gboolean"/>
6373
6596
  </return-value>
6374
6597
  <parameters>
6375
- <instance-parameter name="language" transfer-ownership="none">
6598
+ <instance-parameter name="language"
6599
+ transfer-ownership="none"
6600
+ nullable="1"
6601
+ allow-none="1">
6376
6602
  <doc xml:space="preserve">a language tag (see pango_language_from_string()),
6377
6603
  %NULL is allowed and matches nothing but '*'</doc>
6378
6604
  <type name="Language" c:type="PangoLanguage*"/>
@@ -6412,7 +6638,7 @@ than letters and '-'.
6412
6638
 
6413
6639
  Use pango_language_get_default() if you want to get the #PangoLanguage for
6414
6640
  the current locale of the process.</doc>
6415
- <return-value transfer-ownership="none">
6641
+ <return-value transfer-ownership="none" nullable="1">
6416
6642
  <doc xml:space="preserve">an opaque pointer to a
6417
6643
  #PangoLanguage structure, or %NULL if @language was
6418
6644
  %NULL. The returned pointer will be valid forever
@@ -6740,11 +6966,11 @@ coordinates begin at the top left corner of the layout.</doc>
6740
6966
  c:identifier="pango_layout_get_font_description"
6741
6967
  version="1.8">
6742
6968
  <doc xml:space="preserve">Gets the font description for the layout, if any.</doc>
6743
- <return-value transfer-ownership="none">
6744
- <doc xml:space="preserve">a pointer to the layout's font description,
6745
- or %NULL if the font description from the layout's
6746
- context is inherited. This value is owned by the layout
6747
- and must not be modified or freed.</doc>
6969
+ <return-value transfer-ownership="none" nullable="1">
6970
+ <doc xml:space="preserve">a pointer to the layout's font
6971
+ description, or %NULL if the font description from the layout's
6972
+ context is inherited. This value is owned by the layout and must
6973
+ not be modified or freed.</doc>
6748
6974
  <type name="FontDescription" c:type="const PangoFontDescription*"/>
6749
6975
  </return-value>
6750
6976
  <parameters>
@@ -6818,11 +7044,12 @@ width of the layout.</doc>
6818
7044
 
6819
7045
  Use the faster pango_layout_get_line_readonly() if you do not plan
6820
7046
  to modify the contents of the line (glyphs, glyph widths, etc.).</doc>
6821
- <return-value transfer-ownership="none">
6822
- <doc xml:space="preserve">the requested #PangoLayoutLine, or %NULL if the
6823
- index is out of range. This layout line can
6824
- be ref'ed and retained, but will become invalid
6825
- if changes are made to the #PangoLayout.</doc>
7047
+ <return-value transfer-ownership="none" nullable="1">
7048
+ <doc xml:space="preserve">the requested
7049
+ #PangoLayoutLine, or %NULL if the index is out of
7050
+ range. This layout line can be ref'ed and retained,
7051
+ but will become invalid if changes are made to the
7052
+ #PangoLayout.</doc>
6826
7053
  <type name="LayoutLine" c:type="PangoLayoutLine*"/>
6827
7054
  </return-value>
6828
7055
  <parameters>
@@ -6858,12 +7085,12 @@ to modify the contents of the line (glyphs, glyph widths, etc.).</doc>
6858
7085
  This is a faster alternative to pango_layout_get_line(),
6859
7086
  but the user is not expected
6860
7087
  to modify the contents of the line (glyphs, glyph widths, etc.).</doc>
6861
- <return-value transfer-ownership="none">
6862
- <doc xml:space="preserve">the requested #PangoLayoutLine, or %NULL if the
6863
- index is out of range. This layout line can
6864
- be ref'ed and retained, but will become invalid
6865
- if changes are made to the #PangoLayout.
6866
- No changes should be made to the line.</doc>
7088
+ <return-value transfer-ownership="none" nullable="1">
7089
+ <doc xml:space="preserve">the requested
7090
+ #PangoLayoutLine, or %NULL if the index is out of
7091
+ range. This layout line can be ref'ed and retained,
7092
+ but will become invalid if changes are made to the
7093
+ #PangoLayout. No changes should be made to the line.</doc>
6867
7094
  <type name="LayoutLine" c:type="PangoLayoutLine*"/>
6868
7095
  </return-value>
6869
7096
  <parameters>
@@ -7155,8 +7382,9 @@ is simply a convenience function around pango_layout_get_extents().</doc>
7155
7382
  #PangoTabArray has been set, then the default tabs are in use
7156
7383
  and %NULL is returned. Default tabs are every 8 spaces.
7157
7384
  The return value should be freed with pango_tab_array_free().</doc>
7158
- <return-value transfer-ownership="full">
7159
- <doc xml:space="preserve">a copy of the tabs for this layout, or %NULL.</doc>
7385
+ <return-value transfer-ownership="full" nullable="1">
7386
+ <doc xml:space="preserve">a copy of the tabs for this layout, or
7387
+ %NULL.</doc>
7160
7388
  <type name="TabArray" c:type="PangoTabArray*"/>
7161
7389
  </return-value>
7162
7390
  <parameters>
@@ -7249,7 +7477,7 @@ were actually wrapped.</doc>
7249
7477
  </parameter>
7250
7478
  <parameter name="trailing" transfer-ownership="none">
7251
7479
  <doc xml:space="preserve">an integer indicating the edge of the grapheme to retrieve the
7252
- position of. If 0, the trailing edge of the grapheme, if &gt; 0,
7480
+ position of. If &gt; 0, the trailing edge of the grapheme, if 0,
7253
7481
  the leading of the grapheme.</doc>
7254
7482
  <type name="gboolean" c:type="gboolean"/>
7255
7483
  </parameter>
@@ -7382,9 +7610,9 @@ to form a single grapheme.</doc>
7382
7610
  <type name="gint" c:type="int"/>
7383
7611
  </parameter>
7384
7612
  <parameter name="old_trailing" transfer-ownership="none">
7385
- <doc xml:space="preserve">if 0, the cursor was at the trailing edge of the
7613
+ <doc xml:space="preserve">if 0, the cursor was at the leading edge of the
7386
7614
  grapheme indicated by @old_index, if &gt; 0, the cursor
7387
- was at the leading edge.</doc>
7615
+ was at the trailing edge.</doc>
7388
7616
  <type name="gint" c:type="int"/>
7389
7617
  </parameter>
7390
7618
  <parameter name="direction" transfer-ownership="none">
@@ -7826,7 +8054,7 @@ index to the character at that logical position. If the
7826
8054
  Y position is not inside the layout, the closest position is chosen
7827
8055
  (the position will be clamped inside the layout). If the
7828
8056
  X position is not within the layout, then the start or the
7829
- end of the line is chosen as described for pango_layout_xy_to_index().
8057
+ end of the line is chosen as described for pango_layout_line_x_to_index().
7830
8058
  If either the X or Y positions were not inside the layout, then the
7831
8059
  function returns %FALSE; on an exact hit, it returns %TRUE.</doc>
7832
8060
  <return-value transfer-ownership="none">
@@ -7862,7 +8090,7 @@ function returns %FALSE; on an exact hit, it returns %TRUE.</doc>
7862
8090
  <doc xml:space="preserve">location to store a integer indicating where
7863
8091
  in the grapheme the user clicked. It will either
7864
8092
  be zero, or the number of characters in the
7865
- grapheme. 0 represents the trailing edge of the grapheme.</doc>
8093
+ grapheme. 0 represents the leading edge of the grapheme.</doc>
7866
8094
  <type name="gint" c:type="int*"/>
7867
8095
  </parameter>
7868
8096
  </parameters>
@@ -7899,14 +8127,17 @@ has no user-visible fields.</doc>
7899
8127
  </method>
7900
8128
  <method name="copy" c:identifier="pango_layout_iter_copy" version="1.20">
7901
8129
  <doc xml:space="preserve">Copies a #PangoLayoutIter.</doc>
7902
- <return-value transfer-ownership="full">
7903
- <doc xml:space="preserve">the newly allocated #PangoLayoutIter, which should
7904
- be freed with pango_layout_iter_free(), or %NULL if
7905
- @iter was %NULL.</doc>
8130
+ <return-value transfer-ownership="full" nullable="1">
8131
+ <doc xml:space="preserve">the newly allocated #PangoLayoutIter,
8132
+ which should be freed with pango_layout_iter_free(),
8133
+ or %NULL if @iter was %NULL.</doc>
7906
8134
  <type name="LayoutIter" c:type="PangoLayoutIter*"/>
7907
8135
  </return-value>
7908
8136
  <parameters>
7909
- <instance-parameter name="iter" transfer-ownership="none">
8137
+ <instance-parameter name="iter"
8138
+ transfer-ownership="none"
8139
+ nullable="1"
8140
+ allow-none="1">
7910
8141
  <doc xml:space="preserve">a #PangoLayoutIter, may be %NULL</doc>
7911
8142
  <type name="LayoutIter" c:type="PangoLayoutIter*"/>
7912
8143
  </instance-parameter>
@@ -7918,7 +8149,10 @@ has no user-visible fields.</doc>
7918
8149
  <type name="none" c:type="void"/>
7919
8150
  </return-value>
7920
8151
  <parameters>
7921
- <instance-parameter name="iter" transfer-ownership="none">
8152
+ <instance-parameter name="iter"
8153
+ transfer-ownership="none"
8154
+ nullable="1"
8155
+ allow-none="1">
7922
8156
  <doc xml:space="preserve">a #PangoLayoutIter, may be %NULL</doc>
7923
8157
  <type name="LayoutIter" c:type="PangoLayoutIter*"/>
7924
8158
  </instance-parameter>
@@ -8178,7 +8412,7 @@ at least one run, even lines consisting of only a newline.
8178
8412
 
8179
8413
  Use the faster pango_layout_iter_get_run_readonly() if you do not plan
8180
8414
  to modify the contents of the run (glyphs, glyph widths, etc.).</doc>
8181
- <return-value transfer-ownership="none">
8415
+ <return-value transfer-ownership="none" nullable="1">
8182
8416
  <doc xml:space="preserve">the current run.</doc>
8183
8417
  <type name="LayoutRun" c:type="PangoLayoutRun*"/>
8184
8418
  </return-value>
@@ -8232,8 +8466,9 @@ at least one run, even lines consisting of only a newline.
8232
8466
  This is a faster alternative to pango_layout_iter_get_run(),
8233
8467
  but the user is not expected
8234
8468
  to modify the contents of the run (glyphs, glyph widths, etc.).</doc>
8235
- <return-value transfer-ownership="none">
8236
- <doc xml:space="preserve">the current run, that should not be modified.</doc>
8469
+ <return-value transfer-ownership="none" nullable="1">
8470
+ <doc xml:space="preserve">the current run, that
8471
+ should not be modified.</doc>
8237
8472
  <type name="LayoutRun" c:type="PangoLayoutRun*"/>
8238
8473
  </return-value>
8239
8474
  <parameters>
@@ -8315,6 +8550,7 @@ parent #PangoLayout are modified.
8315
8550
  Routines for rendering PangoLayout objects are provided in
8316
8551
  code specific to each rendering system.</doc>
8317
8552
  <field name="layout" writable="1">
8553
+ <doc xml:space="preserve">the layout this line belongs to, might be %NULL</doc>
8318
8554
  <type name="Layout" c:type="PangoLayout*"/>
8319
8555
  </field>
8320
8556
  <field name="start_index" writable="1">
@@ -8326,6 +8562,8 @@ code specific to each rendering system.</doc>
8326
8562
  <type name="gint" c:type="gint"/>
8327
8563
  </field>
8328
8564
  <field name="runs" writable="1">
8565
+ <doc xml:space="preserve">list of runs in the
8566
+ line, from left to right</doc>
8329
8567
  <type name="GLib.SList" c:type="GSList*">
8330
8568
  <type name="gpointer" c:type="gpointer"/>
8331
8569
  </type>
@@ -8500,7 +8738,10 @@ layout, not with respect to the line.</doc>
8500
8738
  <type name="LayoutLine" c:type="PangoLayoutLine*"/>
8501
8739
  </return-value>
8502
8740
  <parameters>
8503
- <instance-parameter name="line" transfer-ownership="none">
8741
+ <instance-parameter name="line"
8742
+ transfer-ownership="none"
8743
+ nullable="1"
8744
+ allow-none="1">
8504
8745
  <doc xml:space="preserve">a #PangoLayoutLine, may be %NULL</doc>
8505
8746
  <type name="LayoutLine" c:type="PangoLayoutLine*"/>
8506
8747
  </instance-parameter>
@@ -8657,18 +8898,14 @@ Boundaries&lt;/ulink&gt; semantics. (Since: 1.22)</doc>
8657
8898
  </field>
8658
8899
  </record>
8659
8900
  <record name="Map" c:type="PangoMap" disguised="1">
8660
- <doc xml:space="preserve">A #PangoMap structure can be used to determine the engine to
8661
- use for each character.</doc>
8662
8901
  <method name="get_engine"
8663
8902
  c:identifier="pango_map_get_engine"
8664
- introspectable="0">
8665
- <doc xml:space="preserve">Returns the best engine listed in the map for a given script</doc>
8903
+ introspectable="0"
8904
+ deprecated="1"
8905
+ deprecated-version="1.38">
8906
+ <doc xml:space="preserve">Do not use. Does not do anything.</doc>
8666
8907
  <return-value>
8667
- <doc xml:space="preserve">the best engine, if one is listed for the script,
8668
- or %NULL. The lookup may cause the engine to be loaded;
8669
- once an engine is loaded, it won't be unloaded. If multiple
8670
- engines are exact for the script, the choice of which is
8671
- returned is arbitrary.</doc>
8908
+ <doc xml:space="preserve">%NULL.</doc>
8672
8909
  <type name="Engine" c:type="PangoEngine*"/>
8673
8910
  </return-value>
8674
8911
  <parameters>
@@ -8685,11 +8922,10 @@ use for each character.</doc>
8685
8922
  <method name="get_engines"
8686
8923
  c:identifier="pango_map_get_engines"
8687
8924
  version="1.4"
8688
- introspectable="0">
8689
- <doc xml:space="preserve">Finds engines in the map that handle the given script. The returned
8690
- lists should be freed with g_slist_free, but the engines in the
8691
- lists are owned by GLib and will be kept around permanently, so
8692
- they should not be unref'ed.</doc>
8925
+ introspectable="0"
8926
+ deprecated="1"
8927
+ deprecated-version="1.38">
8928
+ <doc xml:space="preserve">Do not use. Does not do anything.</doc>
8693
8929
  <return-value transfer-ownership="none">
8694
8930
  <type name="none" c:type="void"/>
8695
8931
  </return-value>
@@ -8720,9 +8956,6 @@ they should not be unref'ed.</doc>
8720
8956
  </method>
8721
8957
  </record>
8722
8958
  <record name="MapEntry" c:type="PangoMapEntry" disguised="1">
8723
- <doc xml:space="preserve">A #PangoMapEntry contains information about the engine that should be used
8724
- for the codepoint to which this entry belongs and also whether the engine
8725
- matches the language tag for this entry's map exactly or just approximately.</doc>
8726
8959
  </record>
8727
8960
  <record name="Matrix"
8728
8961
  c:type="PangoMatrix"
@@ -8782,14 +9015,17 @@ given by @new_matrix then applying the original transformation.</doc>
8782
9015
  </method>
8783
9016
  <method name="copy" c:identifier="pango_matrix_copy" version="1.6">
8784
9017
  <doc xml:space="preserve">Copies a #PangoMatrix.</doc>
8785
- <return-value transfer-ownership="full">
8786
- <doc xml:space="preserve">the newly allocated #PangoMatrix, which should
8787
- be freed with pango_matrix_free(), or %NULL if
9018
+ <return-value transfer-ownership="full" nullable="1">
9019
+ <doc xml:space="preserve">the newly allocated #PangoMatrix, which
9020
+ should be freed with pango_matrix_free(), or %NULL if
8788
9021
  @matrix was %NULL.</doc>
8789
9022
  <type name="Matrix" c:type="PangoMatrix*"/>
8790
9023
  </return-value>
8791
9024
  <parameters>
8792
- <instance-parameter name="matrix" transfer-ownership="none">
9025
+ <instance-parameter name="matrix"
9026
+ transfer-ownership="none"
9027
+ nullable="1"
9028
+ allow-none="1">
8793
9029
  <doc xml:space="preserve">a #PangoMatrix, may be %NULL</doc>
8794
9030
  <type name="Matrix" c:type="const PangoMatrix*"/>
8795
9031
  </instance-parameter>
@@ -8801,7 +9037,10 @@ given by @new_matrix then applying the original transformation.</doc>
8801
9037
  <type name="none" c:type="void"/>
8802
9038
  </return-value>
8803
9039
  <parameters>
8804
- <instance-parameter name="matrix" transfer-ownership="none">
9040
+ <instance-parameter name="matrix"
9041
+ transfer-ownership="none"
9042
+ nullable="1"
9043
+ allow-none="1">
8805
9044
  <doc xml:space="preserve">a #PangoMatrix, may be %NULL</doc>
8806
9045
  <type name="Matrix" c:type="PangoMatrix*"/>
8807
9046
  </instance-parameter>
@@ -8812,7 +9051,8 @@ given by @new_matrix then applying the original transformation.</doc>
8812
9051
  version="1.12">
8813
9052
  <doc xml:space="preserve">Returns the scale factor of a matrix on the height of the font.
8814
9053
  That is, the scale factor in the direction perpendicular to the
8815
- vector that the X coordinate is mapped to.</doc>
9054
+ vector that the X coordinate is mapped to. If the scale in the X
9055
+ coordinate is needed as well, use pango_matrix_get_font_scale_factors().</doc>
8816
9056
  <return-value transfer-ownership="none">
8817
9057
  <doc xml:space="preserve">the scale factor of @matrix on the height of the font,
8818
9058
  or 1.0 if @matrix is %NULL.</doc>
@@ -8828,6 +9068,46 @@ or 1.0 if @matrix is %NULL.</doc>
8828
9068
  </instance-parameter>
8829
9069
  </parameters>
8830
9070
  </method>
9071
+ <method name="get_font_scale_factors"
9072
+ c:identifier="pango_matrix_get_font_scale_factors"
9073
+ version="1.38">
9074
+ <doc xml:space="preserve">Calculates the scale factor of a matrix on the width and height of the font.
9075
+ That is, @xscale is the scale factor in the direction of the X coordinate,
9076
+ and @yscale is the scale factor in the direction perpendicular to the
9077
+ vector that the X coordinate is mapped to.
9078
+
9079
+ Note that output numbers will always be non-negative.</doc>
9080
+ <return-value transfer-ownership="none">
9081
+ <type name="none" c:type="void"/>
9082
+ </return-value>
9083
+ <parameters>
9084
+ <instance-parameter name="matrix"
9085
+ transfer-ownership="none"
9086
+ nullable="1"
9087
+ allow-none="1">
9088
+ <doc xml:space="preserve">a #PangoMatrix, or %NULL</doc>
9089
+ <type name="Matrix" c:type="const PangoMatrix*"/>
9090
+ </instance-parameter>
9091
+ <parameter name="xscale"
9092
+ direction="out"
9093
+ caller-allocates="0"
9094
+ transfer-ownership="full"
9095
+ optional="1"
9096
+ allow-none="1">
9097
+ <doc xml:space="preserve">output scale factor in the x direction, or %NULL</doc>
9098
+ <type name="gdouble" c:type="double*"/>
9099
+ </parameter>
9100
+ <parameter name="yscale"
9101
+ direction="out"
9102
+ caller-allocates="0"
9103
+ transfer-ownership="full"
9104
+ optional="1"
9105
+ allow-none="1">
9106
+ <doc xml:space="preserve">output scale factor perpendicular to the x direction, or %NULL</doc>
9107
+ <type name="gdouble" c:type="double*"/>
9108
+ </parameter>
9109
+ </parameters>
9110
+ </method>
8831
9111
  <method name="rotate" c:identifier="pango_matrix_rotate" version="1.6">
8832
9112
  <doc xml:space="preserve">Changes the transformation represented by @matrix to be the
8833
9113
  transformation given by first rotating by @degrees degrees
@@ -8890,7 +9170,10 @@ to (@x2,@y2) then (@x1+@dx1,@y1+@dy1) will transform to
8890
9170
  <type name="none" c:type="void"/>
8891
9171
  </return-value>
8892
9172
  <parameters>
8893
- <instance-parameter name="matrix" transfer-ownership="none">
9173
+ <instance-parameter name="matrix"
9174
+ transfer-ownership="none"
9175
+ nullable="1"
9176
+ allow-none="1">
8894
9177
  <doc xml:space="preserve">a #PangoMatrix, or %NULL</doc>
8895
9178
  <type name="Matrix" c:type="const PangoMatrix*"/>
8896
9179
  </instance-parameter>
@@ -8928,7 +9211,10 @@ using pango_extents_to_pixels()'s first argument.</doc>
8928
9211
  <type name="none" c:type="void"/>
8929
9212
  </return-value>
8930
9213
  <parameters>
8931
- <instance-parameter name="matrix" transfer-ownership="none">
9214
+ <instance-parameter name="matrix"
9215
+ transfer-ownership="none"
9216
+ nullable="1"
9217
+ allow-none="1">
8932
9218
  <doc xml:space="preserve">a #PangoMatrix, or %NULL</doc>
8933
9219
  <type name="Matrix" c:type="const PangoMatrix*"/>
8934
9220
  </instance-parameter>
@@ -8951,7 +9237,10 @@ using pango_extents_to_pixels()'s first argument.</doc>
8951
9237
  <type name="none" c:type="void"/>
8952
9238
  </return-value>
8953
9239
  <parameters>
8954
- <instance-parameter name="matrix" transfer-ownership="none">
9240
+ <instance-parameter name="matrix"
9241
+ transfer-ownership="none"
9242
+ nullable="1"
9243
+ allow-none="1">
8955
9244
  <doc xml:space="preserve">a #PangoMatrix, or %NULL</doc>
8956
9245
  <type name="Matrix" c:type="const PangoMatrix*"/>
8957
9246
  </instance-parameter>
@@ -8996,7 +9285,10 @@ example).</doc>
8996
9285
  <type name="none" c:type="void"/>
8997
9286
  </return-value>
8998
9287
  <parameters>
8999
- <instance-parameter name="matrix" transfer-ownership="none">
9288
+ <instance-parameter name="matrix"
9289
+ transfer-ownership="none"
9290
+ nullable="1"
9291
+ allow-none="1">
9000
9292
  <doc xml:space="preserve">a #PangoMatrix, or %NULL</doc>
9001
9293
  <type name="Matrix" c:type="const PangoMatrix*"/>
9002
9294
  </instance-parameter>
@@ -9038,7 +9330,9 @@ then applying the original transformation.</doc>
9038
9330
  </record>
9039
9331
  <constant name="RENDER_TYPE_NONE"
9040
9332
  value="PangoRenderNone"
9041
- c:type="PANGO_RENDER_TYPE_NONE">
9333
+ c:type="PANGO_RENDER_TYPE_NONE"
9334
+ deprecated="1"
9335
+ deprecated-version="1.38">
9042
9336
  <doc xml:space="preserve">A string constant defining the render type
9043
9337
  for engines that are not rendering-system specific.</doc>
9044
9338
  <type name="utf8" c:type="gchar*"/>
@@ -9725,14 +10019,35 @@ using the given #PangoRenderer; coordinates are in device space.</doc>
9725
10019
  </parameter>
9726
10020
  </parameters>
9727
10021
  </method>
10022
+ <method name="get_alpha"
10023
+ c:identifier="pango_renderer_get_alpha"
10024
+ version="1.38">
10025
+ <doc xml:space="preserve">Gets the current alpha for the specified part.</doc>
10026
+ <return-value transfer-ownership="none">
10027
+ <doc xml:space="preserve">the alpha for the specified part,
10028
+ or 0 if it hasn't been set and should be
10029
+ inherited from the environment.</doc>
10030
+ <type name="guint16" c:type="guint16"/>
10031
+ </return-value>
10032
+ <parameters>
10033
+ <instance-parameter name="renderer" transfer-ownership="none">
10034
+ <doc xml:space="preserve">a #PangoRenderer</doc>
10035
+ <type name="Renderer" c:type="PangoRenderer*"/>
10036
+ </instance-parameter>
10037
+ <parameter name="part" transfer-ownership="none">
10038
+ <doc xml:space="preserve">the part to get the alpha for</doc>
10039
+ <type name="RenderPart" c:type="PangoRenderPart"/>
10040
+ </parameter>
10041
+ </parameters>
10042
+ </method>
9728
10043
  <method name="get_color"
9729
10044
  c:identifier="pango_renderer_get_color"
9730
10045
  version="1.8">
9731
10046
  <doc xml:space="preserve">Gets the current rendering color for the specified part.</doc>
9732
- <return-value transfer-ownership="none">
9733
- <doc xml:space="preserve">the color for the specified part, or
9734
- %NULL if it hasn't been set and should be inherited from the
9735
- environment.</doc>
10047
+ <return-value transfer-ownership="none" nullable="1">
10048
+ <doc xml:space="preserve">the color for the
10049
+ specified part, or %NULL if it hasn't been set and should be
10050
+ inherited from the environment.</doc>
9736
10051
  <type name="Color" c:type="PangoColor*"/>
9737
10052
  </return-value>
9738
10053
  <parameters>
@@ -9755,9 +10070,9 @@ methods, like in its draw_shape&lt;!----&gt;() for example.
9755
10070
 
9756
10071
  The returned layout should not be modified while still being
9757
10072
  rendered.</doc>
9758
- <return-value transfer-ownership="none">
9759
- <doc xml:space="preserve">the layout, or %NULL if no layout is being
9760
- rendered using @renderer at this time.</doc>
10073
+ <return-value transfer-ownership="none" nullable="1">
10074
+ <doc xml:space="preserve">the layout, or %NULL if
10075
+ no layout is being rendered using @renderer at this time.</doc>
9761
10076
  <type name="Layout" c:type="PangoLayout*"/>
9762
10077
  </return-value>
9763
10078
  <parameters>
@@ -9776,9 +10091,9 @@ methods, like in its draw_shape&lt;!----&gt;() for example.
9776
10091
 
9777
10092
  The returned layout line should not be modified while still being
9778
10093
  rendered.</doc>
9779
- <return-value transfer-ownership="none">
9780
- <doc xml:space="preserve">the layout line, or %NULL if no
9781
- layout line is being rendered using @renderer at this time.</doc>
10094
+ <return-value transfer-ownership="none" nullable="1">
10095
+ <doc xml:space="preserve">the layout line, or %NULL
10096
+ if no layout line is being rendered using @renderer at this time.</doc>
9782
10097
  <type name="LayoutLine" c:type="PangoLayoutLine*"/>
9783
10098
  </return-value>
9784
10099
  <parameters>
@@ -9793,11 +10108,10 @@ rendered.</doc>
9793
10108
  version="1.8">
9794
10109
  <doc xml:space="preserve">Gets the transformation matrix that will be applied when
9795
10110
  rendering. See pango_renderer_set_matrix().</doc>
9796
- <return-value transfer-ownership="none">
9797
- <doc xml:space="preserve">the matrix, or %NULL if no matrix has been set
9798
- (which is the same as the identity matrix). The returned
9799
- matrix is owned by Pango and must not be modified or
9800
- freed.</doc>
10111
+ <return-value transfer-ownership="none" nullable="1">
10112
+ <doc xml:space="preserve">the matrix, or %NULL if no matrix has
10113
+ been set (which is the same as the identity matrix). The returned
10114
+ matrix is owned by Pango and must not be modified or freed.</doc>
9801
10115
  <type name="Matrix" c:type="const PangoMatrix*"/>
9802
10116
  </return-value>
9803
10117
  <parameters>
@@ -9837,10 +10151,35 @@ changes to colors. (See pango_renderer_set_color())</doc>
9837
10151
  </parameter>
9838
10152
  </parameters>
9839
10153
  </method>
10154
+ <method name="set_alpha"
10155
+ c:identifier="pango_renderer_set_alpha"
10156
+ version="1.38">
10157
+ <doc xml:space="preserve">Sets the alpha for part of the rendering.
10158
+ Note that the alpha may only be used if a color is
10159
+ specified for @part as well.</doc>
10160
+ <return-value transfer-ownership="none">
10161
+ <type name="none" c:type="void"/>
10162
+ </return-value>
10163
+ <parameters>
10164
+ <instance-parameter name="renderer" transfer-ownership="none">
10165
+ <doc xml:space="preserve">a #PangoRenderer</doc>
10166
+ <type name="Renderer" c:type="PangoRenderer*"/>
10167
+ </instance-parameter>
10168
+ <parameter name="part" transfer-ownership="none">
10169
+ <doc xml:space="preserve">the part to set the alpha for</doc>
10170
+ <type name="RenderPart" c:type="PangoRenderPart"/>
10171
+ </parameter>
10172
+ <parameter name="alpha" transfer-ownership="none">
10173
+ <doc xml:space="preserve">an alpha value between 1 and 65536, or 0 to unset the alpha</doc>
10174
+ <type name="guint16" c:type="guint16"/>
10175
+ </parameter>
10176
+ </parameters>
10177
+ </method>
9840
10178
  <method name="set_color"
9841
10179
  c:identifier="pango_renderer_set_color"
9842
10180
  version="1.8">
9843
- <doc xml:space="preserve">Sets the color for part of the rendering.</doc>
10181
+ <doc xml:space="preserve">Sets the color for part of the rendering.
10182
+ Also see pango_renderer_set_alpha().</doc>
9844
10183
  <return-value transfer-ownership="none">
9845
10184
  <type name="none" c:type="void"/>
9846
10185
  </return-value>
@@ -9897,8 +10236,9 @@ changes to colors. (See pango_renderer_set_color())</doc>
9897
10236
  <type name="gint" c:type="int"/>
9898
10237
  </field>
9899
10238
  <field name="matrix">
9900
- <doc xml:space="preserve">the current transformation matrix for the Renderer; may
9901
- be %NULL, which should be treated the same as the identity matrix.</doc>
10239
+ <doc xml:space="preserve">the current transformation matrix for
10240
+ the Renderer; may be %NULL, which should be treated the
10241
+ same as the identity matrix.</doc>
9902
10242
  <type name="Matrix" c:type="PangoMatrix*"/>
9903
10243
  </field>
9904
10244
  <field name="priv" readable="0" private="1">
@@ -10769,6 +11109,180 @@ base glyph to which it is attached</doc>
10769
11109
  glib:nick="takri">
10770
11110
  <doc xml:space="preserve">Takri. Since: 1.32</doc>
10771
11111
  </member>
11112
+ <member name="bassa_vah"
11113
+ value="88"
11114
+ c:identifier="PANGO_SCRIPT_BASSA_VAH"
11115
+ glib:nick="bassa-vah">
11116
+ <doc xml:space="preserve">Bassa. Since: 1.40</doc>
11117
+ </member>
11118
+ <member name="caucasian_albanian"
11119
+ value="89"
11120
+ c:identifier="PANGO_SCRIPT_CAUCASIAN_ALBANIAN"
11121
+ glib:nick="caucasian-albanian">
11122
+ <doc xml:space="preserve">Caucasian Albanian. Since: 1.40</doc>
11123
+ </member>
11124
+ <member name="duployan"
11125
+ value="90"
11126
+ c:identifier="PANGO_SCRIPT_DUPLOYAN"
11127
+ glib:nick="duployan">
11128
+ <doc xml:space="preserve">Duployan. Since: 1.40</doc>
11129
+ </member>
11130
+ <member name="elbasan"
11131
+ value="91"
11132
+ c:identifier="PANGO_SCRIPT_ELBASAN"
11133
+ glib:nick="elbasan">
11134
+ <doc xml:space="preserve">Elbasan. Since: 1.40</doc>
11135
+ </member>
11136
+ <member name="grantha"
11137
+ value="92"
11138
+ c:identifier="PANGO_SCRIPT_GRANTHA"
11139
+ glib:nick="grantha">
11140
+ <doc xml:space="preserve">Grantha. Since: 1.40</doc>
11141
+ </member>
11142
+ <member name="khojki"
11143
+ value="93"
11144
+ c:identifier="PANGO_SCRIPT_KHOJKI"
11145
+ glib:nick="khojki">
11146
+ <doc xml:space="preserve">Kjohki. Since: 1.40</doc>
11147
+ </member>
11148
+ <member name="khudawadi"
11149
+ value="94"
11150
+ c:identifier="PANGO_SCRIPT_KHUDAWADI"
11151
+ glib:nick="khudawadi">
11152
+ <doc xml:space="preserve">Khudawadi, Sindhi. Since: 1.40</doc>
11153
+ </member>
11154
+ <member name="linear_a"
11155
+ value="95"
11156
+ c:identifier="PANGO_SCRIPT_LINEAR_A"
11157
+ glib:nick="linear-a">
11158
+ <doc xml:space="preserve">Linear A. Since: 1.40</doc>
11159
+ </member>
11160
+ <member name="mahajani"
11161
+ value="96"
11162
+ c:identifier="PANGO_SCRIPT_MAHAJANI"
11163
+ glib:nick="mahajani">
11164
+ <doc xml:space="preserve">Mahajani. Since: 1.40</doc>
11165
+ </member>
11166
+ <member name="manichaean"
11167
+ value="97"
11168
+ c:identifier="PANGO_SCRIPT_MANICHAEAN"
11169
+ glib:nick="manichaean">
11170
+ <doc xml:space="preserve">Manichaean. Since: 1.40</doc>
11171
+ </member>
11172
+ <member name="mende_kikakui"
11173
+ value="98"
11174
+ c:identifier="PANGO_SCRIPT_MENDE_KIKAKUI"
11175
+ glib:nick="mende-kikakui">
11176
+ <doc xml:space="preserve">Mende Kikakui. Since: 1.40</doc>
11177
+ </member>
11178
+ <member name="modi"
11179
+ value="99"
11180
+ c:identifier="PANGO_SCRIPT_MODI"
11181
+ glib:nick="modi">
11182
+ <doc xml:space="preserve">Modi. Since: 1.40</doc>
11183
+ </member>
11184
+ <member name="mro"
11185
+ value="100"
11186
+ c:identifier="PANGO_SCRIPT_MRO"
11187
+ glib:nick="mro">
11188
+ <doc xml:space="preserve">Mro. Since: 1.40</doc>
11189
+ </member>
11190
+ <member name="nabataean"
11191
+ value="101"
11192
+ c:identifier="PANGO_SCRIPT_NABATAEAN"
11193
+ glib:nick="nabataean">
11194
+ <doc xml:space="preserve">Nabataean. Since: 1.40</doc>
11195
+ </member>
11196
+ <member name="old_north_arabian"
11197
+ value="102"
11198
+ c:identifier="PANGO_SCRIPT_OLD_NORTH_ARABIAN"
11199
+ glib:nick="old-north-arabian">
11200
+ <doc xml:space="preserve">Old North Arabian. Since: 1.40</doc>
11201
+ </member>
11202
+ <member name="old_permic"
11203
+ value="103"
11204
+ c:identifier="PANGO_SCRIPT_OLD_PERMIC"
11205
+ glib:nick="old-permic">
11206
+ <doc xml:space="preserve">Old Permic. Since: 1.40</doc>
11207
+ </member>
11208
+ <member name="pahawh_hmong"
11209
+ value="104"
11210
+ c:identifier="PANGO_SCRIPT_PAHAWH_HMONG"
11211
+ glib:nick="pahawh-hmong">
11212
+ <doc xml:space="preserve">Pahawh Hmong. Since: 1.40</doc>
11213
+ </member>
11214
+ <member name="palmyrene"
11215
+ value="105"
11216
+ c:identifier="PANGO_SCRIPT_PALMYRENE"
11217
+ glib:nick="palmyrene">
11218
+ <doc xml:space="preserve">Palmyrene. Since: 1.40</doc>
11219
+ </member>
11220
+ <member name="pau_cin_hau"
11221
+ value="106"
11222
+ c:identifier="PANGO_SCRIPT_PAU_CIN_HAU"
11223
+ glib:nick="pau-cin-hau">
11224
+ <doc xml:space="preserve">Pau Cin Hau. Since: 1.40</doc>
11225
+ </member>
11226
+ <member name="psalter_pahlavi"
11227
+ value="107"
11228
+ c:identifier="PANGO_SCRIPT_PSALTER_PAHLAVI"
11229
+ glib:nick="psalter-pahlavi">
11230
+ <doc xml:space="preserve">Psalter Pahlavi. Since: 1.40</doc>
11231
+ </member>
11232
+ <member name="siddham"
11233
+ value="108"
11234
+ c:identifier="PANGO_SCRIPT_SIDDHAM"
11235
+ glib:nick="siddham">
11236
+ <doc xml:space="preserve">Siddham. Since: 1.40</doc>
11237
+ </member>
11238
+ <member name="tirhuta"
11239
+ value="109"
11240
+ c:identifier="PANGO_SCRIPT_TIRHUTA"
11241
+ glib:nick="tirhuta">
11242
+ <doc xml:space="preserve">Tirhuta. Since: 1.40</doc>
11243
+ </member>
11244
+ <member name="warang_citi"
11245
+ value="110"
11246
+ c:identifier="PANGO_SCRIPT_WARANG_CITI"
11247
+ glib:nick="warang-citi">
11248
+ <doc xml:space="preserve">Warang Citi. Since: 1.40</doc>
11249
+ </member>
11250
+ <member name="ahom"
11251
+ value="111"
11252
+ c:identifier="PANGO_SCRIPT_AHOM"
11253
+ glib:nick="ahom">
11254
+ <doc xml:space="preserve">Ahom. Since: 1.40</doc>
11255
+ </member>
11256
+ <member name="anatolian_hieroglyphs"
11257
+ value="112"
11258
+ c:identifier="PANGO_SCRIPT_ANATOLIAN_HIEROGLYPHS"
11259
+ glib:nick="anatolian-hieroglyphs">
11260
+ <doc xml:space="preserve">Anatolian Hieroglyphs. Since: 1.40</doc>
11261
+ </member>
11262
+ <member name="hatran"
11263
+ value="113"
11264
+ c:identifier="PANGO_SCRIPT_HATRAN"
11265
+ glib:nick="hatran">
11266
+ <doc xml:space="preserve">Hatran. Since: 1.40</doc>
11267
+ </member>
11268
+ <member name="multani"
11269
+ value="114"
11270
+ c:identifier="PANGO_SCRIPT_MULTANI"
11271
+ glib:nick="multani">
11272
+ <doc xml:space="preserve">Multani. Since: 1.40</doc>
11273
+ </member>
11274
+ <member name="old_hungarian"
11275
+ value="115"
11276
+ c:identifier="PANGO_SCRIPT_OLD_HUNGARIAN"
11277
+ glib:nick="old-hungarian">
11278
+ <doc xml:space="preserve">Old Hungarian. Since: 1.40</doc>
11279
+ </member>
11280
+ <member name="signwriting"
11281
+ value="116"
11282
+ c:identifier="PANGO_SCRIPT_SIGNWRITING"
11283
+ glib:nick="signwriting">
11284
+ <doc xml:space="preserve">Signwriting. Since: 1.40</doc>
11285
+ </member>
10772
11286
  <function name="for_unichar"
10773
11287
  c:identifier="pango_script_for_unichar"
10774
11288
  version="1.4">
@@ -10823,7 +11337,7 @@ instead of Arabic (ar) when a segment of Arabic text is found
10823
11337
  in an otherwise non-Arabic text. The same trick can be used to
10824
11338
  choose a default language for %PANGO_SCRIPT_HAN when setting
10825
11339
  context language is not feasible.</doc>
10826
- <return-value transfer-ownership="full">
11340
+ <return-value transfer-ownership="full" nullable="1">
10827
11341
  <doc xml:space="preserve">a #PangoLanguage that is representative
10828
11342
  of the script, or %NULL if no such language exists.</doc>
10829
11343
  <type name="Language" c:type="PangoLanguage*"/>
@@ -10926,8 +11440,8 @@ is returned.</doc>
10926
11440
  version="1.4"
10927
11441
  introspectable="0">
10928
11442
  <doc xml:space="preserve">Create a new #PangoScriptIter, used to break a string of
10929
- Unicode into runs by text. No copy is made of @text, so
10930
- the caller needs to make sure it remains valid until
11443
+ Unicode text into runs by Unicode script. No copy is made of
11444
+ @text, so the caller needs to make sure it remains valid until
10931
11445
  the iterator is freed with pango_script_iter_free().</doc>
10932
11446
  <return-value>
10933
11447
  <doc xml:space="preserve">the new script iterator, initialized
@@ -11455,6 +11969,23 @@ value ranging from 100 to 1000, but there are some predefined values:</doc>
11455
11969
  enough space for a full word.</doc>
11456
11970
  </member>
11457
11971
  </enumeration>
11972
+ <function name="attr_background_alpha_new"
11973
+ c:identifier="pango_attr_background_alpha_new"
11974
+ version="1.38"
11975
+ introspectable="0">
11976
+ <doc xml:space="preserve">Create a new background alpha attribute.</doc>
11977
+ <return-value transfer-ownership="full">
11978
+ <doc xml:space="preserve">the new allocated #PangoAttribute,
11979
+ which should be freed with pango_attribute_destroy().</doc>
11980
+ <type name="Attribute" c:type="PangoAttribute*"/>
11981
+ </return-value>
11982
+ <parameters>
11983
+ <parameter name="alpha" transfer-ownership="none">
11984
+ <doc xml:space="preserve">the alpha value, between 1 and 65536</doc>
11985
+ <type name="guint16" c:type="guint16"/>
11986
+ </parameter>
11987
+ </parameters>
11988
+ </function>
11458
11989
  <function name="attr_background_new"
11459
11990
  c:identifier="pango_attr_background_new"
11460
11991
  introspectable="0">
@@ -11518,6 +12049,23 @@ text.</doc>
11518
12049
  </parameter>
11519
12050
  </parameters>
11520
12051
  </function>
12052
+ <function name="attr_foreground_alpha_new"
12053
+ c:identifier="pango_attr_foreground_alpha_new"
12054
+ version="1.38"
12055
+ introspectable="0">
12056
+ <doc xml:space="preserve">Create a new foreground alpha attribute.</doc>
12057
+ <return-value transfer-ownership="full">
12058
+ <doc xml:space="preserve">the new allocated #PangoAttribute,
12059
+ which should be freed with pango_attribute_destroy().</doc>
12060
+ <type name="Attribute" c:type="PangoAttribute*"/>
12061
+ </return-value>
12062
+ <parameters>
12063
+ <parameter name="alpha" transfer-ownership="none">
12064
+ <doc xml:space="preserve">the alpha value, between 1 and 65536</doc>
12065
+ <type name="guint16" c:type="guint16"/>
12066
+ </parameter>
12067
+ </parameters>
12068
+ </function>
11521
12069
  <function name="attr_foreground_new"
11522
12070
  c:identifier="pango_attr_foreground_new"
11523
12071
  introspectable="0">
@@ -11712,9 +12260,9 @@ pango_attr_type_register().
11712
12260
 
11713
12261
  The returned value is an interned string (see g_intern_string() for what
11714
12262
  that means) that should not be modified or freed.</doc>
11715
- <return-value transfer-ownership="none">
11716
- <doc xml:space="preserve">the type ID name (which may be %NULL), or %NULL if @type is
11717
- a built-in Pango attribute type or invalid.</doc>
12263
+ <return-value transfer-ownership="none" nullable="1">
12264
+ <doc xml:space="preserve">the type ID name (which may be %NULL), or
12265
+ %NULL if @type is a built-in Pango attribute type or invalid.</doc>
11718
12266
  <type name="utf8" c:type="const char*"/>
11719
12267
  </return-value>
11720
12268
  <parameters>
@@ -11869,13 +12417,13 @@ purposes you may want to use pango_get_log_attrs().</doc>
11869
12417
  </parameter>
11870
12418
  </parameters>
11871
12419
  </function>
11872
- <function name="config_key_get" c:identifier="pango_config_key_get">
11873
- <doc xml:space="preserve">Looks up a key in the Pango config database
11874
- (pseudo-win.ini style, read from $sysconfdir/pango/pangorc,
11875
- $XDG_CONFIG_HOME/pango/pangorc, and getenv (PANGO_RC_FILE).)</doc>
12420
+ <function name="config_key_get"
12421
+ c:identifier="pango_config_key_get"
12422
+ deprecated="1"
12423
+ deprecated-version="1.38">
12424
+ <doc xml:space="preserve">Do not use. Does not do anything.</doc>
11876
12425
  <return-value transfer-ownership="full">
11877
- <doc xml:space="preserve">the value, if found, otherwise %NULL. The value is a
11878
- newly-allocated string and must be freed with g_free().</doc>
12426
+ <doc xml:space="preserve">%NULL</doc>
11879
12427
  <type name="utf8" c:type="char*"/>
11880
12428
  </return-value>
11881
12429
  <parameters>
@@ -11886,12 +12434,12 @@ newly-allocated string and must be freed with g_free().</doc>
11886
12434
  </parameters>
11887
12435
  </function>
11888
12436
  <function name="config_key_get_system"
11889
- c:identifier="pango_config_key_get_system">
11890
- <doc xml:space="preserve">Looks up a key, consulting only the Pango system config database
11891
- in $sysconfdir/pango/pangorc.</doc>
12437
+ c:identifier="pango_config_key_get_system"
12438
+ deprecated="1"
12439
+ deprecated-version="1.38">
12440
+ <doc xml:space="preserve">Do not use. Does not do anything.</doc>
11892
12441
  <return-value transfer-ownership="full">
11893
- <doc xml:space="preserve">the value, if found, otherwise %NULL. The value is a
11894
- newly-allocated string and must be freed with g_free().</doc>
12442
+ <doc xml:space="preserve">%NULL</doc>
11895
12443
  <type name="utf8" c:type="char*"/>
11896
12444
  </return-value>
11897
12445
  <parameters>
@@ -11921,7 +12469,10 @@ simply use pango_get_log_attrs().</doc>
11921
12469
  <doc xml:space="preserve">length of text in bytes (may be -1 if @text is nul-terminated)</doc>
11922
12470
  <type name="gint" c:type="int"/>
11923
12471
  </parameter>
11924
- <parameter name="analysis" transfer-ownership="none">
12472
+ <parameter name="analysis"
12473
+ transfer-ownership="none"
12474
+ nullable="1"
12475
+ allow-none="1">
11925
12476
  <doc xml:space="preserve">a #PangoAnalysis for the @text</doc>
11926
12477
  <type name="Analysis" c:type="PangoAnalysis*"/>
11927
12478
  </parameter>
@@ -11994,12 +12545,14 @@ If no such character is found, then %PANGO_DIRECTION_NEUTRAL is returned.</doc>
11994
12545
  </parameter>
11995
12546
  </parameters>
11996
12547
  </function>
11997
- <function name="find_map" c:identifier="pango_find_map" introspectable="0">
11998
- <doc xml:space="preserve">Locate a #PangoMap for a particular engine type and render
11999
- type. The resulting map can be used to determine the engine
12000
- for each character.</doc>
12548
+ <function name="find_map"
12549
+ c:identifier="pango_find_map"
12550
+ introspectable="0"
12551
+ deprecated="1"
12552
+ deprecated-version="1.38">
12553
+ <doc xml:space="preserve">Do not use. Does not do anything.</doc>
12001
12554
  <return-value>
12002
- <doc xml:space="preserve">the suitable #PangoMap.</doc>
12555
+ <doc xml:space="preserve">%NULL.</doc>
12003
12556
  <type name="Map" c:type="PangoMap*"/>
12004
12557
  </return-value>
12005
12558
  <parameters>
@@ -12065,7 +12618,7 @@ off the end).</doc>
12065
12618
  <doc xml:space="preserve">Creates a new font description from a string representation in the
12066
12619
  form "[FAMILY-LIST] [STYLE-OPTIONS] [SIZE]", where FAMILY-LIST is a
12067
12620
  comma separated list of families optionally terminated by a comma,
12068
- STYLE_OPTIONS is a whitespace separated list of words where each WORD
12621
+ STYLE_OPTIONS is a whitespace separated list of words where each word
12069
12622
  describes one of style, variant, weight, stretch, or gravity, and SIZE
12070
12623
  is a decimal number (size in points) or optionally followed by the
12071
12624
  unit modifier "px" for absolute size. Any one of the options may
@@ -12086,11 +12639,11 @@ description will be set to 0.</doc>
12086
12639
  </parameters>
12087
12640
  </function>
12088
12641
  <function name="get_lib_subdirectory"
12089
- c:identifier="pango_get_lib_subdirectory">
12090
- <doc xml:space="preserve">On Unix, returns the name of the "pango" subdirectory of LIBDIR
12091
- (which is set at compile time). On Windows, returns the lib\pango
12092
- subdirectory of the Pango installation directory (which is deduced
12093
- at run time from the DLL's location).</doc>
12642
+ c:identifier="pango_get_lib_subdirectory"
12643
+ deprecated="1"
12644
+ deprecated-version="1.38">
12645
+ <doc xml:space="preserve">Returns the name of the "pango" subdirectory of LIBDIR
12646
+ (which is set at compile time).</doc>
12094
12647
  <return-value transfer-ownership="none">
12095
12648
  <doc xml:space="preserve">the Pango lib directory. The returned string should
12096
12649
  not be freed.</doc>
@@ -12162,11 +12715,11 @@ filled in, %FALSE otherwise</doc>
12162
12715
  </parameters>
12163
12716
  </function>
12164
12717
  <function name="get_sysconf_subdirectory"
12165
- c:identifier="pango_get_sysconf_subdirectory">
12166
- <doc xml:space="preserve">On Unix, returns the name of the "pango" subdirectory of SYSCONFDIR
12167
- (which is set at compile time). On Windows, returns the etc\pango
12168
- subdirectory of the Pango installation directory (which is deduced
12169
- at run time from the DLL's location).</doc>
12718
+ c:identifier="pango_get_sysconf_subdirectory"
12719
+ deprecated="1"
12720
+ deprecated-version="1.38">
12721
+ <doc xml:space="preserve">Returns the name of the "pango" subdirectory of SYSCONFDIR
12722
+ (which is set at compile time).</doc>
12170
12723
  <return-value transfer-ownership="none">
12171
12724
  <doc xml:space="preserve">the Pango sysconf directory. The returned string should
12172
12725
  not be freed.</doc>
@@ -12185,7 +12738,10 @@ in a #PangoMatrix.</doc>
12185
12738
  <type name="Gravity" c:type="PangoGravity"/>
12186
12739
  </return-value>
12187
12740
  <parameters>
12188
- <parameter name="matrix" transfer-ownership="none">
12741
+ <parameter name="matrix"
12742
+ transfer-ownership="none"
12743
+ nullable="1"
12744
+ allow-none="1">
12189
12745
  <doc xml:space="preserve">a #PangoMatrix</doc>
12190
12746
  <type name="Matrix" c:type="const PangoMatrix*"/>
12191
12747
  </parameter>
@@ -12420,7 +12976,7 @@ than letters and '-'.
12420
12976
 
12421
12977
  Use pango_language_get_default() if you want to get the #PangoLanguage for
12422
12978
  the current locale of the process.</doc>
12423
- <return-value transfer-ownership="none">
12979
+ <return-value transfer-ownership="none" nullable="1">
12424
12980
  <doc xml:space="preserve">an opaque pointer to a
12425
12981
  #PangoLanguage structure, or %NULL if @language was
12426
12982
  %NULL. The returned pointer will be valid forever
@@ -12620,11 +13176,11 @@ destroyed with g_markup_parse_context_free().</doc>
12620
13176
  </parameter>
12621
13177
  </parameters>
12622
13178
  </function>
12623
- <function name="module_register" c:identifier="pango_module_register">
12624
- <doc xml:space="preserve">Registers a statically linked module with Pango. The
12625
- #PangoIncludedModule structure that is passed in contains the
12626
- functions that would otherwise be loaded from a dynamically loaded
12627
- module.</doc>
13179
+ <function name="module_register"
13180
+ c:identifier="pango_module_register"
13181
+ deprecated="1"
13182
+ deprecated-version="1.38">
13183
+ <doc xml:space="preserve">Do not use. Does not do anything.</doc>
12628
13184
  <return-value transfer-ownership="none">
12629
13185
  <type name="none" c:type="void"/>
12630
13186
  </return-value>
@@ -12635,7 +13191,11 @@ module.</doc>
12635
13191
  </parameter>
12636
13192
  </parameters>
12637
13193
  </function>
12638
- <function name="parse_enum" c:identifier="pango_parse_enum" version="1.16">
13194
+ <function name="parse_enum"
13195
+ c:identifier="pango_parse_enum"
13196
+ version="1.16"
13197
+ deprecated="1"
13198
+ deprecated-version="1.38">
12639
13199
  <doc xml:space="preserve">Parses an enum type and stores the result in @value.
12640
13200
 
12641
13201
  If @str does not match the nick name of any of the possible values for the
@@ -12889,7 +13449,10 @@ of rounding.</doc>
12889
13449
  </parameter>
12890
13450
  </parameters>
12891
13451
  </function>
12892
- <function name="read_line" c:identifier="pango_read_line">
13452
+ <function name="read_line"
13453
+ c:identifier="pango_read_line"
13454
+ deprecated="1"
13455
+ deprecated-version="1.38">
12893
13456
  <doc xml:space="preserve">Reads an entire line from a file into a buffer. Lines may
12894
13457
  be delimited with '\n', '\r', '\n\r', or '\r\n'. The delimiter
12895
13458
  is not written into the buffer. Text after a '#' character is treated as
@@ -12904,7 +13467,10 @@ unmodified.</doc>
12904
13467
  <type name="gint" c:type="gint"/>
12905
13468
  </return-value>
12906
13469
  <parameters>
12907
- <parameter name="stream" transfer-ownership="none">
13470
+ <parameter name="stream"
13471
+ transfer-ownership="none"
13472
+ nullable="1"
13473
+ allow-none="1">
12908
13474
  <doc xml:space="preserve">a stdio stream</doc>
12909
13475
  <type name="gpointer" c:type="FILE*"/>
12910
13476
  </parameter>
@@ -12941,7 +13507,10 @@ The original list is unmodified.</doc>
12941
13507
  </parameter>
12942
13508
  </parameters>
12943
13509
  </function>
12944
- <function name="scan_int" c:identifier="pango_scan_int">
13510
+ <function name="scan_int"
13511
+ c:identifier="pango_scan_int"
13512
+ deprecated="1"
13513
+ deprecated-version="1.38">
12945
13514
  <doc xml:space="preserve">Scans an integer.
12946
13515
  Leading white space is skipped.</doc>
12947
13516
  <return-value transfer-ownership="none">
@@ -12965,7 +13534,10 @@ Leading white space is skipped.</doc>
12965
13534
  </parameter>
12966
13535
  </parameters>
12967
13536
  </function>
12968
- <function name="scan_string" c:identifier="pango_scan_string">
13537
+ <function name="scan_string"
13538
+ c:identifier="pango_scan_string"
13539
+ deprecated="1"
13540
+ deprecated-version="1.38">
12969
13541
  <doc xml:space="preserve">Scans a string into a #GString buffer. The string may either
12970
13542
  be a sequence of non-white-space characters, or a quoted
12971
13543
  string with '"'. Instead a quoted string, '\"' represents
@@ -12991,7 +13563,10 @@ a literal quote. Leading white space outside of quotes is skipped.</doc>
12991
13563
  </parameter>
12992
13564
  </parameters>
12993
13565
  </function>
12994
- <function name="scan_word" c:identifier="pango_scan_word">
13566
+ <function name="scan_word"
13567
+ c:identifier="pango_scan_word"
13568
+ deprecated="1"
13569
+ deprecated-version="1.38">
12995
13570
  <doc xml:space="preserve">Scans a word into a #GString buffer. A word consists
12996
13571
  of [A-Za-z_] followed by zero or more [A-Za-z_0-9]
12997
13572
  Leading white space is skipped.</doc>
@@ -13072,7 +13647,7 @@ instead of Arabic (ar) when a segment of Arabic text is found
13072
13647
  in an otherwise non-Arabic text. The same trick can be used to
13073
13648
  choose a default language for %PANGO_SCRIPT_HAN when setting
13074
13649
  context language is not feasible.</doc>
13075
- <return-value transfer-ownership="full">
13650
+ <return-value transfer-ownership="full" nullable="1">
13076
13651
  <doc xml:space="preserve">a #PangoLanguage that is representative
13077
13652
  of the script, or %NULL if no such language exists.</doc>
13078
13653
  <type name="Language" c:type="PangoLanguage*"/>
@@ -13159,7 +13734,10 @@ text of which @item_text is part of, provide the broader text as
13159
13734
  </parameter>
13160
13735
  </parameters>
13161
13736
  </function>
13162
- <function name="skip_space" c:identifier="pango_skip_space">
13737
+ <function name="skip_space"
13738
+ c:identifier="pango_skip_space"
13739
+ deprecated="1"
13740
+ deprecated-version="1.38">
13163
13741
  <doc xml:space="preserve">Skips 0 or more characters of white space.</doc>
13164
13742
  <return-value transfer-ownership="none">
13165
13743
  <doc xml:space="preserve">%FALSE if skipping the white space leaves
@@ -13176,7 +13754,10 @@ the position at a '\0' character.</doc>
13176
13754
  </parameter>
13177
13755
  </parameters>
13178
13756
  </function>
13179
- <function name="split_file_list" c:identifier="pango_split_file_list">
13757
+ <function name="split_file_list"
13758
+ c:identifier="pango_split_file_list"
13759
+ deprecated="1"
13760
+ deprecated-version="1.38">
13180
13761
  <doc xml:space="preserve">Splits a %G_SEARCHPATH_SEPARATOR-separated list of files, stripping
13181
13762
  white space and substituting ~/ with $HOME/.</doc>
13182
13763
  <return-value transfer-ownership="full">
@@ -13193,7 +13774,10 @@ strings to be freed with g_strfreev()</doc>
13193
13774
  </parameter>
13194
13775
  </parameters>
13195
13776
  </function>
13196
- <function name="trim_string" c:identifier="pango_trim_string">
13777
+ <function name="trim_string"
13778
+ c:identifier="pango_trim_string"
13779
+ deprecated="1"
13780
+ deprecated-version="1.38">
13197
13781
  <doc xml:space="preserve">Trims leading and trailing whitespace from a string.</doc>
13198
13782
  <return-value transfer-ownership="full">
13199
13783
  <doc xml:space="preserve">A newly-allocated string that must be freed with g_free()</doc>
@@ -13289,11 +13873,11 @@ version @required_major.required_minor.@required_micro
13289
13873
  (same major version.)
13290
13874
 
13291
13875
  For compile-time version checking use PANGO_VERSION_CHECK().</doc>
13292
- <return-value transfer-ownership="none">
13293
- <doc xml:space="preserve">%NULL if the Pango library is compatible with the
13294
- given version, or a string describing the version mismatch.
13295
- The returned string is owned by Pango and should not be modified
13296
- or freed.</doc>
13876
+ <return-value transfer-ownership="none" nullable="1">
13877
+ <doc xml:space="preserve">%NULL if the Pango library is compatible
13878
+ with the given version, or a string describing the version
13879
+ mismatch. The returned string is owned by Pango and should not
13880
+ be modified or freed.</doc>
13297
13881
  <type name="utf8" c:type="const char*"/>
13298
13882
  </return-value>
13299
13883
  <parameters>