pango 0.90.4-x86-mingw32 → 0.90.5-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (675) hide show
  1. data/ext/pango/extconf.rb +8 -0
  2. data/lib/1.8/pango.so +0 -0
  3. data/lib/1.9/pango.so +0 -0
  4. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  5. data/vendor/local/bin/glib-gettextize +2 -2
  6. data/vendor/local/bin/glib-mkenums +35 -9
  7. data/vendor/local/bin/gobject-query.exe +0 -0
  8. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  9. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  10. data/vendor/local/bin/libcairo-2.dll +0 -0
  11. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  12. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  13. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  14. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  15. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  16. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  17. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  18. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  19. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  20. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  21. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  22. data/vendor/local/bin/pango-querymodules.exe +0 -0
  23. data/vendor/local/bin/pango-view.exe +0 -0
  24. data/vendor/local/etc/pango/pango.modules +1 -1
  25. data/vendor/local/include/glib-2.0/gio/gappinfo.h +0 -1
  26. data/vendor/local/include/glib-2.0/gio/gbufferedoutputstream.h +0 -1
  27. data/vendor/local/include/glib-2.0/gio/gcontenttype.h +18 -18
  28. data/vendor/local/include/glib-2.0/gio/gconverterinputstream.h +0 -1
  29. data/vendor/local/include/glib-2.0/gio/gconverteroutputstream.h +0 -1
  30. data/vendor/local/include/glib-2.0/gio/gcredentials.h +76 -0
  31. data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +42 -25
  32. data/vendor/local/include/glib-2.0/gio/gdataoutputstream.h +0 -1
  33. data/vendor/local/include/glib-2.0/gio/gdbusaddress.h +58 -0
  34. data/vendor/local/include/glib-2.0/gio/gdbusauthobserver.h +46 -0
  35. data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +562 -0
  36. data/vendor/local/include/glib-2.0/gio/gdbuserror.h +100 -0
  37. data/vendor/local/include/glib-2.0/gio/gdbusintrospection.h +286 -0
  38. data/vendor/local/include/glib-2.0/gio/gdbusmessage.h +149 -0
  39. data/vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h +73 -0
  40. data/vendor/local/include/glib-2.0/gio/gdbusnameowning.h +112 -0
  41. data/vendor/local/include/glib-2.0/gio/gdbusnamewatching.h +94 -0
  42. data/vendor/local/include/glib-2.0/gio/gdbusproxy.h +167 -0
  43. data/vendor/local/include/glib-2.0/gio/gdbusserver.h +54 -0
  44. data/vendor/local/include/glib-2.0/gio/gdbusutils.h +44 -0
  45. data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +0 -1
  46. data/vendor/local/include/glib-2.0/gio/gfileinfo.h +1 -0
  47. data/vendor/local/include/glib-2.0/gio/gio.h +30 -9
  48. data/vendor/local/include/glib-2.0/gio/gioenums.h +526 -8
  49. data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +42 -0
  50. data/vendor/local/include/glib-2.0/gio/gioerror.h +4 -0
  51. data/vendor/local/include/glib-2.0/gio/giotypes.h +36 -0
  52. data/vendor/local/include/glib-2.0/gio/gmemoryoutputstream.h +1 -0
  53. data/vendor/local/include/glib-2.0/gio/gnetworkaddress.h +4 -0
  54. data/vendor/local/include/glib-2.0/gio/gnetworkservice.h +2 -0
  55. data/vendor/local/include/glib-2.0/gio/gpermission.h +118 -0
  56. data/vendor/local/include/glib-2.0/gio/gproxy.h +123 -0
  57. data/vendor/local/include/glib-2.0/gio/gproxyaddress.h +76 -0
  58. data/vendor/local/include/glib-2.0/gio/gproxyaddressenumerator.h +75 -0
  59. data/vendor/local/include/glib-2.0/gio/gproxyresolver.h +96 -0
  60. data/vendor/local/include/glib-2.0/gio/gsettings.h +258 -0
  61. data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +138 -0
  62. data/vendor/local/include/glib-2.0/gio/gsimplepermission.h +45 -0
  63. data/vendor/local/include/glib-2.0/gio/gsocket.h +18 -0
  64. data/vendor/local/include/glib-2.0/gio/gsocketclient.h +22 -0
  65. data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +7 -1
  66. data/vendor/local/include/glib-2.0/gio/gvolumemonitor.h +0 -1
  67. data/vendor/local/include/glib-2.0/gio/gzlibcompressor.h +5 -0
  68. data/vendor/local/include/glib-2.0/gio/gzlibdecompressor.h +3 -0
  69. data/vendor/local/include/glib-2.0/glib-object.h +1 -0
  70. data/vendor/local/include/glib-2.0/glib.h +2 -0
  71. data/vendor/local/include/glib-2.0/glib/galloca.h +47 -0
  72. data/vendor/local/include/glib-2.0/glib/gatomic.h +25 -5
  73. data/vendor/local/include/glib-2.0/glib/gbacktrace.h +7 -7
  74. data/vendor/local/include/glib-2.0/glib/gbase64.h +22 -22
  75. data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +27 -3
  76. data/vendor/local/include/glib-2.0/glib/gcache.h +1 -1
  77. data/vendor/local/include/glib-2.0/glib/gchecksum.h +20 -20
  78. data/vendor/local/include/glib-2.0/glib/gcompletion.h +4 -0
  79. data/vendor/local/include/glib-2.0/glib/gconvert.h +26 -2
  80. data/vendor/local/include/glib-2.0/glib/gdatetime.h +217 -0
  81. data/vendor/local/include/glib-2.0/glib/gkeyfile.h +16 -0
  82. data/vendor/local/include/glib-2.0/glib/gmacros.h +7 -0
  83. data/vendor/local/include/glib-2.0/glib/gmain.h +305 -78
  84. data/vendor/local/include/glib-2.0/glib/gmarkup.h +1 -1
  85. data/vendor/local/include/glib-2.0/glib/gmem.h +107 -1
  86. data/vendor/local/include/glib-2.0/glib/gnode.h +4 -2
  87. data/vendor/local/include/glib-2.0/glib/gpoll.h +27 -3
  88. data/vendor/local/include/glib-2.0/glib/gregex.h +228 -0
  89. data/vendor/local/include/glib-2.0/glib/grel.h +4 -0
  90. data/vendor/local/include/glib-2.0/glib/gstdio.h +27 -39
  91. data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +3 -1
  92. data/vendor/local/include/glib-2.0/glib/gtestutils.h +19 -14
  93. data/vendor/local/include/glib-2.0/glib/gthread.h +0 -1
  94. data/vendor/local/include/glib-2.0/glib/gtimezone.h +44 -0
  95. data/vendor/local/include/glib-2.0/glib/gunicode.h +18 -1
  96. data/vendor/local/include/glib-2.0/glib/gutils.h +1 -1
  97. data/vendor/local/include/glib-2.0/glib/gvariant.h +25 -1
  98. data/vendor/local/include/glib-2.0/glib/gvarianttype.h +29 -0
  99. data/vendor/local/include/glib-2.0/gobject/gbinding.h +136 -0
  100. data/vendor/local/include/glib-2.0/gobject/gboxed.h +18 -6
  101. data/vendor/local/include/glib-2.0/gobject/gmarshal.h +37 -20
  102. data/vendor/local/include/glib-2.0/gobject/gobject.h +5 -0
  103. data/vendor/local/include/glib-2.0/gobject/gobjectnotifyqueue.c +48 -21
  104. data/vendor/local/include/glib-2.0/gobject/gparam.h +9 -4
  105. data/vendor/local/include/glib-2.0/gobject/gparamspecs.h +54 -0
  106. data/vendor/local/include/glib-2.0/gobject/gtype.h +129 -1
  107. data/vendor/local/include/glib-2.0/gobject/gvaluecollector.h +6 -1
  108. data/vendor/local/include/glib-2.0/gobject/gvaluetypes.h +17 -0
  109. data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +2 -2
  110. data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
  111. data/vendor/local/lib/cairo.lib +0 -0
  112. data/vendor/local/lib/gio-2.0.def +345 -2
  113. data/vendor/local/lib/gio-2.0.lib +0 -0
  114. data/vendor/local/lib/glib-2.0.def +71 -0
  115. data/vendor/local/lib/glib-2.0.lib +0 -0
  116. data/vendor/local/lib/glib-2.0/include/glibconfig.h +2 -2
  117. data/vendor/local/lib/gmodule-2.0.lib +0 -0
  118. data/vendor/local/lib/gobject-2.0.def +21 -0
  119. data/vendor/local/lib/gobject-2.0.lib +0 -0
  120. data/vendor/local/lib/gthread-2.0.lib +0 -0
  121. data/vendor/local/lib/intl.lib +0 -0
  122. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  123. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  124. data/vendor/local/lib/libcairo.dll.a +0 -0
  125. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  126. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  127. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  128. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  129. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  130. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  131. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  132. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  133. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  134. data/vendor/local/lib/pango-1.0.lib +0 -0
  135. data/vendor/local/lib/pangocairo-1.0.lib +0 -0
  136. data/vendor/local/lib/pangoft2-1.0.lib +0 -0
  137. data/vendor/local/lib/pangowin32-1.0.lib +0 -0
  138. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  139. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  140. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  141. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  142. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  143. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  144. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  145. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  146. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  147. data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
  148. data/vendor/local/lib/pkgconfig/gio-2.0.pc +3 -2
  149. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +11 -0
  150. data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
  151. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
  152. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
  153. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
  154. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
  155. data/vendor/local/lib/pkgconfig/pango.pc +2 -2
  156. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  157. data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
  158. data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
  159. data/vendor/local/manifest/{cairo-dev_1.10.0-1_win32.mft → cairo-dev_1.10.0-2_win32.mft} +6 -4
  160. data/vendor/local/manifest/cairo_1.10.0-2_win32.mft +7 -0
  161. data/vendor/local/manifest/{glib-dev_2.24.2-2_win32.mft → glib-dev_2.26.0-2_win32.mft} +87 -8
  162. data/vendor/local/manifest/{glib_2.24.2-2_win32.mft → glib_2.26.0-2_win32.mft} +3 -2
  163. data/vendor/local/manifest/{pango-dev_1.28.1-2_win32.mft → pango-dev_1.28.3-1_win32.mft} +5 -5
  164. data/vendor/local/manifest/{pango_1.28.1-2_win32.mft → pango_1.28.3-1_win32.mft} +2 -2
  165. data/vendor/local/share/aclocal/glib-gettext.m4 +2 -2
  166. data/vendor/local/share/doc/{cairo_1.10.0-1_win32 → cairo_1.10.0-2_win32}/COPYING +0 -0
  167. data/vendor/local/share/doc/{cairo_1.10.0-1_win32 → cairo_1.10.0-2_win32}/COPYING-LGPL-2.1 +0 -0
  168. data/vendor/local/share/doc/{cairo_1.10.0-1_win32 → cairo_1.10.0-2_win32}/COPYING-MPL-1.1 +0 -0
  169. data/vendor/local/share/doc/{glib-2.24.2 → glib-2.26.0}/COPYING +0 -0
  170. data/vendor/local/share/doc/{glib-dev-2.24.2 → glib-dev-2.26.0}/COPYING +0 -0
  171. data/vendor/local/share/doc/{pango-1.28.1 → pango-1.28.3}/COPYING +0 -0
  172. data/vendor/local/share/doc/{pango-dev-1.28.1 → pango-dev-1.28.3}/COPYING +0 -0
  173. data/vendor/local/share/glib-2.0/gdb/glib.py +1 -4
  174. data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +3 -1
  175. data/vendor/local/share/glib-2.0/schemas/gschema.dtd +60 -0
  176. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +179 -166
  177. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +276 -74
  178. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +35 -35
  179. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +114 -119
  180. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +43 -47
  181. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +67 -67
  182. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +41 -41
  183. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +70 -35
  184. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +398 -0
  185. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +254 -0
  186. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +6211 -0
  187. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +1833 -0
  188. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +618 -0
  189. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +2050 -0
  190. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +1124 -0
  191. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +373 -151
  192. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +103 -107
  193. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +158 -158
  194. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +22 -22
  195. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +19 -19
  196. data/vendor/local/share/gtk-doc/html/gio/GFile.html +935 -923
  197. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +18 -13
  198. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +71 -75
  199. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +29 -29
  200. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +18 -18
  201. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +303 -275
  202. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +27 -27
  203. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +32 -32
  204. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +29 -29
  205. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +30 -30
  206. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +31 -25
  207. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +31 -25
  208. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +27 -27
  209. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +58 -58
  210. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +38 -38
  211. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +109 -109
  212. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +26 -25
  213. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +72 -72
  214. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +120 -120
  215. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +29 -29
  216. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +24 -24
  217. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +90 -59
  218. data/vendor/local/share/gtk-doc/html/gio/GMount.html +155 -155
  219. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +76 -76
  220. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +119 -39
  221. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +100 -37
  222. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +137 -131
  223. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +560 -0
  224. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +312 -0
  225. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +348 -0
  226. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +301 -0
  227. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +116 -116
  228. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +54 -54
  229. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +2424 -0
  230. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +609 -0
  231. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +362 -148
  232. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +107 -0
  233. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +612 -326
  234. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +36 -36
  235. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +470 -108
  236. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +131 -46
  237. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +48 -259
  238. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +27 -26
  239. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +123 -119
  240. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +24 -24
  241. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +165 -0
  242. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +36 -36
  243. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +27 -27
  244. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +298 -0
  245. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +222 -0
  246. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +65 -57
  247. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +59 -51
  248. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +38 -38
  249. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +39 -39
  250. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +246 -61
  251. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +36 -36
  252. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +113 -113
  253. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +67 -71
  254. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +90 -18
  255. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +56 -14
  256. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +65 -0
  257. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -3
  258. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -3
  259. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +8 -12
  260. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +21 -4
  261. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +1598 -0
  262. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +18 -3
  263. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2412 -661
  264. data/vendor/local/share/gtk-doc/html/gio/async.html +3 -3
  265. data/vendor/local/share/gtk-doc/html/gio/ch01.html +50 -14
  266. data/vendor/local/share/gtk-doc/html/gio/ch02.html +14 -9
  267. data/vendor/local/share/gtk-doc/html/gio/ch03.html +122 -22
  268. data/vendor/local/share/gtk-doc/html/gio/{ch19.html → ch24.html} +8 -8
  269. data/vendor/local/share/gtk-doc/html/gio/{ch20.html → ch25.html} +19 -19
  270. data/vendor/local/share/gtk-doc/html/gio/{ch20s02.html → ch25s02.html} +10 -10
  271. data/vendor/local/share/gtk-doc/html/gio/{ch20s03.html → ch25s03.html} +12 -12
  272. data/vendor/local/share/gtk-doc/html/gio/ch26.html +57 -0
  273. data/vendor/local/share/gtk-doc/html/gio/ch26s02.html +59 -0
  274. data/vendor/local/share/gtk-doc/html/gio/ch26s03.html +159 -0
  275. data/vendor/local/share/gtk-doc/html/gio/ch26s04.html +46 -0
  276. data/vendor/local/share/gtk-doc/html/gio/ch26s05.html +48 -0
  277. data/vendor/local/share/gtk-doc/html/gio/ch26s06.html +277 -0
  278. data/vendor/local/share/gtk-doc/html/gio/ch26s07.html +95 -0
  279. data/vendor/local/share/gtk-doc/html/gio/ch27.html +70 -0
  280. data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +130 -0
  281. data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +202 -0
  282. data/vendor/local/share/gtk-doc/html/gio/ch27s04.html +96 -0
  283. data/vendor/local/share/gtk-doc/html/gio/ch27s05.html +823 -0
  284. data/vendor/local/share/gtk-doc/html/gio/ch27s06.html +828 -0
  285. data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
  286. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +33 -20
  287. data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
  288. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
  289. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
  290. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
  291. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +41 -0
  292. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +59 -0
  293. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +243 -0
  294. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +316 -0
  295. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +1117 -0
  296. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +216 -0
  297. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +35 -35
  298. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +58 -50
  299. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +98 -88
  300. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +15 -19
  301. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +15 -19
  302. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +908 -0
  303. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +37 -31
  304. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +97 -16
  305. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +50 -50
  306. data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +38 -38
  307. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +736 -0
  308. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +113 -122
  309. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +666 -0
  310. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +26 -10
  311. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +53 -0
  312. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +569 -68
  313. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +692 -70
  314. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +102 -0
  315. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +11 -5
  316. data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
  317. data/vendor/local/share/gtk-doc/html/gio/index.html +137 -20
  318. data/vendor/local/share/gtk-doc/html/gio/index.sgml +814 -96
  319. data/vendor/local/share/gtk-doc/html/gio/migrating.html +32 -12
  320. data/vendor/local/share/gtk-doc/html/gio/networking.html +19 -7
  321. data/vendor/local/share/gtk-doc/html/gio/permissions.html +39 -0
  322. data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
  323. data/vendor/local/share/gtk-doc/html/gio/pt02.html +112 -15
  324. data/vendor/local/share/gtk-doc/html/gio/resolver.html +8 -5
  325. data/vendor/local/share/gtk-doc/html/gio/settings.html +38 -0
  326. data/vendor/local/share/gtk-doc/html/gio/streaming.html +4 -4
  327. data/vendor/local/share/gtk-doc/html/gio/style.css +8 -0
  328. data/vendor/local/share/gtk-doc/html/gio/tools.html +44 -0
  329. data/vendor/local/share/gtk-doc/html/gio/types.html +3 -3
  330. data/vendor/local/share/gtk-doc/html/gio/utils.html +5 -5
  331. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
  332. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +77 -0
  333. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
  334. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
  335. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -7
  336. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
  337. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -3
  338. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
  339. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
  340. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
  341. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +5 -4
  342. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +359 -0
  343. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +10 -3
  344. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +8 -4
  345. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -3
  346. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +82 -3
  347. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +393 -14
  348. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +52 -52
  349. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +51 -51
  350. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +75 -74
  351. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +59 -23
  352. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +35 -35
  353. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +19 -19
  354. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +37 -37
  355. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -85
  356. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +39 -39
  357. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +69 -69
  358. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +21 -21
  359. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +130 -223
  360. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +114 -108
  361. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +25 -25
  362. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +20 -20
  363. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +87 -84
  364. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +61 -61
  365. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +96 -96
  366. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +30 -30
  367. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +33 -30
  368. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +98 -56
  369. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +2201 -0
  370. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +239 -0
  371. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +736 -256
  372. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +140 -91
  373. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +15 -15
  374. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +59 -59
  375. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +65 -65
  376. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +11 -11
  377. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +91 -28
  378. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +72 -72
  379. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +257 -73
  380. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +27 -27
  381. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +50 -50
  382. data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +37 -37
  383. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +70 -66
  384. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +14 -14
  385. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +44 -44
  386. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +20 -20
  387. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +108 -63
  388. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +151 -91
  389. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +132 -103
  390. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +83 -81
  391. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +34 -44
  392. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +442 -345
  393. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +40 -40
  394. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +19 -19
  395. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +35 -35
  396. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +72 -23
  397. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +46 -46
  398. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +15 -15
  399. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +35 -36
  400. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +130 -129
  401. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +21 -21
  402. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +30 -26
  403. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +21 -21
  404. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +245 -232
  405. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +104 -103
  406. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +171 -85
  407. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +422 -323
  408. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +24 -24
  409. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +135 -135
  410. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +18 -18
  411. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +11 -11
  412. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +13 -13
  413. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +103 -17
  414. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +189 -97
  415. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +119 -16
  416. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +24 -24
  417. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +32 -32
  418. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +53 -25
  419. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -7
  420. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
  421. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
  422. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
  423. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -3
  424. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
  425. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +11 -11
  426. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +94 -272
  427. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
  428. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +43 -26
  429. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +10 -4
  430. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +131 -32
  431. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +174 -59
  432. data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
  433. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +11 -11
  434. data/vendor/local/share/gtk-doc/html/glib/gtester.html +11 -11
  435. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +190 -73
  436. data/vendor/local/share/gtk-doc/html/glib/index.html +13 -5
  437. data/vendor/local/share/gtk-doc/html/glib/index.sgml +133 -4
  438. data/vendor/local/share/gtk-doc/html/glib/style.css +8 -0
  439. data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -3
  440. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +803 -0
  441. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +21 -21
  442. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -19
  443. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +47 -0
  444. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -3
  445. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
  446. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
  447. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
  448. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
  449. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
  450. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +6 -5
  451. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +201 -0
  452. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -3
  453. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
  454. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
  455. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
  456. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +148 -4
  457. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
  458. data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
  459. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +4 -4
  460. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +6 -6
  461. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
  462. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +14 -14
  463. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +28 -22
  464. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +29 -17
  465. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +45 -34
  466. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +130 -73
  467. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +43 -43
  468. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +83 -73
  469. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +35 -35
  470. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +71 -71
  471. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +558 -245
  472. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +358 -92
  473. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +391 -158
  474. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +47 -44
  475. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +42 -12
  476. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +6 -6
  477. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +8 -8
  478. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
  479. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +48 -9
  480. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +53 -9
  481. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
  482. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +4 -4
  483. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +5 -5
  484. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +3 -3
  485. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
  486. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
  487. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +3 -3
  488. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
  489. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
  490. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +8 -8
  491. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
  492. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
  493. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +4 -4
  494. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
  495. data/vendor/local/share/gtk-doc/html/gobject/index.html +15 -10
  496. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +53 -1
  497. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
  498. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
  499. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
  500. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
  501. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +7 -4
  502. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +6 -6
  503. data/vendor/local/share/gtk-doc/html/gobject/signal.html +11 -11
  504. data/vendor/local/share/gtk-doc/html/gobject/style.css +8 -0
  505. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
  506. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
  507. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +3 -3
  508. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
  509. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
  510. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +44 -50
  511. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +45 -51
  512. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +44 -61
  513. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +89 -101
  514. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +173 -171
  515. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -27
  516. data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -24
  517. data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -24
  518. data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -24
  519. data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +3 -24
  520. data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +5 -26
  521. data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -24
  522. data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +5 -26
  523. data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -26
  524. data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -24
  525. data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +3 -24
  526. data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +3 -24
  527. data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -24
  528. data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +6 -27
  529. data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +22 -43
  530. data/vendor/local/share/gtk-doc/html/pango/index-all.html +70 -91
  531. data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -24
  532. data/vendor/local/share/gtk-doc/html/pango/index.html +5 -26
  533. data/vendor/local/share/gtk-doc/html/pango/index.sgml +31 -30
  534. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +6 -27
  535. data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +20 -39
  536. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +73 -88
  537. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +405 -320
  538. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +85 -97
  539. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +69 -84
  540. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +695 -645
  541. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +225 -228
  542. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +523 -494
  543. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +819 -742
  544. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +203 -204
  545. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +58 -75
  546. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +422 -405
  547. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +144 -142
  548. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +120 -130
  549. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +618 -576
  550. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +397 -384
  551. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +44 -58
  552. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +73 -84
  553. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +220 -217
  554. data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +303 -302
  555. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +293 -292
  556. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +5 -26
  557. data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +1009 -0
  558. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +7 -28
  559. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +68 -68
  560. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +72 -72
  561. data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -24
  562. data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -24
  563. data/vendor/local/share/gtk-doc/html/pango/style.css +21 -13
  564. data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -24
  565. data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
  566. data/vendor/local/share/locale/am/LC_MESSAGES/glib20.mo +0 -0
  567. data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
  568. data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
  569. data/vendor/local/share/locale/ast/LC_MESSAGES/glib20.mo +0 -0
  570. data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
  571. data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
  572. data/vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo +0 -0
  573. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  574. data/vendor/local/share/locale/bn/LC_MESSAGES/glib20.mo +0 -0
  575. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
  576. data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
  577. data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
  578. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
  579. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  580. data/vendor/local/share/locale/cy/LC_MESSAGES/glib20.mo +0 -0
  581. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  582. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  583. data/vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo +0 -0
  584. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  585. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo +0 -0
  586. data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
  587. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  588. data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
  589. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  590. data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
  591. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  592. data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
  593. data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
  594. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  595. data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
  596. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  597. data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
  598. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  599. data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
  600. data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
  601. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  602. data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
  603. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  604. data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
  605. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  606. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  607. data/vendor/local/share/locale/ka/LC_MESSAGES/glib20.mo +0 -0
  608. data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
  609. data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
  610. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  611. data/vendor/local/share/locale/ku/LC_MESSAGES/glib20.mo +0 -0
  612. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  613. data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
  614. data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
  615. data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
  616. data/vendor/local/share/locale/mk/LC_MESSAGES/glib20.mo +0 -0
  617. data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
  618. data/vendor/local/share/locale/mn/LC_MESSAGES/glib20.mo +0 -0
  619. data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
  620. data/vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo +0 -0
  621. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  622. data/vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo +0 -0
  623. data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
  624. data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
  625. data/vendor/local/share/locale/nn/LC_MESSAGES/glib20.mo +0 -0
  626. data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
  627. data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
  628. data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
  629. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  630. data/vendor/local/share/locale/ps/LC_MESSAGES/glib20.mo +0 -0
  631. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  632. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  633. data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
  634. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  635. data/vendor/local/share/locale/rw/LC_MESSAGES/glib20.mo +0 -0
  636. data/vendor/local/share/locale/si/LC_MESSAGES/glib20.mo +0 -0
  637. data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
  638. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  639. data/vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo +0 -0
  640. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  641. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo +0 -0
  642. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  643. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  644. data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
  645. data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
  646. data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
  647. data/vendor/local/share/locale/tl/LC_MESSAGES/glib20.mo +0 -0
  648. data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
  649. data/vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo +0 -0
  650. data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
  651. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  652. data/vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo +0 -0
  653. data/vendor/local/share/locale/xh/LC_MESSAGES/glib20.mo +0 -0
  654. data/vendor/local/share/locale/yi/LC_MESSAGES/glib20.mo +0 -0
  655. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  656. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
  657. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  658. data/vendor/local/share/man/man1/glib-genmarshal.1 +9 -4
  659. data/vendor/local/share/man/man1/glib-mkenums.1 +17 -5
  660. data/vendor/local/share/man/man1/gobject-query.1 +4 -4
  661. data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
  662. data/vendor/local/share/man/man1/pango-view.1 +1 -1
  663. data/vendor/local/src/tml/packaging/{cairo_1.10.0-1_win32.log → cairo_1.10.0-2_win32.log} +175 -174
  664. data/vendor/local/src/tml/packaging/{cairo_1.10.0-1_win32.sh → cairo_1.10.0-2_win32.sh} +11 -3
  665. data/vendor/local/src/tml/packaging/{glib_2.24.2-2_win32.log → glib_2.26.0-2_win32.log} +1102 -837
  666. data/vendor/local/src/tml/packaging/glib_2.26.0-2_win32.sh +64 -0
  667. data/vendor/local/src/tml/packaging/{pango_1.28.1-2_win32.log → pango_1.28.3-1_win32.log} +293 -413
  668. data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.sh +56 -0
  669. metadata +1471 -1389
  670. data/ext/pango/Makefile +0 -172
  671. data/ext/pango/rbpangoversion.h +0 -24
  672. data/vendor/local/manifest/cairo_1.10.0-1_win32.mft +0 -5
  673. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +0 -1002
  674. data/vendor/local/src/tml/packaging/glib_2.24.2-2_win32.sh +0 -290
  675. data/vendor/local/src/tml/packaging/pango_1.28.1-2_win32.sh +0 -579
@@ -8,29 +8,8 @@
8
8
  <link rel="up" href="rendering.html" title="Rendering with Pango">
9
9
  <link rel="prev" href="pango-Xft-Fonts-and-Rendering.html" title="Xft Fonts and Rendering">
10
10
  <link rel="next" href="pango-ATSUI-Fonts.html" title="ATSUI Fonts">
11
- <meta name="generator" content="GTK-Doc V1.13 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
- <link rel="chapter" href="pango.html" title="Basic Pango Interfaces">
14
- <link rel="chapter" href="rendering.html" title="Rendering with Pango">
15
- <link rel="chapter" href="lowlevel.html" title="Low Level Functionality">
16
- <link rel="chapter" href="tools.html" title="Pango Tools">
17
- <link rel="chapter" href="pango-hierarchy.html" title="Object Hierarchy">
18
- <link rel="index" href="index-all.html" title="Index">
19
- <link rel="index" href="index-deprecated.html" title="Index of deprecated symbols">
20
- <link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
21
- <link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
22
- <link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
23
- <link rel="index" href="index-1.8.html" title="Index of new symbols in 1.8">
24
- <link rel="index" href="index-1.10.html" title="Index of new symbols in 1.10">
25
- <link rel="index" href="index-1.12.html" title="Index of new symbols in 1.12">
26
- <link rel="index" href="index-1.14.html" title="Index of new symbols in 1.14">
27
- <link rel="index" href="index-1.16.html" title="Index of new symbols in 1.16">
28
- <link rel="index" href="index-1.18.html" title="Index of new symbols in 1.18">
29
- <link rel="index" href="index-1.20.html" title="Index of new symbols in 1.20">
30
- <link rel="index" href="index-1.22.html" title="Index of new symbols in 1.22">
31
- <link rel="index" href="index-1.24.html" title="Index of new symbols in 1.24">
32
- <link rel="index" href="index-1.26.html" title="Index of new symbols in 1.26">
33
- <link rel="index" href="index-1.28.html" title="Index of new symbols in 1.26">
34
13
  </head>
35
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
36
15
  <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@@ -51,7 +30,7 @@
51
30
  <a href="#pango-Cairo-Rendering.prerequisites" class="shortcut">Prerequisites</a>
52
31
  </td></tr>
53
32
  </table>
54
- <div class="refentry" title="Cairo Rendering">
33
+ <div class="refentry">
55
34
  <a name="pango-Cairo-Rendering"></a><div class="titlepage"></div>
56
35
  <div class="refnamediv"><table width="100%"><tr>
57
36
  <td valign="top">
@@ -60,77 +39,77 @@
60
39
  </td>
61
40
  <td valign="top" align="right"></td>
62
41
  </tr></table></div>
63
- <div class="refsynopsisdiv" title="Synopsis">
42
+ <div class="refsynopsisdiv">
64
43
  <a name="pango-Cairo-Rendering.synopsis"></a><h2>Synopsis</h2>
65
44
  <a name="PangoCairoFont"></a><a name="PangoCairoFontMap"></a><pre class="synopsis"> <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFont-struct" title="PangoCairoFont">PangoCairoFont</a>;
66
45
  <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap-struct" title="PangoCairoFontMap">PangoCairoFontMap</a>;
67
- <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-get-default" title="pango_cairo_font_map_get_default ()">pango_cairo_font_map_get_default</a> (void);
68
- <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-set-default" title="pango_cairo_font_map_set_default ()">pango_cairo_font_map_set_default</a> (<a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="returnvalue">PangoCairoFontMap</span></a> *fontmap);
69
- <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-new" title="pango_cairo_font_map_new ()">pango_cairo_font_map_new</a> (void);
46
+ <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-get-default" title="pango_cairo_font_map_get_default ()">pango_cairo_font_map_get_default</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
47
+ <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-set-default" title="pango_cairo_font_map_set_default ()">pango_cairo_font_map_set_default</a> (<em class="parameter"><code><a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> *fontmap</code></em>);
48
+ <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-new" title="pango_cairo_font_map_new ()">pango_cairo_font_map_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
70
49
  <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-new-for-font-type" title="pango_cairo_font_map_new_for_font_type ()">pango_cairo_font_map_new_for_font_type</a>
71
- (<a href="/usr/share/gtk-doc/html/cairo/cairo-font-face.html#cairo-font-type-t"><span class="returnvalue">cairo_font_type_t</span></a> fonttype);
72
- <a href="/usr/share/gtk-doc/html/cairo/cairo-font-face.html#cairo-font-type-t"><span class="returnvalue">cairo_font_type_t</span></a> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-get-font-type" title="pango_cairo_font_map_get_font_type ()">pango_cairo_font_map_get_font_type</a> (<a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="returnvalue">PangoCairoFontMap</span></a> *fontmap);
73
- <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-set-resolution" title="pango_cairo_font_map_set_resolution ()">pango_cairo_font_map_set_resolution</a> (<a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="returnvalue">PangoCairoFontMap</span></a> *fontmap,
74
- <span class="returnvalue">double</span> dpi);
75
- <span class="returnvalue">double</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-get-resolution" title="pango_cairo_font_map_get_resolution ()">pango_cairo_font_map_get_resolution</a> (<a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="returnvalue">PangoCairoFontMap</span></a> *fontmap);
76
- <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-create-context" title="pango_cairo_font_map_create_context ()">pango_cairo_font_map_create_context</a> (<a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="returnvalue">PangoCairoFontMap</span></a> *fontmap);
77
- <a href="/usr/share/gtk-doc/html/cairo/cairo-scaled-font.html#cairo-scaled-font-t"><span class="returnvalue">cairo_scaled_font_t</span></a> * <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-get-scaled-font" title="pango_cairo_font_get_scaled_font ()">pango_cairo_font_get_scaled_font</a> (<a class="link" href="pango-Cairo-Rendering.html#PangoCairoFont"><span class="returnvalue">PangoCairoFont</span></a> *font);
78
- <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-set-resolution" title="pango_cairo_context_set_resolution ()">pango_cairo_context_set_resolution</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> *context,
79
- <span class="returnvalue">double</span> dpi);
80
- <span class="returnvalue">double</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-get-resolution" title="pango_cairo_context_get_resolution ()">pango_cairo_context_get_resolution</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> *context);
50
+ (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-font-face.html#cairo-font-type-t"><span class="type">cairo_font_type_t</span></a> fonttype</code></em>);
51
+ <a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-font-face.html#cairo-font-type-t"><span class="returnvalue">cairo_font_type_t</span></a> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-get-font-type" title="pango_cairo_font_map_get_font_type ()">pango_cairo_font_map_get_font_type</a> (<em class="parameter"><code><a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> *fontmap</code></em>);
52
+ <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-set-resolution" title="pango_cairo_font_map_set_resolution ()">pango_cairo_font_map_set_resolution</a> (<em class="parameter"><code><a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> *fontmap</code></em>,
53
+ <em class="parameter"><code><span class="type">double</span> dpi</code></em>);
54
+ <span class="returnvalue">double</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-get-resolution" title="pango_cairo_font_map_get_resolution ()">pango_cairo_font_map_get_resolution</a> (<em class="parameter"><code><a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> *fontmap</code></em>);
55
+ <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-create-context" title="pango_cairo_font_map_create_context ()">pango_cairo_font_map_create_context</a> (<em class="parameter"><code><a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> *fontmap</code></em>);
56
+ <a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-scaled-font.html#cairo-scaled-font-t"><span class="returnvalue">cairo_scaled_font_t</span></a> * <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-get-scaled-font" title="pango_cairo_font_get_scaled_font ()">pango_cairo_font_get_scaled_font</a> (<em class="parameter"><code><a class="link" href="pango-Cairo-Rendering.html#PangoCairoFont"><span class="type">PangoCairoFont</span></a> *font</code></em>);
57
+ <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-set-resolution" title="pango_cairo_context_set_resolution ()">pango_cairo_context_set_resolution</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
58
+ <em class="parameter"><code><span class="type">double</span> dpi</code></em>);
59
+ <span class="returnvalue">double</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-get-resolution" title="pango_cairo_context_get_resolution ()">pango_cairo_context_get_resolution</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);
81
60
  <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-set-font-options" title="pango_cairo_context_set_font_options ()">pango_cairo_context_set_font_options</a>
82
- (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> *context,
83
- const <a href="/usr/share/gtk-doc/html/cairo/cairo-font-options.html#cairo-font-options-t"><span class="returnvalue">cairo_font_options_t</span></a> *options);
84
- const <a href="/usr/share/gtk-doc/html/cairo/cairo-font-options.html#cairo-font-options-t"><span class="returnvalue">cairo_font_options_t</span></a> * <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-get-font-options" title="pango_cairo_context_get_font_options ()">pango_cairo_context_get_font_options</a>
85
- (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> *context);
86
- <span class="returnvalue">void</span> (<a class="link" href="pango-Cairo-Rendering.html#PangoCairoShapeRendererFunc" title="PangoCairoShapeRendererFunc ()">*PangoCairoShapeRendererFunc</a>) (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
87
- <a class="link" href="pango-Text-Attributes.html#PangoAttrShape" title="PangoAttrShape"><span class="returnvalue">PangoAttrShape</span></a> *attr,
88
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> do_path,
89
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> data);
61
+ (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
62
+ <em class="parameter"><code>const <a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-font-options.html#cairo-font-options-t"><span class="type">cairo_font_options_t</span></a> *options</code></em>);
63
+ const <a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-font-options.html#cairo-font-options-t"><span class="returnvalue">cairo_font_options_t</span></a> * <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-get-font-options" title="pango_cairo_context_get_font_options ()">pango_cairo_context_get_font_options</a>
64
+ (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);
65
+ <span class="returnvalue">void</span> (<a class="link" href="pango-Cairo-Rendering.html#PangoCairoShapeRendererFunc" title="PangoCairoShapeRendererFunc ()">*PangoCairoShapeRendererFunc</a>) (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
66
+ <em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrShape" title="struct PangoAttrShape"><span class="type">PangoAttrShape</span></a> *attr</code></em>,
67
+ <em class="parameter"><code><span class="type">gboolean</span> do_path</code></em>,
68
+ <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
90
69
  <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-set-shape-renderer" title="pango_cairo_context_set_shape_renderer ()">pango_cairo_context_set_shape_renderer</a>
91
- (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> *context,
92
- <a class="link" href="pango-Cairo-Rendering.html#PangoCairoShapeRendererFunc" title="PangoCairoShapeRendererFunc ()"><span class="returnvalue">PangoCairoShapeRendererFunc</span></a> func,
93
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> data,
94
- <a href="/usr/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="returnvalue">GDestroyNotify</span></a> dnotify);
70
+ (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
71
+ <em class="parameter"><code><a class="link" href="pango-Cairo-Rendering.html#PangoCairoShapeRendererFunc" title="PangoCairoShapeRendererFunc ()"><span class="type">PangoCairoShapeRendererFunc</span></a> func</code></em>,
72
+ <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
73
+ <em class="parameter"><code><span class="type">GDestroyNotify</span> dnotify</code></em>);
95
74
  <a class="link" href="pango-Cairo-Rendering.html#PangoCairoShapeRendererFunc" title="PangoCairoShapeRendererFunc ()"><span class="returnvalue">PangoCairoShapeRendererFunc</span></a> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-get-shape-renderer" title="pango_cairo_context_get_shape_renderer ()">pango_cairo_context_get_shape_renderer</a>
96
- (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> *context,
97
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> *data);
98
- <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-create-context" title="pango_cairo_create_context ()">pango_cairo_create_context</a> (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr);
99
- <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-update-context" title="pango_cairo_update_context ()">pango_cairo_update_context</a> (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
100
- <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> *context);
101
- <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> * <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-create-layout" title="pango_cairo_create_layout ()">pango_cairo_create_layout</a> (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr);
102
- <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-update-layout" title="pango_cairo_update_layout ()">pango_cairo_update_layout</a> (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
103
- <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> *layout);
104
- <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-show-glyph-string" title="pango_cairo_show_glyph_string ()">pango_cairo_show_glyph_string</a> (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
105
- <a class="link" href="pango-Fonts.html#PangoFont"><span class="returnvalue">PangoFont</span></a> *font,
106
- <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="returnvalue">PangoGlyphString</span></a> *glyphs);
107
- <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-show-glyph-item" title="pango_cairo_show_glyph_item ()">pango_cairo_show_glyph_item</a> (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
108
- const <span class="returnvalue">char</span> *text,
109
- <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem" title="PangoGlyphItem"><span class="returnvalue">PangoGlyphItem</span></a> *glyph_item);
110
- <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-show-layout-line" title="pango_cairo_show_layout_line ()">pango_cairo_show_layout_line</a> (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
111
- <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="PangoLayoutLine"><span class="returnvalue">PangoLayoutLine</span></a> *line);
112
- <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-show-layout" title="pango_cairo_show_layout ()">pango_cairo_show_layout</a> (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
113
- <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> *layout);
114
- <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-show-error-underline" title="pango_cairo_show_error_underline ()">pango_cairo_show_error_underline</a> (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
115
- <span class="returnvalue">double</span> x,
116
- <span class="returnvalue">double</span> y,
117
- <span class="returnvalue">double</span> width,
118
- <span class="returnvalue">double</span> height);
119
- <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-glyph-string-path" title="pango_cairo_glyph_string_path ()">pango_cairo_glyph_string_path</a> (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
120
- <a class="link" href="pango-Fonts.html#PangoFont"><span class="returnvalue">PangoFont</span></a> *font,
121
- <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="returnvalue">PangoGlyphString</span></a> *glyphs);
122
- <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-layout-line-path" title="pango_cairo_layout_line_path ()">pango_cairo_layout_line_path</a> (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
123
- <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="PangoLayoutLine"><span class="returnvalue">PangoLayoutLine</span></a> *line);
124
- <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-layout-path" title="pango_cairo_layout_path ()">pango_cairo_layout_path</a> (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
125
- <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> *layout);
126
- <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-error-underline-path" title="pango_cairo_error_underline_path ()">pango_cairo_error_underline_path</a> (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
127
- <span class="returnvalue">double</span> x,
128
- <span class="returnvalue">double</span> y,
129
- <span class="returnvalue">double</span> width,
130
- <span class="returnvalue">double</span> height);
75
+ (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
76
+ <em class="parameter"><code><span class="type">gpointer</span> *data</code></em>);
77
+ <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-create-context" title="pango_cairo_create_context ()">pango_cairo_create_context</a> (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>);
78
+ <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-update-context" title="pango_cairo_update_context ()">pango_cairo_update_context</a> (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
79
+ <em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);
80
+ <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> * <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-create-layout" title="pango_cairo_create_layout ()">pango_cairo_create_layout</a> (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>);
81
+ <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-update-layout" title="pango_cairo_update_layout ()">pango_cairo_update_layout</a> (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
82
+ <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);
83
+ <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-show-glyph-string" title="pango_cairo_show_glyph_string ()">pango_cairo_show_glyph_string</a> (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
84
+ <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
85
+ <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);
86
+ <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-show-glyph-item" title="pango_cairo_show_glyph_item ()">pango_cairo_show_glyph_item</a> (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
87
+ <em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
88
+ <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem" title="struct PangoGlyphItem"><span class="type">PangoGlyphItem</span></a> *glyph_item</code></em>);
89
+ <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-show-layout-line" title="pango_cairo_show_layout_line ()">pango_cairo_show_layout_line</a> (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
90
+ <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>);
91
+ <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-show-layout" title="pango_cairo_show_layout ()">pango_cairo_show_layout</a> (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
92
+ <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);
93
+ <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-show-error-underline" title="pango_cairo_show_error_underline ()">pango_cairo_show_error_underline</a> (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
94
+ <em class="parameter"><code><span class="type">double</span> x</code></em>,
95
+ <em class="parameter"><code><span class="type">double</span> y</code></em>,
96
+ <em class="parameter"><code><span class="type">double</span> width</code></em>,
97
+ <em class="parameter"><code><span class="type">double</span> height</code></em>);
98
+ <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-glyph-string-path" title="pango_cairo_glyph_string_path ()">pango_cairo_glyph_string_path</a> (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
99
+ <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
100
+ <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);
101
+ <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-layout-line-path" title="pango_cairo_layout_line_path ()">pango_cairo_layout_line_path</a> (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
102
+ <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>);
103
+ <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-layout-path" title="pango_cairo_layout_path ()">pango_cairo_layout_path</a> (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
104
+ <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);
105
+ <span class="returnvalue">void</span> <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-error-underline-path" title="pango_cairo_error_underline_path ()">pango_cairo_error_underline_path</a> (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
106
+ <em class="parameter"><code><span class="type">double</span> x</code></em>,
107
+ <em class="parameter"><code><span class="type">double</span> y</code></em>,
108
+ <em class="parameter"><code><span class="type">double</span> width</code></em>,
109
+ <em class="parameter"><code><span class="type">double</span> height</code></em>);
131
110
  </pre>
132
111
  </div>
133
- <div class="refsect1" title="Object Hierarchy">
112
+ <div class="refsect1">
134
113
  <a name="pango-Cairo-Rendering.object-hierarchy"></a><h2>Object Hierarchy</h2>
135
114
  <pre class="synopsis">
136
115
  GInterface
@@ -141,7 +120,7 @@ const <a href="/usr/share/gtk-doc/html/cairo/cairo-font-options.html#cairo-font-
141
120
  +----PangoCairoFontMap
142
121
  </pre>
143
122
  </div>
144
- <div class="refsect1" title="Prerequisites">
123
+ <div class="refsect1">
145
124
  <a name="pango-Cairo-Rendering.prerequisites"></a><h2>Prerequisites</h2>
146
125
  <p>
147
126
  PangoCairoFont requires
@@ -150,7 +129,7 @@ PangoCairoFont requires
150
129
  PangoCairoFontMap requires
151
130
  <a class="link" href="pango-Fonts.html#PangoFontMap">PangoFontMap</a>.</p>
152
131
  </div>
153
- <div class="refsect1" title="Description">
132
+ <div class="refsect1">
154
133
  <a name="pango-Cairo-Rendering.description"></a><h2>Description</h2>
155
134
  <p>
156
135
  The <a class="ulink" href="http://cairographics.org" target="_top">Cairo library</a> is a
@@ -185,77 +164,153 @@ to the floating point units used in Cairo divide by <a class="link" href="pango-
185
164
  </p>
186
165
  <div class="example">
187
166
  <a name="rotated-example"></a><p class="title"><b>Example 1. Using Pango with Cairo</b></p>
188
- <div class="example-contents"><pre class="programlisting">
189
- #include &lt;math.h&gt;
190
- #include &lt;pango/pangocairo.h&gt;
191
- static void
167
+ <div class="example-contents">
168
+ <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
169
+ <tbody>
170
+ <tr>
171
+ <td class="listing_lines" align="right"><pre>1
172
+ 2
173
+ 3
174
+ 4
175
+ 5
176
+ 6
177
+ 7
178
+ 8
179
+ 9
180
+ 10
181
+ 11
182
+ 12
183
+ 13
184
+ 14
185
+ 15
186
+ 16
187
+ 17
188
+ 18
189
+ 19
190
+ 20
191
+ 21
192
+ 22
193
+ 23
194
+ 24
195
+ 25
196
+ 26
197
+ 27
198
+ 28
199
+ 29
200
+ 30
201
+ 31
202
+ 32
203
+ 33
204
+ 34
205
+ 35
206
+ 36
207
+ 37
208
+ 38
209
+ 39
210
+ 40
211
+ 41
212
+ 42
213
+ 43
214
+ 44
215
+ 45
216
+ 46
217
+ 47
218
+ 48
219
+ 49
220
+ 50
221
+ 51
222
+ 52
223
+ 53
224
+ 54
225
+ 55
226
+ 56
227
+ 57
228
+ 58
229
+ 59
230
+ 60
231
+ 61
232
+ 62
233
+ 63
234
+ 64
235
+ 65
236
+ 66
237
+ 67
238
+ 68
239
+ 69</pre></td>
240
+ <td class="listing_code"><pre class="programlisting"><span class="preproc">#include </span><span class="number">&lt;math.h&gt;</span>
241
+ <span class="preproc">#include </span><span class="number">&lt;pango/pangocairo.h&gt;</span>
242
+ <span class="type">static</span> <span class="type">void</span>
192
243
  draw_text (cairo_t *cr)
193
244
  {
194
- #define RADIUS 150
195
- #define N_WORDS 10
196
- #define FONT "Sans Bold 27"
245
+ <span class="preproc">#define RADIUS </span><span class="number">150</span>
246
+ <span class="preproc">#define N_WORDS </span><span class="number">10</span>
247
+ <span class="preproc">#define FONT </span><span class="number">&quot;Sans Bold 27&quot;</span>
197
248
  PangoLayout *layout;
198
249
  PangoFontDescription *desc;
199
- int i;
200
- /* Center coordinates on the middle of the region we are drawing
201
- */
250
+ <span class="type">int</span> i;
251
+ <span class="comment">/*</span><span class="comment"> Center coordinates on the middle of the region we are drawing</span>
252
+ <span class="comment"> </span><span class="comment">*/</span>
202
253
  cairo_translate (cr, RADIUS, RADIUS);
203
- /* Create a PangoLayout, set the font and text */
254
+ <span class="comment">/*</span><span class="comment"> Create a PangoLayout, set the font and text </span><span class="comment">*/</span>
204
255
  layout = pango_cairo_create_layout (cr);
205
- pango_layout_set_text (layout, "Text", -1);
256
+ pango_layout_set_text (layout, <span class="number">&quot;Text&quot;</span>, -<span class="number">1</span>);
206
257
  desc = pango_font_description_from_string (FONT);
207
258
  pango_layout_set_font_description (layout, desc);
208
259
  pango_font_description_free (desc);
209
- /* Draw the layout N_WORDS times in a circle */
210
- for (i = 0; i &lt; N_WORDS; i++)
260
+ <span class="comment">/*</span><span class="comment"> Draw the layout N_WORDS times in a circle </span><span class="comment">*/</span>
261
+ <span class="keyword">for</span> (i = <span class="number">0</span>; i &lt; N_WORDS; i++)
211
262
  {
212
- int width, height;
213
- double angle = (360. * i) / N_WORDS;
214
- double red;
263
+ <span class="type">int</span> width, height;
264
+ <span class="type">double</span> angle = (<span class="number">360.</span> * i) / N_WORDS;
265
+ <span class="type">double</span> red;
215
266
  cairo_save (cr);
216
- /* Gradient from red at angle == 60 to blue at angle == 240 */
217
- red = (1 + cos ((angle - 60) * G_PI / 180.)) / 2;
218
- cairo_set_source_rgb (cr, red, 0, 1.0 - red);
219
- cairo_rotate (cr, angle * G_PI / 180.);
220
- /* Inform Pango to re-layout the text with the new transformation */
267
+ <span class="comment">/*</span><span class="comment"> Gradient from red at angle == 60 to blue at angle == 240 </span><span class="comment">*/</span>
268
+ red = (<span class="number">1</span> + cos ((angle - <span class="number">60</span>) * G_PI / <span class="number">180.</span>)) / <span class="number">2</span>;
269
+ cairo_set_source_rgb (cr, red, <span class="number">0</span>, <span class="number">1.0</span> - red);
270
+ cairo_rotate (cr, angle * G_PI / <span class="number">180.</span>);
271
+ <span class="comment">/*</span><span class="comment"> Inform Pango to re-layout the text with the new transformation </span><span class="comment">*/</span>
221
272
  pango_cairo_update_layout (cr, layout);
222
273
  pango_layout_get_size (layout, &amp;width, &amp;height);
223
- cairo_move_to (cr, - ((double)width / PANGO_SCALE) / 2, - RADIUS);
274
+ cairo_move_to (cr, - ((<span class="type">double</span>)width / PANGO_SCALE) / <span class="number">2</span>, - RADIUS);
224
275
  pango_cairo_show_layout (cr, layout);
225
276
  cairo_restore (cr);
226
277
  }
227
- /* free the layout object */
278
+ <span class="comment">/*</span><span class="comment"> free the layout object </span><span class="comment">*/</span>
228
279
  g_object_unref (layout);
229
280
  }
230
- int main (int argc, char **argv)
281
+ <span class="type">int</span> main (<span class="type">int</span> argc, <span class="type">char</span> **argv)
231
282
  {
232
283
  cairo_t *cr;
233
- char *filename;
284
+ <span class="type">char</span> *filename;
234
285
  cairo_status_t status;
235
286
  cairo_surface_t *surface;
236
- if (argc != 2)
287
+ <span class="keyword">if</span> (argc != <span class="number">2</span>)
237
288
  {
238
- g_printerr ("Usage: cairosimple OUTPUT_FILENAME\n");
239
- return 1;
289
+ g_printerr (<span class="number">&quot;Usage: cairosimple OUTPUT_FILENAME</span><span class="symbol">\n</span><span class="number">&quot;</span>);
290
+ <span class="keyword">return</span> <span class="number">1</span>;
240
291
  }
241
- filename = argv[1];
292
+ filename = argv[<span class="number">1</span>];
242
293
  surface = cairo_image_surface_create (CAIRO_FORMAT_ARGB32,
243
- 2 * RADIUS, 2 * RADIUS);
294
+ <span class="number">2</span> * RADIUS, <span class="number">2</span> * RADIUS);
244
295
  cr = cairo_create (surface);
245
- cairo_set_source_rgb (cr, 1.0, 1.0, 1.0);
296
+ cairo_set_source_rgb (cr, <span class="number">1.0</span>, <span class="number">1.0</span>, <span class="number">1.0</span>);
246
297
  cairo_paint (cr);
247
298
  draw_text (cr);
248
299
  cairo_destroy (cr);
249
300
  status = cairo_surface_write_to_png (surface, filename);
250
301
  cairo_surface_destroy (surface);
251
- if (status != CAIRO_STATUS_SUCCESS)
302
+ <span class="keyword">if</span> (status != CAIRO_STATUS_SUCCESS)
252
303
  {
253
- g_printerr ("Could not save png to '%s'\n", filename);
254
- return 1;
304
+ g_printerr (<span class="number">&quot;Could not save png to '</span><span class="symbol">%s</span><span class="number">'</span><span class="symbol">\n</span><span class="number">&quot;</span>, filename);
305
+ <span class="keyword">return</span> <span class="number">1</span>;
255
306
  }
256
- return 0;
257
- }
258
- </pre></div>
307
+ <span class="keyword">return</span> <span class="number">0</span>;
308
+ }</pre></td>
309
+ </tr>
310
+ </tbody>
311
+ </table>
312
+ </div>
313
+
259
314
  </div>
260
315
  <br class="example-break"><div class="figure">
261
316
  <a name="rotated-example-output"></a><p class="title"><b>Figure 2. Output of <a class="xref" href="pango-Cairo-Rendering.html#rotated-example" title="Example 1. Using Pango with Cairo">Example 1, “Using Pango with Cairo”</a></b></p>
@@ -263,31 +318,33 @@ int main (int argc, char **argv)
263
318
  </div>
264
319
  <br class="figure-break">
265
320
  </div>
266
- <div class="refsect1" title="Details">
321
+ <div class="refsect1">
267
322
  <a name="pango-Cairo-Rendering.details"></a><h2>Details</h2>
268
- <div class="refsect2" title="PangoCairoFont">
323
+ <div class="refsect2">
269
324
  <a name="PangoCairoFont-struct"></a><h3>PangoCairoFont</h3>
270
325
  <pre class="programlisting">typedef struct _PangoCairoFont PangoCairoFont;</pre>
271
326
  <p>
272
327
  <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFont"><span class="type">PangoCairoFont</span></a> is an interface exported by fonts for
273
328
  use with Cairo. The actual type of the font will depend
274
- on the particular font technology Cairo was compiled to use.</p>
329
+ on the particular font technology Cairo was compiled to use.
330
+ </p>
275
331
  <p class="since">Since 1.18</p>
276
332
  </div>
277
333
  <hr>
278
- <div class="refsect2" title="PangoCairoFontMap">
334
+ <div class="refsect2">
279
335
  <a name="PangoCairoFontMap-struct"></a><h3>PangoCairoFontMap</h3>
280
336
  <pre class="programlisting">typedef struct _PangoCairoFontMap PangoCairoFontMap;</pre>
281
337
  <p>
282
338
  <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> is an interface exported by font maps for
283
339
  use with Cairo. The actual type of the font map will depend
284
- on the particular font technology Cairo was compiled to use.</p>
340
+ on the particular font technology Cairo was compiled to use.
341
+ </p>
285
342
  <p class="since">Since 1.10</p>
286
343
  </div>
287
344
  <hr>
288
- <div class="refsect2" title="pango_cairo_font_map_get_default ()">
345
+ <div class="refsect2">
289
346
  <a name="pango-cairo-font-map-get-default"></a><h3>pango_cairo_font_map_get_default ()</h3>
290
- <pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * pango_cairo_font_map_get_default (void);</pre>
347
+ <pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * pango_cairo_font_map_get_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
291
348
  <p>
292
349
  Gets a default <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> to use with Cairo.
293
350
  </p>
@@ -301,7 +358,8 @@ You generally should only use the <a class="link" href="pango-Fonts.html#PangoFo
301
358
  The default Cairo fontmap can be changed by using
302
359
  <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-set-default" title="pango_cairo_font_map_set_default ()"><code class="function">pango_cairo_font_map_set_default()</code></a>. This can be used to
303
360
  change the Cairo font backend that the default fontmap
304
- uses for example.</p>
361
+ uses for example.
362
+ </p>
305
363
  <div class="variablelist"><table border="0">
306
364
  <col align="left" valign="top">
307
365
  <tbody><tr>
@@ -315,9 +373,9 @@ uses for example.</p>
315
373
  <p class="since">Since 1.10</p>
316
374
  </div>
317
375
  <hr>
318
- <div class="refsect2" title="pango_cairo_font_map_set_default ()">
376
+ <div class="refsect2">
319
377
  <a name="pango-cairo-font-map-set-default"></a><h3>pango_cairo_font_map_set_default ()</h3>
320
- <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_font_map_set_default (<a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="returnvalue">PangoCairoFontMap</span></a> *fontmap);</pre>
378
+ <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_font_map_set_default (<em class="parameter"><code><a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> *fontmap</code></em>);</pre>
321
379
  <p>
322
380
  Sets a default <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> to use with Cairo.
323
381
  </p>
@@ -327,23 +385,24 @@ default fontmap uses for example. The old default font map
327
385
  is unreffed and the new font map referenced.
328
386
  </p>
329
387
  <p>
330
- A value of <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>fontmap</code></em> will cause the current default
388
+ A value of <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>fontmap</code></em> will cause the current default
331
389
  font map to be released and a new default font
332
- map to be created on demand, using <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-new" title="pango_cairo_font_map_new ()"><code class="function">pango_cairo_font_map_new()</code></a>.</p>
390
+ map to be created on demand, using <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-new" title="pango_cairo_font_map_new ()"><code class="function">pango_cairo_font_map_new()</code></a>.
391
+ </p>
333
392
  <div class="variablelist"><table border="0">
334
393
  <col align="left" valign="top">
335
394
  <tbody><tr>
336
395
  <td><p><span class="term"><em class="parameter"><code>fontmap</code></em> :</span></p></td>
337
- <td> The new default font map, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
396
+ <td>The new default font map, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
338
397
  </td>
339
398
  </tr></tbody>
340
399
  </table></div>
341
400
  <p class="since">Since 1.22</p>
342
401
  </div>
343
402
  <hr>
344
- <div class="refsect2" title="pango_cairo_font_map_new ()">
403
+ <div class="refsect2">
345
404
  <a name="pango-cairo-font-map-new"></a><h3>pango_cairo_font_map_new ()</h3>
346
- <pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * pango_cairo_font_map_new (void);</pre>
405
+ <pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * pango_cairo_font_map_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
347
406
  <p>
348
407
  Creates a new <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> object; a fontmap is used
349
408
  to cache information about available fonts, and holds
@@ -355,13 +414,14 @@ instead.
355
414
  Note that the type of the returned object will depend
356
415
  on the particular font backend Cairo was compiled to use;
357
416
  You generally should only use the <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> and
358
- <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> interfaces on the returned object.</p>
417
+ <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> interfaces on the returned object.
418
+ </p>
359
419
  <div class="variablelist"><table border="0">
360
420
  <col align="left" valign="top">
361
421
  <tbody><tr>
362
422
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
363
423
  <td> the newly allocated <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a>, which should
364
- be freed with <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.
424
+ be freed with <code class="function">g_object_unref()</code>.
365
425
 
366
426
  </td>
367
427
  </tr></tbody>
@@ -369,10 +429,10 @@ You generally should only use the <a class="link" href="pango-Fonts.html#PangoFo
369
429
  <p class="since">Since 1.10</p>
370
430
  </div>
371
431
  <hr>
372
- <div class="refsect2" title="pango_cairo_font_map_new_for_font_type ()">
432
+ <div class="refsect2">
373
433
  <a name="pango-cairo-font-map-new-for-font-type"></a><h3>pango_cairo_font_map_new_for_font_type ()</h3>
374
434
  <pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * pango_cairo_font_map_new_for_font_type
375
- (<a href="/usr/share/gtk-doc/html/cairo/cairo-font-face.html#cairo-font-type-t"><span class="returnvalue">cairo_font_type_t</span></a> fonttype);</pre>
435
+ (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-font-face.html#cairo-font-type-t"><span class="type">cairo_font_type_t</span></a> fonttype</code></em>);</pre>
376
436
  <p>
377
437
  Creates a new <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> object of the type suitable
378
438
  to be used with cairo font backend of type <em class="parameter"><code>fonttype</code></em>.
@@ -380,20 +440,21 @@ to be used with cairo font backend of type <em class="parameter"><code>fonttype<
380
440
  <p>
381
441
  In most cases one should simply use @<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-new" title="pango_cairo_font_map_new ()"><code class="function">pango_cairo_font_map_new()</code></a>,
382
442
  or in fact in most of those cases, just use
383
- @<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-get-default" title="pango_cairo_font_map_get_default ()"><code class="function">pango_cairo_font_map_get_default()</code></a>.</p>
443
+ @<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-get-default" title="pango_cairo_font_map_get_default ()"><code class="function">pango_cairo_font_map_get_default()</code></a>.
444
+ </p>
384
445
  <div class="variablelist"><table border="0">
385
446
  <col align="left" valign="top">
386
447
  <tbody>
387
448
  <tr>
388
449
  <td><p><span class="term"><em class="parameter"><code>fonttype</code></em> :</span></p></td>
389
- <td> desired <a href="/usr/share/gtk-doc/html/cairo/cairo-font-face.html#cairo-font-type-t"><span class="type">cairo_font_type_t</span></a>
450
+ <td>desired <a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-font-face.html#cairo-font-type-t"><span class="type">cairo_font_type_t</span></a>
390
451
  </td>
391
452
  </tr>
392
453
  <tr>
393
454
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
394
455
  <td> the newly allocated <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> of suitable type
395
- which should be freed with <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>,
396
- or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the requested cairo font backend is
456
+ which should be freed with <code class="function">g_object_unref()</code>,
457
+ or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the requested cairo font backend is
397
458
  not supported / compiled in.
398
459
 
399
460
  </td>
@@ -403,22 +464,23 @@ or in fact in most of those cases, just use
403
464
  <p class="since">Since 1.18</p>
404
465
  </div>
405
466
  <hr>
406
- <div class="refsect2" title="pango_cairo_font_map_get_font_type ()">
467
+ <div class="refsect2">
407
468
  <a name="pango-cairo-font-map-get-font-type"></a><h3>pango_cairo_font_map_get_font_type ()</h3>
408
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/cairo/cairo-font-face.html#cairo-font-type-t"><span class="returnvalue">cairo_font_type_t</span></a> pango_cairo_font_map_get_font_type (<a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="returnvalue">PangoCairoFontMap</span></a> *fontmap);</pre>
469
+ <pre class="programlisting"><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-font-face.html#cairo-font-type-t"><span class="returnvalue">cairo_font_type_t</span></a> pango_cairo_font_map_get_font_type (<em class="parameter"><code><a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> *fontmap</code></em>);</pre>
409
470
  <p>
410
- Gets the type of Cairo font backend that <em class="parameter"><code>fontmap</code></em> uses.</p>
471
+ Gets the type of Cairo font backend that <em class="parameter"><code>fontmap</code></em> uses.
472
+ </p>
411
473
  <div class="variablelist"><table border="0">
412
474
  <col align="left" valign="top">
413
475
  <tbody>
414
476
  <tr>
415
477
  <td><p><span class="term"><em class="parameter"><code>fontmap</code></em> :</span></p></td>
416
- <td> a <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a>
478
+ <td>a <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a>
417
479
  </td>
418
480
  </tr>
419
481
  <tr>
420
482
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
421
- <td> the <a href="/usr/share/gtk-doc/html/cairo/cairo-font-face.html#cairo-font-type-t"><span class="type">cairo_font_type_t</span></a> cairo font backend type
483
+ <td> the <a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-font-face.html#cairo-font-type-t"><span class="type">cairo_font_type_t</span></a> cairo font backend type
422
484
 
423
485
  </td>
424
486
  </tr>
@@ -427,26 +489,27 @@ Gets the type of Cairo font backend that <em class="parameter"><code>fontmap</co
427
489
  <p class="since">Since 1.18</p>
428
490
  </div>
429
491
  <hr>
430
- <div class="refsect2" title="pango_cairo_font_map_set_resolution ()">
492
+ <div class="refsect2">
431
493
  <a name="pango-cairo-font-map-set-resolution"></a><h3>pango_cairo_font_map_set_resolution ()</h3>
432
- <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_font_map_set_resolution (<a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="returnvalue">PangoCairoFontMap</span></a> *fontmap,
433
- <span class="returnvalue">double</span> dpi);</pre>
494
+ <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_font_map_set_resolution (<em class="parameter"><code><a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> *fontmap</code></em>,
495
+ <em class="parameter"><code><span class="type">double</span> dpi</code></em>);</pre>
434
496
  <p>
435
497
  Sets the resolution for the fontmap. This is a scale factor between
436
498
  points specified in a <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="type">PangoFontDescription</span></a> and Cairo units. The
437
499
  default value is 96, meaning that a 10 point font will be 13
438
- units high. (10 * 96. / 72. = 13.3).</p>
500
+ units high. (10 * 96. / 72. = 13.3).
501
+ </p>
439
502
  <div class="variablelist"><table border="0">
440
503
  <col align="left" valign="top">
441
504
  <tbody>
442
505
  <tr>
443
506
  <td><p><span class="term"><em class="parameter"><code>fontmap</code></em> :</span></p></td>
444
- <td> a <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a>
507
+ <td>a <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a>
445
508
  </td>
446
509
  </tr>
447
510
  <tr>
448
511
  <td><p><span class="term"><em class="parameter"><code>dpi</code></em> :</span></p></td>
449
- <td> the resolution in "dots per inch". (Physical inches aren't actually
512
+ <td>the resolution in "dots per inch". (Physical inches aren't actually
450
513
  involved; the terminology is conventional.)
451
514
  </td>
452
515
  </tr>
@@ -455,17 +518,18 @@ units high. (10 * 96. / 72. = 13.3).</p>
455
518
  <p class="since">Since 1.10</p>
456
519
  </div>
457
520
  <hr>
458
- <div class="refsect2" title="pango_cairo_font_map_get_resolution ()">
521
+ <div class="refsect2">
459
522
  <a name="pango-cairo-font-map-get-resolution"></a><h3>pango_cairo_font_map_get_resolution ()</h3>
460
- <pre class="programlisting"><span class="returnvalue">double</span> pango_cairo_font_map_get_resolution (<a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="returnvalue">PangoCairoFontMap</span></a> *fontmap);</pre>
523
+ <pre class="programlisting"><span class="returnvalue">double</span> pango_cairo_font_map_get_resolution (<em class="parameter"><code><a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> *fontmap</code></em>);</pre>
461
524
  <p>
462
- Gets the resolution for the fontmap. See <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-set-resolution" title="pango_cairo_font_map_set_resolution ()"><code class="function">pango_cairo_font_map_set_resolution()</code></a></p>
525
+ Gets the resolution for the fontmap. See <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-set-resolution" title="pango_cairo_font_map_set_resolution ()"><code class="function">pango_cairo_font_map_set_resolution()</code></a>
526
+ </p>
463
527
  <div class="variablelist"><table border="0">
464
528
  <col align="left" valign="top">
465
529
  <tbody>
466
530
  <tr>
467
531
  <td><p><span class="term"><em class="parameter"><code>fontmap</code></em> :</span></p></td>
468
- <td> a <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a>
532
+ <td>a <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a>
469
533
  </td>
470
534
  </tr>
471
535
  <tr>
@@ -479,26 +543,27 @@ Gets the resolution for the fontmap. See <a class="link" href="pango-Cairo-Rende
479
543
  <p class="since">Since 1.10</p>
480
544
  </div>
481
545
  <hr>
482
- <div class="refsect2" title="pango_cairo_font_map_create_context ()">
546
+ <div class="refsect2">
483
547
  <a name="pango-cairo-font-map-create-context"></a><h3>pango_cairo_font_map_create_context ()</h3>
484
- <pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * pango_cairo_font_map_create_context (<a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="returnvalue">PangoCairoFontMap</span></a> *fontmap);</pre>
485
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
548
+ <pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * pango_cairo_font_map_create_context (<em class="parameter"><code><a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> *fontmap</code></em>);</pre>
549
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
486
550
  <h3 class="title">Warning</h3>
487
551
  <p><code class="literal">pango_cairo_font_map_create_context</code> has been deprecated since version 1.22 and should not be used in newly-written code. Use <a class="link" href="pango-Fonts.html#pango-font-map-create-context" title="pango_font_map_create_context ()"><code class="function">pango_font_map_create_context()</code></a> instead.</p>
488
552
  </div>
489
553
  <p>
490
- Create a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> for the given fontmap.</p>
554
+ Create a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> for the given fontmap.
555
+ </p>
491
556
  <div class="variablelist"><table border="0">
492
557
  <col align="left" valign="top">
493
558
  <tbody>
494
559
  <tr>
495
560
  <td><p><span class="term"><em class="parameter"><code>fontmap</code></em> :</span></p></td>
496
- <td> a <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a>
561
+ <td>a <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a>
497
562
  </td>
498
563
  </tr>
499
564
  <tr>
500
565
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
501
- <td> the newly created context; free with <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.
566
+ <td> the newly created context; free with <code class="function">g_object_unref()</code>.
502
567
 
503
568
  </td>
504
569
  </tr>
@@ -507,25 +572,26 @@ Create a <a class="link" href="pango-Text-Processing.html#PangoContext"><span cl
507
572
  <p class="since">Since 1.10</p>
508
573
  </div>
509
574
  <hr>
510
- <div class="refsect2" title="pango_cairo_font_get_scaled_font ()">
575
+ <div class="refsect2">
511
576
  <a name="pango-cairo-font-get-scaled-font"></a><h3>pango_cairo_font_get_scaled_font ()</h3>
512
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/cairo/cairo-scaled-font.html#cairo-scaled-font-t"><span class="returnvalue">cairo_scaled_font_t</span></a> * pango_cairo_font_get_scaled_font (<a class="link" href="pango-Cairo-Rendering.html#PangoCairoFont"><span class="returnvalue">PangoCairoFont</span></a> *font);</pre>
577
+ <pre class="programlisting"><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-scaled-font.html#cairo-scaled-font-t"><span class="returnvalue">cairo_scaled_font_t</span></a> * pango_cairo_font_get_scaled_font (<em class="parameter"><code><a class="link" href="pango-Cairo-Rendering.html#PangoCairoFont"><span class="type">PangoCairoFont</span></a> *font</code></em>);</pre>
513
578
  <p>
514
- Gets the <a href="/usr/share/gtk-doc/html/cairo/cairo-scaled-font.html#cairo-scaled-font-t"><span class="type">cairo_scaled_font_t</span></a> used by <em class="parameter"><code>font</code></em>.
579
+ Gets the <a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-scaled-font.html#cairo-scaled-font-t"><span class="type">cairo_scaled_font_t</span></a> used by <em class="parameter"><code>font</code></em>.
515
580
  The scaled font can be referenced and kept using
516
- <a href="/usr/share/gtk-doc/html/cairo/cairo-scaled-font.html#cairo-scaled-font-reference"><code class="function">cairo_scaled_font_reference()</code></a>.</p>
581
+ <a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-scaled-font.html#cairo-scaled-font-reference"><code class="function">cairo_scaled_font_reference()</code></a>.
582
+ </p>
517
583
  <div class="variablelist"><table border="0">
518
584
  <col align="left" valign="top">
519
585
  <tbody>
520
586
  <tr>
521
587
  <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
522
- <td> a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> from a <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a>
588
+ <td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> from a <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a>
523
589
  </td>
524
590
  </tr>
525
591
  <tr>
526
592
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
527
- <td> the <a href="/usr/share/gtk-doc/html/cairo/cairo-scaled-font.html#cairo-scaled-font-t"><span class="type">cairo_scaled_font_t</span></a> used by <em class="parameter"><code>font</code></em>,
528
- or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>font</code></em> is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
593
+ <td> the <a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-scaled-font.html#cairo-scaled-font-t"><span class="type">cairo_scaled_font_t</span></a> used by <em class="parameter"><code>font</code></em>,
594
+ or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>font</code></em> is <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
529
595
 
530
596
  </td>
531
597
  </tr>
@@ -534,26 +600,27 @@ The scaled font can be referenced and kept using
534
600
  <p class="since">Since 1.18</p>
535
601
  </div>
536
602
  <hr>
537
- <div class="refsect2" title="pango_cairo_context_set_resolution ()">
603
+ <div class="refsect2">
538
604
  <a name="pango-cairo-context-set-resolution"></a><h3>pango_cairo_context_set_resolution ()</h3>
539
- <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_context_set_resolution (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> *context,
540
- <span class="returnvalue">double</span> dpi);</pre>
605
+ <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_context_set_resolution (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
606
+ <em class="parameter"><code><span class="type">double</span> dpi</code></em>);</pre>
541
607
  <p>
542
608
  Sets the resolution for the context. This is a scale factor between
543
609
  points specified in a <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="type">PangoFontDescription</span></a> and Cairo units. The
544
610
  default value is 96, meaning that a 10 point font will be 13
545
- units high. (10 * 96. / 72. = 13.3).</p>
611
+ units high. (10 * 96. / 72. = 13.3).
612
+ </p>
546
613
  <div class="variablelist"><table border="0">
547
614
  <col align="left" valign="top">
548
615
  <tbody>
549
616
  <tr>
550
617
  <td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
551
- <td> a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, from a pangocairo font map
618
+ <td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, from a pangocairo font map
552
619
  </td>
553
620
  </tr>
554
621
  <tr>
555
622
  <td><p><span class="term"><em class="parameter"><code>dpi</code></em> :</span></p></td>
556
- <td> the resolution in "dots per inch". (Physical inches aren't actually
623
+ <td>the resolution in "dots per inch". (Physical inches aren't actually
557
624
  involved; the terminology is conventional.) A 0 or negative value
558
625
  means to use the resolution from the font map.
559
626
  </td>
@@ -563,17 +630,18 @@ units high. (10 * 96. / 72. = 13.3).</p>
563
630
  <p class="since">Since 1.10</p>
564
631
  </div>
565
632
  <hr>
566
- <div class="refsect2" title="pango_cairo_context_get_resolution ()">
633
+ <div class="refsect2">
567
634
  <a name="pango-cairo-context-get-resolution"></a><h3>pango_cairo_context_get_resolution ()</h3>
568
- <pre class="programlisting"><span class="returnvalue">double</span> pango_cairo_context_get_resolution (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> *context);</pre>
635
+ <pre class="programlisting"><span class="returnvalue">double</span> pango_cairo_context_get_resolution (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
569
636
  <p>
570
- Gets the resolution for the context. See <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-set-resolution" title="pango_cairo_context_set_resolution ()"><code class="function">pango_cairo_context_set_resolution()</code></a></p>
637
+ Gets the resolution for the context. See <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-set-resolution" title="pango_cairo_context_set_resolution ()"><code class="function">pango_cairo_context_set_resolution()</code></a>
638
+ </p>
571
639
  <div class="variablelist"><table border="0">
572
640
  <col align="left" valign="top">
573
641
  <tbody>
574
642
  <tr>
575
643
  <td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
576
- <td> a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, from a pangocairo font map
644
+ <td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, from a pangocairo font map
577
645
  </td>
578
646
  </tr>
579
647
  <tr>
@@ -588,26 +656,27 @@ Gets the resolution for the context. See <a class="link" href="pango-Cairo-Rende
588
656
  <p class="since">Since 1.10</p>
589
657
  </div>
590
658
  <hr>
591
- <div class="refsect2" title="pango_cairo_context_set_font_options ()">
659
+ <div class="refsect2">
592
660
  <a name="pango-cairo-context-set-font-options"></a><h3>pango_cairo_context_set_font_options ()</h3>
593
661
  <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_context_set_font_options
594
- (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> *context,
595
- const <a href="/usr/share/gtk-doc/html/cairo/cairo-font-options.html#cairo-font-options-t"><span class="returnvalue">cairo_font_options_t</span></a> *options);</pre>
662
+ (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
663
+ <em class="parameter"><code>const <a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-font-options.html#cairo-font-options-t"><span class="type">cairo_font_options_t</span></a> *options</code></em>);</pre>
596
664
  <p>
597
665
  Sets the font options used when rendering text with this context.
598
666
  These options override any options that <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-update-context" title="pango_cairo_update_context ()"><code class="function">pango_cairo_update_context()</code></a>
599
- derives from the target surface.</p>
667
+ derives from the target surface.
668
+ </p>
600
669
  <div class="variablelist"><table border="0">
601
670
  <col align="left" valign="top">
602
671
  <tbody>
603
672
  <tr>
604
673
  <td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
605
- <td> a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, from a pangocairo font map
674
+ <td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, from a pangocairo font map
606
675
  </td>
607
676
  </tr>
608
677
  <tr>
609
678
  <td><p><span class="term"><em class="parameter"><code>options</code></em> :</span></p></td>
610
- <td> a <a href="/usr/share/gtk-doc/html/cairo/cairo-font-options.html#cairo-font-options-t"><span class="type">cairo_font_options_t</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset any previously set
679
+ <td>a <a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-font-options.html#cairo-font-options-t"><span class="type">cairo_font_options_t</span></a>, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to unset any previously set
611
680
  options. A copy is made.
612
681
  </td>
613
682
  </tr>
@@ -616,25 +685,26 @@ derives from the target surface.</p>
616
685
  <p class="since">Since 1.10</p>
617
686
  </div>
618
687
  <hr>
619
- <div class="refsect2" title="pango_cairo_context_get_font_options ()">
688
+ <div class="refsect2">
620
689
  <a name="pango-cairo-context-get-font-options"></a><h3>pango_cairo_context_get_font_options ()</h3>
621
- <pre class="programlisting">const <a href="/usr/share/gtk-doc/html/cairo/cairo-font-options.html#cairo-font-options-t"><span class="returnvalue">cairo_font_options_t</span></a> * pango_cairo_context_get_font_options
622
- (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> *context);</pre>
690
+ <pre class="programlisting">const <a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-font-options.html#cairo-font-options-t"><span class="returnvalue">cairo_font_options_t</span></a> * pango_cairo_context_get_font_options
691
+ (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
623
692
  <p>
624
693
  Retrieves any font rendering options previously set with
625
694
  <code class="function">pango_cairo_font_map_set_font_options()</code>. This function does not report options
626
- that are derived from the target surface by <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-update-context" title="pango_cairo_update_context ()"><code class="function">pango_cairo_update_context()</code></a></p>
695
+ that are derived from the target surface by <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-update-context" title="pango_cairo_update_context ()"><code class="function">pango_cairo_update_context()</code></a>
696
+ </p>
627
697
  <div class="variablelist"><table border="0">
628
698
  <col align="left" valign="top">
629
699
  <tbody>
630
700
  <tr>
631
701
  <td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
632
- <td> a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, from a pangocairo font map
702
+ <td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, from a pangocairo font map
633
703
  </td>
634
704
  </tr>
635
705
  <tr>
636
706
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
637
- <td> the font options previously set on the context, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
707
+ <td> the font options previously set on the context, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
638
708
  if no options have been set. This value is owned by the context
639
709
  and must not be modified or freed.
640
710
 
@@ -645,12 +715,12 @@ that are derived from the target surface by <a class="link" href="pango-Cairo-Re
645
715
  <p class="since">Since 1.10</p>
646
716
  </div>
647
717
  <hr>
648
- <div class="refsect2" title="PangoCairoShapeRendererFunc ()">
718
+ <div class="refsect2">
649
719
  <a name="PangoCairoShapeRendererFunc"></a><h3>PangoCairoShapeRendererFunc ()</h3>
650
- <pre class="programlisting"><span class="returnvalue">void</span> (*PangoCairoShapeRendererFunc) (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
651
- <a class="link" href="pango-Text-Attributes.html#PangoAttrShape" title="PangoAttrShape"><span class="returnvalue">PangoAttrShape</span></a> *attr,
652
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> do_path,
653
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> data);</pre>
720
+ <pre class="programlisting"><span class="returnvalue">void</span> (*PangoCairoShapeRendererFunc) (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
721
+ <em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrShape" title="struct PangoAttrShape"><span class="type">PangoAttrShape</span></a> *attr</code></em>,
722
+ <em class="parameter"><code><span class="type">gboolean</span> do_path</code></em>,
723
+ <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
654
724
  <p>
655
725
  Function type for rendering attributes of type <a class="link" href="pango-Text-Attributes.html#PANGO-ATTR-SHAPE:CAPS"><code class="literal">PANGO_ATTR_SHAPE</code></a>
656
726
  with Pango's Cairo renderer.
@@ -673,7 +743,7 @@ with Pango's Cairo renderer.
673
743
  <td><p><span class="term"><em class="parameter"><code>do_path</code></em> :</span></p></td>
674
744
  <td>whether only the shape path should be appended to current
675
745
  path of <em class="parameter"><code>cr</code></em> and no filling/stroking done. This will be set
676
- to <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> when called from <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-layout-path" title="pango_cairo_layout_path ()"><code class="function">pango_cairo_layout_path()</code></a> and
746
+ to <code class="literal">TRUE</code> when called from <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-layout-path" title="pango_cairo_layout_path ()"><code class="function">pango_cairo_layout_path()</code></a> and
677
747
  <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-layout-line-path" title="pango_cairo_layout_line_path ()"><code class="function">pango_cairo_layout_line_path()</code></a> rendering functions.
678
748
  </td>
679
749
  </tr>
@@ -686,40 +756,41 @@ with Pango's Cairo renderer.
686
756
  </table></div>
687
757
  </div>
688
758
  <hr>
689
- <div class="refsect2" title="pango_cairo_context_set_shape_renderer ()">
759
+ <div class="refsect2">
690
760
  <a name="pango-cairo-context-set-shape-renderer"></a><h3>pango_cairo_context_set_shape_renderer ()</h3>
691
761
  <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_context_set_shape_renderer
692
- (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> *context,
693
- <a class="link" href="pango-Cairo-Rendering.html#PangoCairoShapeRendererFunc" title="PangoCairoShapeRendererFunc ()"><span class="returnvalue">PangoCairoShapeRendererFunc</span></a> func,
694
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> data,
695
- <a href="/usr/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="returnvalue">GDestroyNotify</span></a> dnotify);</pre>
762
+ (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
763
+ <em class="parameter"><code><a class="link" href="pango-Cairo-Rendering.html#PangoCairoShapeRendererFunc" title="PangoCairoShapeRendererFunc ()"><span class="type">PangoCairoShapeRendererFunc</span></a> func</code></em>,
764
+ <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
765
+ <em class="parameter"><code><span class="type">GDestroyNotify</span> dnotify</code></em>);</pre>
696
766
  <p>
697
767
  Sets callback function for context to use for rendering attributes
698
768
  of type <a class="link" href="pango-Text-Attributes.html#PANGO-ATTR-SHAPE:CAPS"><code class="literal">PANGO_ATTR_SHAPE</code></a>. See <a class="link" href="pango-Cairo-Rendering.html#PangoCairoShapeRendererFunc" title="PangoCairoShapeRendererFunc ()"><span class="type">PangoCairoShapeRendererFunc</span></a> for
699
- details.</p>
769
+ details.
770
+ </p>
700
771
  <div class="variablelist"><table border="0">
701
772
  <col align="left" valign="top">
702
773
  <tbody>
703
774
  <tr>
704
775
  <td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
705
- <td> a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, from a pangocairo font map
776
+ <td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, from a pangocairo font map
706
777
  </td>
707
778
  </tr>
708
779
  <tr>
709
780
  <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
710
- <td> Callback function for rendering attributes of type
711
- <a class="link" href="pango-Text-Attributes.html#PANGO-ATTR-SHAPE:CAPS"><code class="literal">PANGO_ATTR_SHAPE</code></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to disable shape rendering.
781
+ <td>Callback function for rendering attributes of type
782
+ <a class="link" href="pango-Text-Attributes.html#PANGO-ATTR-SHAPE:CAPS"><code class="literal">PANGO_ATTR_SHAPE</code></a>, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to disable shape rendering.
712
783
  </td>
713
784
  </tr>
714
785
  <tr>
715
786
  <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
716
- <td> User data that will be passed to <em class="parameter"><code>func</code></em>.
787
+ <td>User data that will be passed to <em class="parameter"><code>func</code></em>.
717
788
  </td>
718
789
  </tr>
719
790
  <tr>
720
791
  <td><p><span class="term"><em class="parameter"><code>dnotify</code></em> :</span></p></td>
721
- <td> Callback that will be called when the
722
- context is freed to release <em class="parameter"><code>data</code></em>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
792
+ <td>Callback that will be called when the
793
+ context is freed to release <em class="parameter"><code>data</code></em>, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
723
794
  </td>
724
795
  </tr>
725
796
  </tbody>
@@ -727,11 +798,11 @@ details.</p>
727
798
  <p class="since">Since 1.18</p>
728
799
  </div>
729
800
  <hr>
730
- <div class="refsect2" title="pango_cairo_context_get_shape_renderer ()">
801
+ <div class="refsect2">
731
802
  <a name="pango-cairo-context-get-shape-renderer"></a><h3>pango_cairo_context_get_shape_renderer ()</h3>
732
803
  <pre class="programlisting"><a class="link" href="pango-Cairo-Rendering.html#PangoCairoShapeRendererFunc" title="PangoCairoShapeRendererFunc ()"><span class="returnvalue">PangoCairoShapeRendererFunc</span></a> pango_cairo_context_get_shape_renderer
733
- (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> *context,
734
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> *data);</pre>
804
+ (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
805
+ <em class="parameter"><code><span class="type">gpointer</span> *data</code></em>);</pre>
735
806
  <p>
736
807
  Sets callback function for context to use for rendering attributes
737
808
  of type <a class="link" href="pango-Text-Attributes.html#PANGO-ATTR-SHAPE:CAPS"><code class="literal">PANGO_ATTR_SHAPE</code></a>. See <a class="link" href="pango-Cairo-Rendering.html#PangoCairoShapeRendererFunc" title="PangoCairoShapeRendererFunc ()"><span class="type">PangoCairoShapeRendererFunc</span></a> for
@@ -740,23 +811,24 @@ details.
740
811
  <p>
741
812
  Retrieves callback function and associated user data for rendering
742
813
  attributes of type <a class="link" href="pango-Text-Attributes.html#PANGO-ATTR-SHAPE:CAPS"><code class="literal">PANGO_ATTR_SHAPE</code></a> as set by
743
- <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-set-shape-renderer" title="pango_cairo_context_set_shape_renderer ()"><code class="function">pango_cairo_context_set_shape_renderer()</code></a>, if any.</p>
814
+ <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-set-shape-renderer" title="pango_cairo_context_set_shape_renderer ()"><code class="function">pango_cairo_context_set_shape_renderer()</code></a>, if any.
815
+ </p>
744
816
  <div class="variablelist"><table border="0">
745
817
  <col align="left" valign="top">
746
818
  <tbody>
747
819
  <tr>
748
820
  <td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
749
- <td> a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, from a pangocairo font map
821
+ <td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, from a pangocairo font map
750
822
  </td>
751
823
  </tr>
752
824
  <tr>
753
825
  <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
754
- <td> Pointer to <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> to return user data
826
+ <td>Pointer to <span class="type">gpointer</span> to return user data
755
827
  </td>
756
828
  </tr>
757
829
  <tr>
758
830
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
759
- <td> the shape rendering callback previously set on the context, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
831
+ <td> the shape rendering callback previously set on the context, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
760
832
  if no shape rendering callback have been set.
761
833
 
762
834
  </td>
@@ -766,9 +838,9 @@ attributes of type <a class="link" href="pango-Text-Attributes.html#PANGO-ATTR-S
766
838
  <p class="since">Since 1.18</p>
767
839
  </div>
768
840
  <hr>
769
- <div class="refsect2" title="pango_cairo_create_context ()">
841
+ <div class="refsect2">
770
842
  <a name="pango-cairo-create-context"></a><h3>pango_cairo_create_context ()</h3>
771
- <pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * pango_cairo_create_context (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr);</pre>
843
+ <pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * pango_cairo_create_context (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
772
844
  <p>
773
845
  Creates a context object set up to match the current transformation
774
846
  and target surface of the Cairo context. This context can then be
@@ -778,19 +850,20 @@ used to create a layout using <a class="link" href="pango-Layout-Objects.html#pa
778
850
  This function is a convenience function that creates a context using
779
851
  the default font map, then updates it to <em class="parameter"><code>cr</code></em>. If you just need to
780
852
  create a layout for use with <em class="parameter"><code>cr</code></em> and do not need to access <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
781
- directly, you can use <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-create-layout" title="pango_cairo_create_layout ()"><code class="function">pango_cairo_create_layout()</code></a> instead.</p>
853
+ directly, you can use <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-create-layout" title="pango_cairo_create_layout ()"><code class="function">pango_cairo_create_layout()</code></a> instead.
854
+ </p>
782
855
  <div class="variablelist"><table border="0">
783
856
  <col align="left" valign="top">
784
857
  <tbody>
785
858
  <tr>
786
859
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
787
- <td> a Cairo context
860
+ <td>a Cairo context
788
861
  </td>
789
862
  </tr>
790
863
  <tr>
791
864
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
792
865
  <td> the newly created <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>. Free with
793
- <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.
866
+ <code class="function">g_object_unref()</code>.
794
867
 
795
868
  </td>
796
869
  </tr>
@@ -799,27 +872,28 @@ directly, you can use <a class="link" href="pango-Cairo-Rendering.html#pango-cai
799
872
  <p class="since">Since 1.22</p>
800
873
  </div>
801
874
  <hr>
802
- <div class="refsect2" title="pango_cairo_update_context ()">
875
+ <div class="refsect2">
803
876
  <a name="pango-cairo-update-context"></a><h3>pango_cairo_update_context ()</h3>
804
- <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_update_context (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
805
- <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> *context);</pre>
877
+ <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_update_context (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
878
+ <em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
806
879
  <p>
807
880
  Updates a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> previously created for use with Cairo to
808
881
  match the current transformation and target surface of a Cairo
809
882
  context. If any layouts have been created for the context,
810
883
  it's necessary to call <a class="link" href="pango-Layout-Objects.html#pango-layout-context-changed" title="pango_layout_context_changed ()"><code class="function">pango_layout_context_changed()</code></a> on those
811
- layouts.</p>
884
+ layouts.
885
+ </p>
812
886
  <div class="variablelist"><table border="0">
813
887
  <col align="left" valign="top">
814
888
  <tbody>
815
889
  <tr>
816
890
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
817
- <td> a Cairo context
891
+ <td>a Cairo context
818
892
  </td>
819
893
  </tr>
820
894
  <tr>
821
895
  <td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
822
- <td> a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, from a pangocairo font map
896
+ <td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, from a pangocairo font map
823
897
  </td>
824
898
  </tr>
825
899
  </tbody>
@@ -827,9 +901,9 @@ layouts.</p>
827
901
  <p class="since">Since 1.10</p>
828
902
  </div>
829
903
  <hr>
830
- <div class="refsect2" title="pango_cairo_create_layout ()">
904
+ <div class="refsect2">
831
905
  <a name="pango-cairo-create-layout"></a><h3>pango_cairo_create_layout ()</h3>
832
- <pre class="programlisting"><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> * pango_cairo_create_layout (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr);</pre>
906
+ <pre class="programlisting"><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> * pango_cairo_create_layout (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
833
907
  <p>
834
908
  Creates a layout object set up to match the current transformation
835
909
  and target surface of the Cairo context. This layout can then be
@@ -842,19 +916,20 @@ or target surface for <em class="parameter"><code>cr</code></em>, you need to ca
842
916
  This function is the most convenient way to use Cairo with Pango,
843
917
  however it is slightly inefficient since it creates a separate
844
918
  <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> object for each layout. This might matter in an
845
- application that was laying out large amounts of text.</p>
919
+ application that was laying out large amounts of text.
920
+ </p>
846
921
  <div class="variablelist"><table border="0">
847
922
  <col align="left" valign="top">
848
923
  <tbody>
849
924
  <tr>
850
925
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
851
- <td> a Cairo context
926
+ <td>a Cairo context
852
927
  </td>
853
928
  </tr>
854
929
  <tr>
855
930
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
856
931
  <td> the newly created <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>. Free with
857
- <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.
932
+ <code class="function">g_object_unref()</code>.
858
933
 
859
934
  </td>
860
935
  </tr>
@@ -863,25 +938,26 @@ application that was laying out large amounts of text.</p>
863
938
  <p class="since">Since 1.10</p>
864
939
  </div>
865
940
  <hr>
866
- <div class="refsect2" title="pango_cairo_update_layout ()">
941
+ <div class="refsect2">
867
942
  <a name="pango-cairo-update-layout"></a><h3>pango_cairo_update_layout ()</h3>
868
- <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_update_layout (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
869
- <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> *layout);</pre>
943
+ <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_update_layout (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
944
+ <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
870
945
  <p>
871
946
  Updates the private <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> of a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> created with
872
947
  <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-create-layout" title="pango_cairo_create_layout ()"><code class="function">pango_cairo_create_layout()</code></a> to match the current transformation
873
- and target surface of a Cairo context.</p>
948
+ and target surface of a Cairo context.
949
+ </p>
874
950
  <div class="variablelist"><table border="0">
875
951
  <col align="left" valign="top">
876
952
  <tbody>
877
953
  <tr>
878
954
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
879
- <td> a Cairo context
955
+ <td>a Cairo context
880
956
  </td>
881
957
  </tr>
882
958
  <tr>
883
959
  <td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
884
- <td> a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>, from <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-create-layout" title="pango_cairo_create_layout ()"><code class="function">pango_cairo_create_layout()</code></a>
960
+ <td>a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>, from <a class="link" href="pango-Cairo-Rendering.html#pango-cairo-create-layout" title="pango_cairo_create_layout ()"><code class="function">pango_cairo_create_layout()</code></a>
885
961
  </td>
886
962
  </tr>
887
963
  </tbody>
@@ -889,31 +965,32 @@ and target surface of a Cairo context.</p>
889
965
  <p class="since">Since 1.10</p>
890
966
  </div>
891
967
  <hr>
892
- <div class="refsect2" title="pango_cairo_show_glyph_string ()">
968
+ <div class="refsect2">
893
969
  <a name="pango-cairo-show-glyph-string"></a><h3>pango_cairo_show_glyph_string ()</h3>
894
- <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_show_glyph_string (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
895
- <a class="link" href="pango-Fonts.html#PangoFont"><span class="returnvalue">PangoFont</span></a> *font,
896
- <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="returnvalue">PangoGlyphString</span></a> *glyphs);</pre>
970
+ <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_show_glyph_string (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
971
+ <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
972
+ <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);</pre>
897
973
  <p>
898
974
  Draws the glyphs in <em class="parameter"><code>glyphs</code></em> in the specified cairo context.
899
975
  The origin of the glyphs (the left edge of the baseline) will
900
- be drawn at the current point of the cairo context.</p>
976
+ be drawn at the current point of the cairo context.
977
+ </p>
901
978
  <div class="variablelist"><table border="0">
902
979
  <col align="left" valign="top">
903
980
  <tbody>
904
981
  <tr>
905
982
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
906
- <td> a Cairo context
983
+ <td>a Cairo context
907
984
  </td>
908
985
  </tr>
909
986
  <tr>
910
987
  <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
911
- <td> a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> from a <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a>
988
+ <td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> from a <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a>
912
989
  </td>
913
990
  </tr>
914
991
  <tr>
915
992
  <td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
916
- <td> a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="type">PangoGlyphString</span></a>
993
+ <td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a>
917
994
  </td>
918
995
  </tr>
919
996
  </tbody>
@@ -921,11 +998,11 @@ be drawn at the current point of the cairo context.</p>
921
998
  <p class="since">Since 1.10</p>
922
999
  </div>
923
1000
  <hr>
924
- <div class="refsect2" title="pango_cairo_show_glyph_item ()">
1001
+ <div class="refsect2">
925
1002
  <a name="pango-cairo-show-glyph-item"></a><h3>pango_cairo_show_glyph_item ()</h3>
926
- <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_show_glyph_item (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
927
- const <span class="returnvalue">char</span> *text,
928
- <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem" title="PangoGlyphItem"><span class="returnvalue">PangoGlyphItem</span></a> *glyph_item);</pre>
1003
+ <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_show_glyph_item (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
1004
+ <em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
1005
+ <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem" title="struct PangoGlyphItem"><span class="type">PangoGlyphItem</span></a> *glyph_item</code></em>);</pre>
929
1006
  <p>
930
1007
  Draws the glyphs in <em class="parameter"><code>glyph_item</code></em> in the specified cairo context,
931
1008
  embedding the text associated with the glyphs in the output if the
@@ -938,23 +1015,24 @@ be drawn at the current point of the cairo context.
938
1015
  </p>
939
1016
  <p>
940
1017
  Note that <em class="parameter"><code>text</code></em> is the start of the text for layout, which is then
941
- indexed by <code class="literal"><em class="parameter"><code>glyph_item-&gt;item-&gt;offset</code></em></code>.</p>
1018
+ indexed by <code class="literal"><em class="parameter"><code>glyph_item-&gt;item-&gt;offset</code></em></code>.
1019
+ </p>
942
1020
  <div class="variablelist"><table border="0">
943
1021
  <col align="left" valign="top">
944
1022
  <tbody>
945
1023
  <tr>
946
1024
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
947
- <td> a Cairo context
1025
+ <td>a Cairo context
948
1026
  </td>
949
1027
  </tr>
950
1028
  <tr>
951
1029
  <td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
952
- <td> the UTF-8 text that <em class="parameter"><code>glyph_item</code></em> refers to
1030
+ <td>the UTF-8 text that <em class="parameter"><code>glyph_item</code></em> refers to
953
1031
  </td>
954
1032
  </tr>
955
1033
  <tr>
956
1034
  <td><p><span class="term"><em class="parameter"><code>glyph_item</code></em> :</span></p></td>
957
- <td> a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem" title="PangoGlyphItem"><span class="type">PangoGlyphItem</span></a>
1035
+ <td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphItem" title="struct PangoGlyphItem"><span class="type">PangoGlyphItem</span></a>
958
1036
  </td>
959
1037
  </tr>
960
1038
  </tbody>
@@ -962,25 +1040,26 @@ indexed by <code class="literal"><em class="parameter"><code>glyph_item-&gt;item
962
1040
  <p class="since">Since 1.22</p>
963
1041
  </div>
964
1042
  <hr>
965
- <div class="refsect2" title="pango_cairo_show_layout_line ()">
1043
+ <div class="refsect2">
966
1044
  <a name="pango-cairo-show-layout-line"></a><h3>pango_cairo_show_layout_line ()</h3>
967
- <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_show_layout_line (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
968
- <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="PangoLayoutLine"><span class="returnvalue">PangoLayoutLine</span></a> *line);</pre>
1045
+ <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_show_layout_line (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
1046
+ <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>);</pre>
969
1047
  <p>
970
- Draws a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> in the specified cairo context.
1048
+ Draws a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> in the specified cairo context.
971
1049
  The origin of the glyphs (the left edge of the line) will
972
- be drawn at the current point of the cairo context.</p>
1050
+ be drawn at the current point of the cairo context.
1051
+ </p>
973
1052
  <div class="variablelist"><table border="0">
974
1053
  <col align="left" valign="top">
975
1054
  <tbody>
976
1055
  <tr>
977
1056
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
978
- <td> a Cairo context
1057
+ <td>a Cairo context
979
1058
  </td>
980
1059
  </tr>
981
1060
  <tr>
982
1061
  <td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
983
- <td> a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="PangoLayoutLine"><span class="type">PangoLayoutLine</span></a>
1062
+ <td>a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a>
984
1063
  </td>
985
1064
  </tr>
986
1065
  </tbody>
@@ -988,25 +1067,26 @@ be drawn at the current point of the cairo context.</p>
988
1067
  <p class="since">Since 1.10</p>
989
1068
  </div>
990
1069
  <hr>
991
- <div class="refsect2" title="pango_cairo_show_layout ()">
1070
+ <div class="refsect2">
992
1071
  <a name="pango-cairo-show-layout"></a><h3>pango_cairo_show_layout ()</h3>
993
- <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_show_layout (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
994
- <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> *layout);</pre>
1072
+ <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_show_layout (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
1073
+ <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
995
1074
  <p>
996
1075
  Draws a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> in the specified cairo context.
997
1076
  The top-left corner of the <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> will be drawn
998
- at the current point of the cairo context.</p>
1077
+ at the current point of the cairo context.
1078
+ </p>
999
1079
  <div class="variablelist"><table border="0">
1000
1080
  <col align="left" valign="top">
1001
1081
  <tbody>
1002
1082
  <tr>
1003
1083
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1004
- <td> a Cairo context
1084
+ <td>a Cairo context
1005
1085
  </td>
1006
1086
  </tr>
1007
1087
  <tr>
1008
1088
  <td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
1009
- <td> a Pango layout
1089
+ <td>a Pango layout
1010
1090
  </td>
1011
1091
  </tr>
1012
1092
  </tbody>
@@ -1014,45 +1094,46 @@ at the current point of the cairo context.</p>
1014
1094
  <p class="since">Since 1.10</p>
1015
1095
  </div>
1016
1096
  <hr>
1017
- <div class="refsect2" title="pango_cairo_show_error_underline ()">
1097
+ <div class="refsect2">
1018
1098
  <a name="pango-cairo-show-error-underline"></a><h3>pango_cairo_show_error_underline ()</h3>
1019
- <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_show_error_underline (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
1020
- <span class="returnvalue">double</span> x,
1021
- <span class="returnvalue">double</span> y,
1022
- <span class="returnvalue">double</span> width,
1023
- <span class="returnvalue">double</span> height);</pre>
1099
+ <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_show_error_underline (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
1100
+ <em class="parameter"><code><span class="type">double</span> x</code></em>,
1101
+ <em class="parameter"><code><span class="type">double</span> y</code></em>,
1102
+ <em class="parameter"><code><span class="type">double</span> width</code></em>,
1103
+ <em class="parameter"><code><span class="type">double</span> height</code></em>);</pre>
1024
1104
  <p>
1025
1105
  Draw a squiggly line in the specified cairo context that approximately
1026
1106
  covers the given rectangle in the style of an underline used to indicate a
1027
1107
  spelling error. (The width of the underline is rounded to an integer
1028
1108
  number of up/down segments and the resulting rectangle is centered in the
1029
- original rectangle)</p>
1109
+ original rectangle)
1110
+ </p>
1030
1111
  <div class="variablelist"><table border="0">
1031
1112
  <col align="left" valign="top">
1032
1113
  <tbody>
1033
1114
  <tr>
1034
1115
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1035
- <td> a Cairo context
1116
+ <td>a Cairo context
1036
1117
  </td>
1037
1118
  </tr>
1038
1119
  <tr>
1039
1120
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1040
- <td> The X coordinate of one corner of the rectangle
1121
+ <td>The X coordinate of one corner of the rectangle
1041
1122
  </td>
1042
1123
  </tr>
1043
1124
  <tr>
1044
1125
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1045
- <td> The Y coordinate of one corner of the rectangle
1126
+ <td>The Y coordinate of one corner of the rectangle
1046
1127
  </td>
1047
1128
  </tr>
1048
1129
  <tr>
1049
1130
  <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
1050
- <td> Non-negative width of the rectangle
1131
+ <td>Non-negative width of the rectangle
1051
1132
  </td>
1052
1133
  </tr>
1053
1134
  <tr>
1054
1135
  <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
1055
- <td> Non-negative height of the rectangle
1136
+ <td>Non-negative height of the rectangle
1056
1137
  </td>
1057
1138
  </tr>
1058
1139
  </tbody>
@@ -1060,31 +1141,32 @@ original rectangle)</p>
1060
1141
  <p class="since">Since 1.14</p>
1061
1142
  </div>
1062
1143
  <hr>
1063
- <div class="refsect2" title="pango_cairo_glyph_string_path ()">
1144
+ <div class="refsect2">
1064
1145
  <a name="pango-cairo-glyph-string-path"></a><h3>pango_cairo_glyph_string_path ()</h3>
1065
- <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_glyph_string_path (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
1066
- <a class="link" href="pango-Fonts.html#PangoFont"><span class="returnvalue">PangoFont</span></a> *font,
1067
- <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="returnvalue">PangoGlyphString</span></a> *glyphs);</pre>
1146
+ <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_glyph_string_path (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
1147
+ <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
1148
+ <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);</pre>
1068
1149
  <p>
1069
1150
  Adds the glyphs in <em class="parameter"><code>glyphs</code></em> to the current path in the specified
1070
1151
  cairo context. The origin of the glyphs (the left edge of the baseline)
1071
- will be at the current point of the cairo context.</p>
1152
+ will be at the current point of the cairo context.
1153
+ </p>
1072
1154
  <div class="variablelist"><table border="0">
1073
1155
  <col align="left" valign="top">
1074
1156
  <tbody>
1075
1157
  <tr>
1076
1158
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1077
- <td> a Cairo context
1159
+ <td>a Cairo context
1078
1160
  </td>
1079
1161
  </tr>
1080
1162
  <tr>
1081
1163
  <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
1082
- <td> a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> from a <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a>
1164
+ <td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> from a <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a>
1083
1165
  </td>
1084
1166
  </tr>
1085
1167
  <tr>
1086
1168
  <td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
1087
- <td> a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="type">PangoGlyphString</span></a>
1169
+ <td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a>
1088
1170
  </td>
1089
1171
  </tr>
1090
1172
  </tbody>
@@ -1092,25 +1174,26 @@ will be at the current point of the cairo context.</p>
1092
1174
  <p class="since">Since 1.10</p>
1093
1175
  </div>
1094
1176
  <hr>
1095
- <div class="refsect2" title="pango_cairo_layout_line_path ()">
1177
+ <div class="refsect2">
1096
1178
  <a name="pango-cairo-layout-line-path"></a><h3>pango_cairo_layout_line_path ()</h3>
1097
- <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_layout_line_path (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
1098
- <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="PangoLayoutLine"><span class="returnvalue">PangoLayoutLine</span></a> *line);</pre>
1179
+ <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_layout_line_path (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
1180
+ <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>);</pre>
1099
1181
  <p>
1100
- Adds the text in <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> to the current path in the
1182
+ Adds the text in <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> to the current path in the
1101
1183
  specified cairo context. The origin of the glyphs (the left edge
1102
- of the line) will be at the current point of the cairo context.</p>
1184
+ of the line) will be at the current point of the cairo context.
1185
+ </p>
1103
1186
  <div class="variablelist"><table border="0">
1104
1187
  <col align="left" valign="top">
1105
1188
  <tbody>
1106
1189
  <tr>
1107
1190
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1108
- <td> a Cairo context
1191
+ <td>a Cairo context
1109
1192
  </td>
1110
1193
  </tr>
1111
1194
  <tr>
1112
1195
  <td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
1113
- <td> a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="PangoLayoutLine"><span class="type">PangoLayoutLine</span></a>
1196
+ <td>a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a>
1114
1197
  </td>
1115
1198
  </tr>
1116
1199
  </tbody>
@@ -1118,25 +1201,26 @@ of the line) will be at the current point of the cairo context.</p>
1118
1201
  <p class="since">Since 1.10</p>
1119
1202
  </div>
1120
1203
  <hr>
1121
- <div class="refsect2" title="pango_cairo_layout_path ()">
1204
+ <div class="refsect2">
1122
1205
  <a name="pango-cairo-layout-path"></a><h3>pango_cairo_layout_path ()</h3>
1123
- <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_layout_path (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
1124
- <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> *layout);</pre>
1206
+ <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_layout_path (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
1207
+ <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
1125
1208
  <p>
1126
1209
  Adds the text in a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> to the current path in the
1127
1210
  specified cairo context. The top-left corner of the <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>
1128
- will be at the current point of the cairo context.</p>
1211
+ will be at the current point of the cairo context.
1212
+ </p>
1129
1213
  <div class="variablelist"><table border="0">
1130
1214
  <col align="left" valign="top">
1131
1215
  <tbody>
1132
1216
  <tr>
1133
1217
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1134
- <td> a Cairo context
1218
+ <td>a Cairo context
1135
1219
  </td>
1136
1220
  </tr>
1137
1221
  <tr>
1138
1222
  <td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
1139
- <td> a Pango layout
1223
+ <td>a Pango layout
1140
1224
  </td>
1141
1225
  </tr>
1142
1226
  </tbody>
@@ -1144,45 +1228,46 @@ will be at the current point of the cairo context.</p>
1144
1228
  <p class="since">Since 1.10</p>
1145
1229
  </div>
1146
1230
  <hr>
1147
- <div class="refsect2" title="pango_cairo_error_underline_path ()">
1231
+ <div class="refsect2">
1148
1232
  <a name="pango-cairo-error-underline-path"></a><h3>pango_cairo_error_underline_path ()</h3>
1149
- <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_error_underline_path (<a href="/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="returnvalue">cairo_t</span></a> *cr,
1150
- <span class="returnvalue">double</span> x,
1151
- <span class="returnvalue">double</span> y,
1152
- <span class="returnvalue">double</span> width,
1153
- <span class="returnvalue">double</span> height);</pre>
1233
+ <pre class="programlisting"><span class="returnvalue">void</span> pango_cairo_error_underline_path (<em class="parameter"><code><a href="/gnome/usr/share/gtk-doc/html/cairo/cairo-context.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
1234
+ <em class="parameter"><code><span class="type">double</span> x</code></em>,
1235
+ <em class="parameter"><code><span class="type">double</span> y</code></em>,
1236
+ <em class="parameter"><code><span class="type">double</span> width</code></em>,
1237
+ <em class="parameter"><code><span class="type">double</span> height</code></em>);</pre>
1154
1238
  <p>
1155
1239
  Add a squiggly line to the current path in the specified cairo context that
1156
1240
  approximately covers the given rectangle in the style of an underline used
1157
1241
  to indicate a spelling error. (The width of the underline is rounded to an
1158
1242
  integer number of up/down segments and the resulting rectangle is centered
1159
- in the original rectangle)</p>
1243
+ in the original rectangle)
1244
+ </p>
1160
1245
  <div class="variablelist"><table border="0">
1161
1246
  <col align="left" valign="top">
1162
1247
  <tbody>
1163
1248
  <tr>
1164
1249
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1165
- <td> a Cairo context
1250
+ <td>a Cairo context
1166
1251
  </td>
1167
1252
  </tr>
1168
1253
  <tr>
1169
1254
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1170
- <td> The X coordinate of one corner of the rectangle
1255
+ <td>The X coordinate of one corner of the rectangle
1171
1256
  </td>
1172
1257
  </tr>
1173
1258
  <tr>
1174
1259
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1175
- <td> The Y coordinate of one corner of the rectangle
1260
+ <td>The Y coordinate of one corner of the rectangle
1176
1261
  </td>
1177
1262
  </tr>
1178
1263
  <tr>
1179
1264
  <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
1180
- <td> Non-negative width of the rectangle
1265
+ <td>Non-negative width of the rectangle
1181
1266
  </td>
1182
1267
  </tr>
1183
1268
  <tr>
1184
1269
  <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
1185
- <td> Non-negative height of the rectangle
1270
+ <td>Non-negative height of the rectangle
1186
1271
  </td>
1187
1272
  </tr>
1188
1273
  </tbody>
@@ -1193,6 +1278,6 @@ in the original rectangle)</p>
1193
1278
  </div>
1194
1279
  <div class="footer">
1195
1280
  <hr>
1196
- Generated by GTK-Doc V1.13</div>
1281
+ Generated by GTK-Doc V1.15.1</div>
1197
1282
  </body>
1198
1283
  </html>