glib2 0.90.5-x86-mingw32 → 0.90.6-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (408) hide show
  1. data/ChangeLog +79 -0
  2. data/Rakefile +8 -65
  3. data/ext/glib2/rbglib.h +1 -1
  4. data/ext/glib2/rbgobj_type.c +1 -1
  5. data/lib/1.8/glib2.so +0 -0
  6. data/lib/1.9/glib2.so +0 -0
  7. data/lib/glib2.rb +2 -2
  8. data/lib/gnome2-raketask.rb +185 -0
  9. data/lib/gnome2-win32-binary-downloader.rb +49 -9
  10. data/lib/mkmf-gnome2.rb +55 -43
  11. data/test-unit/History.txt +5 -0
  12. data/test-unit/html/index.html +2 -2
  13. data/test-unit/html/index.html.ja +2 -2
  14. data/test-unit/lib/test/unit/assertions.rb +9 -4
  15. data/test-unit/lib/test/unit/autorunner.rb +13 -1
  16. data/test-unit/lib/test/unit/testsuite.rb +4 -2
  17. data/test-unit/lib/test/unit/version.rb +1 -1
  18. data/test-unit/test/test-testcase.rb +11 -3
  19. data/test-unit/test/test_assertions.rb +24 -3
  20. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  21. data/vendor/local/bin/glib-gettextize +2 -2
  22. data/vendor/local/bin/glib-mkenums +1 -1
  23. data/vendor/local/bin/gobject-query.exe +0 -0
  24. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  25. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  26. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  27. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  28. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  29. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  30. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  31. data/vendor/local/lib/gio-2.0.lib +0 -0
  32. data/vendor/local/lib/glib-2.0.lib +0 -0
  33. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  34. data/vendor/local/lib/gmodule-2.0.lib +0 -0
  35. data/vendor/local/lib/gobject-2.0.lib +0 -0
  36. data/vendor/local/lib/gthread-2.0.lib +0 -0
  37. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  38. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  39. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  40. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  41. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  42. data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
  43. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +2 -2
  44. data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
  45. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
  46. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
  47. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
  48. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
  49. data/vendor/local/manifest/{glib-dev_2.26.0-2_win32.mft → glib-dev_2.26.1-1_win32.mft} +4 -4
  50. data/vendor/local/manifest/{glib_2.26.0-2_win32.mft → glib_2.26.1-1_win32.mft} +2 -2
  51. data/vendor/local/share/doc/{glib-2.26.0 → glib-2.26.1}/COPYING +0 -0
  52. data/vendor/local/share/doc/{glib-dev-2.26.0 → glib-dev-2.26.1}/COPYING +0 -0
  53. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +47 -47
  54. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +19 -19
  55. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +16 -16
  56. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +30 -30
  57. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +24 -24
  58. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +25 -25
  59. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +19 -19
  60. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +17 -17
  61. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +17 -17
  62. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +14 -14
  63. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +81 -81
  64. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +65 -65
  65. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +24 -24
  66. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +52 -52
  67. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +29 -29
  68. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +51 -51
  69. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +26 -26
  70. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +46 -46
  71. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +20 -20
  72. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +15 -15
  73. data/vendor/local/share/gtk-doc/html/gio/GFile.html +221 -231
  74. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +12 -12
  75. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +22 -22
  76. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +15 -15
  77. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +16 -16
  78. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +157 -157
  79. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +14 -14
  80. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +21 -21
  81. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +15 -15
  82. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +20 -20
  83. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +16 -16
  84. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +16 -16
  85. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +16 -16
  86. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +24 -24
  87. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +17 -17
  88. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +53 -53
  89. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +17 -17
  90. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +19 -19
  91. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +23 -23
  92. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +16 -16
  93. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +14 -14
  94. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +24 -24
  95. data/vendor/local/share/gtk-doc/html/gio/GMount.html +48 -48
  96. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +43 -43
  97. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +21 -21
  98. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +22 -22
  99. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +28 -28
  100. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +24 -24
  101. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +16 -16
  102. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +24 -24
  103. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -17
  104. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +27 -27
  105. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +18 -18
  106. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +83 -108
  107. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +23 -23
  108. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +33 -33
  109. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +12 -12
  110. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +79 -79
  111. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +20 -20
  112. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +60 -64
  113. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +23 -23
  114. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +19 -19
  115. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +15 -15
  116. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +36 -40
  117. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +17 -17
  118. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +16 -16
  119. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +28 -28
  120. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +19 -19
  121. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +14 -14
  122. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +18 -18
  123. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +25 -25
  124. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +26 -26
  125. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +18 -18
  126. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +18 -18
  127. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +28 -28
  128. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +29 -29
  129. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +40 -40
  130. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +33 -33
  131. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +19 -19
  132. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +16 -16
  133. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +4 -4
  134. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +4 -4
  135. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +4 -4
  136. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +4 -4
  137. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +4 -4
  138. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +4 -4
  139. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +4 -4
  140. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +4 -8
  141. data/vendor/local/share/gtk-doc/html/gio/async.html +4 -4
  142. data/vendor/local/share/gtk-doc/html/gio/ch01.html +5 -5
  143. data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
  144. data/vendor/local/share/gtk-doc/html/gio/ch03.html +21 -21
  145. data/vendor/local/share/gtk-doc/html/gio/ch24.html +5 -5
  146. data/vendor/local/share/gtk-doc/html/gio/ch25.html +9 -9
  147. data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +6 -6
  148. data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +7 -7
  149. data/vendor/local/share/gtk-doc/html/gio/ch26.html +8 -8
  150. data/vendor/local/share/gtk-doc/html/gio/ch26s02.html +7 -7
  151. data/vendor/local/share/gtk-doc/html/gio/ch26s03.html +25 -25
  152. data/vendor/local/share/gtk-doc/html/gio/ch26s04.html +7 -7
  153. data/vendor/local/share/gtk-doc/html/gio/ch26s05.html +6 -6
  154. data/vendor/local/share/gtk-doc/html/gio/ch26s06.html +6 -6
  155. data/vendor/local/share/gtk-doc/html/gio/ch26s07.html +70 -5
  156. data/vendor/local/share/gtk-doc/html/gio/ch27.html +8 -8
  157. data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +23 -23
  158. data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +8 -8
  159. data/vendor/local/share/gtk-doc/html/gio/ch27s04.html +7 -7
  160. data/vendor/local/share/gtk-doc/html/gio/ch27s05.html +7 -7
  161. data/vendor/local/share/gtk-doc/html/gio/ch27s06.html +7 -7
  162. data/vendor/local/share/gtk-doc/html/gio/conversion.html +4 -4
  163. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +12 -12
  164. data/vendor/local/share/gtk-doc/html/gio/extending.html +4 -4
  165. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +4 -4
  166. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +4 -4
  167. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +4 -4
  168. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +4 -4
  169. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +4 -4
  170. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +19 -19
  171. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +13 -13
  172. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +44 -44
  173. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +13 -13
  174. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +20 -20
  175. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +23 -23
  176. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +18 -18
  177. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +15 -15
  178. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +15 -15
  179. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +20 -20
  180. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +27 -33
  181. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +11 -11
  182. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +13 -13
  183. data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +16 -16
  184. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +16 -16
  185. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +45 -45
  186. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +15 -15
  187. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +4 -4
  188. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +7 -7
  189. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +9 -10
  190. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +9 -10
  191. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +11 -11
  192. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +4 -4
  193. data/vendor/local/share/gtk-doc/html/gio/icons.html +4 -4
  194. data/vendor/local/share/gtk-doc/html/gio/index.html +8 -8
  195. data/vendor/local/share/gtk-doc/html/gio/index.sgml +0 -1
  196. data/vendor/local/share/gtk-doc/html/gio/migrating.html +7 -7
  197. data/vendor/local/share/gtk-doc/html/gio/networking.html +4 -4
  198. data/vendor/local/share/gtk-doc/html/gio/permissions.html +4 -4
  199. data/vendor/local/share/gtk-doc/html/gio/pt01.html +5 -5
  200. data/vendor/local/share/gtk-doc/html/gio/pt02.html +5 -5
  201. data/vendor/local/share/gtk-doc/html/gio/resolver.html +4 -4
  202. data/vendor/local/share/gtk-doc/html/gio/settings.html +4 -4
  203. data/vendor/local/share/gtk-doc/html/gio/streaming.html +4 -4
  204. data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
  205. data/vendor/local/share/gtk-doc/html/gio/types.html +4 -4
  206. data/vendor/local/share/gtk-doc/html/gio/utils.html +4 -4
  207. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
  208. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +10 -4
  209. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +4 -4
  210. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +4 -4
  211. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +4 -4
  212. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +4 -4
  213. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +4 -4
  214. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +4 -4
  215. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +4 -4
  216. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +4 -4
  217. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +4 -4
  218. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +4 -4
  219. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +4 -4
  220. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +5 -9
  221. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +4 -4
  222. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +4 -4
  223. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +9 -33
  224. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +53 -53
  225. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +38 -38
  226. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +21 -21
  227. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +32 -32
  228. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +36 -36
  229. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +15 -15
  230. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +38 -38
  231. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +49 -49
  232. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +40 -40
  233. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +70 -70
  234. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +22 -22
  235. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +42 -46
  236. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +45 -45
  237. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +23 -23
  238. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +21 -21
  239. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +83 -83
  240. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +62 -62
  241. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +97 -97
  242. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +31 -31
  243. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +31 -31
  244. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +50 -50
  245. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +112 -118
  246. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +22 -22
  247. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +227 -261
  248. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +91 -107
  249. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +16 -16
  250. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +60 -60
  251. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +66 -66
  252. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +12 -12
  253. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +26 -26
  254. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +72 -72
  255. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +78 -78
  256. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +25 -25
  257. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +51 -51
  258. data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +37 -37
  259. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +38 -38
  260. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +15 -15
  261. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +45 -45
  262. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +21 -21
  263. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +64 -109
  264. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +65 -65
  265. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +97 -97
  266. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +80 -80
  267. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +19 -19
  268. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +50 -50
  269. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +41 -41
  270. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +20 -20
  271. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +34 -34
  272. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +35 -35
  273. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +45 -45
  274. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +16 -16
  275. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +29 -29
  276. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +87 -87
  277. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +20 -20
  278. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +27 -27
  279. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +22 -22
  280. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +154 -154
  281. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +93 -93
  282. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +73 -73
  283. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +122 -128
  284. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +25 -25
  285. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +134 -134
  286. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +19 -19
  287. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +12 -12
  288. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +14 -14
  289. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +19 -19
  290. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +97 -97
  291. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +16 -119
  292. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +25 -25
  293. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +33 -33
  294. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +29 -29
  295. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +8 -8
  296. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +6 -6
  297. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +4 -4
  298. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +20 -20
  299. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +4 -4
  300. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +4 -4
  301. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +11 -11
  302. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +83 -83
  303. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +10 -10
  304. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +30 -30
  305. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +4 -4
  306. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +30 -36
  307. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +30 -36
  308. data/vendor/local/share/gtk-doc/html/glib/glib.html +4 -4
  309. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +11 -11
  310. data/vendor/local/share/gtk-doc/html/glib/gtester.html +11 -11
  311. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +44 -44
  312. data/vendor/local/share/gtk-doc/html/glib/index.html +5 -5
  313. data/vendor/local/share/gtk-doc/html/glib/index.sgml +1 -6
  314. data/vendor/local/share/gtk-doc/html/glib/tools.html +4 -4
  315. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +31 -31
  316. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +22 -22
  317. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +20 -20
  318. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +4 -4
  319. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
  320. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +4 -4
  321. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +4 -4
  322. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +4 -4
  323. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +4 -4
  324. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +4 -4
  325. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +4 -4
  326. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +4 -4
  327. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
  328. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +4 -4
  329. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +4 -4
  330. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +4 -4
  331. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +4 -4
  332. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +8 -8
  333. data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +5 -5
  334. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +5 -5
  335. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +7 -7
  336. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -7
  337. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +15 -15
  338. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +23 -23
  339. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +17 -17
  340. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +26 -26
  341. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +74 -74
  342. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +44 -44
  343. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +71 -71
  344. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +36 -36
  345. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +71 -71
  346. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +262 -262
  347. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +97 -97
  348. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +158 -158
  349. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +37 -37
  350. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +13 -13
  351. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +7 -7
  352. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +9 -9
  353. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +11 -11
  354. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +8 -8
  355. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +8 -8
  356. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +7 -7
  357. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +5 -5
  358. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +6 -6
  359. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +4 -4
  360. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +6 -6
  361. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +4 -4
  362. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +4 -4
  363. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +4 -4
  364. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +10 -10
  365. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +9 -9
  366. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +5 -5
  367. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +8 -8
  368. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +5 -5
  369. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +7 -7
  370. data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -11
  371. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +5 -5
  372. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +8 -8
  373. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +9 -9
  374. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +6 -6
  375. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +5 -5
  376. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +5 -5
  377. data/vendor/local/share/gtk-doc/html/gobject/signal.html +12 -12
  378. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +4 -4
  379. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +4 -4
  380. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +4 -4
  381. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +4 -4
  382. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +4 -4
  383. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  384. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
  385. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  386. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  387. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  388. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  389. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  390. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  391. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  392. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  393. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  394. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  395. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  396. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  397. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  398. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  399. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  400. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  401. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  402. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  403. data/vendor/local/share/man/man1/glib-genmarshal.1 +15 -6
  404. data/vendor/local/share/man/man1/glib-mkenums.1 +12 -3
  405. data/vendor/local/share/man/man1/gobject-query.1 +13 -4
  406. data/vendor/local/src/tml/packaging/{glib_2.26.0-2_win32.log → glib_2.26.1-1_win32.log} +549 -558
  407. data/vendor/local/src/tml/packaging/{glib_2.26.0-2_win32.sh → glib_2.26.1-1_win32.sh} +2 -2
  408. metadata +860 -857
@@ -16,12 +16,6 @@
16
16
  <ANCHOR id="glib-Version-Information.synopsis" href="glib/glib-Version-Information.html#glib-Version-Information.synopsis">
17
17
  <ANCHOR id="glib-Version-Information.description" href="glib/glib-Version-Information.html#glib-Version-Information.description">
18
18
  <ANCHOR id="glib-Version-Information.details" href="glib/glib-Version-Information.html#glib-Version-Information.details">
19
- <ANCHOR id="glib-major-version" href="glib/glib-Version-Information.html#glib-major-version">
20
- <ANCHOR id="glib-minor-version" href="glib/glib-Version-Information.html#glib-minor-version">
21
- <ANCHOR id="glib-micro-version" href="glib/glib-Version-Information.html#glib-micro-version">
22
- <ANCHOR id="glib-binary-age" href="glib/glib-Version-Information.html#glib-binary-age">
23
- <ANCHOR id="glib-interface-age" href="glib/glib-Version-Information.html#glib-interface-age">
24
- <ANCHOR id="glib-check-version" href="glib/glib-Version-Information.html#glib-check-version">
25
19
  <ANCHOR id="GLIB-MAJOR-VERSION:CAPS" href="glib/glib-Version-Information.html#GLIB-MAJOR-VERSION:CAPS">
26
20
  <ANCHOR id="GLIB-MINOR-VERSION:CAPS" href="glib/glib-Version-Information.html#GLIB-MINOR-VERSION:CAPS">
27
21
  <ANCHOR id="GLIB-MICRO-VERSION:CAPS" href="glib/glib-Version-Information.html#GLIB-MICRO-VERSION:CAPS">
@@ -2837,6 +2831,7 @@
2837
2831
  <ANCHOR id="gtester" href="glib/gtester.html">
2838
2832
  <ANCHOR id="gtester-report" href="glib/gtester-report.html">
2839
2833
  <ANCHOR id="annotation-glossterm-out" href="glib/annotation-glossary.html#annotation-glossterm-out">
2834
+ <ANCHOR id="annotation-glossterm-shadows" href="glib/annotation-glossary.html#annotation-glossterm-shadows">
2840
2835
  <ANCHOR id="annotation-glossterm-allow-none" href="glib/annotation-glossary.html#annotation-glossterm-allow-none">
2841
2836
  <ANCHOR id="annotation-glossterm-default" href="glib/annotation-glossary.html#annotation-glossterm-default">
2842
2837
  <ANCHOR id="annotation-glossterm-transfer none" href="glib/annotation-glossary.html#annotation-glossterm-transfer none">
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GLib Tools</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="index.html" title="GLib Reference Manual">
9
9
  <link rel="prev" href="gvariant-format-strings.html" title="GVariant Format Strings">
10
10
  <link rel="next" href="glib-gettextize.html" title="glib-gettextize">
11
- <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GLib Reference Manual</th>
20
20
  <td><a accesskey="n" href="glib-gettextize.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="chapter">
22
+ <div class="chapter" title="GLib Tools">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
24
  <a name="tools"></a>GLib Tools</h2></div></div></div>
25
25
  <div class="toc"><dl>
@@ -36,6 +36,6 @@
36
36
  </div>
37
37
  <div class="footer">
38
38
  <hr>
39
- Generated by GTK-Doc V1.15.1</div>
39
+ Generated by GTK-Doc V1.15</div>
40
40
  </body>
41
41
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GBinding</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="GObject Reference Manual">
8
8
  <link rel="up" href="rn01.html" title="API Reference">
9
9
  <link rel="prev" href="gobject-Value-arrays.html" title="Value arrays">
10
10
  <link rel="next" href="rn02.html" title="Tools Reference">
11
- <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -30,7 +30,7 @@
30
30
  <a href="#GBinding.properties" class="shortcut">Properties</a>
31
31
  </td></tr>
32
32
  </table>
33
- <div class="refentry">
33
+ <div class="refentry" title="GBinding">
34
34
  <a name="GBinding"></a><div class="titlepage"></div>
35
35
  <div class="refnamediv"><table width="100%"><tr>
36
36
  <td valign="top">
@@ -39,16 +39,16 @@
39
39
  </td>
40
40
  <td valign="top" align="right"></td>
41
41
  </tr></table></div>
42
- <div class="refsynopsisdiv">
42
+ <div class="refsynopsisdiv" title="Synopsis">
43
43
  <a name="GBinding.synopsis"></a><h2>Synopsis</h2>
44
44
  <pre class="synopsis">
45
45
  #include &lt;glib-object.h&gt;
46
46
 
47
47
  <a class="link" href="GBinding.html#GBinding-struct" title="GBinding">GBinding</a>;
48
48
  enum <a class="link" href="GBinding.html#GBindingFlags" title="enum GBindingFlags">GBindingFlags</a>;
49
- <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="GBinding.html#g-binding-get-source" title="g_binding_get_source ()">g_binding_get_source</a> (<em class="parameter"><code><a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> *binding</code></em>);
49
+ <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="GBinding.html#g-binding-get-source" title="g_binding_get_source ()">g_binding_get_source</a> (<em class="parameter"><code><a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> *binding</code></em>);
50
50
  const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GBinding.html#g-binding-get-source-property" title="g_binding_get_source_property ()">g_binding_get_source_property</a> (<em class="parameter"><code><a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> *binding</code></em>);
51
- <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="GBinding.html#g-binding-get-target" title="g_binding_get_target ()">g_binding_get_target</a> (<em class="parameter"><code><a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> *binding</code></em>);
51
+ <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="GBinding.html#g-binding-get-target" title="g_binding_get_target ()">g_binding_get_target</a> (<em class="parameter"><code><a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> *binding</code></em>);
52
52
  const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GBinding.html#g-binding-get-target-property" title="g_binding_get_target_property ()">g_binding_get_target_property</a> (<em class="parameter"><code><a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> *binding</code></em>);
53
53
  <a class="link" href="GBinding.html#GBindingFlags" title="enum GBindingFlags"><span class="returnvalue">GBindingFlags</span></a> <a class="link" href="GBinding.html#g-binding-get-flags" title="g_binding_get_flags ()">g_binding_get_flags</a> (<em class="parameter"><code><a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> *binding</code></em>);
54
54
 
@@ -80,14 +80,14 @@ const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnva
80
80
  <em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *transform_from</code></em>);
81
81
  </pre>
82
82
  </div>
83
- <div class="refsect1">
83
+ <div class="refsect1" title="Object Hierarchy">
84
84
  <a name="GBinding.object-hierarchy"></a><h2>Object Hierarchy</h2>
85
85
  <pre class="synopsis">
86
86
  <a class="link" href="gobject-The-Base-Object-Type.html#GObject">GObject</a>
87
87
  +----GBinding
88
88
  </pre>
89
89
  </div>
90
- <div class="refsect1">
90
+ <div class="refsect1" title="Properties">
91
91
  <a name="GBinding.properties"></a><h2>Properties</h2>
92
92
  <pre class="synopsis">
93
93
  "<a class="link" href="GBinding.html#GBinding--flags" title='The "flags" property'>flags</a>" <a class="link" href="GBinding.html#GBindingFlags" title="enum GBindingFlags"><span class="type">GBindingFlags</span></a> : Read / Write / Construct Only
@@ -97,7 +97,7 @@ const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnva
97
97
  "<a class="link" href="GBinding.html#GBinding--target-property" title='The "target-property" property'>target-property</a>" <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only
98
98
  </pre>
99
99
  </div>
100
- <div class="refsect1">
100
+ <div class="refsect1" title="Description">
101
101
  <a name="GBinding.description"></a><h2>Description</h2>
102
102
  <p>
103
103
  <a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> is the representation of a binding between a property on a
@@ -238,9 +238,9 @@ the <a class="link" href="GBinding.html" title="GBinding"><span class="type">GBi
238
238
  <a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> is available since GObject 2.26
239
239
  </p>
240
240
  </div>
241
- <div class="refsect1">
241
+ <div class="refsect1" title="Details">
242
242
  <a name="GBinding.details"></a><h2>Details</h2>
243
- <div class="refsect2">
243
+ <div class="refsect2" title="GBinding">
244
244
  <a name="GBinding-struct"></a><h3>GBinding</h3>
245
245
  <pre class="programlisting">typedef struct _GBinding GBinding;</pre>
246
246
  <p>
@@ -250,7 +250,7 @@ cannot be accessed directly.
250
250
  <p class="since">Since 2.26</p>
251
251
  </div>
252
252
  <hr>
253
- <div class="refsect2">
253
+ <div class="refsect2" title="enum GBindingFlags">
254
254
  <a name="GBindingFlags"></a><h3>enum GBindingFlags</h3>
255
255
  <pre class="programlisting">typedef enum { /*&lt; prefix=G_BINDING &gt;*/
256
256
  G_BINDING_DEFAULT = 0,
@@ -304,9 +304,9 @@ This enumeration can be extended at later date.
304
304
  <p class="since">Since 2.26</p>
305
305
  </div>
306
306
  <hr>
307
- <div class="refsect2">
307
+ <div class="refsect2" title="g_binding_get_source ()">
308
308
  <a name="g-binding-get-source"></a><h3>g_binding_get_source ()</h3>
309
- <pre class="programlisting"><a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * g_binding_get_source (<em class="parameter"><code><a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> *binding</code></em>);</pre>
309
+ <pre class="programlisting"><a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * g_binding_get_source (<em class="parameter"><code><a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> *binding</code></em>);</pre>
310
310
  <p>
311
311
  Retrieves the <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> instance used as the source of the binding
312
312
  </p>
@@ -328,7 +328,7 @@ Retrieves the <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><
328
328
  <p class="since">Since 2.26</p>
329
329
  </div>
330
330
  <hr>
331
- <div class="refsect2">
331
+ <div class="refsect2" title="g_binding_get_source_property ()">
332
332
  <a name="g-binding-get-source-property"></a><h3>g_binding_get_source_property ()</h3>
333
333
  <pre class="programlisting">const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * g_binding_get_source_property (<em class="parameter"><code><a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> *binding</code></em>);</pre>
334
334
  <p>
@@ -354,9 +354,9 @@ of the binding
354
354
  <p class="since">Since 2.26</p>
355
355
  </div>
356
356
  <hr>
357
- <div class="refsect2">
357
+ <div class="refsect2" title="g_binding_get_target ()">
358
358
  <a name="g-binding-get-target"></a><h3>g_binding_get_target ()</h3>
359
- <pre class="programlisting"><a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * g_binding_get_target (<em class="parameter"><code><a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> *binding</code></em>);</pre>
359
+ <pre class="programlisting"><a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * g_binding_get_target (<em class="parameter"><code><a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> *binding</code></em>);</pre>
360
360
  <p>
361
361
  Retrieves the <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> instance used as the target of the binding
362
362
  </p>
@@ -378,7 +378,7 @@ Retrieves the <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><
378
378
  <p class="since">Since 2.26</p>
379
379
  </div>
380
380
  <hr>
381
- <div class="refsect2">
381
+ <div class="refsect2" title="g_binding_get_target_property ()">
382
382
  <a name="g-binding-get-target-property"></a><h3>g_binding_get_target_property ()</h3>
383
383
  <pre class="programlisting">const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * g_binding_get_target_property (<em class="parameter"><code><a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> *binding</code></em>);</pre>
384
384
  <p>
@@ -404,7 +404,7 @@ of the binding
404
404
  <p class="since">Since 2.26</p>
405
405
  </div>
406
406
  <hr>
407
- <div class="refsect2">
407
+ <div class="refsect2" title="g_binding_get_flags ()">
408
408
  <a name="g-binding-get-flags"></a><h3>g_binding_get_flags ()</h3>
409
409
  <pre class="programlisting"><a class="link" href="GBinding.html#GBindingFlags" title="enum GBindingFlags"><span class="returnvalue">GBindingFlags</span></a> g_binding_get_flags (<em class="parameter"><code><a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> *binding</code></em>);</pre>
410
410
  <p>
@@ -429,7 +429,7 @@ Retrieves the flags passed when constructing the <a class="link" href="GBinding.
429
429
  <p class="since">Since 2.26</p>
430
430
  </div>
431
431
  <hr>
432
- <div class="refsect2">
432
+ <div class="refsect2" title="g_object_bind_property ()">
433
433
  <a name="g-object-bind-property"></a><h3>g_object_bind_property ()</h3>
434
434
  <pre class="programlisting"><a class="link" href="GBinding.html" title="GBinding"><span class="returnvalue">GBinding</span></a> * g_object_bind_property (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> source</code></em>,
435
435
  <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *source_property</code></em>,
@@ -515,7 +515,7 @@ A <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="
515
515
  <p class="since">Since 2.26</p>
516
516
  </div>
517
517
  <hr>
518
- <div class="refsect2">
518
+ <div class="refsect2" title="GBindingTransformFunc ()">
519
519
  <a name="GBindingTransformFunc"></a><h3>GBindingTransformFunc ()</h3>
520
520
  <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*GBindingTransformFunc) (<em class="parameter"><code><a class="link" href="GBinding.html" title="GBinding"><span class="type">GBinding</span></a> *binding</code></em>,
521
521
  <em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *source_value</code></em>,
@@ -561,7 +561,7 @@ using <em class="parameter"><code>target_value</code></em>.
561
561
  <p class="since">Since 2.26</p>
562
562
  </div>
563
563
  <hr>
564
- <div class="refsect2">
564
+ <div class="refsect2" title="g_object_bind_property_full ()">
565
565
  <a name="g-object-bind-property-full"></a><h3>g_object_bind_property_full ()</h3>
566
566
  <pre class="programlisting"><a class="link" href="GBinding.html" title="GBinding"><span class="returnvalue">GBinding</span></a> * g_object_bind_property_full (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> source</code></em>,
567
567
  <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *source_property</code></em>,
@@ -597,7 +597,7 @@ A <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="
597
597
  </p>
598
598
  <p>
599
599
  </p>
600
- <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
600
+ <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
601
601
  <h3 class="title">Note</h3>The same <em class="parameter"><code>user_data</code></em> parameter will be used for both <em class="parameter"><code>transform_to</code></em>
602
602
  and <em class="parameter"><code>transform_from</code></em> transformation functions; the <em class="parameter"><code>notify</code></em> function will
603
603
  be called once, when the binding is removed. If you need different data
@@ -669,7 +669,7 @@ for each transformation function, please use
669
669
  <p class="since">Since 2.26</p>
670
670
  </div>
671
671
  <hr>
672
- <div class="refsect2">
672
+ <div class="refsect2" title="g_object_bind_property_with_closures ()">
673
673
  <a name="g-object-bind-property-with-closures"></a><h3>g_object_bind_property_with_closures ()</h3>
674
674
  <pre class="programlisting"><a class="link" href="GBinding.html" title="GBinding"><span class="returnvalue">GBinding</span></a> * g_object_bind_property_with_closures
675
675
  (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> source</code></em>,
@@ -744,9 +744,9 @@ Rename to: g_object_bind_property_full
744
744
  <p class="since">Since 2.26</p>
745
745
  </div>
746
746
  </div>
747
- <div class="refsect1">
747
+ <div class="refsect1" title="Property Details">
748
748
  <a name="GBinding.property-details"></a><h2>Property Details</h2>
749
- <div class="refsect2">
749
+ <div class="refsect2" title='The "flags" property'>
750
750
  <a name="GBinding--flags"></a><h3>The <code class="literal">"flags"</code> property</h3>
751
751
  <pre class="programlisting"> "flags" <a class="link" href="GBinding.html#GBindingFlags" title="enum GBindingFlags"><span class="type">GBindingFlags</span></a> : Read / Write / Construct Only</pre>
752
752
  <p>
@@ -755,7 +755,7 @@ Flags to be used to control the <a class="link" href="GBinding.html" title="GBin
755
755
  <p class="since">Since 2.26</p>
756
756
  </div>
757
757
  <hr>
758
- <div class="refsect2">
758
+ <div class="refsect2" title='The "source" property'>
759
759
  <a name="GBinding--source"></a><h3>The <code class="literal">"source"</code> property</h3>
760
760
  <pre class="programlisting"> "source" <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>* : Read / Write / Construct Only</pre>
761
761
  <p>
@@ -764,7 +764,7 @@ The <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class
764
764
  <p class="since">Since 2.26</p>
765
765
  </div>
766
766
  <hr>
767
- <div class="refsect2">
767
+ <div class="refsect2" title='The "source-property" property'>
768
768
  <a name="GBinding--source-property"></a><h3>The <code class="literal">"source-property"</code> property</h3>
769
769
  <pre class="programlisting"> "source-property" <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre>
770
770
  <p>
@@ -775,7 +775,7 @@ as the source of the binding
775
775
  <p class="since">Since 2.26</p>
776
776
  </div>
777
777
  <hr>
778
- <div class="refsect2">
778
+ <div class="refsect2" title='The "target" property'>
779
779
  <a name="GBinding--target"></a><h3>The <code class="literal">"target"</code> property</h3>
780
780
  <pre class="programlisting"> "target" <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>* : Read / Write / Construct Only</pre>
781
781
  <p>
@@ -784,7 +784,7 @@ The <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class
784
784
  <p class="since">Since 2.26</p>
785
785
  </div>
786
786
  <hr>
787
- <div class="refsect2">
787
+ <div class="refsect2" title='The "target-property" property'>
788
788
  <a name="GBinding--target-property"></a><h3>The <code class="literal">"target-property"</code> property</h3>
789
789
  <pre class="programlisting"> "target-property" <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre>
790
790
  <p>
@@ -798,6 +798,6 @@ as the target of the binding
798
798
  </div>
799
799
  <div class="footer">
800
800
  <hr>
801
- Generated by GTK-Doc V1.15.1</div>
801
+ Generated by GTK-Doc V1.15</div>
802
802
  </body>
803
803
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GTypeModule</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="GObject Reference Manual">
8
8
  <link rel="up" href="rn01.html" title="API Reference">
9
9
  <link rel="prev" href="GTypePlugin.html" title="GTypePlugin">
10
10
  <link rel="next" href="gobject-The-Base-Object-Type.html" title="The Base Object Type">
11
- <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -30,7 +30,7 @@
30
30
  <a href="#GTypeModule.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31
31
  </td></tr>
32
32
  </table>
33
- <div class="refentry">
33
+ <div class="refentry" title="GTypeModule">
34
34
  <a name="GTypeModule"></a><div class="titlepage"></div>
35
35
  <div class="refnamediv"><table width="100%"><tr>
36
36
  <td valign="top">
@@ -39,7 +39,7 @@
39
39
  </td>
40
40
  <td valign="top" align="right"></td>
41
41
  </tr></table></div>
42
- <div class="refsynopsisdiv">
42
+ <div class="refsynopsisdiv" title="Synopsis">
43
43
  <a name="GTypeModule.synopsis"></a><h2>Synopsis</h2>
44
44
  <pre class="synopsis">
45
45
  #include &lt;glib-object.h&gt;
@@ -77,20 +77,20 @@
77
77
  iface_init)
78
78
  </pre>
79
79
  </div>
80
- <div class="refsect1">
80
+ <div class="refsect1" title="Object Hierarchy">
81
81
  <a name="GTypeModule.object-hierarchy"></a><h2>Object Hierarchy</h2>
82
82
  <pre class="synopsis">
83
83
  <a class="link" href="gobject-The-Base-Object-Type.html#GObject">GObject</a>
84
84
  +----GTypeModule
85
85
  </pre>
86
86
  </div>
87
- <div class="refsect1">
87
+ <div class="refsect1" title="Implemented Interfaces">
88
88
  <a name="GTypeModule.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
89
89
  <p>
90
90
  GTypeModule implements
91
91
  <a class="link" href="GTypePlugin.html" title="GTypePlugin">GTypePlugin</a>.</p>
92
92
  </div>
93
- <div class="refsect1">
93
+ <div class="refsect1" title="Description">
94
94
  <a name="GTypeModule.description"></a><h2>Description</h2>
95
95
  <p>
96
96
  <a class="link" href="GTypeModule.html" title="GTypeModule"><span class="type">GTypeModule</span></a> provides a simple implementation of the <a class="link" href="GTypePlugin.html" title="GTypePlugin"><span class="type">GTypePlugin</span></a>
@@ -124,9 +124,9 @@ derive from <a class="link" href="GTypeModule.html" title="GTypeModule"><span cl
124
124
  in <a class="link" href="GTypeModule.html#GTypeModuleClass" title="GTypeModuleClass"><span class="type">GTypeModuleClass</span></a>.
125
125
  </p>
126
126
  </div>
127
- <div class="refsect1">
127
+ <div class="refsect1" title="Details">
128
128
  <a name="GTypeModule.details"></a><h2>Details</h2>
129
- <div class="refsect2">
129
+ <div class="refsect2" title="GTypeModule">
130
130
  <a name="GTypeModule-struct"></a><h3>GTypeModule</h3>
131
131
  <pre class="programlisting">typedef struct {
132
132
  gchar *name;
@@ -146,7 +146,7 @@ be accessed directly, except for the <em class="parameter"><code>name</code></em
146
146
  </table></div>
147
147
  </div>
148
148
  <hr>
149
- <div class="refsect2">
149
+ <div class="refsect2" title="GTypeModuleClass">
150
150
  <a name="GTypeModuleClass"></a><h3>GTypeModuleClass</h3>
151
151
  <pre class="programlisting">typedef struct {
152
152
  GObjectClass parent_class;
@@ -182,7 +182,7 @@ the <em class="parameter"><code>load</code></em> and <em class="parameter"><code
182
182
  </table></div>
183
183
  </div>
184
184
  <hr>
185
- <div class="refsect2">
185
+ <div class="refsect2" title="g_type_module_use ()">
186
186
  <a name="g-type-module-use"></a><h3>g_type_module_use ()</h3>
187
187
  <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_type_module_use (<em class="parameter"><code><a class="link" href="GTypeModule.html" title="GTypeModule"><span class="type">GTypeModule</span></a> *module</code></em>);</pre>
188
188
  <p>
@@ -209,7 +209,7 @@ its prior value.
209
209
  </table></div>
210
210
  </div>
211
211
  <hr>
212
- <div class="refsect2">
212
+ <div class="refsect2" title="g_type_module_unuse ()">
213
213
  <a name="g-type-module-unuse"></a><h3>g_type_module_unuse ()</h3>
214
214
  <pre class="programlisting"><span class="returnvalue">void</span> g_type_module_unuse (<em class="parameter"><code><a class="link" href="GTypeModule.html" title="GTypeModule"><span class="type">GTypeModule</span></a> *module</code></em>);</pre>
215
215
  <p>
@@ -229,7 +229,7 @@ initialized, it must exist forever.)
229
229
  </table></div>
230
230
  </div>
231
231
  <hr>
232
- <div class="refsect2">
232
+ <div class="refsect2" title="g_type_module_set_name ()">
233
233
  <a name="g-type-module-set-name"></a><h3>g_type_module_set_name ()</h3>
234
234
  <pre class="programlisting"><span class="returnvalue">void</span> g_type_module_set_name (<em class="parameter"><code><a class="link" href="GTypeModule.html" title="GTypeModule"><span class="type">GTypeModule</span></a> *module</code></em>,
235
235
  <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
@@ -253,7 +253,7 @@ Sets the name for a <a class="link" href="GTypeModule.html" title="GTypeModule">
253
253
  </table></div>
254
254
  </div>
255
255
  <hr>
256
- <div class="refsect2">
256
+ <div class="refsect2" title="g_type_module_register_type ()">
257
257
  <a name="g-type-module-register-type"></a><h3>g_type_module_register_type ()</h3>
258
258
  <pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> g_type_module_register_type (<em class="parameter"><code><a class="link" href="GTypeModule.html" title="GTypeModule"><span class="type">GTypeModule</span></a> *module</code></em>,
259
259
  <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> parent_type</code></em>,
@@ -312,7 +312,7 @@ not be unloaded.
312
312
  </table></div>
313
313
  </div>
314
314
  <hr>
315
- <div class="refsect2">
315
+ <div class="refsect2" title="g_type_module_add_interface ()">
316
316
  <a name="g-type-module-add-interface"></a><h3>g_type_module_add_interface ()</h3>
317
317
  <pre class="programlisting"><span class="returnvalue">void</span> g_type_module_add_interface (<em class="parameter"><code><a class="link" href="GTypeModule.html" title="GTypeModule"><span class="type">GTypeModule</span></a> *module</code></em>,
318
318
  <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> instance_type</code></em>,
@@ -354,7 +354,7 @@ not be unloaded.
354
354
  </table></div>
355
355
  </div>
356
356
  <hr>
357
- <div class="refsect2">
357
+ <div class="refsect2" title="g_type_module_register_enum ()">
358
358
  <a name="g-type-module-register-enum"></a><h3>g_type_module_register_enum ()</h3>
359
359
  <pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> g_type_module_register_enum (<em class="parameter"><code><a class="link" href="GTypeModule.html" title="GTypeModule"><span class="type">GTypeModule</span></a> *module</code></em>,
360
360
  <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
@@ -400,7 +400,7 @@ not be unloaded.
400
400
  <p class="since">Since 2.6</p>
401
401
  </div>
402
402
  <hr>
403
- <div class="refsect2">
403
+ <div class="refsect2" title="g_type_module_register_flags ()">
404
404
  <a name="g-type-module-register-flags"></a><h3>g_type_module_register_flags ()</h3>
405
405
  <pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> g_type_module_register_flags (<em class="parameter"><code><a class="link" href="GTypeModule.html" title="GTypeModule"><span class="type">GTypeModule</span></a> *module</code></em>,
406
406
  <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
@@ -446,7 +446,7 @@ not be unloaded.
446
446
  <p class="since">Since 2.6</p>
447
447
  </div>
448
448
  <hr>
449
- <div class="refsect2">
449
+ <div class="refsect2" title="G_DEFINE_DYNAMIC_TYPE()">
450
450
  <a name="G-DEFINE-DYNAMIC-TYPE:CAPS"></a><h3>G_DEFINE_DYNAMIC_TYPE()</h3>
451
451
  <pre class="programlisting">#define G_DEFINE_DYNAMIC_TYPE(TN, t_n, T_P) G_DEFINE_DYNAMIC_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
452
452
  </pre>
@@ -484,7 +484,7 @@ See <a class="link" href="GTypeModule.html#G-DEFINE-DYNAMIC-TYPE-EXTENDED:CAPS"
484
484
  <p class="since">Since 2.14</p>
485
485
  </div>
486
486
  <hr>
487
- <div class="refsect2">
487
+ <div class="refsect2" title="G_DEFINE_DYNAMIC_TYPE_EXTENDED()">
488
488
  <a name="G-DEFINE-DYNAMIC-TYPE-EXTENDED:CAPS"></a><h3>G_DEFINE_DYNAMIC_TYPE_EXTENDED()</h3>
489
489
  <pre class="programlisting">#define G_DEFINE_DYNAMIC_TYPE_EXTENDED(TypeName, type_name, TYPE_PARENT, flags, CODE)</pre>
490
490
  <p>
@@ -655,7 +655,7 @@ expands to
655
655
  <p class="since">Since 2.14</p>
656
656
  </div>
657
657
  <hr>
658
- <div class="refsect2">
658
+ <div class="refsect2" title="G_IMPLEMENT_INTERFACE_DYNAMIC()">
659
659
  <a name="G-IMPLEMENT-INTERFACE-DYNAMIC:CAPS"></a><h3>G_IMPLEMENT_INTERFACE_DYNAMIC()</h3>
660
660
  <pre class="programlisting">#define G_IMPLEMENT_INTERFACE_DYNAMIC(TYPE_IFACE, iface_init)</pre>
661
661
  <p>
@@ -686,7 +686,7 @@ names from that macro.
686
686
  <p class="since">Since 2.24</p>
687
687
  </div>
688
688
  </div>
689
- <div class="refsect1">
689
+ <div class="refsect1" title="See Also">
690
690
  <a name="GTypeModule.see-also"></a><h2>See Also</h2>
691
691
  <div class="variablelist"><table border="0">
692
692
  <col align="left" valign="top">
@@ -705,6 +705,6 @@ names from that macro.
705
705
  </div>
706
706
  <div class="footer">
707
707
  <hr>
708
- Generated by GTK-Doc V1.15.1</div>
708
+ Generated by GTK-Doc V1.15</div>
709
709
  </body>
710
710
  </html>