poppler 0.90.2.3-x86-mingw32 → 0.90.3-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (759) hide show
  1. data/ChangeLog +11 -0
  2. data/ext/poppler/depend +4 -2
  3. data/ext/poppler/rbpoppler-form-field.c +2 -2
  4. data/ext/poppler/rbpoppler-page.c +12 -3
  5. data/lib/1.8/poppler.so +0 -0
  6. data/lib/1.9/poppler.so +0 -0
  7. data/vendor/local/bin/fc-cache.exe +0 -0
  8. data/vendor/local/bin/fc-cat.exe +0 -0
  9. data/vendor/local/bin/fc-list.exe +0 -0
  10. data/vendor/local/bin/freetype-config +160 -0
  11. data/vendor/local/bin/freetype6.dll +0 -0
  12. data/vendor/local/bin/gtk-demo.exe +0 -0
  13. data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
  14. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  15. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  16. data/vendor/local/bin/libcairo-2.dll +0 -0
  17. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  18. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  19. data/vendor/local/bin/libexpat-1.dll +0 -0
  20. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  21. data/vendor/local/bin/libgailutil-18.dll +0 -0
  22. data/vendor/local/bin/libgcc_s_dw2-1.dll +0 -0
  23. data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
  24. data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
  25. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  26. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  27. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  28. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  29. data/vendor/local/bin/pango-querymodules.exe +0 -0
  30. data/vendor/local/bin/pango-view.exe +0 -0
  31. data/vendor/local/bin/pkg-config.exe +0 -0
  32. data/vendor/local/bin/xmlwf.exe +0 -0
  33. data/vendor/local/bin/zlib1.dll +0 -0
  34. data/vendor/local/etc/fonts/fonts.conf +151 -0
  35. data/vendor/local/etc/fonts/fonts.dtd +224 -0
  36. data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
  37. data/vendor/local/etc/pango/pango.modules +1 -1
  38. data/vendor/local/gtk+-bundle_2.22.0-20101016_win32.README.txt +29 -0
  39. data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +45 -0
  40. data/vendor/local/include/atk-1.0/atk/atk.h +56 -0
  41. data/vendor/local/include/atk-1.0/atk/atkaction.h +111 -0
  42. data/vendor/local/include/atk-1.0/atk/atkcomponent.h +171 -0
  43. data/vendor/local/include/atk-1.0/atk/atkdocument.h +83 -0
  44. data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +104 -0
  45. data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +65 -0
  46. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +106 -0
  47. data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +75 -0
  48. data/vendor/local/include/atk-1.0/atk/atkhypertext.h +78 -0
  49. data/vendor/local/include/atk-1.0/atk/atkimage.h +87 -0
  50. data/vendor/local/include/atk-1.0/atk/atkmisc.h +89 -0
  51. data/vendor/local/include/atk-1.0/atk/atknoopobject.h +55 -0
  52. data/vendor/local/include/atk-1.0/atk/atknoopobjectfactory.h +57 -0
  53. data/vendor/local/include/atk-1.0/atk/atkobject.h +649 -0
  54. data/vendor/local/include/atk-1.0/atk/atkobjectfactory.h +67 -0
  55. data/vendor/local/include/atk-1.0/atk/atkplug.h +61 -0
  56. data/vendor/local/include/atk-1.0/atk/atkregistry.h +69 -0
  57. data/vendor/local/include/atk-1.0/atk/atkrelation.h +89 -0
  58. data/vendor/local/include/atk-1.0/atk/atkrelationset.h +78 -0
  59. data/vendor/local/include/atk-1.0/atk/atkrelationtype.h +83 -0
  60. data/vendor/local/include/atk-1.0/atk/atkselection.h +95 -0
  61. data/vendor/local/include/atk-1.0/atk/atksocket.h +65 -0
  62. data/vendor/local/include/atk-1.0/atk/atkstate.h +178 -0
  63. data/vendor/local/include/atk-1.0/atk/atkstateset.h +80 -0
  64. data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +105 -0
  65. data/vendor/local/include/atk-1.0/atk/atktable.h +217 -0
  66. data/vendor/local/include/atk-1.0/atk/atktext.h +365 -0
  67. data/vendor/local/include/atk-1.0/atk/atkutil.h +313 -0
  68. data/vendor/local/include/atk-1.0/atk/atkvalue.h +93 -0
  69. data/vendor/local/include/expat.h +1014 -0
  70. data/vendor/local/include/expat_external.h +115 -0
  71. data/vendor/local/include/fontconfig/fcfreetype.h +59 -0
  72. data/vendor/local/include/fontconfig/fcprivate.h +123 -0
  73. data/vendor/local/include/fontconfig/fontconfig.h +963 -0
  74. data/vendor/local/include/freetype2/freetype/config/ftconfig.h +477 -0
  75. data/vendor/local/include/freetype2/freetype/config/ftheader.h +780 -0
  76. data/vendor/local/include/freetype2/freetype/config/ftmodule.h +20 -0
  77. data/vendor/local/include/freetype2/freetype/config/ftoption.h +733 -0
  78. data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +173 -0
  79. data/vendor/local/include/freetype2/freetype/freetype.h +3919 -0
  80. data/vendor/local/include/freetype2/freetype/ftadvanc.h +179 -0
  81. data/vendor/local/include/freetype2/freetype/ftbbox.h +94 -0
  82. data/vendor/local/include/freetype2/freetype/ftbdf.h +209 -0
  83. data/vendor/local/include/freetype2/freetype/ftbitmap.h +227 -0
  84. data/vendor/local/include/freetype2/freetype/ftcache.h +1125 -0
  85. data/vendor/local/include/freetype2/freetype/ftchapters.h +103 -0
  86. data/vendor/local/include/freetype2/freetype/ftcid.h +166 -0
  87. data/vendor/local/include/freetype2/freetype/fterrdef.h +244 -0
  88. data/vendor/local/include/freetype2/freetype/fterrors.h +206 -0
  89. data/vendor/local/include/freetype2/freetype/ftgasp.h +120 -0
  90. data/vendor/local/include/freetype2/freetype/ftglyph.h +613 -0
  91. data/vendor/local/include/freetype2/freetype/ftgxval.h +358 -0
  92. data/vendor/local/include/freetype2/freetype/ftgzip.h +102 -0
  93. data/vendor/local/include/freetype2/freetype/ftimage.h +1301 -0
  94. data/vendor/local/include/freetype2/freetype/ftincrem.h +353 -0
  95. data/vendor/local/include/freetype2/freetype/ftlcdfil.h +213 -0
  96. data/vendor/local/include/freetype2/freetype/ftlist.h +277 -0
  97. data/vendor/local/include/freetype2/freetype/ftlzw.h +99 -0
  98. data/vendor/local/include/freetype2/freetype/ftmac.h +274 -0
  99. data/vendor/local/include/freetype2/freetype/ftmm.h +378 -0
  100. data/vendor/local/include/freetype2/freetype/ftmodapi.h +483 -0
  101. data/vendor/local/include/freetype2/freetype/ftmoderr.h +155 -0
  102. data/vendor/local/include/freetype2/freetype/ftotval.h +203 -0
  103. data/vendor/local/include/freetype2/freetype/ftoutln.h +537 -0
  104. data/vendor/local/include/freetype2/freetype/ftpfr.h +172 -0
  105. data/vendor/local/include/freetype2/freetype/ftrender.h +230 -0
  106. data/vendor/local/include/freetype2/freetype/ftsizes.h +159 -0
  107. data/vendor/local/include/freetype2/freetype/ftsnames.h +200 -0
  108. data/vendor/local/include/freetype2/freetype/ftstroke.h +716 -0
  109. data/vendor/local/include/freetype2/freetype/ftsynth.h +80 -0
  110. data/vendor/local/include/freetype2/freetype/ftsystem.h +347 -0
  111. data/vendor/local/include/freetype2/freetype/fttrigon.h +350 -0
  112. data/vendor/local/include/freetype2/freetype/fttypes.h +588 -0
  113. data/vendor/local/include/freetype2/freetype/ftwinfnt.h +274 -0
  114. data/vendor/local/include/freetype2/freetype/ftxf86.h +83 -0
  115. data/vendor/local/include/freetype2/freetype/t1tables.h +504 -0
  116. data/vendor/local/include/freetype2/freetype/ttnameid.h +1247 -0
  117. data/vendor/local/include/freetype2/freetype/tttables.h +759 -0
  118. data/vendor/local/include/freetype2/freetype/tttags.h +107 -0
  119. data/vendor/local/include/freetype2/freetype/ttunpat.h +59 -0
  120. data/vendor/local/include/ft2build.h +61 -0
  121. data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +2 -2
  122. data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
  123. data/vendor/local/include/pixman-1/pixman-version.h +50 -0
  124. data/vendor/local/include/pixman-1/pixman.h +936 -0
  125. data/vendor/local/include/zconf.h +461 -0
  126. data/vendor/local/include/zlib.h +1589 -0
  127. data/vendor/local/lib/atk-1.0.def +238 -0
  128. data/vendor/local/lib/atk-1.0.lib +0 -0
  129. data/vendor/local/lib/cairo.lib +0 -0
  130. data/vendor/local/lib/expat.lib +0 -0
  131. data/vendor/local/lib/fontconfig.def +195 -0
  132. data/vendor/local/lib/fontconfig.lib +0 -0
  133. data/vendor/local/lib/freetype.def +186 -0
  134. data/vendor/local/lib/freetype.lib +0 -0
  135. data/vendor/local/lib/gailutil.lib +0 -0
  136. data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
  137. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
  138. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
  139. data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
  140. data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
  141. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  142. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  143. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  144. data/vendor/local/lib/libcairo.dll.a +0 -0
  145. data/vendor/local/lib/libexpat.def +73 -0
  146. data/vendor/local/lib/libexpat.dll.a +0 -0
  147. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  148. data/vendor/local/lib/libfreetype.dll.a +0 -0
  149. data/vendor/local/lib/libgailutil.dll.a +0 -0
  150. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  151. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  152. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  153. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  154. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  155. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  156. data/vendor/local/lib/libpixman-1.a +0 -0
  157. data/vendor/local/lib/libz.dll.a +0 -0
  158. data/vendor/local/lib/pango-1.0.lib +0 -0
  159. data/vendor/local/lib/pangocairo-1.0.lib +0 -0
  160. data/vendor/local/lib/pangoft2-1.0.lib +0 -0
  161. data/vendor/local/lib/pangowin32-1.0.lib +0 -0
  162. data/vendor/local/lib/pkgconfig/atk.pc +11 -0
  163. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  164. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  165. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  166. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  167. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  168. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  169. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  170. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  171. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  172. data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
  173. data/vendor/local/lib/pkgconfig/fontconfig.pc +11 -0
  174. data/vendor/local/lib/pkgconfig/freetype2.pc +12 -0
  175. data/vendor/local/lib/pkgconfig/gail.pc +1 -1
  176. data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
  177. data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
  178. data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
  179. data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
  180. data/vendor/local/lib/pkgconfig/pango.pc +2 -2
  181. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  182. data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
  183. data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
  184. data/vendor/local/lib/pkgconfig/pixman-1.pc +11 -0
  185. data/vendor/local/lib/zdll.lib +0 -0
  186. data/vendor/local/lib/zlib.def +67 -0
  187. data/vendor/local/man/man1/xmlwf.1 +251 -0
  188. data/vendor/local/manifest/atk-dev_1.32.0-1_win32.mft +37 -0
  189. data/vendor/local/manifest/atk_1.32.0-1_win32.mft +95 -0
  190. data/vendor/local/manifest/{cairo-dev_1.10.0-1_win32.mft → cairo-dev_1.10.0-2_win32.mft} +6 -4
  191. data/vendor/local/manifest/cairo_1.10.0-2_win32.mft +7 -0
  192. data/vendor/local/manifest/expat-dev_2.0.1-1_win32.mft +10 -0
  193. data/vendor/local/manifest/expat_2.0.1-1_win32.mft +2 -0
  194. data/vendor/local/manifest/fontconfig-dev_2.8.0-2_win32.mft +387 -0
  195. data/vendor/local/manifest/fontconfig_2.8.0-2_win32.mft +3 -0
  196. data/vendor/local/manifest/freetype-dev_2.4.2-1_win32.mft +56 -0
  197. data/vendor/local/manifest/freetype_2.4.2-1_win32.mft +2 -0
  198. data/vendor/local/manifest/gtk+-bundle_2.22.0-20101016_win32.mft +2910 -0
  199. data/vendor/local/manifest/{pango-dev_1.28.1-2_win32.mft → pango-dev_1.28.3-1_win32.mft} +5 -5
  200. data/vendor/local/manifest/{pango_1.28.1-2_win32.mft → pango_1.28.3-1_win32.mft} +2 -2
  201. data/vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft +8 -0
  202. data/vendor/local/manifest/zlib_1.2.5-2_win32.mft +2 -0
  203. data/vendor/local/share/aclocal/freetype2.m4 +194 -0
  204. data/vendor/local/share/aclocal/pkg.m4 +155 -0
  205. data/vendor/local/share/doc/cairo_1.10.0-2_win32/COPYING +33 -0
  206. data/vendor/local/share/doc/cairo_1.10.0-2_win32/COPYING-LGPL-2.1 +510 -0
  207. data/vendor/local/share/doc/cairo_1.10.0-2_win32/COPYING-MPL-1.1 +470 -0
  208. data/vendor/local/share/doc/fontconfig/fontconfig-devel.pdf +42484 -4
  209. data/vendor/local/share/doc/fontconfig/fontconfig-devel.txt +5046 -0
  210. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiccreate.html +224 -0
  211. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdeletenew.html +216 -0
  212. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdestroy.html +210 -0
  213. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiclock.html +223 -0
  214. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicnewfile.html +222 -0
  215. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicorigfile.html +221 -0
  216. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicreplaceorig.html +223 -0
  217. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicunlock.html +216 -0
  218. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksadd.html +222 -0
  219. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblankscreate.html +216 -0
  220. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksdestroy.html +216 -0
  221. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksismember.html +211 -0
  222. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachecopyset.html +228 -0
  223. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachedir.html +221 -0
  224. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumfont.html +211 -0
  225. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumsubdir.html +221 -0
  226. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachesubdir.html +244 -0
  227. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetaddchar.html +226 -0
  228. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcopy.html +227 -0
  229. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcount.html +221 -0
  230. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcoverage.html +249 -0
  231. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcreate.html +220 -0
  232. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetdestroy.html +226 -0
  233. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetequal.html +232 -0
  234. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetfirstpage.html +238 -0
  235. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsethaschar.html +231 -0
  236. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersect.html +232 -0
  237. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersectcount.html +231 -0
  238. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetissubset.html +231 -0
  239. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetmerge.html +261 -0
  240. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnew.html +208 -0
  241. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnextpage.html +243 -0
  242. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtract.html +231 -0
  243. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtractcount.html +231 -0
  244. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetunion.html +231 -0
  245. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontadddir.html +229 -0
  246. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontaddfile.html +228 -0
  247. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontclear.html +222 -0
  248. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigbuildfonts.html +224 -0
  249. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigcreate.html +216 -0
  250. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigdestroy.html +219 -0
  251. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigenablehome.html +230 -0
  252. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigfilename.html +237 -0
  253. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetblanks.html +225 -0
  254. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcache.html +217 -0
  255. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcachedirs.html +227 -0
  256. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigdirs.html +228 -0
  257. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigfiles.html +227 -0
  258. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcurrent.html +216 -0
  259. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfontdirs.html +229 -0
  260. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfonts.html +234 -0
  261. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetrescaninterval.html +230 -0
  262. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfighome.html +221 -0
  263. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigparseandload.html +220 -0
  264. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigreference.html +231 -0
  265. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetcurrent.html +222 -0
  266. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetrescaninterval.html +229 -0
  267. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitute.html +233 -0
  268. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitutewithpat.html +251 -0
  269. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiguptodate.html +228 -0
  270. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdefaultsubstitute.html +234 -0
  271. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheload.html +239 -0
  272. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheloadfile.html +233 -0
  273. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheread.html +239 -0
  274. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunlink.html +239 -0
  275. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunload.html +211 -0
  276. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircachevalid.html +222 -0
  277. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirsave.html +245 -0
  278. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirscan.html +266 -0
  279. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfileisdir.html +222 -0
  280. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfilescan.html +276 -0
  281. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfini.html +219 -0
  282. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontlist.html +244 -0
  283. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontmatch.html +262 -0
  284. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontrenderprepare.html +259 -0
  285. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetadd.html +223 -0
  286. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetcreate.html +216 -0
  287. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetdestroy.html +217 -0
  288. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetlist.html +261 -0
  289. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetmatch.html +273 -0
  290. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetprint.html +224 -0
  291. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsort.html +303 -0
  292. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsortdestroy.html +222 -0
  293. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsort.html +289 -0
  294. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharindex.html +226 -0
  295. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharset.html +225 -0
  296. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharsetandspacing.html +241 -0
  297. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequery.html +233 -0
  298. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequeryface.html +222 -0
  299. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetlangs.html +216 -0
  300. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetversion.html +216 -0
  301. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinit.html +219 -0
  302. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitbringuptodate.html +208 -0
  303. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfig.html +217 -0
  304. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfigandfonts.html +217 -0
  305. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitreinitialize.html +219 -0
  306. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcislower.html +222 -0
  307. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcisupper.html +222 -0
  308. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclanggetcharset.html +205 -0
  309. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetadd.html +239 -0
  310. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcompare.html +239 -0
  311. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcontains.html +259 -0
  312. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcopy.html +225 -0
  313. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcreate.html +219 -0
  314. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetdestroy.html +220 -0
  315. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetequal.html +232 -0
  316. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetgetlangs.html +221 -0
  317. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethash.html +233 -0
  318. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethaslang.html +255 -0
  319. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixcopy.html +225 -0
  320. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixequal.html +236 -0
  321. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixinit.html +225 -0
  322. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixmultiply.html +246 -0
  323. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixrotate.html +261 -0
  324. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixscale.html +261 -0
  325. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixshear.html +250 -0
  326. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameconstant.html +221 -0
  327. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetconstant.html +221 -0
  328. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetobjecttype.html +210 -0
  329. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameparse.html +221 -0
  330. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterconstants.html +228 -0
  331. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterobjecttypes.html +228 -0
  332. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunparse.html +218 -0
  333. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterconstants.html +228 -0
  334. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterobjecttypes.html +226 -0
  335. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetadd.html +222 -0
  336. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetbuild.html +262 -0
  337. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetcreate.html +216 -0
  338. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetdestroy.html +216 -0
  339. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd-type.html +404 -0
  340. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd.html +240 -0
  341. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternaddweak.html +242 -0
  342. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternbuild.html +313 -0
  343. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterncreate.html +216 -0
  344. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndel.html +222 -0
  345. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndestroy.html +217 -0
  346. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternduplicate.html +223 -0
  347. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequal.html +231 -0
  348. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequalsubset.html +242 -0
  349. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternfilter.html +244 -0
  350. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternformat.html +602 -0
  351. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget-type.html +435 -0
  352. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget.html +249 -0
  353. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternhash.html +217 -0
  354. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternprint.html +218 -0
  355. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternreference.html +222 -0
  356. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternremove.html +227 -0
  357. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrbasename.html +212 -0
  358. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmp.html +232 -0
  359. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmpignorecase.html +233 -0
  360. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopy.html +226 -0
  361. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopyfilename.html +234 -0
  362. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdirname.html +223 -0
  363. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdowncase.html +222 -0
  364. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrfree.html +217 -0
  365. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistcreate.html +221 -0
  366. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistdone.html +210 -0
  367. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistnext.html +221 -0
  368. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrplus.html +233 -0
  369. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetadd.html +231 -0
  370. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetaddfilename.html +233 -0
  371. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetcreate.html +216 -0
  372. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdel.html +237 -0
  373. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdestroy.html +221 -0
  374. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetequal.html +233 -0
  375. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetmember.html +232 -0
  376. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstr.html +244 -0
  377. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstrignorecase.html +244 -0
  378. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fctolower.html +222 -0
  379. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcucs4toutf8.html +233 -0
  380. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16len.html +278 -0
  381. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16toucs4.html +265 -0
  382. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8len.html +261 -0
  383. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8toucs4.html +249 -0
  384. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluedestroy.html +222 -0
  385. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueequal.html +212 -0
  386. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueprint.html +223 -0
  387. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluesave.html +227 -0
  388. data/vendor/local/share/doc/fontconfig/fontconfig-devel/ln12.html +128 -0
  389. data/vendor/local/share/doc/fontconfig/fontconfig-devel/t1.html +133 -0
  390. data/vendor/local/share/doc/fontconfig/fontconfig-devel/x102.html +1463 -0
  391. data/vendor/local/share/doc/fontconfig/fontconfig-devel/x19.html +264 -0
  392. data/vendor/local/share/doc/fontconfig/fontconfig-devel/x31.html +590 -0
  393. data/vendor/local/share/doc/fontconfig/fontconfig-user.html +1352 -0
  394. data/vendor/local/share/doc/fontconfig/fontconfig-user.pdf +0 -0
  395. data/vendor/local/share/doc/fontconfig/fontconfig-user.txt +644 -0
  396. data/vendor/local/share/doc/gtk+-bundle_2.22.0-20101016_win32/components.lst +28 -0
  397. data/vendor/local/share/doc/{pango-1.28.1 → pango-1.28.3}/COPYING +0 -0
  398. data/vendor/local/share/doc/{pango-dev-1.28.1 → pango-dev-1.28.3}/COPYING +0 -0
  399. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +44 -50
  400. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +45 -51
  401. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +44 -61
  402. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +89 -101
  403. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +173 -171
  404. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -27
  405. data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -24
  406. data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -24
  407. data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -24
  408. data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +3 -24
  409. data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +5 -26
  410. data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -24
  411. data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +5 -26
  412. data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -26
  413. data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -24
  414. data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +3 -24
  415. data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +3 -24
  416. data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -24
  417. data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +6 -27
  418. data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +22 -43
  419. data/vendor/local/share/gtk-doc/html/pango/index-all.html +70 -91
  420. data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -24
  421. data/vendor/local/share/gtk-doc/html/pango/index.html +5 -26
  422. data/vendor/local/share/gtk-doc/html/pango/index.sgml +31 -30
  423. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +6 -27
  424. data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +20 -39
  425. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +73 -88
  426. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +405 -320
  427. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +85 -97
  428. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +69 -84
  429. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +695 -645
  430. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +225 -228
  431. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +523 -494
  432. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +819 -742
  433. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +203 -204
  434. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +58 -75
  435. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +422 -405
  436. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +144 -142
  437. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +120 -130
  438. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +618 -576
  439. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +397 -384
  440. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +44 -58
  441. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +73 -84
  442. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +220 -217
  443. data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +303 -302
  444. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +293 -292
  445. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +5 -26
  446. data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +1009 -0
  447. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +7 -28
  448. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +68 -68
  449. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +72 -72
  450. data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -24
  451. data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -24
  452. data/vendor/local/share/gtk-doc/html/pango/style.css +21 -13
  453. data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -24
  454. data/vendor/local/share/locale/af/LC_MESSAGES/atk10.mo +0 -0
  455. data/vendor/local/share/locale/am/LC_MESSAGES/atk10.mo +0 -0
  456. data/vendor/local/share/locale/ar/LC_MESSAGES/atk10.mo +0 -0
  457. data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
  458. data/vendor/local/share/locale/ast/LC_MESSAGES/atk10.mo +0 -0
  459. data/vendor/local/share/locale/az/LC_MESSAGES/atk10.mo +0 -0
  460. data/vendor/local/share/locale/be/LC_MESSAGES/atk10.mo +0 -0
  461. data/vendor/local/share/locale/be@latin/LC_MESSAGES/atk10.mo +0 -0
  462. data/vendor/local/share/locale/bg/LC_MESSAGES/atk10.mo +0 -0
  463. data/vendor/local/share/locale/bn/LC_MESSAGES/atk10.mo +0 -0
  464. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/atk10.mo +0 -0
  465. data/vendor/local/share/locale/bs/LC_MESSAGES/atk10.mo +0 -0
  466. data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
  467. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
  468. data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
  469. data/vendor/local/share/locale/cy/LC_MESSAGES/atk10.mo +0 -0
  470. data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
  471. data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
  472. data/vendor/local/share/locale/dz/LC_MESSAGES/atk10.mo +0 -0
  473. data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
  474. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/atk10.mo +0 -0
  475. data/vendor/local/share/locale/en_CA/LC_MESSAGES/atk10.mo +0 -0
  476. data/vendor/local/share/locale/en_GB/LC_MESSAGES/atk10.mo +0 -0
  477. data/vendor/local/share/locale/eo/LC_MESSAGES/atk10.mo +0 -0
  478. data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
  479. data/vendor/local/share/locale/et/LC_MESSAGES/atk10.mo +0 -0
  480. data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
  481. data/vendor/local/share/locale/fa/LC_MESSAGES/atk10.mo +0 -0
  482. data/vendor/local/share/locale/fi/LC_MESSAGES/atk10.mo +0 -0
  483. data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
  484. data/vendor/local/share/locale/ga/LC_MESSAGES/atk10.mo +0 -0
  485. data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
  486. data/vendor/local/share/locale/gu/LC_MESSAGES/atk10.mo +0 -0
  487. data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
  488. data/vendor/local/share/locale/hi/LC_MESSAGES/atk10.mo +0 -0
  489. data/vendor/local/share/locale/hr/LC_MESSAGES/atk10.mo +0 -0
  490. data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
  491. data/vendor/local/share/locale/hy/LC_MESSAGES/atk10.mo +0 -0
  492. data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
  493. data/vendor/local/share/locale/is/LC_MESSAGES/atk10.mo +0 -0
  494. data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
  495. data/vendor/local/share/locale/ja/LC_MESSAGES/atk10.mo +0 -0
  496. data/vendor/local/share/locale/ka/LC_MESSAGES/atk10.mo +0 -0
  497. data/vendor/local/share/locale/kk/LC_MESSAGES/atk10.mo +0 -0
  498. data/vendor/local/share/locale/kn/LC_MESSAGES/atk10.mo +0 -0
  499. data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
  500. data/vendor/local/share/locale/ku/LC_MESSAGES/atk10.mo +0 -0
  501. data/vendor/local/share/locale/li/LC_MESSAGES/atk10.mo +0 -0
  502. data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
  503. data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
  504. data/vendor/local/share/locale/mai/LC_MESSAGES/atk10.mo +0 -0
  505. data/vendor/local/share/locale/mk/LC_MESSAGES/atk10.mo +0 -0
  506. data/vendor/local/share/locale/ml/LC_MESSAGES/atk10.mo +0 -0
  507. data/vendor/local/share/locale/mn/LC_MESSAGES/atk10.mo +0 -0
  508. data/vendor/local/share/locale/mr/LC_MESSAGES/atk10.mo +0 -0
  509. data/vendor/local/share/locale/ms/LC_MESSAGES/atk10.mo +0 -0
  510. data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
  511. data/vendor/local/share/locale/ne/LC_MESSAGES/atk10.mo +0 -0
  512. data/vendor/local/share/locale/nl/LC_MESSAGES/atk10.mo +0 -0
  513. data/vendor/local/share/locale/nn/LC_MESSAGES/atk10.mo +0 -0
  514. data/vendor/local/share/locale/oc/LC_MESSAGES/atk10.mo +0 -0
  515. data/vendor/local/share/locale/or/LC_MESSAGES/atk10.mo +0 -0
  516. data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
  517. data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
  518. data/vendor/local/share/locale/ps/LC_MESSAGES/atk10.mo +0 -0
  519. data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
  520. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
  521. data/vendor/local/share/locale/ro/LC_MESSAGES/atk10.mo +0 -0
  522. data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
  523. data/vendor/local/share/locale/rw/LC_MESSAGES/atk10.mo +0 -0
  524. data/vendor/local/share/locale/si/LC_MESSAGES/atk10.mo +0 -0
  525. data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
  526. data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
  527. data/vendor/local/share/locale/sq/LC_MESSAGES/atk10.mo +0 -0
  528. data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
  529. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/atk10.mo +0 -0
  530. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
  531. data/vendor/local/share/locale/sv/LC_MESSAGES/atk10.mo +0 -0
  532. data/vendor/local/share/locale/ta/LC_MESSAGES/atk10.mo +0 -0
  533. data/vendor/local/share/locale/te/LC_MESSAGES/atk10.mo +0 -0
  534. data/vendor/local/share/locale/th/LC_MESSAGES/atk10.mo +0 -0
  535. data/vendor/local/share/locale/tk/LC_MESSAGES/atk10.mo +0 -0
  536. data/vendor/local/share/locale/tr/LC_MESSAGES/atk10.mo +0 -0
  537. data/vendor/local/share/locale/tt/LC_MESSAGES/atk10.mo +0 -0
  538. data/vendor/local/share/locale/ug/LC_MESSAGES/atk10.mo +0 -0
  539. data/vendor/local/share/locale/uk/LC_MESSAGES/atk10.mo +0 -0
  540. data/vendor/local/share/locale/vi/LC_MESSAGES/atk10.mo +0 -0
  541. data/vendor/local/share/locale/wa/LC_MESSAGES/atk10.mo +0 -0
  542. data/vendor/local/share/locale/xh/LC_MESSAGES/atk10.mo +0 -0
  543. data/vendor/local/share/locale/yi/LC_MESSAGES/atk10.mo +0 -0
  544. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
  545. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
  546. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
  547. data/vendor/local/share/man/man1/fc-cache.1 +70 -0
  548. data/vendor/local/share/man/man1/fc-cat.1 +44 -0
  549. data/vendor/local/share/man/man1/fc-list.1 +72 -0
  550. data/vendor/local/share/man/man1/fc-match.1 +73 -0
  551. data/vendor/local/share/man/man1/fc-query.1 +57 -0
  552. data/vendor/local/share/man/man1/fc-scan.1 +52 -0
  553. data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
  554. data/vendor/local/share/man/man1/pango-view.1 +1 -1
  555. data/vendor/local/share/man/man3/FcAtomicCreate.3 +19 -0
  556. data/vendor/local/share/man/man3/FcAtomicDeleteNew.3 +16 -0
  557. data/vendor/local/share/man/man3/FcAtomicDestroy.3 +16 -0
  558. data/vendor/local/share/man/man3/FcAtomicLock.3 +18 -0
  559. data/vendor/local/share/man/man3/FcAtomicNewFile.3 +17 -0
  560. data/vendor/local/share/man/man3/FcAtomicOrigFile.3 +16 -0
  561. data/vendor/local/share/man/man3/FcAtomicReplaceOrig.3 +18 -0
  562. data/vendor/local/share/man/man3/FcAtomicUnlock.3 +16 -0
  563. data/vendor/local/share/man/man3/FcBlanksAdd.3 +18 -0
  564. data/vendor/local/share/man/man3/FcBlanksCreate.3 +16 -0
  565. data/vendor/local/share/man/man3/FcBlanksDestroy.3 +16 -0
  566. data/vendor/local/share/man/man3/FcBlanksIsMember.3 +18 -0
  567. data/vendor/local/share/man/man3/FcCacheCopySet.3 +18 -0
  568. data/vendor/local/share/man/man3/FcCacheDir.3 +16 -0
  569. data/vendor/local/share/man/man3/FcCacheNumFont.3 +17 -0
  570. data/vendor/local/share/man/man3/FcCacheNumSubdir.3 +16 -0
  571. data/vendor/local/share/man/man3/FcCacheSubdir.3 +20 -0
  572. data/vendor/local/share/man/man3/FcCharSetAddChar.3 +19 -0
  573. data/vendor/local/share/man/man3/FcCharSetCopy.3 +17 -0
  574. data/vendor/local/share/man/man3/FcCharSetCount.3 +16 -0
  575. data/vendor/local/share/man/man3/FcCharSetCoverage.3 +23 -0
  576. data/vendor/local/share/man/man3/FcCharSetCreate.3 +17 -0
  577. data/vendor/local/share/man/man3/FcCharSetDestroy.3 +18 -0
  578. data/vendor/local/share/man/man3/FcCharSetEqual.3 +18 -0
  579. data/vendor/local/share/man/man3/FcCharSetFirstPage.3 +20 -0
  580. data/vendor/local/share/man/man3/FcCharSetHasChar.3 +17 -0
  581. data/vendor/local/share/man/man3/FcCharSetIntersect.3 +18 -0
  582. data/vendor/local/share/man/man3/FcCharSetIntersectCount.3 +17 -0
  583. data/vendor/local/share/man/man3/FcCharSetIsSubset.3 +17 -0
  584. data/vendor/local/share/man/man3/FcCharSetMerge.3 +23 -0
  585. data/vendor/local/share/man/man3/FcCharSetNew.3 +16 -0
  586. data/vendor/local/share/man/man3/FcCharSetNextPage.3 +20 -0
  587. data/vendor/local/share/man/man3/FcCharSetSubtract.3 +17 -0
  588. data/vendor/local/share/man/man3/FcCharSetSubtractCount.3 +17 -0
  589. data/vendor/local/share/man/man3/FcCharSetUnion.3 +17 -0
  590. data/vendor/local/share/man/man3/FcConfigAppFontAddDir.3 +20 -0
  591. data/vendor/local/share/man/man3/FcConfigAppFontAddFile.3 +19 -0
  592. data/vendor/local/share/man/man3/FcConfigAppFontClear.3 +17 -0
  593. data/vendor/local/share/man/man3/FcConfigBuildFonts.3 +19 -0
  594. data/vendor/local/share/man/man3/FcConfigCreate.3 +16 -0
  595. data/vendor/local/share/man/man3/FcConfigDestroy.3 +19 -0
  596. data/vendor/local/share/man/man3/FcConfigEnableHome.3 +20 -0
  597. data/vendor/local/share/man/man3/FcConfigFilename.3 +26 -0
  598. data/vendor/local/share/man/man3/FcConfigGetBlanks.3 +20 -0
  599. data/vendor/local/share/man/man3/FcConfigGetCache.3 +17 -0
  600. data/vendor/local/share/man/man3/FcConfigGetCacheDirs.3 +19 -0
  601. data/vendor/local/share/man/man3/FcConfigGetConfigDirs.3 +18 -0
  602. data/vendor/local/share/man/man3/FcConfigGetConfigFiles.3 +17 -0
  603. data/vendor/local/share/man/man3/FcConfigGetCurrent.3 +16 -0
  604. data/vendor/local/share/man/man3/FcConfigGetFontDirs.3 +19 -0
  605. data/vendor/local/share/man/man3/FcConfigGetFonts.3 +20 -0
  606. data/vendor/local/share/man/man3/FcConfigGetRescanInterval.3 +20 -0
  607. data/vendor/local/share/man/man3/FcConfigHome.3 +18 -0
  608. data/vendor/local/share/man/man3/FcConfigParseAndLoad.3 +23 -0
  609. data/vendor/local/share/man/man3/FcConfigReference.3 +21 -0
  610. data/vendor/local/share/man/man3/FcConfigSetCurrent.3 +17 -0
  611. data/vendor/local/share/man/man3/FcConfigSetRescanInterval.3 +20 -0
  612. data/vendor/local/share/man/man3/FcConfigSubstitute.3 +20 -0
  613. data/vendor/local/share/man/man3/FcConfigSubstituteWithPat.3 +24 -0
  614. data/vendor/local/share/man/man3/FcConfigUptoDate.3 +18 -0
  615. data/vendor/local/share/man/man3/FcDefaultSubstitute.3 +27 -0
  616. data/vendor/local/share/man/man3/FcDirCacheLoad.3 +21 -0
  617. data/vendor/local/share/man/man3/FcDirCacheLoadFile.3 +19 -0
  618. data/vendor/local/share/man/man3/FcDirCacheRead.3 +21 -0
  619. data/vendor/local/share/man/man3/FcDirCacheUnlink.3 +20 -0
  620. data/vendor/local/share/man/man3/FcDirCacheUnload.3 +17 -0
  621. data/vendor/local/share/man/man3/FcDirCacheValid.3 +17 -0
  622. data/vendor/local/share/man/man3/FcDirSave.3 +22 -0
  623. data/vendor/local/share/man/man3/FcDirScan.3 +26 -0
  624. data/vendor/local/share/man/man3/FcFileIsDir.3 +17 -0
  625. data/vendor/local/share/man/man3/FcFileScan.3 +31 -0
  626. data/vendor/local/share/man/man3/FcFini.3 +19 -0
  627. data/vendor/local/share/man/man3/FcFontList.3 +21 -0
  628. data/vendor/local/share/man/man3/FcFontMatch.3 +25 -0
  629. data/vendor/local/share/man/man3/FcFontRenderPrepare.3 +21 -0
  630. data/vendor/local/share/man/man3/FcFontSetAdd.3 +19 -0
  631. data/vendor/local/share/man/man3/FcFontSetCreate.3 +16 -0
  632. data/vendor/local/share/man/man3/FcFontSetDestroy.3 +17 -0
  633. data/vendor/local/share/man/man3/FcFontSetList.3 +25 -0
  634. data/vendor/local/share/man/man3/FcFontSetMatch.3 +28 -0
  635. data/vendor/local/share/man/man3/FcFontSetPrint.3 +19 -0
  636. data/vendor/local/share/man/man3/FcFontSetSort.3 +39 -0
  637. data/vendor/local/share/man/man3/FcFontSetSortDestroy.3 +19 -0
  638. data/vendor/local/share/man/man3/FcFontSort.3 +33 -0
  639. data/vendor/local/share/man/man3/FcFreeTypeCharIndex.3 +22 -0
  640. data/vendor/local/share/man/man3/FcFreeTypeCharSet.3 +21 -0
  641. data/vendor/local/share/man/man3/FcFreeTypeCharSetAndSpacing.3 +28 -0
  642. data/vendor/local/share/man/man3/FcFreeTypeQuery.3 +21 -0
  643. data/vendor/local/share/man/man3/FcFreeTypeQueryFace.3 +21 -0
  644. data/vendor/local/share/man/man3/FcGetLangs.3 +16 -0
  645. data/vendor/local/share/man/man3/FcGetVersion.3 +16 -0
  646. data/vendor/local/share/man/man3/FcInit.3 +19 -0
  647. data/vendor/local/share/man/man3/FcInitBringUptoDate.3 +19 -0
  648. data/vendor/local/share/man/man3/FcInitLoadConfig.3 +17 -0
  649. data/vendor/local/share/man/man3/FcInitLoadConfigAndFonts.3 +17 -0
  650. data/vendor/local/share/man/man3/FcInitReinitialize.3 +19 -0
  651. data/vendor/local/share/man/man3/FcIsLower.3 +17 -0
  652. data/vendor/local/share/man/man3/FcIsUpper.3 +17 -0
  653. data/vendor/local/share/man/man3/FcLangGetCharSet.3 +16 -0
  654. data/vendor/local/share/man/man3/FcLangSetAdd.3 +20 -0
  655. data/vendor/local/share/man/man3/FcLangSetCompare.3 +22 -0
  656. data/vendor/local/share/man/man3/FcLangSetContains.3 +22 -0
  657. data/vendor/local/share/man/man3/FcLangSetCopy.3 +17 -0
  658. data/vendor/local/share/man/man3/FcLangSetCreate.3 +16 -0
  659. data/vendor/local/share/man/man3/FcLangSetDestroy.3 +17 -0
  660. data/vendor/local/share/man/man3/FcLangSetEqual.3 +18 -0
  661. data/vendor/local/share/man/man3/FcLangSetGetLangs.3 +16 -0
  662. data/vendor/local/share/man/man3/FcLangSetHasLang.3 +23 -0
  663. data/vendor/local/share/man/man3/FcLangSetHash.3 +20 -0
  664. data/vendor/local/share/man/man3/FcMatrixCopy.3 +17 -0
  665. data/vendor/local/share/man/man3/FcMatrixEqual.3 +19 -0
  666. data/vendor/local/share/man/man3/FcMatrixInit.3 +17 -0
  667. data/vendor/local/share/man/man3/FcMatrixMultiply.3 +20 -0
  668. data/vendor/local/share/man/man3/FcMatrixRotate.3 +27 -0
  669. data/vendor/local/share/man/man3/FcMatrixScale.3 +27 -0
  670. data/vendor/local/share/man/man3/FcMatrixShear.3 +27 -0
  671. data/vendor/local/share/man/man3/FcNameConstant.3 +18 -0
  672. data/vendor/local/share/man/man3/FcNameGetConstant.3 +16 -0
  673. data/vendor/local/share/man/man3/FcNameGetObjectType.3 +16 -0
  674. data/vendor/local/share/man/man3/FcNameParse.3 +16 -0
  675. data/vendor/local/share/man/man3/FcNameRegisterConstants.3 +19 -0
  676. data/vendor/local/share/man/man3/FcNameRegisterObjectTypes.3 +19 -0
  677. data/vendor/local/share/man/man3/FcNameUnparse.3 +18 -0
  678. data/vendor/local/share/man/man3/FcNameUnregisterConstants.3 +19 -0
  679. data/vendor/local/share/man/man3/FcNameUnregisterObjectTypes.3 +17 -0
  680. data/vendor/local/share/man/man3/FcObjectSetAdd.3 +18 -0
  681. data/vendor/local/share/man/man3/FcObjectSetBuild.3 +26 -0
  682. data/vendor/local/share/man/man3/FcObjectSetCreate.3 +16 -0
  683. data/vendor/local/share/man/man3/FcObjectSetDestroy.3 +16 -0
  684. data/vendor/local/share/man/man3/FcPatternAdd-Type.3 +49 -0
  685. data/vendor/local/share/man/man3/FcPatternAdd.3 +23 -0
  686. data/vendor/local/share/man/man3/FcPatternAddWeak.3 +20 -0
  687. data/vendor/local/share/man/man3/FcPatternBuild.3 +50 -0
  688. data/vendor/local/share/man/man3/FcPatternCreate.3 +16 -0
  689. data/vendor/local/share/man/man3/FcPatternDel.3 +18 -0
  690. data/vendor/local/share/man/man3/FcPatternDestroy.3 +17 -0
  691. data/vendor/local/share/man/man3/FcPatternDuplicate.3 +18 -0
  692. data/vendor/local/share/man/man3/FcPatternEqual.3 +17 -0
  693. data/vendor/local/share/man/man3/FcPatternEqualSubset.3 +19 -0
  694. data/vendor/local/share/man/man3/FcPatternFilter.3 +20 -0
  695. data/vendor/local/share/man/man3/FcPatternFormat.3 +205 -0
  696. data/vendor/local/share/man/man3/FcPatternGet-Type.3 +56 -0
  697. data/vendor/local/share/man/man3/FcPatternGet.3 +22 -0
  698. data/vendor/local/share/man/man3/FcPatternHash.3 +17 -0
  699. data/vendor/local/share/man/man3/FcPatternPrint.3 +18 -0
  700. data/vendor/local/share/man/man3/FcPatternReference.3 +17 -0
  701. data/vendor/local/share/man/man3/FcPatternRemove.3 +19 -0
  702. data/vendor/local/share/man/man3/FcStrBasename.3 +18 -0
  703. data/vendor/local/share/man/man3/FcStrCmp.3 +18 -0
  704. data/vendor/local/share/man/man3/FcStrCmpIgnoreCase.3 +19 -0
  705. data/vendor/local/share/man/man3/FcStrCopy.3 +18 -0
  706. data/vendor/local/share/man/man3/FcStrCopyFilename.3 +23 -0
  707. data/vendor/local/share/man/man3/FcStrDirname.3 +18 -0
  708. data/vendor/local/share/man/man3/FcStrDowncase.3 +17 -0
  709. data/vendor/local/share/man/man3/FcStrFree.3 +17 -0
  710. data/vendor/local/share/man/man3/FcStrListCreate.3 +16 -0
  711. data/vendor/local/share/man/man3/FcStrListDone.3 +16 -0
  712. data/vendor/local/share/man/man3/FcStrListNext.3 +16 -0
  713. data/vendor/local/share/man/man3/FcStrPlus.3 +19 -0
  714. data/vendor/local/share/man/man3/FcStrSetAdd.3 +17 -0
  715. data/vendor/local/share/man/man3/FcStrSetAddFilename.3 +19 -0
  716. data/vendor/local/share/man/man3/FcStrSetCreate.3 +16 -0
  717. data/vendor/local/share/man/man3/FcStrSetDel.3 +18 -0
  718. data/vendor/local/share/man/man3/FcStrSetDestroy.3 +16 -0
  719. data/vendor/local/share/man/man3/FcStrSetEqual.3 +19 -0
  720. data/vendor/local/share/man/man3/FcStrSetMember.3 +18 -0
  721. data/vendor/local/share/man/man3/FcStrStr.3 +20 -0
  722. data/vendor/local/share/man/man3/FcStrStrIgnoreCase.3 +20 -0
  723. data/vendor/local/share/man/man3/FcToLower.3 +17 -0
  724. data/vendor/local/share/man/man3/FcUcs4ToUtf8.3 +19 -0
  725. data/vendor/local/share/man/man3/FcUtf16Len.3 +27 -0
  726. data/vendor/local/share/man/man3/FcUtf16ToUcs4.3 +23 -0
  727. data/vendor/local/share/man/man3/FcUtf8Len.3 +24 -0
  728. data/vendor/local/share/man/man3/FcUtf8ToUcs4.3 +21 -0
  729. data/vendor/local/share/man/man3/FcValueDestroy.3 +17 -0
  730. data/vendor/local/share/man/man3/FcValueEqual.3 +19 -0
  731. data/vendor/local/share/man/man3/FcValuePrint.3 +18 -0
  732. data/vendor/local/share/man/man3/FcValueSave.3 +17 -0
  733. data/vendor/local/share/man/man5/fonts-conf.5 +644 -0
  734. data/vendor/local/src/tml/packaging/atk_1.32.0-1_win32.log +730 -0
  735. data/vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh +53 -0
  736. data/vendor/local/src/tml/packaging/cairo_1.10.0-2_win32.log +1263 -0
  737. data/vendor/local/src/tml/packaging/cairo_1.10.0-2_win32.sh +84 -0
  738. data/vendor/local/src/tml/packaging/expat_2.0.1-1_win32.log +188 -0
  739. data/vendor/local/src/tml/packaging/expat_2.0.1-1_win32.sh +68 -0
  740. data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.log +999 -0
  741. data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.sh +79 -0
  742. data/vendor/local/src/tml/packaging/freetype_2.4.2-1_win32.log +364 -0
  743. data/vendor/local/src/tml/packaging/freetype_2.4.2-1_win32.sh +93 -0
  744. data/vendor/local/src/tml/packaging/{gtk+_2.22.0-1_win32.log → gtk+_2.22.0-2_win32.log} +1835 -1832
  745. data/vendor/local/src/tml/packaging/{gtk+_2.22.0-1_win32.sh → gtk+_2.22.0-2_win32.sh} +26 -1
  746. data/vendor/local/src/tml/packaging/{pango_1.28.1-2_win32.log → pango_1.28.3-1_win32.log} +293 -413
  747. data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.sh +56 -0
  748. data/vendor/local/src/tml/packaging/pixman_0.18.4-2_win32.log +291 -0
  749. data/vendor/local/src/tml/packaging/pixman_0.18.4-2_win32.sh +141 -0
  750. data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.log +215 -0
  751. data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.sh +278 -0
  752. data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log +42 -0
  753. data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.sh +189 -0
  754. metadata +647 -26
  755. data/vendor/local/manifest/cairo_1.10.0-1_win32.mft +0 -5
  756. data/vendor/local/manifest/gtk+-dev_2.22.0-1_win32.mft +0 -947
  757. data/vendor/local/manifest/gtk+_2.22.0-1_win32.mft +0 -225
  758. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +0 -1002
  759. data/vendor/local/src/tml/packaging/pango_1.28.1-2_win32.sh +0 -579
@@ -0,0 +1,313 @@
1
+ /* ATK - Accessibility Toolkit
2
+ * Copyright 2001 Sun Microsystems Inc.
3
+ *
4
+ * This library is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU Library General Public
6
+ * License as published by the Free Software Foundation; either
7
+ * version 2 of the License, or (at your option) any later version.
8
+ *
9
+ * This library is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
+ * Library General Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU Library General Public
15
+ * License along with this library; if not, write to the
16
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17
+ * Boston, MA 02111-1307, USA.
18
+ */
19
+
20
+ #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
21
+ #error "Only <atk/atk.h> can be included directly."
22
+ #endif
23
+
24
+ #ifndef __ATK_UTIL_H__
25
+ #define __ATK_UTIL_H__
26
+
27
+ #include <atk/atkobject.h>
28
+
29
+ G_BEGIN_DECLS
30
+
31
+ #define ATK_TYPE_UTIL (atk_util_get_type ())
32
+ #define ATK_IS_UTIL(obj) G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATK_TYPE_UTIL)
33
+ #define ATK_UTIL(obj) G_TYPE_CHECK_INSTANCE_CAST ((obj), ATK_TYPE_UTIL, AtkUtil)
34
+ #define ATK_UTIL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), ATK_TYPE_UTIL, AtkUtilClass))
35
+ #define ATK_IS_UTIL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), ATK_TYPE_UTIL))
36
+ #define ATK_UTIL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), ATK_TYPE_UTIL, AtkUtilClass))
37
+
38
+
39
+ #ifndef _TYPEDEF_ATK_UTIL_
40
+ #define _TYPEDEF_ATK_UTIL_
41
+ typedef struct _AtkUtil AtkUtil;
42
+ typedef struct _AtkUtilClass AtkUtilClass;
43
+ typedef struct _AtkKeyEventStruct AtkKeyEventStruct;
44
+ #endif
45
+
46
+ /**
47
+ * AtkEventListener:
48
+ * @obj: An #AtkObject instance for whom the callback will be called when
49
+ * the specified event (e.g. 'focus:') takes place.
50
+ *
51
+ * A function which is called when an object emits a matching event,
52
+ * as used in #atk_add_focus_tracker.
53
+ * Currently the only events for which object-specific handlers are
54
+ * supported are events of type "focus:". Most clients of ATK will prefer to
55
+ * attach signal handlers for the various ATK signals instead.
56
+ *
57
+ * @see: atk_add_focus_tracker.
58
+ **/
59
+ typedef void (*AtkEventListener) (AtkObject* obj);
60
+ /**
61
+ * AtkEventListenerInit:
62
+ *
63
+ * An #AtkEventListenerInit function is a special function that is
64
+ * called in order to initialize the per-object event registration system
65
+ * used by #AtkEventListener, if any preparation is required.
66
+ *
67
+ * @see: atk_focus_tracker_init.
68
+ **/
69
+ typedef void (*AtkEventListenerInit) (void);
70
+ /**
71
+ * AtkKeySnoopFunc:
72
+ * @event: an AtkKeyEventStruct containing information about the key event for which
73
+ * notification is being given.
74
+ * @func_data: a block of data which will be passed to the event listener, on notification.
75
+ *
76
+ * An #AtkKeySnoopFunc is a type of callback which is called whenever a key event occurs,
77
+ * if registered via atk_add_key_event_listener. It allows for pre-emptive
78
+ * interception of key events via the return code as described below.
79
+ *
80
+ * Returns: TRUE (nonzero) if the event emission should be stopped and the event
81
+ * discarded without being passed to the normal GUI recipient; FALSE (zero) if the
82
+ * event dispatch to the client application should proceed as normal.
83
+ *
84
+ * @see: atk_add_key_event_listener.
85
+ **/
86
+ typedef gint (*AtkKeySnoopFunc) (AtkKeyEventStruct *event,
87
+ gpointer func_data);
88
+
89
+ /**
90
+ * AtkKeyEventStruct:
91
+ * @type: An AtkKeyEventType, generally one of ATK_KEY_EVENT_PRESS or ATK_KEY_EVENT_RELEASE
92
+ * @state: A bitmask representing the state of the modifier keys immediately after the event takes place.
93
+ * The meaning of the bits is currently defined to match the bitmask used by GDK in
94
+ * GdkEventType.state, see
95
+ * http://developer.gnome.org/doc/API/2.0/gdk/gdk-Event-Structures.html#GdkEventKey
96
+ * @keyval: A guint representing a keysym value corresponding to those used by GDK and X11: see
97
+ * /usr/X11/include/keysymdef.h.
98
+ * @length: The length of member #string.
99
+ * @string: A string containing one of the following: either a string approximating the text that would
100
+ * result from this keypress, if the key is a control or graphic character, or a symbolic name for this keypress.
101
+ * Alphanumeric and printable keys will have the symbolic key name in this string member, for instance "A". "0",
102
+ * "semicolon", "aacute". Keypad keys have the prefix "KP".
103
+ * @keycode: The raw hardware code that generated the key event. This field is raraly useful.
104
+ * @timestamp: A timestamp in milliseconds indicating when the event occurred.
105
+ * These timestamps are relative to a starting point which should be considered arbitrary,
106
+ * and only used to compare the dispatch times of events to one another.
107
+ *
108
+ * Encapsulates information about a key event.
109
+ **/
110
+ struct _AtkKeyEventStruct {
111
+ gint type;
112
+ guint state;
113
+ guint keyval;
114
+ gint length;
115
+ gchar *string;
116
+ guint16 keycode;
117
+ guint32 timestamp;
118
+ };
119
+
120
+ /**
121
+ *AtkKeyEventType:
122
+ *@ATK_KEY_EVENT_PRESS: specifies a key press event
123
+ *@ATK_KEY_EVENT_RELEASE: specifies a key release event
124
+ *@ATK_KEY_EVENT_LAST_DEFINED: Not a valid value; specifies end of enumeration
125
+ *
126
+ *Specifies the type of a keyboard evemt.
127
+ **/
128
+ typedef enum
129
+ {
130
+ ATK_KEY_EVENT_PRESS,
131
+ ATK_KEY_EVENT_RELEASE,
132
+ ATK_KEY_EVENT_LAST_DEFINED
133
+ } AtkKeyEventType;
134
+
135
+ struct _AtkUtil
136
+ {
137
+ GObject parent;
138
+ };
139
+
140
+ struct _AtkUtilClass
141
+ {
142
+ GObjectClass parent;
143
+ guint (* add_global_event_listener) (GSignalEmissionHook listener,
144
+ const gchar *event_type);
145
+ void (* remove_global_event_listener) (guint listener_id);
146
+ guint (* add_key_event_listener) (AtkKeySnoopFunc listener,
147
+ gpointer data);
148
+ void (* remove_key_event_listener) (guint listener_id);
149
+ AtkObject* (* get_root) (void);
150
+ G_CONST_RETURN gchar* (* get_toolkit_name) (void);
151
+ G_CONST_RETURN gchar* (* get_toolkit_version) (void);
152
+ };
153
+ GType atk_util_get_type (void);
154
+
155
+ /**
156
+ *AtkCoordType:
157
+ *@ATK_XY_SCREEN: specifies xy coordinates relative to the screen
158
+ *@ATK_XY_WINDOW: specifies xy coordinates relative to the widget's
159
+ * top-level window
160
+ *
161
+ *Specifies how xy coordinates are to be interpreted. Used by functions such
162
+ *as atk_component_get_position() and atk_text_get_character_extents()
163
+ **/
164
+ typedef enum {
165
+ ATK_XY_SCREEN,
166
+ ATK_XY_WINDOW
167
+ }AtkCoordType;
168
+
169
+ /*
170
+ * Adds the specified function to the list of functions to be called
171
+ * when an object receives focus.
172
+ */
173
+ guint atk_add_focus_tracker (AtkEventListener focus_tracker);
174
+
175
+ /*
176
+ * Removes the specified focus tracker from the list of function
177
+ * to be called when any object receives focus
178
+ */
179
+ void atk_remove_focus_tracker (guint tracker_id);
180
+
181
+ /*
182
+ * atk_focus_tracker_init:
183
+ * @init: An #AtkEventListenerInit function to be called
184
+ * prior to any focus-tracking requests.
185
+ *
186
+ * Specifies the function to be called for focus tracker initialization.
187
+ * removal. This function should be called by an implementation of the
188
+ * ATK interface if any specific work needs to be done to enable
189
+ * focus tracking.
190
+ */
191
+ void atk_focus_tracker_init (AtkEventListenerInit init);
192
+
193
+ /*
194
+ * Cause the focus tracker functions which have been specified to be
195
+ * executed for the object.
196
+ */
197
+ void atk_focus_tracker_notify (AtkObject *object);
198
+
199
+ /*
200
+ * Adds the specified function to the list of functions to be called
201
+ * when an event of type event_type occurs.
202
+ */
203
+ guint atk_add_global_event_listener (GSignalEmissionHook listener,
204
+ const gchar *event_type);
205
+
206
+ /*
207
+ * Removes the specified event listener
208
+ */
209
+ void atk_remove_global_event_listener (guint listener_id);
210
+
211
+ /*
212
+ * Adds the specified function to the list of functions to be called
213
+ * when an keyboard event occurs.
214
+ */
215
+ guint atk_add_key_event_listener (AtkKeySnoopFunc listener, gpointer data);
216
+
217
+ /*
218
+ * Removes the specified event listener
219
+ */
220
+ void atk_remove_key_event_listener (guint listener_id);
221
+
222
+ /*
223
+ * Returns the root accessible container for the current application.
224
+ */
225
+ AtkObject* atk_get_root(void);
226
+
227
+ AtkObject* atk_get_focus_object (void);
228
+
229
+ /*
230
+ * Returns name string for the GUI toolkit.
231
+ */
232
+ G_CONST_RETURN gchar *atk_get_toolkit_name (void);
233
+
234
+ /*
235
+ * Returns version string for the GUI toolkit.
236
+ */
237
+ G_CONST_RETURN gchar *atk_get_toolkit_version (void);
238
+
239
+ /*
240
+ * Gets the current version of ATK
241
+ */
242
+ G_CONST_RETURN gchar *atk_get_version (void);
243
+
244
+ /* --- GType boilerplate --- */
245
+ /* convenience macros for atk type implementations, which for a type GtkGadgetAccessible will:
246
+ * - prototype: static void gtk_gadget_accessible_class_init (GtkGadgetClass *klass);
247
+ * - prototype: static void gtk_gadget_accessible_init (GtkGadget *self);
248
+ * - define: static gpointer gtk_gadget_accessible_parent_class = NULL;
249
+ * gtk_gadget_accessible_parent_class is initialized prior to calling gtk_gadget_class_init()
250
+ * - implement: GType gtk_gadget_accessible_get_type (void) { ... }
251
+ * - support custom code in gtk_gadget_accessible_get_type() after the type is registered.
252
+ *
253
+ * macro arguments: TypeName, type_name, TYPE_PARENT, CODE
254
+ * example: ATK_DEFINE_TYPE_WITH_CODE (GtkGadgetAccessible, gtk_gadget_accessible, GTK_TYPE_GADGET,
255
+ * G_IMPLEMENT_INTERFACE (ATK_TYPE_TABLE, gtk_gadget_accessible_table_iface_init))
256
+ */
257
+
258
+ #define ATK_DEFINE_TYPE(TN, t_n, T_P) ATK_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
259
+ #define ATK_DEFINE_TYPE_WITH_CODE(TN, t_n, T_P, _C_) _ATK_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, 0) {_C_;} _ATK_DEFINE_TYPE_EXTENDED_END()
260
+ #define ATK_DEFINE_ABSTRACT_TYPE(TN, t_n, T_P) ATK_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, G_TYPE_FLAG_ABSTRACT, {})
261
+ #define ATK_DEFINE_ABSTRACT_TYPE_WITH_CODE(TN, t_n, T_P, _C_) _ATK_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, G_TYPE_FLAG_ABSTRACT) {_C_;} _ATK_DEFINE_TYPE_EXTENDED_END()
262
+ #define ATK_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_) _ATK_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _ATK_DEFINE_TYPE_EXTENDED_END()
263
+
264
+ #define _ATK_DEFINE_TYPE_EXTENDED_BEGIN(TypeName, type_name, TYPE, flags) \
265
+ \
266
+ static void type_name##_init (TypeName *self); \
267
+ static void type_name##_class_init (TypeName##Class *klass); \
268
+ static gpointer type_name##_parent_class = NULL; \
269
+ static void type_name##_class_intern_init (gpointer klass) \
270
+ { \
271
+ type_name##_parent_class = g_type_class_peek_parent (klass); \
272
+ type_name##_class_init ((TypeName##Class*) klass); \
273
+ } \
274
+ \
275
+ GType \
276
+ type_name##_get_type (void) \
277
+ { \
278
+ static volatile gsize g_define_type_id__volatile = 0; \
279
+ if (g_once_init_enter (&g_define_type_id__volatile)) \
280
+ { \
281
+ AtkObjectFactory *factory; \
282
+ GType derived_type; \
283
+ GTypeQuery query; \
284
+ GType derived_atk_type; \
285
+ GType g_define_type_id; \
286
+ \
287
+ /* Figure out the size of the class and instance we are deriving from */ \
288
+ derived_type = g_type_parent (TYPE); \
289
+ factory = atk_registry_get_factory (atk_get_default_registry (), \
290
+ derived_type); \
291
+ derived_atk_type = atk_object_factory_get_accessible_type (factory); \
292
+ g_type_query (derived_atk_type, &query); \
293
+ \
294
+ g_define_type_id = \
295
+ g_type_register_static_simple (derived_atk_type, \
296
+ g_intern_static_string (#TypeName), \
297
+ query.class_size, \
298
+ (GClassInitFunc) type_name##_class_intern_init, \
299
+ query.instance_size, \
300
+ (GInstanceInitFunc) type_name##_init, \
301
+ (GTypeFlags) flags); \
302
+ { /* custom code follows */
303
+ #define _ATK_DEFINE_TYPE_EXTENDED_END() \
304
+ /* following custom code */ \
305
+ } \
306
+ g_once_init_leave (&g_define_type_id__volatile, g_define_type_id); \
307
+ } \
308
+ return g_define_type_id__volatile; \
309
+ } /* closes type_name##_get_type() */
310
+
311
+ G_END_DECLS
312
+
313
+ #endif /* __ATK_UTIL_H__ */
@@ -0,0 +1,93 @@
1
+ /* ATK - Accessibility Toolkit
2
+ * Copyright 2001 Sun Microsystems Inc.
3
+ *
4
+ * This library is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU Library General Public
6
+ * License as published by the Free Software Foundation; either
7
+ * version 2 of the License, or (at your option) any later version.
8
+ *
9
+ * This library is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
+ * Library General Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU Library General Public
15
+ * License along with this library; if not, write to the
16
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17
+ * Boston, MA 02111-1307, USA.
18
+ */
19
+
20
+ #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
21
+ #error "Only <atk/atk.h> can be included directly."
22
+ #endif
23
+
24
+ #ifndef __ATK_VALUE_H__
25
+ #define __ATK_VALUE_H__
26
+
27
+ #include <atk/atkobject.h>
28
+
29
+ G_BEGIN_DECLS
30
+
31
+ /*
32
+ * The AtkValue interface should be supported by any object that
33
+ * supports a numerical value (e.g., a scroll bar). This interface
34
+ * provides the standard mechanism for an assistive technology to
35
+ * determine and set the numerical value as well as get the minimum
36
+ * and maximum values.
37
+ */
38
+
39
+ #define ATK_TYPE_VALUE (atk_value_get_type ())
40
+ #define ATK_IS_VALUE(obj) G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATK_TYPE_VALUE)
41
+ #define ATK_VALUE(obj) G_TYPE_CHECK_INSTANCE_CAST ((obj), ATK_TYPE_VALUE, AtkValue)
42
+ #define ATK_VALUE_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), ATK_TYPE_VALUE, AtkValueIface))
43
+
44
+ #ifndef _TYPEDEF_ATK_VALUE_
45
+ #define _TYPEDEF_ATK_VALUE__
46
+ typedef struct _AtkValue AtkValue;
47
+ #endif
48
+ typedef struct _AtkValueIface AtkValueIface;
49
+
50
+ struct _AtkValueIface
51
+ {
52
+ GTypeInterface parent;
53
+
54
+ void (* get_current_value) (AtkValue *obj,
55
+ GValue *value);
56
+ void (* get_maximum_value) (AtkValue *obj,
57
+ GValue *value);
58
+ void (* get_minimum_value) (AtkValue *obj,
59
+ GValue *value);
60
+ gboolean (* set_current_value) (AtkValue *obj,
61
+ const GValue *value);
62
+ void (* get_minimum_increment) (AtkValue *obj,
63
+ GValue *value);
64
+ AtkFunction pad1;
65
+ };
66
+
67
+ GType atk_value_get_type (void);
68
+
69
+ void atk_value_get_current_value (AtkValue *obj,
70
+ GValue *value);
71
+
72
+
73
+ void atk_value_get_maximum_value (AtkValue *obj,
74
+ GValue *value);
75
+
76
+ void atk_value_get_minimum_value (AtkValue *obj,
77
+ GValue *value);
78
+
79
+ gboolean atk_value_set_current_value (AtkValue *obj,
80
+ const GValue *value);
81
+
82
+ void atk_value_get_minimum_increment (AtkValue *obj,
83
+ GValue *value);
84
+
85
+ /*
86
+ * Additional GObject properties exported by GaccessibleValue:
87
+ * "accessible_value"
88
+ * (the accessible value has changed)
89
+ */
90
+
91
+ G_END_DECLS
92
+
93
+ #endif /* __ATK_VALUE_H__ */
@@ -0,0 +1,1014 @@
1
+ /* Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
2
+ See the file COPYING for copying permission.
3
+ */
4
+
5
+ #ifndef Expat_INCLUDED
6
+ #define Expat_INCLUDED 1
7
+
8
+ #ifdef __VMS
9
+ /* 0 1 2 3 0 1 2 3
10
+ 1234567890123456789012345678901 1234567890123456789012345678901 */
11
+ #define XML_SetProcessingInstructionHandler XML_SetProcessingInstrHandler
12
+ #define XML_SetUnparsedEntityDeclHandler XML_SetUnparsedEntDeclHandler
13
+ #define XML_SetStartNamespaceDeclHandler XML_SetStartNamespcDeclHandler
14
+ #define XML_SetExternalEntityRefHandlerArg XML_SetExternalEntRefHandlerArg
15
+ #endif
16
+
17
+ #include <stdlib.h>
18
+ #include "expat_external.h"
19
+
20
+ #ifdef __cplusplus
21
+ extern "C" {
22
+ #endif
23
+
24
+ struct XML_ParserStruct;
25
+ typedef struct XML_ParserStruct *XML_Parser;
26
+
27
+ /* Should this be defined using stdbool.h when C99 is available? */
28
+ typedef unsigned char XML_Bool;
29
+ #define XML_TRUE ((XML_Bool) 1)
30
+ #define XML_FALSE ((XML_Bool) 0)
31
+
32
+ /* The XML_Status enum gives the possible return values for several
33
+ API functions. The preprocessor #defines are included so this
34
+ stanza can be added to code that still needs to support older
35
+ versions of Expat 1.95.x:
36
+
37
+ #ifndef XML_STATUS_OK
38
+ #define XML_STATUS_OK 1
39
+ #define XML_STATUS_ERROR 0
40
+ #endif
41
+
42
+ Otherwise, the #define hackery is quite ugly and would have been
43
+ dropped.
44
+ */
45
+ enum XML_Status {
46
+ XML_STATUS_ERROR = 0,
47
+ #define XML_STATUS_ERROR XML_STATUS_ERROR
48
+ XML_STATUS_OK = 1,
49
+ #define XML_STATUS_OK XML_STATUS_OK
50
+ XML_STATUS_SUSPENDED = 2
51
+ #define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED
52
+ };
53
+
54
+ enum XML_Error {
55
+ XML_ERROR_NONE,
56
+ XML_ERROR_NO_MEMORY,
57
+ XML_ERROR_SYNTAX,
58
+ XML_ERROR_NO_ELEMENTS,
59
+ XML_ERROR_INVALID_TOKEN,
60
+ XML_ERROR_UNCLOSED_TOKEN,
61
+ XML_ERROR_PARTIAL_CHAR,
62
+ XML_ERROR_TAG_MISMATCH,
63
+ XML_ERROR_DUPLICATE_ATTRIBUTE,
64
+ XML_ERROR_JUNK_AFTER_DOC_ELEMENT,
65
+ XML_ERROR_PARAM_ENTITY_REF,
66
+ XML_ERROR_UNDEFINED_ENTITY,
67
+ XML_ERROR_RECURSIVE_ENTITY_REF,
68
+ XML_ERROR_ASYNC_ENTITY,
69
+ XML_ERROR_BAD_CHAR_REF,
70
+ XML_ERROR_BINARY_ENTITY_REF,
71
+ XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF,
72
+ XML_ERROR_MISPLACED_XML_PI,
73
+ XML_ERROR_UNKNOWN_ENCODING,
74
+ XML_ERROR_INCORRECT_ENCODING,
75
+ XML_ERROR_UNCLOSED_CDATA_SECTION,
76
+ XML_ERROR_EXTERNAL_ENTITY_HANDLING,
77
+ XML_ERROR_NOT_STANDALONE,
78
+ XML_ERROR_UNEXPECTED_STATE,
79
+ XML_ERROR_ENTITY_DECLARED_IN_PE,
80
+ XML_ERROR_FEATURE_REQUIRES_XML_DTD,
81
+ XML_ERROR_CANT_CHANGE_FEATURE_ONCE_PARSING,
82
+ /* Added in 1.95.7. */
83
+ XML_ERROR_UNBOUND_PREFIX,
84
+ /* Added in 1.95.8. */
85
+ XML_ERROR_UNDECLARING_PREFIX,
86
+ XML_ERROR_INCOMPLETE_PE,
87
+ XML_ERROR_XML_DECL,
88
+ XML_ERROR_TEXT_DECL,
89
+ XML_ERROR_PUBLICID,
90
+ XML_ERROR_SUSPENDED,
91
+ XML_ERROR_NOT_SUSPENDED,
92
+ XML_ERROR_ABORTED,
93
+ XML_ERROR_FINISHED,
94
+ XML_ERROR_SUSPEND_PE,
95
+ /* Added in 2.0. */
96
+ XML_ERROR_RESERVED_PREFIX_XML,
97
+ XML_ERROR_RESERVED_PREFIX_XMLNS,
98
+ XML_ERROR_RESERVED_NAMESPACE_URI
99
+ };
100
+
101
+ enum XML_Content_Type {
102
+ XML_CTYPE_EMPTY = 1,
103
+ XML_CTYPE_ANY,
104
+ XML_CTYPE_MIXED,
105
+ XML_CTYPE_NAME,
106
+ XML_CTYPE_CHOICE,
107
+ XML_CTYPE_SEQ
108
+ };
109
+
110
+ enum XML_Content_Quant {
111
+ XML_CQUANT_NONE,
112
+ XML_CQUANT_OPT,
113
+ XML_CQUANT_REP,
114
+ XML_CQUANT_PLUS
115
+ };
116
+
117
+ /* If type == XML_CTYPE_EMPTY or XML_CTYPE_ANY, then quant will be
118
+ XML_CQUANT_NONE, and the other fields will be zero or NULL.
119
+ If type == XML_CTYPE_MIXED, then quant will be NONE or REP and
120
+ numchildren will contain number of elements that may be mixed in
121
+ and children point to an array of XML_Content cells that will be
122
+ all of XML_CTYPE_NAME type with no quantification.
123
+
124
+ If type == XML_CTYPE_NAME, then the name points to the name, and
125
+ the numchildren field will be zero and children will be NULL. The
126
+ quant fields indicates any quantifiers placed on the name.
127
+
128
+ CHOICE and SEQ will have name NULL, the number of children in
129
+ numchildren and children will point, recursively, to an array
130
+ of XML_Content cells.
131
+
132
+ The EMPTY, ANY, and MIXED types will only occur at top level.
133
+ */
134
+
135
+ typedef struct XML_cp XML_Content;
136
+
137
+ struct XML_cp {
138
+ enum XML_Content_Type type;
139
+ enum XML_Content_Quant quant;
140
+ XML_Char * name;
141
+ unsigned int numchildren;
142
+ XML_Content * children;
143
+ };
144
+
145
+
146
+ /* This is called for an element declaration. See above for
147
+ description of the model argument. It's the caller's responsibility
148
+ to free model when finished with it.
149
+ */
150
+ typedef void (XMLCALL *XML_ElementDeclHandler) (void *userData,
151
+ const XML_Char *name,
152
+ XML_Content *model);
153
+
154
+ XMLPARSEAPI(void)
155
+ XML_SetElementDeclHandler(XML_Parser parser,
156
+ XML_ElementDeclHandler eldecl);
157
+
158
+ /* The Attlist declaration handler is called for *each* attribute. So
159
+ a single Attlist declaration with multiple attributes declared will
160
+ generate multiple calls to this handler. The "default" parameter
161
+ may be NULL in the case of the "#IMPLIED" or "#REQUIRED"
162
+ keyword. The "isrequired" parameter will be true and the default
163
+ value will be NULL in the case of "#REQUIRED". If "isrequired" is
164
+ true and default is non-NULL, then this is a "#FIXED" default.
165
+ */
166
+ typedef void (XMLCALL *XML_AttlistDeclHandler) (
167
+ void *userData,
168
+ const XML_Char *elname,
169
+ const XML_Char *attname,
170
+ const XML_Char *att_type,
171
+ const XML_Char *dflt,
172
+ int isrequired);
173
+
174
+ XMLPARSEAPI(void)
175
+ XML_SetAttlistDeclHandler(XML_Parser parser,
176
+ XML_AttlistDeclHandler attdecl);
177
+
178
+ /* The XML declaration handler is called for *both* XML declarations
179
+ and text declarations. The way to distinguish is that the version
180
+ parameter will be NULL for text declarations. The encoding
181
+ parameter may be NULL for XML declarations. The standalone
182
+ parameter will be -1, 0, or 1 indicating respectively that there
183
+ was no standalone parameter in the declaration, that it was given
184
+ as no, or that it was given as yes.
185
+ */
186
+ typedef void (XMLCALL *XML_XmlDeclHandler) (void *userData,
187
+ const XML_Char *version,
188
+ const XML_Char *encoding,
189
+ int standalone);
190
+
191
+ XMLPARSEAPI(void)
192
+ XML_SetXmlDeclHandler(XML_Parser parser,
193
+ XML_XmlDeclHandler xmldecl);
194
+
195
+
196
+ typedef struct {
197
+ void *(*malloc_fcn)(size_t size);
198
+ void *(*realloc_fcn)(void *ptr, size_t size);
199
+ void (*free_fcn)(void *ptr);
200
+ } XML_Memory_Handling_Suite;
201
+
202
+ /* Constructs a new parser; encoding is the encoding specified by the
203
+ external protocol or NULL if there is none specified.
204
+ */
205
+ XMLPARSEAPI(XML_Parser)
206
+ XML_ParserCreate(const XML_Char *encoding);
207
+
208
+ /* Constructs a new parser and namespace processor. Element type
209
+ names and attribute names that belong to a namespace will be
210
+ expanded; unprefixed attribute names are never expanded; unprefixed
211
+ element type names are expanded only if there is a default
212
+ namespace. The expanded name is the concatenation of the namespace
213
+ URI, the namespace separator character, and the local part of the
214
+ name. If the namespace separator is '\0' then the namespace URI
215
+ and the local part will be concatenated without any separator.
216
+ It is a programming error to use the separator '\0' with namespace
217
+ triplets (see XML_SetReturnNSTriplet).
218
+ */
219
+ XMLPARSEAPI(XML_Parser)
220
+ XML_ParserCreateNS(const XML_Char *encoding, XML_Char namespaceSeparator);
221
+
222
+
223
+ /* Constructs a new parser using the memory management suite referred to
224
+ by memsuite. If memsuite is NULL, then use the standard library memory
225
+ suite. If namespaceSeparator is non-NULL it creates a parser with
226
+ namespace processing as described above. The character pointed at
227
+ will serve as the namespace separator.
228
+
229
+ All further memory operations used for the created parser will come from
230
+ the given suite.
231
+ */
232
+ XMLPARSEAPI(XML_Parser)
233
+ XML_ParserCreate_MM(const XML_Char *encoding,
234
+ const XML_Memory_Handling_Suite *memsuite,
235
+ const XML_Char *namespaceSeparator);
236
+
237
+ /* Prepare a parser object to be re-used. This is particularly
238
+ valuable when memory allocation overhead is disproportionatly high,
239
+ such as when a large number of small documnents need to be parsed.
240
+ All handlers are cleared from the parser, except for the
241
+ unknownEncodingHandler. The parser's external state is re-initialized
242
+ except for the values of ns and ns_triplets.
243
+
244
+ Added in Expat 1.95.3.
245
+ */
246
+ XMLPARSEAPI(XML_Bool)
247
+ XML_ParserReset(XML_Parser parser, const XML_Char *encoding);
248
+
249
+ /* atts is array of name/value pairs, terminated by 0;
250
+ names and values are 0 terminated.
251
+ */
252
+ typedef void (XMLCALL *XML_StartElementHandler) (void *userData,
253
+ const XML_Char *name,
254
+ const XML_Char **atts);
255
+
256
+ typedef void (XMLCALL *XML_EndElementHandler) (void *userData,
257
+ const XML_Char *name);
258
+
259
+
260
+ /* s is not 0 terminated. */
261
+ typedef void (XMLCALL *XML_CharacterDataHandler) (void *userData,
262
+ const XML_Char *s,
263
+ int len);
264
+
265
+ /* target and data are 0 terminated */
266
+ typedef void (XMLCALL *XML_ProcessingInstructionHandler) (
267
+ void *userData,
268
+ const XML_Char *target,
269
+ const XML_Char *data);
270
+
271
+ /* data is 0 terminated */
272
+ typedef void (XMLCALL *XML_CommentHandler) (void *userData,
273
+ const XML_Char *data);
274
+
275
+ typedef void (XMLCALL *XML_StartCdataSectionHandler) (void *userData);
276
+ typedef void (XMLCALL *XML_EndCdataSectionHandler) (void *userData);
277
+
278
+ /* This is called for any characters in the XML document for which
279
+ there is no applicable handler. This includes both characters that
280
+ are part of markup which is of a kind that is not reported
281
+ (comments, markup declarations), or characters that are part of a
282
+ construct which could be reported but for which no handler has been
283
+ supplied. The characters are passed exactly as they were in the XML
284
+ document except that they will be encoded in UTF-8 or UTF-16.
285
+ Line boundaries are not normalized. Note that a byte order mark
286
+ character is not passed to the default handler. There are no
287
+ guarantees about how characters are divided between calls to the
288
+ default handler: for example, a comment might be split between
289
+ multiple calls.
290
+ */
291
+ typedef void (XMLCALL *XML_DefaultHandler) (void *userData,
292
+ const XML_Char *s,
293
+ int len);
294
+
295
+ /* This is called for the start of the DOCTYPE declaration, before
296
+ any DTD or internal subset is parsed.
297
+ */
298
+ typedef void (XMLCALL *XML_StartDoctypeDeclHandler) (
299
+ void *userData,
300
+ const XML_Char *doctypeName,
301
+ const XML_Char *sysid,
302
+ const XML_Char *pubid,
303
+ int has_internal_subset);
304
+
305
+ /* This is called for the start of the DOCTYPE declaration when the
306
+ closing > is encountered, but after processing any external
307
+ subset.
308
+ */
309
+ typedef void (XMLCALL *XML_EndDoctypeDeclHandler)(void *userData);
310
+
311
+ /* This is called for entity declarations. The is_parameter_entity
312
+ argument will be non-zero if the entity is a parameter entity, zero
313
+ otherwise.
314
+
315
+ For internal entities (<!ENTITY foo "bar">), value will
316
+ be non-NULL and systemId, publicID, and notationName will be NULL.
317
+ The value string is NOT nul-terminated; the length is provided in
318
+ the value_length argument. Since it is legal to have zero-length
319
+ values, do not use this argument to test for internal entities.
320
+
321
+ For external entities, value will be NULL and systemId will be
322
+ non-NULL. The publicId argument will be NULL unless a public
323
+ identifier was provided. The notationName argument will have a
324
+ non-NULL value only for unparsed entity declarations.
325
+
326
+ Note that is_parameter_entity can't be changed to XML_Bool, since
327
+ that would break binary compatibility.
328
+ */
329
+ typedef void (XMLCALL *XML_EntityDeclHandler) (
330
+ void *userData,
331
+ const XML_Char *entityName,
332
+ int is_parameter_entity,
333
+ const XML_Char *value,
334
+ int value_length,
335
+ const XML_Char *base,
336
+ const XML_Char *systemId,
337
+ const XML_Char *publicId,
338
+ const XML_Char *notationName);
339
+
340
+ XMLPARSEAPI(void)
341
+ XML_SetEntityDeclHandler(XML_Parser parser,
342
+ XML_EntityDeclHandler handler);
343
+
344
+ /* OBSOLETE -- OBSOLETE -- OBSOLETE
345
+ This handler has been superceded by the EntityDeclHandler above.
346
+ It is provided here for backward compatibility.
347
+
348
+ This is called for a declaration of an unparsed (NDATA) entity.
349
+ The base argument is whatever was set by XML_SetBase. The
350
+ entityName, systemId and notationName arguments will never be
351
+ NULL. The other arguments may be.
352
+ */
353
+ typedef void (XMLCALL *XML_UnparsedEntityDeclHandler) (
354
+ void *userData,
355
+ const XML_Char *entityName,
356
+ const XML_Char *base,
357
+ const XML_Char *systemId,
358
+ const XML_Char *publicId,
359
+ const XML_Char *notationName);
360
+
361
+ /* This is called for a declaration of notation. The base argument is
362
+ whatever was set by XML_SetBase. The notationName will never be
363
+ NULL. The other arguments can be.
364
+ */
365
+ typedef void (XMLCALL *XML_NotationDeclHandler) (
366
+ void *userData,
367
+ const XML_Char *notationName,
368
+ const XML_Char *base,
369
+ const XML_Char *systemId,
370
+ const XML_Char *publicId);
371
+
372
+ /* When namespace processing is enabled, these are called once for
373
+ each namespace declaration. The call to the start and end element
374
+ handlers occur between the calls to the start and end namespace
375
+ declaration handlers. For an xmlns attribute, prefix will be
376
+ NULL. For an xmlns="" attribute, uri will be NULL.
377
+ */
378
+ typedef void (XMLCALL *XML_StartNamespaceDeclHandler) (
379
+ void *userData,
380
+ const XML_Char *prefix,
381
+ const XML_Char *uri);
382
+
383
+ typedef void (XMLCALL *XML_EndNamespaceDeclHandler) (
384
+ void *userData,
385
+ const XML_Char *prefix);
386
+
387
+ /* This is called if the document is not standalone, that is, it has an
388
+ external subset or a reference to a parameter entity, but does not
389
+ have standalone="yes". If this handler returns XML_STATUS_ERROR,
390
+ then processing will not continue, and the parser will return a
391
+ XML_ERROR_NOT_STANDALONE error.
392
+ If parameter entity parsing is enabled, then in addition to the
393
+ conditions above this handler will only be called if the referenced
394
+ entity was actually read.
395
+ */
396
+ typedef int (XMLCALL *XML_NotStandaloneHandler) (void *userData);
397
+
398
+ /* This is called for a reference to an external parsed general
399
+ entity. The referenced entity is not automatically parsed. The
400
+ application can parse it immediately or later using
401
+ XML_ExternalEntityParserCreate.
402
+
403
+ The parser argument is the parser parsing the entity containing the
404
+ reference; it can be passed as the parser argument to
405
+ XML_ExternalEntityParserCreate. The systemId argument is the
406
+ system identifier as specified in the entity declaration; it will
407
+ not be NULL.
408
+
409
+ The base argument is the system identifier that should be used as
410
+ the base for resolving systemId if systemId was relative; this is
411
+ set by XML_SetBase; it may be NULL.
412
+
413
+ The publicId argument is the public identifier as specified in the
414
+ entity declaration, or NULL if none was specified; the whitespace
415
+ in the public identifier will have been normalized as required by
416
+ the XML spec.
417
+
418
+ The context argument specifies the parsing context in the format
419
+ expected by the context argument to XML_ExternalEntityParserCreate;
420
+ context is valid only until the handler returns, so if the
421
+ referenced entity is to be parsed later, it must be copied.
422
+ context is NULL only when the entity is a parameter entity.
423
+
424
+ The handler should return XML_STATUS_ERROR if processing should not
425
+ continue because of a fatal error in the handling of the external
426
+ entity. In this case the calling parser will return an
427
+ XML_ERROR_EXTERNAL_ENTITY_HANDLING error.
428
+
429
+ Note that unlike other handlers the first argument is the parser,
430
+ not userData.
431
+ */
432
+ typedef int (XMLCALL *XML_ExternalEntityRefHandler) (
433
+ XML_Parser parser,
434
+ const XML_Char *context,
435
+ const XML_Char *base,
436
+ const XML_Char *systemId,
437
+ const XML_Char *publicId);
438
+
439
+ /* This is called in two situations:
440
+ 1) An entity reference is encountered for which no declaration
441
+ has been read *and* this is not an error.
442
+ 2) An internal entity reference is read, but not expanded, because
443
+ XML_SetDefaultHandler has been called.
444
+ Note: skipped parameter entities in declarations and skipped general
445
+ entities in attribute values cannot be reported, because
446
+ the event would be out of sync with the reporting of the
447
+ declarations or attribute values
448
+ */
449
+ typedef void (XMLCALL *XML_SkippedEntityHandler) (
450
+ void *userData,
451
+ const XML_Char *entityName,
452
+ int is_parameter_entity);
453
+
454
+ /* This structure is filled in by the XML_UnknownEncodingHandler to
455
+ provide information to the parser about encodings that are unknown
456
+ to the parser.
457
+
458
+ The map[b] member gives information about byte sequences whose
459
+ first byte is b.
460
+
461
+ If map[b] is c where c is >= 0, then b by itself encodes the
462
+ Unicode scalar value c.
463
+
464
+ If map[b] is -1, then the byte sequence is malformed.
465
+
466
+ If map[b] is -n, where n >= 2, then b is the first byte of an
467
+ n-byte sequence that encodes a single Unicode scalar value.
468
+
469
+ The data member will be passed as the first argument to the convert
470
+ function.
471
+
472
+ The convert function is used to convert multibyte sequences; s will
473
+ point to a n-byte sequence where map[(unsigned char)*s] == -n. The
474
+ convert function must return the Unicode scalar value represented
475
+ by this byte sequence or -1 if the byte sequence is malformed.
476
+
477
+ The convert function may be NULL if the encoding is a single-byte
478
+ encoding, that is if map[b] >= -1 for all bytes b.
479
+
480
+ When the parser is finished with the encoding, then if release is
481
+ not NULL, it will call release passing it the data member; once
482
+ release has been called, the convert function will not be called
483
+ again.
484
+
485
+ Expat places certain restrictions on the encodings that are supported
486
+ using this mechanism.
487
+
488
+ 1. Every ASCII character that can appear in a well-formed XML document,
489
+ other than the characters
490
+
491
+ $@\^`{}~
492
+
493
+ must be represented by a single byte, and that byte must be the
494
+ same byte that represents that character in ASCII.
495
+
496
+ 2. No character may require more than 4 bytes to encode.
497
+
498
+ 3. All characters encoded must have Unicode scalar values <=
499
+ 0xFFFF, (i.e., characters that would be encoded by surrogates in
500
+ UTF-16 are not allowed). Note that this restriction doesn't
501
+ apply to the built-in support for UTF-8 and UTF-16.
502
+
503
+ 4. No Unicode character may be encoded by more than one distinct
504
+ sequence of bytes.
505
+ */
506
+ typedef struct {
507
+ int map[256];
508
+ void *data;
509
+ int (XMLCALL *convert)(void *data, const char *s);
510
+ void (XMLCALL *release)(void *data);
511
+ } XML_Encoding;
512
+
513
+ /* This is called for an encoding that is unknown to the parser.
514
+
515
+ The encodingHandlerData argument is that which was passed as the
516
+ second argument to XML_SetUnknownEncodingHandler.
517
+
518
+ The name argument gives the name of the encoding as specified in
519
+ the encoding declaration.
520
+
521
+ If the callback can provide information about the encoding, it must
522
+ fill in the XML_Encoding structure, and return XML_STATUS_OK.
523
+ Otherwise it must return XML_STATUS_ERROR.
524
+
525
+ If info does not describe a suitable encoding, then the parser will
526
+ return an XML_UNKNOWN_ENCODING error.
527
+ */
528
+ typedef int (XMLCALL *XML_UnknownEncodingHandler) (
529
+ void *encodingHandlerData,
530
+ const XML_Char *name,
531
+ XML_Encoding *info);
532
+
533
+ XMLPARSEAPI(void)
534
+ XML_SetElementHandler(XML_Parser parser,
535
+ XML_StartElementHandler start,
536
+ XML_EndElementHandler end);
537
+
538
+ XMLPARSEAPI(void)
539
+ XML_SetStartElementHandler(XML_Parser parser,
540
+ XML_StartElementHandler handler);
541
+
542
+ XMLPARSEAPI(void)
543
+ XML_SetEndElementHandler(XML_Parser parser,
544
+ XML_EndElementHandler handler);
545
+
546
+ XMLPARSEAPI(void)
547
+ XML_SetCharacterDataHandler(XML_Parser parser,
548
+ XML_CharacterDataHandler handler);
549
+
550
+ XMLPARSEAPI(void)
551
+ XML_SetProcessingInstructionHandler(XML_Parser parser,
552
+ XML_ProcessingInstructionHandler handler);
553
+ XMLPARSEAPI(void)
554
+ XML_SetCommentHandler(XML_Parser parser,
555
+ XML_CommentHandler handler);
556
+
557
+ XMLPARSEAPI(void)
558
+ XML_SetCdataSectionHandler(XML_Parser parser,
559
+ XML_StartCdataSectionHandler start,
560
+ XML_EndCdataSectionHandler end);
561
+
562
+ XMLPARSEAPI(void)
563
+ XML_SetStartCdataSectionHandler(XML_Parser parser,
564
+ XML_StartCdataSectionHandler start);
565
+
566
+ XMLPARSEAPI(void)
567
+ XML_SetEndCdataSectionHandler(XML_Parser parser,
568
+ XML_EndCdataSectionHandler end);
569
+
570
+ /* This sets the default handler and also inhibits expansion of
571
+ internal entities. These entity references will be passed to the
572
+ default handler, or to the skipped entity handler, if one is set.
573
+ */
574
+ XMLPARSEAPI(void)
575
+ XML_SetDefaultHandler(XML_Parser parser,
576
+ XML_DefaultHandler handler);
577
+
578
+ /* This sets the default handler but does not inhibit expansion of
579
+ internal entities. The entity reference will not be passed to the
580
+ default handler.
581
+ */
582
+ XMLPARSEAPI(void)
583
+ XML_SetDefaultHandlerExpand(XML_Parser parser,
584
+ XML_DefaultHandler handler);
585
+
586
+ XMLPARSEAPI(void)
587
+ XML_SetDoctypeDeclHandler(XML_Parser parser,
588
+ XML_StartDoctypeDeclHandler start,
589
+ XML_EndDoctypeDeclHandler end);
590
+
591
+ XMLPARSEAPI(void)
592
+ XML_SetStartDoctypeDeclHandler(XML_Parser parser,
593
+ XML_StartDoctypeDeclHandler start);
594
+
595
+ XMLPARSEAPI(void)
596
+ XML_SetEndDoctypeDeclHandler(XML_Parser parser,
597
+ XML_EndDoctypeDeclHandler end);
598
+
599
+ XMLPARSEAPI(void)
600
+ XML_SetUnparsedEntityDeclHandler(XML_Parser parser,
601
+ XML_UnparsedEntityDeclHandler handler);
602
+
603
+ XMLPARSEAPI(void)
604
+ XML_SetNotationDeclHandler(XML_Parser parser,
605
+ XML_NotationDeclHandler handler);
606
+
607
+ XMLPARSEAPI(void)
608
+ XML_SetNamespaceDeclHandler(XML_Parser parser,
609
+ XML_StartNamespaceDeclHandler start,
610
+ XML_EndNamespaceDeclHandler end);
611
+
612
+ XMLPARSEAPI(void)
613
+ XML_SetStartNamespaceDeclHandler(XML_Parser parser,
614
+ XML_StartNamespaceDeclHandler start);
615
+
616
+ XMLPARSEAPI(void)
617
+ XML_SetEndNamespaceDeclHandler(XML_Parser parser,
618
+ XML_EndNamespaceDeclHandler end);
619
+
620
+ XMLPARSEAPI(void)
621
+ XML_SetNotStandaloneHandler(XML_Parser parser,
622
+ XML_NotStandaloneHandler handler);
623
+
624
+ XMLPARSEAPI(void)
625
+ XML_SetExternalEntityRefHandler(XML_Parser parser,
626
+ XML_ExternalEntityRefHandler handler);
627
+
628
+ /* If a non-NULL value for arg is specified here, then it will be
629
+ passed as the first argument to the external entity ref handler
630
+ instead of the parser object.
631
+ */
632
+ XMLPARSEAPI(void)
633
+ XML_SetExternalEntityRefHandlerArg(XML_Parser parser,
634
+ void *arg);
635
+
636
+ XMLPARSEAPI(void)
637
+ XML_SetSkippedEntityHandler(XML_Parser parser,
638
+ XML_SkippedEntityHandler handler);
639
+
640
+ XMLPARSEAPI(void)
641
+ XML_SetUnknownEncodingHandler(XML_Parser parser,
642
+ XML_UnknownEncodingHandler handler,
643
+ void *encodingHandlerData);
644
+
645
+ /* This can be called within a handler for a start element, end
646
+ element, processing instruction or character data. It causes the
647
+ corresponding markup to be passed to the default handler.
648
+ */
649
+ XMLPARSEAPI(void)
650
+ XML_DefaultCurrent(XML_Parser parser);
651
+
652
+ /* If do_nst is non-zero, and namespace processing is in effect, and
653
+ a name has a prefix (i.e. an explicit namespace qualifier) then
654
+ that name is returned as a triplet in a single string separated by
655
+ the separator character specified when the parser was created: URI
656
+ + sep + local_name + sep + prefix.
657
+
658
+ If do_nst is zero, then namespace information is returned in the
659
+ default manner (URI + sep + local_name) whether or not the name
660
+ has a prefix.
661
+
662
+ Note: Calling XML_SetReturnNSTriplet after XML_Parse or
663
+ XML_ParseBuffer has no effect.
664
+ */
665
+
666
+ XMLPARSEAPI(void)
667
+ XML_SetReturnNSTriplet(XML_Parser parser, int do_nst);
668
+
669
+ /* This value is passed as the userData argument to callbacks. */
670
+ XMLPARSEAPI(void)
671
+ XML_SetUserData(XML_Parser parser, void *userData);
672
+
673
+ /* Returns the last value set by XML_SetUserData or NULL. */
674
+ #define XML_GetUserData(parser) (*(void **)(parser))
675
+
676
+ /* This is equivalent to supplying an encoding argument to
677
+ XML_ParserCreate. On success XML_SetEncoding returns non-zero,
678
+ zero otherwise.
679
+ Note: Calling XML_SetEncoding after XML_Parse or XML_ParseBuffer
680
+ has no effect and returns XML_STATUS_ERROR.
681
+ */
682
+ XMLPARSEAPI(enum XML_Status)
683
+ XML_SetEncoding(XML_Parser parser, const XML_Char *encoding);
684
+
685
+ /* If this function is called, then the parser will be passed as the
686
+ first argument to callbacks instead of userData. The userData will
687
+ still be accessible using XML_GetUserData.
688
+ */
689
+ XMLPARSEAPI(void)
690
+ XML_UseParserAsHandlerArg(XML_Parser parser);
691
+
692
+ /* If useDTD == XML_TRUE is passed to this function, then the parser
693
+ will assume that there is an external subset, even if none is
694
+ specified in the document. In such a case the parser will call the
695
+ externalEntityRefHandler with a value of NULL for the systemId
696
+ argument (the publicId and context arguments will be NULL as well).
697
+ Note: For the purpose of checking WFC: Entity Declared, passing
698
+ useDTD == XML_TRUE will make the parser behave as if the document
699
+ had a DTD with an external subset.
700
+ Note: If this function is called, then this must be done before
701
+ the first call to XML_Parse or XML_ParseBuffer, since it will
702
+ have no effect after that. Returns
703
+ XML_ERROR_CANT_CHANGE_FEATURE_ONCE_PARSING.
704
+ Note: If the document does not have a DOCTYPE declaration at all,
705
+ then startDoctypeDeclHandler and endDoctypeDeclHandler will not
706
+ be called, despite an external subset being parsed.
707
+ Note: If XML_DTD is not defined when Expat is compiled, returns
708
+ XML_ERROR_FEATURE_REQUIRES_XML_DTD.
709
+ */
710
+ XMLPARSEAPI(enum XML_Error)
711
+ XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);
712
+
713
+
714
+ /* Sets the base to be used for resolving relative URIs in system
715
+ identifiers in declarations. Resolving relative identifiers is
716
+ left to the application: this value will be passed through as the
717
+ base argument to the XML_ExternalEntityRefHandler,
718
+ XML_NotationDeclHandler and XML_UnparsedEntityDeclHandler. The base
719
+ argument will be copied. Returns XML_STATUS_ERROR if out of memory,
720
+ XML_STATUS_OK otherwise.
721
+ */
722
+ XMLPARSEAPI(enum XML_Status)
723
+ XML_SetBase(XML_Parser parser, const XML_Char *base);
724
+
725
+ XMLPARSEAPI(const XML_Char *)
726
+ XML_GetBase(XML_Parser parser);
727
+
728
+ /* Returns the number of the attribute/value pairs passed in last call
729
+ to the XML_StartElementHandler that were specified in the start-tag
730
+ rather than defaulted. Each attribute/value pair counts as 2; thus
731
+ this correspondds to an index into the atts array passed to the
732
+ XML_StartElementHandler.
733
+ */
734
+ XMLPARSEAPI(int)
735
+ XML_GetSpecifiedAttributeCount(XML_Parser parser);
736
+
737
+ /* Returns the index of the ID attribute passed in the last call to
738
+ XML_StartElementHandler, or -1 if there is no ID attribute. Each
739
+ attribute/value pair counts as 2; thus this correspondds to an
740
+ index into the atts array passed to the XML_StartElementHandler.
741
+ */
742
+ XMLPARSEAPI(int)
743
+ XML_GetIdAttributeIndex(XML_Parser parser);
744
+
745
+ /* Parses some input. Returns XML_STATUS_ERROR if a fatal error is
746
+ detected. The last call to XML_Parse must have isFinal true; len
747
+ may be zero for this call (or any other).
748
+
749
+ Though the return values for these functions has always been
750
+ described as a Boolean value, the implementation, at least for the
751
+ 1.95.x series, has always returned exactly one of the XML_Status
752
+ values.
753
+ */
754
+ XMLPARSEAPI(enum XML_Status)
755
+ XML_Parse(XML_Parser parser, const char *s, int len, int isFinal);
756
+
757
+ XMLPARSEAPI(void *)
758
+ XML_GetBuffer(XML_Parser parser, int len);
759
+
760
+ XMLPARSEAPI(enum XML_Status)
761
+ XML_ParseBuffer(XML_Parser parser, int len, int isFinal);
762
+
763
+ /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
764
+ Must be called from within a call-back handler, except when aborting
765
+ (resumable = 0) an already suspended parser. Some call-backs may
766
+ still follow because they would otherwise get lost. Examples:
767
+ - endElementHandler() for empty elements when stopped in
768
+ startElementHandler(),
769
+ - endNameSpaceDeclHandler() when stopped in endElementHandler(),
770
+ and possibly others.
771
+
772
+ Can be called from most handlers, including DTD related call-backs,
773
+ except when parsing an external parameter entity and resumable != 0.
774
+ Returns XML_STATUS_OK when successful, XML_STATUS_ERROR otherwise.
775
+ Possible error codes:
776
+ - XML_ERROR_SUSPENDED: when suspending an already suspended parser.
777
+ - XML_ERROR_FINISHED: when the parser has already finished.
778
+ - XML_ERROR_SUSPEND_PE: when suspending while parsing an external PE.
779
+
780
+ When resumable != 0 (true) then parsing is suspended, that is,
781
+ XML_Parse() and XML_ParseBuffer() return XML_STATUS_SUSPENDED.
782
+ Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
783
+ return XML_STATUS_ERROR with error code XML_ERROR_ABORTED.
784
+
785
+ *Note*:
786
+ This will be applied to the current parser instance only, that is, if
787
+ there is a parent parser then it will continue parsing when the
788
+ externalEntityRefHandler() returns. It is up to the implementation of
789
+ the externalEntityRefHandler() to call XML_StopParser() on the parent
790
+ parser (recursively), if one wants to stop parsing altogether.
791
+
792
+ When suspended, parsing can be resumed by calling XML_ResumeParser().
793
+ */
794
+ XMLPARSEAPI(enum XML_Status)
795
+ XML_StopParser(XML_Parser parser, XML_Bool resumable);
796
+
797
+ /* Resumes parsing after it has been suspended with XML_StopParser().
798
+ Must not be called from within a handler call-back. Returns same
799
+ status codes as XML_Parse() or XML_ParseBuffer().
800
+ Additional error code XML_ERROR_NOT_SUSPENDED possible.
801
+
802
+ *Note*:
803
+ This must be called on the most deeply nested child parser instance
804
+ first, and on its parent parser only after the child parser has finished,
805
+ to be applied recursively until the document entity's parser is restarted.
806
+ That is, the parent parser will not resume by itself and it is up to the
807
+ application to call XML_ResumeParser() on it at the appropriate moment.
808
+ */
809
+ XMLPARSEAPI(enum XML_Status)
810
+ XML_ResumeParser(XML_Parser parser);
811
+
812
+ enum XML_Parsing {
813
+ XML_INITIALIZED,
814
+ XML_PARSING,
815
+ XML_FINISHED,
816
+ XML_SUSPENDED
817
+ };
818
+
819
+ typedef struct {
820
+ enum XML_Parsing parsing;
821
+ XML_Bool finalBuffer;
822
+ } XML_ParsingStatus;
823
+
824
+ /* Returns status of parser with respect to being initialized, parsing,
825
+ finished, or suspended and processing the final buffer.
826
+ XXX XML_Parse() and XML_ParseBuffer() should return XML_ParsingStatus,
827
+ XXX with XML_FINISHED_OK or XML_FINISHED_ERROR replacing XML_FINISHED
828
+ */
829
+ XMLPARSEAPI(void)
830
+ XML_GetParsingStatus(XML_Parser parser, XML_ParsingStatus *status);
831
+
832
+ /* Creates an XML_Parser object that can parse an external general
833
+ entity; context is a '\0'-terminated string specifying the parse
834
+ context; encoding is a '\0'-terminated string giving the name of
835
+ the externally specified encoding, or NULL if there is no
836
+ externally specified encoding. The context string consists of a
837
+ sequence of tokens separated by formfeeds (\f); a token consisting
838
+ of a name specifies that the general entity of the name is open; a
839
+ token of the form prefix=uri specifies the namespace for a
840
+ particular prefix; a token of the form =uri specifies the default
841
+ namespace. This can be called at any point after the first call to
842
+ an ExternalEntityRefHandler so longer as the parser has not yet
843
+ been freed. The new parser is completely independent and may
844
+ safely be used in a separate thread. The handlers and userData are
845
+ initialized from the parser argument. Returns NULL if out of memory.
846
+ Otherwise returns a new XML_Parser object.
847
+ */
848
+ XMLPARSEAPI(XML_Parser)
849
+ XML_ExternalEntityParserCreate(XML_Parser parser,
850
+ const XML_Char *context,
851
+ const XML_Char *encoding);
852
+
853
+ enum XML_ParamEntityParsing {
854
+ XML_PARAM_ENTITY_PARSING_NEVER,
855
+ XML_PARAM_ENTITY_PARSING_UNLESS_STANDALONE,
856
+ XML_PARAM_ENTITY_PARSING_ALWAYS
857
+ };
858
+
859
+ /* Controls parsing of parameter entities (including the external DTD
860
+ subset). If parsing of parameter entities is enabled, then
861
+ references to external parameter entities (including the external
862
+ DTD subset) will be passed to the handler set with
863
+ XML_SetExternalEntityRefHandler. The context passed will be 0.
864
+
865
+ Unlike external general entities, external parameter entities can
866
+ only be parsed synchronously. If the external parameter entity is
867
+ to be parsed, it must be parsed during the call to the external
868
+ entity ref handler: the complete sequence of
869
+ XML_ExternalEntityParserCreate, XML_Parse/XML_ParseBuffer and
870
+ XML_ParserFree calls must be made during this call. After
871
+ XML_ExternalEntityParserCreate has been called to create the parser
872
+ for the external parameter entity (context must be 0 for this
873
+ call), it is illegal to make any calls on the old parser until
874
+ XML_ParserFree has been called on the newly created parser.
875
+ If the library has been compiled without support for parameter
876
+ entity parsing (ie without XML_DTD being defined), then
877
+ XML_SetParamEntityParsing will return 0 if parsing of parameter
878
+ entities is requested; otherwise it will return non-zero.
879
+ Note: If XML_SetParamEntityParsing is called after XML_Parse or
880
+ XML_ParseBuffer, then it has no effect and will always return 0.
881
+ */
882
+ XMLPARSEAPI(int)
883
+ XML_SetParamEntityParsing(XML_Parser parser,
884
+ enum XML_ParamEntityParsing parsing);
885
+
886
+ /* If XML_Parse or XML_ParseBuffer have returned XML_STATUS_ERROR, then
887
+ XML_GetErrorCode returns information about the error.
888
+ */
889
+ XMLPARSEAPI(enum XML_Error)
890
+ XML_GetErrorCode(XML_Parser parser);
891
+
892
+ /* These functions return information about the current parse
893
+ location. They may be called from any callback called to report
894
+ some parse event; in this case the location is the location of the
895
+ first of the sequence of characters that generated the event. When
896
+ called from callbacks generated by declarations in the document
897
+ prologue, the location identified isn't as neatly defined, but will
898
+ be within the relevant markup. When called outside of the callback
899
+ functions, the position indicated will be just past the last parse
900
+ event (regardless of whether there was an associated callback).
901
+
902
+ They may also be called after returning from a call to XML_Parse
903
+ or XML_ParseBuffer. If the return value is XML_STATUS_ERROR then
904
+ the location is the location of the character at which the error
905
+ was detected; otherwise the location is the location of the last
906
+ parse event, as described above.
907
+ */
908
+ XMLPARSEAPI(XML_Size) XML_GetCurrentLineNumber(XML_Parser parser);
909
+ XMLPARSEAPI(XML_Size) XML_GetCurrentColumnNumber(XML_Parser parser);
910
+ XMLPARSEAPI(XML_Index) XML_GetCurrentByteIndex(XML_Parser parser);
911
+
912
+ /* Return the number of bytes in the current event.
913
+ Returns 0 if the event is in an internal entity.
914
+ */
915
+ XMLPARSEAPI(int)
916
+ XML_GetCurrentByteCount(XML_Parser parser);
917
+
918
+ /* If XML_CONTEXT_BYTES is defined, returns the input buffer, sets
919
+ the integer pointed to by offset to the offset within this buffer
920
+ of the current parse position, and sets the integer pointed to by size
921
+ to the size of this buffer (the number of input bytes). Otherwise
922
+ returns a NULL pointer. Also returns a NULL pointer if a parse isn't
923
+ active.
924
+
925
+ NOTE: The character pointer returned should not be used outside
926
+ the handler that makes the call.
927
+ */
928
+ XMLPARSEAPI(const char *)
929
+ XML_GetInputContext(XML_Parser parser,
930
+ int *offset,
931
+ int *size);
932
+
933
+ /* For backwards compatibility with previous versions. */
934
+ #define XML_GetErrorLineNumber XML_GetCurrentLineNumber
935
+ #define XML_GetErrorColumnNumber XML_GetCurrentColumnNumber
936
+ #define XML_GetErrorByteIndex XML_GetCurrentByteIndex
937
+
938
+ /* Frees the content model passed to the element declaration handler */
939
+ XMLPARSEAPI(void)
940
+ XML_FreeContentModel(XML_Parser parser, XML_Content *model);
941
+
942
+ /* Exposing the memory handling functions used in Expat */
943
+ XMLPARSEAPI(void *)
944
+ XML_MemMalloc(XML_Parser parser, size_t size);
945
+
946
+ XMLPARSEAPI(void *)
947
+ XML_MemRealloc(XML_Parser parser, void *ptr, size_t size);
948
+
949
+ XMLPARSEAPI(void)
950
+ XML_MemFree(XML_Parser parser, void *ptr);
951
+
952
+ /* Frees memory used by the parser. */
953
+ XMLPARSEAPI(void)
954
+ XML_ParserFree(XML_Parser parser);
955
+
956
+ /* Returns a string describing the error. */
957
+ XMLPARSEAPI(const XML_LChar *)
958
+ XML_ErrorString(enum XML_Error code);
959
+
960
+ /* Return a string containing the version number of this expat */
961
+ XMLPARSEAPI(const XML_LChar *)
962
+ XML_ExpatVersion(void);
963
+
964
+ typedef struct {
965
+ int major;
966
+ int minor;
967
+ int micro;
968
+ } XML_Expat_Version;
969
+
970
+ /* Return an XML_Expat_Version structure containing numeric version
971
+ number information for this version of expat.
972
+ */
973
+ XMLPARSEAPI(XML_Expat_Version)
974
+ XML_ExpatVersionInfo(void);
975
+
976
+ /* Added in Expat 1.95.5. */
977
+ enum XML_FeatureEnum {
978
+ XML_FEATURE_END = 0,
979
+ XML_FEATURE_UNICODE,
980
+ XML_FEATURE_UNICODE_WCHAR_T,
981
+ XML_FEATURE_DTD,
982
+ XML_FEATURE_CONTEXT_BYTES,
983
+ XML_FEATURE_MIN_SIZE,
984
+ XML_FEATURE_SIZEOF_XML_CHAR,
985
+ XML_FEATURE_SIZEOF_XML_LCHAR,
986
+ XML_FEATURE_NS,
987
+ XML_FEATURE_LARGE_SIZE
988
+ /* Additional features must be added to the end of this enum. */
989
+ };
990
+
991
+ typedef struct {
992
+ enum XML_FeatureEnum feature;
993
+ const XML_LChar *name;
994
+ long int value;
995
+ } XML_Feature;
996
+
997
+ XMLPARSEAPI(const XML_Feature *)
998
+ XML_GetFeatureList(void);
999
+
1000
+
1001
+ /* Expat follows the GNU/Linux convention of odd number minor version for
1002
+ beta/development releases and even number minor version for stable
1003
+ releases. Micro is bumped with each release, and set to 0 with each
1004
+ change to major or minor version.
1005
+ */
1006
+ #define XML_MAJOR_VERSION 2
1007
+ #define XML_MINOR_VERSION 0
1008
+ #define XML_MICRO_VERSION 1
1009
+
1010
+ #ifdef __cplusplus
1011
+ }
1012
+ #endif
1013
+
1014
+ #endif /* not Expat_INCLUDED */