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
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GConverter</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="GIO Reference Manual">
8
8
  <link rel="up" href="conversion.html" title="Data conversion">
9
9
  <link rel="prev" href="conversion.html" title="Data conversion">
10
10
  <link rel="next" href="GCharsetConverter.html" title="GCharsetConverter">
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">
@@ -32,7 +32,7 @@
32
32
  <a href="#GConverter.implementations" class="shortcut">Known Implementations</a>
33
33
  </td></tr>
34
34
  </table>
35
- <div class="refentry">
35
+ <div class="refentry" title="GConverter">
36
36
  <a name="GConverter"></a><div class="titlepage"></div>
37
37
  <div class="refnamediv"><table width="100%"><tr>
38
38
  <td valign="top">
@@ -41,7 +41,7 @@
41
41
  </td>
42
42
  <td valign="top" align="right"></td>
43
43
  </tr></table></div>
44
- <div class="refsynopsisdiv">
44
+ <div class="refsynopsisdiv" title="Synopsis">
45
45
  <a name="GConverter.synopsis"></a><h2>Synopsis</h2>
46
46
  <pre class="synopsis">
47
47
  #include &lt;gio/gio.h&gt;
@@ -62,26 +62,26 @@ enum <a class="link" href="GConverter.html#GConverterFlags" title
62
62
  <span class="returnvalue">void</span> <a class="link" href="GConverter.html#g-converter-reset" title="g_converter_reset ()">g_converter_reset</a> (<em class="parameter"><code><a class="link" href="GConverter.html" title="GConverter"><span class="type">GConverter</span></a> *converter</code></em>);
63
63
  </pre>
64
64
  </div>
65
- <div class="refsect1">
65
+ <div class="refsect1" title="Object Hierarchy">
66
66
  <a name="GConverter.object-hierarchy"></a><h2>Object Hierarchy</h2>
67
67
  <pre class="synopsis">
68
68
  GInterface
69
69
  +----GConverter
70
70
  </pre>
71
71
  </div>
72
- <div class="refsect1">
72
+ <div class="refsect1" title="Prerequisites">
73
73
  <a name="GConverter.prerequisites"></a><h2>Prerequisites</h2>
74
74
  <p>
75
75
  GConverter requires
76
76
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
77
77
  </div>
78
- <div class="refsect1">
78
+ <div class="refsect1" title="Known Implementations">
79
79
  <a name="GConverter.implementations"></a><h2>Known Implementations</h2>
80
80
  <p>
81
81
  GConverter is implemented by
82
82
  <a class="link" href="GCharsetConverter.html" title="GCharsetConverter">GCharsetConverter</a>, <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a> and <a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor">GZlibDecompressor</a>.</p>
83
83
  </div>
84
- <div class="refsect1">
84
+ <div class="refsect1" title="Description">
85
85
  <a name="GConverter.description"></a><h2>Description</h2>
86
86
  <p>
87
87
  <a class="link" href="GConverter.html" title="GConverter"><span class="type">GConverter</span></a> is implemented by objects that convert
@@ -94,9 +94,9 @@ compression, decompression and regular expression
94
94
  replace.
95
95
  </p>
96
96
  </div>
97
- <div class="refsect1">
97
+ <div class="refsect1" title="Details">
98
98
  <a name="GConverter.details"></a><h2>Details</h2>
99
- <div class="refsect2">
99
+ <div class="refsect2" title="GConverter">
100
100
  <a name="GConverter-struct"></a><h3>GConverter</h3>
101
101
  <pre class="programlisting">typedef struct _GConverter GConverter;</pre>
102
102
  <p>
@@ -105,7 +105,7 @@ Seek object for streaming operations.
105
105
  <p class="since">Since 2.24</p>
106
106
  </div>
107
107
  <hr>
108
- <div class="refsect2">
108
+ <div class="refsect2" title="GConverterIface">
109
109
  <a name="GConverterIface"></a><h3>GConverterIface</h3>
110
110
  <pre class="programlisting">typedef struct {
111
111
  GTypeInterface g_iface;
@@ -152,7 +152,7 @@ and may fail at any place.
152
152
  <p class="since">Since 2.24</p>
153
153
  </div>
154
154
  <hr>
155
- <div class="refsect2">
155
+ <div class="refsect2" title="enum GConverterResult">
156
156
  <a name="GConverterResult"></a><h3>enum GConverterResult</h3>
157
157
  <pre class="programlisting">typedef enum {
158
158
  G_CONVERTER_ERROR = 0, /*&lt; nick=error &gt;*/
@@ -192,7 +192,7 @@ Results returned from <a class="link" href="GConverter.html#g-converter-convert"
192
192
  <p class="since">Since 2.24</p>
193
193
  </div>
194
194
  <hr>
195
- <div class="refsect2">
195
+ <div class="refsect2" title="enum GConverterFlags">
196
196
  <a name="GConverterFlags"></a><h3>enum GConverterFlags</h3>
197
197
  <pre class="programlisting">typedef enum {
198
198
  G_CONVERTER_NO_FLAGS = 0, /*&lt; nick=none &gt;*/
@@ -226,7 +226,7 @@ Flags used when calling a <a class="link" href="GConverter.html#g-converter-conv
226
226
  <p class="since">Since 2.24</p>
227
227
  </div>
228
228
  <hr>
229
- <div class="refsect2">
229
+ <div class="refsect2" title="g_converter_convert ()">
230
230
  <a name="g-converter-convert"></a><h3>g_converter_convert ()</h3>
231
231
  <pre class="programlisting"><a class="link" href="GConverter.html#GConverterResult" title="enum GConverterResult"><span class="returnvalue">GConverterResult</span></a> g_converter_convert (<em class="parameter"><code><a class="link" href="GConverter.html" title="GConverter"><span class="type">GConverter</span></a> *converter</code></em>,
232
232
  <em class="parameter"><code>const <span class="type">void</span> *inbuf</code></em>,
@@ -392,7 +392,7 @@ to produce as much output as possible and then return an error
392
392
  <p class="since">Since 2.24</p>
393
393
  </div>
394
394
  <hr>
395
- <div class="refsect2">
395
+ <div class="refsect2" title="g_converter_reset ()">
396
396
  <a name="g-converter-reset"></a><h3>g_converter_reset ()</h3>
397
397
  <pre class="programlisting"><span class="returnvalue">void</span> g_converter_reset (<em class="parameter"><code><a class="link" href="GConverter.html" title="GConverter"><span class="type">GConverter</span></a> *converter</code></em>);</pre>
398
398
  <p>
@@ -411,13 +411,13 @@ state that would produce output then that output is lost.
411
411
  <p class="since">Since 2.24</p>
412
412
  </div>
413
413
  </div>
414
- <div class="refsect1">
414
+ <div class="refsect1" title="See Also">
415
415
  <a name="GConverter.see-also"></a><h2>See Also</h2>
416
416
  <a class="link" href="GInputStream.html" title="GInputStream"><span class="type">GInputStream</span></a>, <a class="link" href="GOutputStream.html" title="GOutputStream"><span class="type">GOutputStream</span></a>
417
417
  </div>
418
418
  </div>
419
419
  <div class="footer">
420
420
  <hr>
421
- Generated by GTK-Doc V1.15.1</div>
421
+ Generated by GTK-Doc V1.15</div>
422
422
  </body>
423
423
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GCredentials</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="GIO Reference Manual">
8
8
  <link rel="up" href="networking.html" title="Lowlevel network support">
9
9
  <link rel="prev" href="GUnixFDMessage.html" title="GUnixFDMessage">
10
10
  <link rel="next" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">
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">
@@ -28,7 +28,7 @@
28
28
  <a href="#GCredentials.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
29
  </td></tr>
30
30
  </table>
31
- <div class="refentry">
31
+ <div class="refentry" title="GCredentials">
32
32
  <a name="GCredentials"></a><div class="titlepage"></div>
33
33
  <div class="refnamediv"><table width="100%"><tr>
34
34
  <td valign="top">
@@ -37,7 +37,7 @@
37
37
  </td>
38
38
  <td valign="top" align="right"></td>
39
39
  </tr></table></div>
40
- <div class="refsynopsisdiv">
40
+ <div class="refsynopsisdiv" title="Synopsis">
41
41
  <a name="GCredentials.synopsis"></a><h2>Synopsis</h2>
42
42
  <pre class="synopsis">
43
43
  #include &lt;gio/gio.h&gt;
@@ -61,14 +61,14 @@ enum <a class="link" href="GCredentials.html#GCredentialsType" ti
61
61
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
62
62
  </pre>
63
63
  </div>
64
- <div class="refsect1">
64
+ <div class="refsect1" title="Object Hierarchy">
65
65
  <a name="GCredentials.object-hierarchy"></a><h2>Object Hierarchy</h2>
66
66
  <pre class="synopsis">
67
67
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
68
68
  +----GCredentials
69
69
  </pre>
70
70
  </div>
71
- <div class="refsect1">
71
+ <div class="refsect1" title="Description">
72
72
  <a name="GCredentials.description"></a><h2>Description</h2>
73
73
  <p>
74
74
  The <a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> type is a reference-counted wrapper for native
@@ -98,9 +98,9 @@ On FreeBSD, the native credential type is a <span class="type">struct cmsgcred</
98
98
  This corresponds to <a class="link" href="GCredentials.html#G-CREDENTIALS-TYPE-FREEBSD-CMSGCRED:CAPS"><code class="literal">G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED</code></a>.
99
99
  </p>
100
100
  </div>
101
- <div class="refsect1">
101
+ <div class="refsect1" title="Details">
102
102
  <a name="GCredentials.details"></a><h2>Details</h2>
103
- <div class="refsect2">
103
+ <div class="refsect2" title="GCredentials">
104
104
  <a name="GCredentials-struct"></a><h3>GCredentials</h3>
105
105
  <pre class="programlisting">typedef struct _GCredentials GCredentials;</pre>
106
106
  <p>
@@ -110,7 +110,7 @@ should only be accessed using the provided API.
110
110
  <p class="since">Since 2.26</p>
111
111
  </div>
112
112
  <hr>
113
- <div class="refsect2">
113
+ <div class="refsect2" title="enum GCredentialsType">
114
114
  <a name="GCredentialsType"></a><h3>enum GCredentialsType</h3>
115
115
  <pre class="programlisting">typedef enum
116
116
  {
@@ -145,7 +145,7 @@ Enumeration describing different kinds of native credential types.
145
145
  <p class="since">Since 2.26</p>
146
146
  </div>
147
147
  <hr>
148
- <div class="refsect2">
148
+ <div class="refsect2" title="g_credentials_new ()">
149
149
  <a name="g-credentials-new"></a><h3>g_credentials_new ()</h3>
150
150
  <pre class="programlisting"><a class="link" href="GCredentials.html" title="GCredentials"><span class="returnvalue">GCredentials</span></a> * g_credentials_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
151
151
  <p>
@@ -164,7 +164,7 @@ the current process.
164
164
  <p class="since">Since 2.26</p>
165
165
  </div>
166
166
  <hr>
167
- <div class="refsect2">
167
+ <div class="refsect2" title="g_credentials_to_string ()">
168
168
  <a name="g-credentials-to-string"></a><h3>g_credentials_to_string ()</h3>
169
169
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * g_credentials_to_string (<em class="parameter"><code><a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> *credentials</code></em>);</pre>
170
170
  <p>
@@ -191,7 +191,7 @@ returned string may change in future GLib release.
191
191
  <p class="since">Since 2.26</p>
192
192
  </div>
193
193
  <hr>
194
- <div class="refsect2">
194
+ <div class="refsect2" title="g_credentials_get_native ()">
195
195
  <a name="g-credentials-get-native"></a><h3>g_credentials_get_native ()</h3>
196
196
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> g_credentials_get_native (<em class="parameter"><code><a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> *credentials</code></em>,
197
197
  <em class="parameter"><code><a class="link" href="GCredentials.html#GCredentialsType" title="enum GCredentialsType"><span class="type">GCredentialsType</span></a> native_type</code></em>);</pre>
@@ -231,7 +231,7 @@ data, it is owned by <em class="parameter"><code>credentials</code></em>.
231
231
  <p class="since">Since 2.26</p>
232
232
  </div>
233
233
  <hr>
234
- <div class="refsect2">
234
+ <div class="refsect2" title="g_credentials_set_native ()">
235
235
  <a name="g-credentials-set-native"></a><h3>g_credentials_set_native ()</h3>
236
236
  <pre class="programlisting"><span class="returnvalue">void</span> g_credentials_set_native (<em class="parameter"><code><a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> *credentials</code></em>,
237
237
  <em class="parameter"><code><a class="link" href="GCredentials.html#GCredentialsType" title="enum GCredentialsType"><span class="type">GCredentialsType</span></a> native_type</code></em>,
@@ -268,7 +268,7 @@ the OS or if <em class="parameter"><code>native_type</code></em> isn't supported
268
268
  <p class="since">Since 2.26</p>
269
269
  </div>
270
270
  <hr>
271
- <div class="refsect2">
271
+ <div class="refsect2" title="g_credentials_is_same_user ()">
272
272
  <a name="g-credentials-is-same-user"></a><h3>g_credentials_is_same_user ()</h3>
273
273
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_credentials_is_same_user (<em class="parameter"><code><a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> *credentials</code></em>,
274
274
  <em class="parameter"><code><a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> *other_credentials</code></em>,
@@ -310,7 +310,7 @@ user, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros
310
310
  <p class="since">Since 2.26</p>
311
311
  </div>
312
312
  <hr>
313
- <div class="refsect2">
313
+ <div class="refsect2" title="g_credentials_get_unix_user ()">
314
314
  <a name="g-credentials-get-unix-user"></a><h3>g_credentials_get_unix_user ()</h3>
315
315
  <pre class="programlisting"><span class="returnvalue">uid_t</span> g_credentials_get_unix_user (<em class="parameter"><code><a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> *credentials</code></em>,
316
316
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
@@ -347,7 +347,7 @@ about the UNIX user.
347
347
  <p class="since">Since 2.26</p>
348
348
  </div>
349
349
  <hr>
350
- <div class="refsect2">
350
+ <div class="refsect2" title="g_credentials_set_unix_user ()">
351
351
  <a name="g-credentials-set-unix-user"></a><h3>g_credentials_set_unix_user ()</h3>
352
352
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_credentials_set_unix_user (<em class="parameter"><code><a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> *credentials</code></em>,
353
353
  <em class="parameter"><code><span class="type">uid_t</span> uid</code></em>,
@@ -393,6 +393,6 @@ about the UNIX user.
393
393
  </div>
394
394
  <div class="footer">
395
395
  <hr>
396
- Generated by GTK-Doc V1.15.1</div>
396
+ Generated by GTK-Doc V1.15</div>
397
397
  </body>
398
398
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GDBusAuthObserver</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="GIO Reference Manual">
8
8
  <link rel="up" href="gdbus-lowlevel.html" title="Lowlevel D-Bus Support">
9
9
  <link rel="prev" href="GDBusServer.html" title="GDBusServer">
10
10
  <link rel="next" href="gdbus-convenience.html" title="Highlevel D-Bus Support">
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="#GDBusAuthObserver.signals" class="shortcut">Signals</a>
31
31
  </td></tr>
32
32
  </table>
33
- <div class="refentry">
33
+ <div class="refentry" title="GDBusAuthObserver">
34
34
  <a name="GDBusAuthObserver"></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="GDBusAuthObserver.synopsis"></a><h2>Synopsis</h2>
44
44
  <pre class="synopsis">
45
45
  #include &lt;gio/gio.h&gt;
@@ -52,20 +52,20 @@
52
52
  <em class="parameter"><code><a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> *credentials</code></em>);
53
53
  </pre>
54
54
  </div>
55
- <div class="refsect1">
55
+ <div class="refsect1" title="Object Hierarchy">
56
56
  <a name="GDBusAuthObserver.object-hierarchy"></a><h2>Object Hierarchy</h2>
57
57
  <pre class="synopsis">
58
58
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
59
59
  +----GDBusAuthObserver
60
60
  </pre>
61
61
  </div>
62
- <div class="refsect1">
62
+ <div class="refsect1" title="Signals">
63
63
  <a name="GDBusAuthObserver.signals"></a><h2>Signals</h2>
64
64
  <pre class="synopsis">
65
65
  "<a class="link" href="GDBusAuthObserver.html#GDBusAuthObserver-authorize-authenticated-peer" title='The "authorize-authenticated-peer" signal'>authorize-authenticated-peer</a>" : Run Last
66
66
  </pre>
67
67
  </div>
68
- <div class="refsect1">
68
+ <div class="refsect1" title="Description">
69
69
  <a name="GDBusAuthObserver.description"></a><h2>Description</h2>
70
70
  <p>
71
71
  The <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver"><span class="type">GDBusAuthObserver</span></a> type provides a mechanism for participating
@@ -134,9 +134,9 @@ signal handler like the following:
134
134
  <p><br class="example-break">
135
135
  </p>
136
136
  </div>
137
- <div class="refsect1">
137
+ <div class="refsect1" title="Details">
138
138
  <a name="GDBusAuthObserver.details"></a><h2>Details</h2>
139
- <div class="refsect2">
139
+ <div class="refsect2" title="GDBusAuthObserver">
140
140
  <a name="GDBusAuthObserver-struct"></a><h3>GDBusAuthObserver</h3>
141
141
  <pre class="programlisting">typedef struct _GDBusAuthObserver GDBusAuthObserver;</pre>
142
142
  <p>
@@ -146,7 +146,7 @@ should only be accessed using the provided API.
146
146
  <p class="since">Since 2.26</p>
147
147
  </div>
148
148
  <hr>
149
- <div class="refsect2">
149
+ <div class="refsect2" title="g_dbus_auth_observer_new ()">
150
150
  <a name="g-dbus-auth-observer-new"></a><h3>g_dbus_auth_observer_new ()</h3>
151
151
  <pre class="programlisting"><a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver"><span class="returnvalue">GDBusAuthObserver</span></a> * g_dbus_auth_observer_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
152
152
  <p>
@@ -164,7 +164,7 @@ Creates a new <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObse
164
164
  <p class="since">Since 2.26</p>
165
165
  </div>
166
166
  <hr>
167
- <div class="refsect2">
167
+ <div class="refsect2" title="g_dbus_auth_observer_authorize_authenticated_peer ()">
168
168
  <a name="g-dbus-auth-observer-authorize-authenticated-peer"></a><h3>g_dbus_auth_observer_authorize_authenticated_peer ()</h3>
169
169
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_dbus_auth_observer_authorize_authenticated_peer
170
170
  (<em class="parameter"><code><a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver"><span class="type">GDBusAuthObserver</span></a> *observer</code></em>,
@@ -202,9 +202,9 @@ Emits the <a class="link" href="GDBusAuthObserver.html#GDBusAuthObserver-authori
202
202
  <p class="since">Since 2.26</p>
203
203
  </div>
204
204
  </div>
205
- <div class="refsect1">
205
+ <div class="refsect1" title="Signal Details">
206
206
  <a name="GDBusAuthObserver.signal-details"></a><h2>Signal Details</h2>
207
- <div class="refsect2">
207
+ <div class="refsect2" title='The "authorize-authenticated-peer" signal'>
208
208
  <a name="GDBusAuthObserver-authorize-authenticated-peer"></a><h3>The <code class="literal">"authorize-authenticated-peer"</code> signal</h3>
209
209
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver"><span class="type">GDBusAuthObserver</span></a> *observer,
210
210
  <a class="link" href="GIOStream.html" title="GIOStream"><span class="type">GIOStream</span></a> *stream,
@@ -249,6 +249,6 @@ is authorized.
249
249
  </div>
250
250
  <div class="footer">
251
251
  <hr>
252
- Generated by GTK-Doc V1.15.1</div>
252
+ Generated by GTK-Doc V1.15</div>
253
253
  </body>
254
254
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GDBusConnection</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="GIO Reference Manual">
8
8
  <link rel="up" href="gdbus-lowlevel.html" title="Lowlevel D-Bus Support">
9
9
  <link rel="prev" href="GDBusMessage.html" title="GDBusMessage">
10
10
  <link rel="next" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">
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">
@@ -34,7 +34,7 @@
34
34
  <a href="#GDBusConnection.signals" class="shortcut">Signals</a>
35
35
  </td></tr>
36
36
  </table>
37
- <div class="refentry">
37
+ <div class="refentry" title="GDBusConnection">
38
38
  <a name="GDBusConnection"></a><div class="titlepage"></div>
39
39
  <div class="refnamediv"><table width="100%"><tr>
40
40
  <td valign="top">
@@ -43,7 +43,7 @@
43
43
  </td>
44
44
  <td valign="top" align="right"></td>
45
45
  </tr></table></div>
46
- <div class="refsynopsisdiv">
46
+ <div class="refsynopsisdiv" title="Synopsis">
47
47
  <a name="GDBusConnection.synopsis"></a><h2>Synopsis</h2>
48
48
  <pre class="synopsis">
49
49
  #include &lt;gio/gio.h&gt;
@@ -280,20 +280,20 @@ enum <a class="link" href="GDBusConnection.html#GDBusSubtreeFlags
280
280
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> registration_id</code></em>);
281
281
  </pre>
282
282
  </div>
283
- <div class="refsect1">
283
+ <div class="refsect1" title="Object Hierarchy">
284
284
  <a name="GDBusConnection.object-hierarchy"></a><h2>Object Hierarchy</h2>
285
285
  <pre class="synopsis">
286
286
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
287
287
  +----GDBusConnection
288
288
  </pre>
289
289
  </div>
290
- <div class="refsect1">
290
+ <div class="refsect1" title="Implemented Interfaces">
291
291
  <a name="GDBusConnection.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
292
292
  <p>
293
293
  GDBusConnection implements
294
294
  <a class="link" href="GInitable.html" title="GInitable">GInitable</a> and <a class="link" href="GAsyncInitable.html" title="GAsyncInitable">GAsyncInitable</a>.</p>
295
295
  </div>
296
- <div class="refsect1">
296
+ <div class="refsect1" title="Properties">
297
297
  <a name="GDBusConnection.properties"></a><h2>Properties</h2>
298
298
  <pre class="synopsis">
299
299
  "<a class="link" href="GDBusConnection.html#GDBusConnection--address" title='The "address" property'>address</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write / Construct Only
@@ -307,13 +307,13 @@ GDBusConnection implements
307
307
  "<a class="link" href="GDBusConnection.html#GDBusConnection--unique-name" title='The "unique-name" property'>unique-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read
308
308
  </pre>
309
309
  </div>
310
- <div class="refsect1">
310
+ <div class="refsect1" title="Signals">
311
311
  <a name="GDBusConnection.signals"></a><h2>Signals</h2>
312
312
  <pre class="synopsis">
313
313
  "<a class="link" href="GDBusConnection.html#GDBusConnection-closed" title='The "closed" signal'>closed</a>" : Run Last
314
314
  </pre>
315
315
  </div>
316
- <div class="refsect1">
316
+ <div class="refsect1" title="Description">
317
317
  <a name="GDBusConnection.description"></a><h2>Description</h2>
318
318
  <p>
319
319
  The <a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> type is used for D-Bus connections to remote
@@ -2913,9 +2913,9 @@ an D-Bus client, it is often easier to use the <a class="link" href="gio-Owning-
2913
2913
  <p><br class="example-break">
2914
2914
  </p>
2915
2915
  </div>
2916
- <div class="refsect1">
2916
+ <div class="refsect1" title="Details">
2917
2917
  <a name="GDBusConnection.details"></a><h2>Details</h2>
2918
- <div class="refsect2">
2918
+ <div class="refsect2" title="enum GBusType">
2919
2919
  <a name="GBusType"></a><h3>enum GBusType</h3>
2920
2920
  <pre class="programlisting">typedef enum
2921
2921
  {
@@ -2956,7 +2956,7 @@ An enumeration for well-known message buses.
2956
2956
  <p class="since">Since 2.26</p>
2957
2957
  </div>
2958
2958
  <hr>
2959
- <div class="refsect2">
2959
+ <div class="refsect2" title="g_bus_get ()">
2960
2960
  <a name="g-bus-get"></a><h3>g_bus_get ()</h3>
2961
2961
  <pre class="programlisting"><span class="returnvalue">void</span> g_bus_get (<em class="parameter"><code><a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
2962
2962
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
@@ -3001,7 +3001,7 @@ the synchronous version.
3001
3001
  <p class="since">Since 2.26</p>
3002
3002
  </div>
3003
3003
  <hr>
3004
- <div class="refsect2">
3004
+ <div class="refsect2" title="g_bus_get_finish ()">
3005
3005
  <a name="g-bus-get-finish"></a><h3>g_bus_get_finish ()</h3>
3006
3006
  <pre class="programlisting"><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="returnvalue">GDBusConnection</span></a> * g_bus_get_finish (<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *res</code></em>,
3007
3007
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
@@ -3043,7 +3043,7 @@ the <a class="link" href="GDBusConnection.html#GDBusConnection--exit-on-close" t
3043
3043
  <p class="since">Since 2.26</p>
3044
3044
  </div>
3045
3045
  <hr>
3046
- <div class="refsect2">
3046
+ <div class="refsect2" title="g_bus_get_sync ()">
3047
3047
  <a name="g-bus-get-sync"></a><h3>g_bus_get_sync ()</h3>
3048
3048
  <pre class="programlisting"><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="returnvalue">GDBusConnection</span></a> * g_bus_get_sync (<em class="parameter"><code><a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
3049
3049
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
@@ -3098,7 +3098,7 @@ the <a class="link" href="GDBusConnection.html#GDBusConnection--exit-on-close" t
3098
3098
  <p class="since">Since 2.26</p>
3099
3099
  </div>
3100
3100
  <hr>
3101
- <div class="refsect2">
3101
+ <div class="refsect2" title="GDBusConnection">
3102
3102
  <a name="GDBusConnection-struct"></a><h3>GDBusConnection</h3>
3103
3103
  <pre class="programlisting">typedef struct _GDBusConnection GDBusConnection;</pre>
3104
3104
  <p>
@@ -3108,7 +3108,7 @@ should only be accessed using the provided API.
3108
3108
  <p class="since">Since 2.26</p>
3109
3109
  </div>
3110
3110
  <hr>
3111
- <div class="refsect2">
3111
+ <div class="refsect2" title="enum GDBusConnectionFlags">
3112
3112
  <a name="GDBusConnectionFlags"></a><h3>enum GDBusConnectionFlags</h3>
3113
3113
  <pre class="programlisting">typedef enum {
3114
3114
  G_DBUS_CONNECTION_FLAGS_NONE = 0,
@@ -3164,7 +3164,7 @@ delayed until <a class="link" href="GDBusConnection.html#g-dbus-connection-start
3164
3164
  <p class="since">Since 2.26</p>
3165
3165
  </div>
3166
3166
  <hr>
3167
- <div class="refsect2">
3167
+ <div class="refsect2" title="g_dbus_connection_new ()">
3168
3168
  <a name="g-dbus-connection-new"></a><h3>g_dbus_connection_new ()</h3>
3169
3169
  <pre class="programlisting"><span class="returnvalue">void</span> g_dbus_connection_new (<em class="parameter"><code><a class="link" href="GIOStream.html" title="GIOStream"><span class="type">GIOStream</span></a> *stream</code></em>,
3170
3170
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *guid</code></em>,
@@ -3234,7 +3234,7 @@ version.
3234
3234
  <p class="since">Since 2.26</p>
3235
3235
  </div>
3236
3236
  <hr>
3237
- <div class="refsect2">
3237
+ <div class="refsect2" title="g_dbus_connection_new_finish ()">
3238
3238
  <a name="g-dbus-connection-new-finish"></a><h3>g_dbus_connection_new_finish ()</h3>
3239
3239
  <pre class="programlisting"><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="returnvalue">GDBusConnection</span></a> * g_dbus_connection_new_finish (<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *res</code></em>,
3240
3240
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
@@ -3265,7 +3265,7 @@ Finishes an operation started with <a class="link" href="GDBusConnection.html#g-
3265
3265
  <p class="since">Since 2.26</p>
3266
3266
  </div>
3267
3267
  <hr>
3268
- <div class="refsect2">
3268
+ <div class="refsect2" title="g_dbus_connection_new_sync ()">
3269
3269
  <a name="g-dbus-connection-new-sync"></a><h3>g_dbus_connection_new_sync ()</h3>
3270
3270
  <pre class="programlisting"><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="returnvalue">GDBusConnection</span></a> * g_dbus_connection_new_sync (<em class="parameter"><code><a class="link" href="GIOStream.html" title="GIOStream"><span class="type">GIOStream</span></a> *stream</code></em>,
3271
3271
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *guid</code></em>,
@@ -3329,7 +3329,7 @@ This is a synchronous failable constructor. See
3329
3329
  <p class="since">Since 2.26</p>
3330
3330
  </div>
3331
3331
  <hr>
3332
- <div class="refsect2">
3332
+ <div class="refsect2" title="g_dbus_connection_new_for_address ()">
3333
3333
  <a name="g-dbus-connection-new-for-address"></a><h3>g_dbus_connection_new_for_address ()</h3>
3334
3334
  <pre class="programlisting"><span class="returnvalue">void</span> g_dbus_connection_new_for_address (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *address</code></em>,
3335
3335
  <em class="parameter"><code><a class="link" href="GDBusConnection.html#GDBusConnectionFlags" title="enum GDBusConnectionFlags"><span class="type">GDBusConnectionFlags</span></a> flags</code></em>,
@@ -3401,7 +3401,7 @@ version.
3401
3401
  <p class="since">Since 2.26</p>
3402
3402
  </div>
3403
3403
  <hr>
3404
- <div class="refsect2">
3404
+ <div class="refsect2" title="g_dbus_connection_new_for_address_finish ()">
3405
3405
  <a name="g-dbus-connection-new-for-address-finish"></a><h3>g_dbus_connection_new_for_address_finish ()</h3>
3406
3406
  <pre class="programlisting"><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="returnvalue">GDBusConnection</span></a> * g_dbus_connection_new_for_address_finish
3407
3407
  (<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *res</code></em>,
@@ -3433,7 +3433,7 @@ Finishes an operation started with <a class="link" href="GDBusConnection.html#g-
3433
3433
  <p class="since">Since 2.26</p>
3434
3434
  </div>
3435
3435
  <hr>
3436
- <div class="refsect2">
3436
+ <div class="refsect2" title="g_dbus_connection_new_for_address_sync ()">
3437
3437
  <a name="g-dbus-connection-new-for-address-sync"></a><h3>g_dbus_connection_new_for_address_sync ()</h3>
3438
3438
  <pre class="programlisting"><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="returnvalue">GDBusConnection</span></a> * g_dbus_connection_new_for_address_sync
3439
3439
  (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *address</code></em>,
@@ -3500,7 +3500,7 @@ authentication process.
3500
3500
  <p class="since">Since 2.26</p>
3501
3501
  </div>
3502
3502
  <hr>
3503
- <div class="refsect2">
3503
+ <div class="refsect2" title="g_dbus_connection_start_message_processing ()">
3504
3504
  <a name="g-dbus-connection-start-message-processing"></a><h3>g_dbus_connection_start_message_processing ()</h3>
3505
3505
  <pre class="programlisting"><span class="returnvalue">void</span> g_dbus_connection_start_message_processing
3506
3506
  (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>);</pre>
@@ -3521,7 +3521,7 @@ created with this flag or if the method has already been called.
3521
3521
  <p class="since">Since 2.26</p>
3522
3522
  </div>
3523
3523
  <hr>
3524
- <div class="refsect2">
3524
+ <div class="refsect2" title="g_dbus_connection_close ()">
3525
3525
  <a name="g-dbus-connection-close"></a><h3>g_dbus_connection_close ()</h3>
3526
3526
  <pre class="programlisting"><span class="returnvalue">void</span> g_dbus_connection_close (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
3527
3527
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
@@ -3584,7 +3584,7 @@ care about the result.
3584
3584
  <p class="since">Since 2.26</p>
3585
3585
  </div>
3586
3586
  <hr>
3587
- <div class="refsect2">
3587
+ <div class="refsect2" title="g_dbus_connection_close_finish ()">
3588
3588
  <a name="g-dbus-connection-close-finish"></a><h3>g_dbus_connection_close_finish ()</h3>
3589
3589
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_dbus_connection_close_finish (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
3590
3590
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *res</code></em>,
@@ -3621,7 +3621,7 @@ Finishes an operation started with <a class="link" href="GDBusConnection.html#g-
3621
3621
  <p class="since">Since 2.26</p>
3622
3622
  </div>
3623
3623
  <hr>
3624
- <div class="refsect2">
3624
+ <div class="refsect2" title="g_dbus_connection_close_sync ()">
3625
3625
  <a name="g-dbus-connection-close-sync"></a><h3>g_dbus_connection_close_sync ()</h3>
3626
3626
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_dbus_connection_close_sync (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
3627
3627
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
@@ -3661,7 +3661,7 @@ does.
3661
3661
  <p class="since">Since 2.26</p>
3662
3662
  </div>
3663
3663
  <hr>
3664
- <div class="refsect2">
3664
+ <div class="refsect2" title="g_dbus_connection_is_closed ()">
3665
3665
  <a name="g-dbus-connection-is-closed"></a><h3>g_dbus_connection_is_closed ()</h3>
3666
3666
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_dbus_connection_is_closed (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>);</pre>
3667
3667
  <p>
@@ -3686,7 +3686,7 @@ Gets whether <em class="parameter"><code>connection</code></em> is closed.
3686
3686
  <p class="since">Since 2.26</p>
3687
3687
  </div>
3688
3688
  <hr>
3689
- <div class="refsect2">
3689
+ <div class="refsect2" title="g_dbus_connection_flush ()">
3690
3690
  <a name="g-dbus-connection-flush"></a><h3>g_dbus_connection_flush ()</h3>
3691
3691
  <pre class="programlisting"><span class="returnvalue">void</span> g_dbus_connection_flush (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
3692
3692
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
@@ -3738,7 +3738,7 @@ care about the result.
3738
3738
  <p class="since">Since 2.26</p>
3739
3739
  </div>
3740
3740
  <hr>
3741
- <div class="refsect2">
3741
+ <div class="refsect2" title="g_dbus_connection_flush_finish ()">
3742
3742
  <a name="g-dbus-connection-flush-finish"></a><h3>g_dbus_connection_flush_finish ()</h3>
3743
3743
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_dbus_connection_flush_finish (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
3744
3744
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *res</code></em>,
@@ -3775,7 +3775,7 @@ Finishes an operation started with <a class="link" href="GDBusConnection.html#g-
3775
3775
  <p class="since">Since 2.26</p>
3776
3776
  </div>
3777
3777
  <hr>
3778
- <div class="refsect2">
3778
+ <div class="refsect2" title="g_dbus_connection_flush_sync ()">
3779
3779
  <a name="g-dbus-connection-flush-sync"></a><h3>g_dbus_connection_flush_sync ()</h3>
3780
3780
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_dbus_connection_flush_sync (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
3781
3781
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
@@ -3815,7 +3815,7 @@ does.
3815
3815
  <p class="since">Since 2.26</p>
3816
3816
  </div>
3817
3817
  <hr>
3818
- <div class="refsect2">
3818
+ <div class="refsect2" title="g_dbus_connection_get_exit_on_close ()">
3819
3819
  <a name="g-dbus-connection-get-exit-on-close"></a><h3>g_dbus_connection_get_exit_on_close ()</h3>
3820
3820
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_dbus_connection_get_exit_on_close (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>);</pre>
3821
3821
  <p>
@@ -3843,7 +3843,7 @@ closed by the remote peer.
3843
3843
  <p class="since">Since 2.26</p>
3844
3844
  </div>
3845
3845
  <hr>
3846
- <div class="refsect2">
3846
+ <div class="refsect2" title="g_dbus_connection_set_exit_on_close ()">
3847
3847
  <a name="g-dbus-connection-set-exit-on-close"></a><h3>g_dbus_connection_set_exit_on_close ()</h3>
3848
3848
  <pre class="programlisting"><span class="returnvalue">void</span> g_dbus_connection_set_exit_on_close (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
3849
3849
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> exit_on_close</code></em>);</pre>
@@ -3871,7 +3871,7 @@ when <em class="parameter"><code>connection</code></em> is closed by the remote
3871
3871
  <p class="since">Since 2.26</p>
3872
3872
  </div>
3873
3873
  <hr>
3874
- <div class="refsect2">
3874
+ <div class="refsect2" title="g_dbus_connection_get_stream ()">
3875
3875
  <a name="g-dbus-connection-get-stream"></a><h3>g_dbus_connection_get_stream ()</h3>
3876
3876
  <pre class="programlisting"><a class="link" href="GIOStream.html" title="GIOStream"><span class="returnvalue">GIOStream</span></a> * g_dbus_connection_get_stream (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>);</pre>
3877
3877
  <p>
@@ -3896,7 +3896,7 @@ Gets the underlying stream used for IO.
3896
3896
  <p class="since">Since 2.26</p>
3897
3897
  </div>
3898
3898
  <hr>
3899
- <div class="refsect2">
3899
+ <div class="refsect2" title="g_dbus_connection_get_guid ()">
3900
3900
  <a name="g-dbus-connection-get-guid"></a><h3>g_dbus_connection_get_guid ()</h3>
3901
3901
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * g_dbus_connection_get_guid (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>);</pre>
3902
3902
  <p>
@@ -3923,7 +3923,7 @@ authenticating. See <a class="link" href="GDBusConnection.html#GDBusConnection--
3923
3923
  <p class="since">Since 2.26</p>
3924
3924
  </div>
3925
3925
  <hr>
3926
- <div class="refsect2">
3926
+ <div class="refsect2" title="g_dbus_connection_get_unique_name ()">
3927
3927
  <a name="g-dbus-connection-get-unique-name"></a><h3>g_dbus_connection_get_unique_name ()</h3>
3928
3928
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * g_dbus_connection_get_unique_name (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>);</pre>
3929
3929
  <p>
@@ -3952,7 +3952,7 @@ bus connection. Do not free this string, it is owned by
3952
3952
  <p class="since">Since 2.26</p>
3953
3953
  </div>
3954
3954
  <hr>
3955
- <div class="refsect2">
3955
+ <div class="refsect2" title="enum GDBusCapabilityFlags">
3956
3956
  <a name="GDBusCapabilityFlags"></a><h3>enum GDBusCapabilityFlags</h3>
3957
3957
  <pre class="programlisting">typedef enum {
3958
3958
  G_DBUS_CAPABILITY_FLAGS_NONE = 0,
@@ -3981,7 +3981,7 @@ supports exchanging UNIX file descriptors with the remote peer.
3981
3981
  <p class="since">Since 2.26</p>
3982
3982
  </div>
3983
3983
  <hr>
3984
- <div class="refsect2">
3984
+ <div class="refsect2" title="g_dbus_connection_get_capabilities ()">
3985
3985
  <a name="g-dbus-connection-get-capabilities"></a><h3>g_dbus_connection_get_capabilities ()</h3>
3986
3986
  <pre class="programlisting"><a class="link" href="GDBusConnection.html#GDBusCapabilityFlags" title="enum GDBusCapabilityFlags"><span class="returnvalue">GDBusCapabilityFlags</span></a> g_dbus_connection_get_capabilities
3987
3987
  (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>);</pre>
@@ -4007,7 +4007,7 @@ Gets the capabilities negotiated with the remote peer
4007
4007
  <p class="since">Since 2.26</p>
4008
4008
  </div>
4009
4009
  <hr>
4010
- <div class="refsect2">
4010
+ <div class="refsect2" title="g_dbus_connection_get_peer_credentials ()">
4011
4011
  <a name="g-dbus-connection-get-peer-credentials"></a><h3>g_dbus_connection_get_peer_credentials ()</h3>
4012
4012
  <pre class="programlisting"><a class="link" href="GCredentials.html" title="GCredentials"><span class="returnvalue">GCredentials</span></a> * g_dbus_connection_get_peer_credentials
4013
4013
  (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>);</pre>
@@ -4043,7 +4043,7 @@ this object, it is owned by <em class="parameter"><code>connection</code></em>.
4043
4043
  <p class="since">Since 2.26</p>
4044
4044
  </div>
4045
4045
  <hr>
4046
- <div class="refsect2">
4046
+ <div class="refsect2" title="enum GDBusCallFlags">
4047
4047
  <a name="GDBusCallFlags"></a><h3>enum GDBusCallFlags</h3>
4048
4048
  <pre class="programlisting">typedef enum {
4049
4049
  G_DBUS_CALL_FLAGS_NONE = 0,
@@ -4073,7 +4073,7 @@ invocation.
4073
4073
  <p class="since">Since 2.26</p>
4074
4074
  </div>
4075
4075
  <hr>
4076
- <div class="refsect2">
4076
+ <div class="refsect2" title="g_dbus_connection_call ()">
4077
4077
  <a name="g-dbus-connection-call"></a><h3>g_dbus_connection_call ()</h3>
4078
4078
  <pre class="programlisting"><span class="returnvalue">void</span> g_dbus_connection_call (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
4079
4079
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *bus_name</code></em>,
@@ -4224,7 +4224,7 @@ care about the result of the method invocation.
4224
4224
  <p class="since">Since 2.26</p>
4225
4225
  </div>
4226
4226
  <hr>
4227
- <div class="refsect2">
4227
+ <div class="refsect2" title="g_dbus_connection_call_finish ()">
4228
4228
  <a name="g-dbus-connection-call-finish"></a><h3>g_dbus_connection_call_finish ()</h3>
4229
4229
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> * g_dbus_connection_call_finish (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
4230
4230
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *res</code></em>,
@@ -4262,7 +4262,7 @@ return values. Free with <a href="http://library.gnome.org/devel/glib/unstable/g
4262
4262
  <p class="since">Since 2.26</p>
4263
4263
  </div>
4264
4264
  <hr>
4265
- <div class="refsect2">
4265
+ <div class="refsect2" title="g_dbus_connection_call_sync ()">
4266
4266
  <a name="g-dbus-connection-call-sync"></a><h3>g_dbus_connection_call_sync ()</h3>
4267
4267
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> * g_dbus_connection_call_sync (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
4268
4268
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *bus_name</code></em>,
@@ -4409,7 +4409,7 @@ return values. Free with <a href="http://library.gnome.org/devel/glib/unstable/g
4409
4409
  <p class="since">Since 2.26</p>
4410
4410
  </div>
4411
4411
  <hr>
4412
- <div class="refsect2">
4412
+ <div class="refsect2" title="g_dbus_connection_emit_signal ()">
4413
4413
  <a name="g-dbus-connection-emit-signal"></a><h3>g_dbus_connection_emit_signal ()</h3>
4414
4414
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_dbus_connection_emit_signal (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
4415
4415
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *destination_bus_name</code></em>,
@@ -4476,7 +4476,7 @@ This can only fail if <em class="parameter"><code>parameters</code></em> is not
4476
4476
  <p class="since">Since 2.26</p>
4477
4477
  </div>
4478
4478
  <hr>
4479
- <div class="refsect2">
4479
+ <div class="refsect2" title="enum GDBusSignalFlags">
4480
4480
  <a name="GDBusSignalFlags"></a><h3>enum GDBusSignalFlags</h3>
4481
4481
  <pre class="programlisting">typedef enum /*&lt; flags &gt;*/
4482
4482
  {
@@ -4497,7 +4497,7 @@ Flags used when subscribing to signals via <a class="link" href="GDBusConnection
4497
4497
  <p class="since">Since 2.26</p>
4498
4498
  </div>
4499
4499
  <hr>
4500
- <div class="refsect2">
4500
+ <div class="refsect2" title="GDBusSignalCallback ()">
4501
4501
  <a name="GDBusSignalCallback"></a><h3>GDBusSignalCallback ()</h3>
4502
4502
  <pre class="programlisting"><span class="returnvalue">void</span> (*GDBusSignalCallback) (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
4503
4503
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sender_name</code></em>,
@@ -4552,7 +4552,7 @@ Signature for callback function used in <a class="link" href="GDBusConnection.ht
4552
4552
  <p class="since">Since 2.26</p>
4553
4553
  </div>
4554
4554
  <hr>
4555
- <div class="refsect2">
4555
+ <div class="refsect2" title="g_dbus_connection_signal_subscribe ()">
4556
4556
  <a name="g-dbus-connection-signal-subscribe"></a><h3>g_dbus_connection_signal_subscribe ()</h3>
4557
4557
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> g_dbus_connection_signal_subscribe (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
4558
4558
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sender</code></em>,
@@ -4646,7 +4646,7 @@ processing the received signal.
4646
4646
  <p class="since">Since 2.26</p>
4647
4647
  </div>
4648
4648
  <hr>
4649
- <div class="refsect2">
4649
+ <div class="refsect2" title="g_dbus_connection_signal_unsubscribe ()">
4650
4650
  <a name="g-dbus-connection-signal-unsubscribe"></a><h3>g_dbus_connection_signal_unsubscribe ()</h3>
4651
4651
  <pre class="programlisting"><span class="returnvalue">void</span> g_dbus_connection_signal_unsubscribe
4652
4652
  (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
@@ -4672,7 +4672,7 @@ Unsubscribes from signals.
4672
4672
  <p class="since">Since 2.26</p>
4673
4673
  </div>
4674
4674
  <hr>
4675
- <div class="refsect2">
4675
+ <div class="refsect2" title="enum GDBusSendMessageFlags">
4676
4676
  <a name="GDBusSendMessageFlags"></a><h3>enum GDBusSendMessageFlags</h3>
4677
4677
  <pre class="programlisting">typedef enum
4678
4678
  {
@@ -4703,7 +4703,7 @@ sending a message.
4703
4703
  <p class="since">Since 2.26</p>
4704
4704
  </div>
4705
4705
  <hr>
4706
- <div class="refsect2">
4706
+ <div class="refsect2" title="g_dbus_connection_send_message ()">
4707
4707
  <a name="g-dbus-connection-send-message"></a><h3>g_dbus_connection_send_message ()</h3>
4708
4708
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_dbus_connection_send_message (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
4709
4709
  <em class="parameter"><code><a class="link" href="GDBusMessage.html" title="GDBusMessage"><span class="type">GDBusMessage</span></a> *message</code></em>,
@@ -4774,7 +4774,7 @@ transmission, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standar
4774
4774
  <p class="since">Since 2.26</p>
4775
4775
  </div>
4776
4776
  <hr>
4777
- <div class="refsect2">
4777
+ <div class="refsect2" title="g_dbus_connection_send_message_with_reply ()">
4778
4778
  <a name="g-dbus-connection-send-message-with-reply"></a><h3>g_dbus_connection_send_message_with_reply ()</h3>
4779
4779
  <pre class="programlisting"><span class="returnvalue">void</span> g_dbus_connection_send_message_with_reply
4780
4780
  (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
@@ -4866,7 +4866,7 @@ care about the result.
4866
4866
  <p class="since">Since 2.26</p>
4867
4867
  </div>
4868
4868
  <hr>
4869
- <div class="refsect2">
4869
+ <div class="refsect2" title="g_dbus_connection_send_message_with_reply_finish ()">
4870
4870
  <a name="g-dbus-connection-send-message-with-reply-finish"></a><h3>g_dbus_connection_send_message_with_reply_finish ()</h3>
4871
4871
  <pre class="programlisting"><a class="link" href="GDBusMessage.html" title="GDBusMessage"><span class="returnvalue">GDBusMessage</span></a> * g_dbus_connection_send_message_with_reply_finish
4872
4872
  (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
@@ -4914,7 +4914,7 @@ low-level API to send and receive UNIX file descriptors.
4914
4914
  <p class="since">Since 2.26</p>
4915
4915
  </div>
4916
4916
  <hr>
4917
- <div class="refsect2">
4917
+ <div class="refsect2" title="g_dbus_connection_send_message_with_reply_sync ()">
4918
4918
  <a name="g-dbus-connection-send-message-with-reply-sync"></a><h3>g_dbus_connection_send_message_with_reply_sync ()</h3>
4919
4919
  <pre class="programlisting"><a class="link" href="GDBusMessage.html" title="GDBusMessage"><span class="returnvalue">GDBusMessage</span></a> * g_dbus_connection_send_message_with_reply_sync
4920
4920
  (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
@@ -5007,7 +5007,7 @@ Note that <em class="parameter"><code>message</code></em> must be unlocked, unle
5007
5007
  <p class="since">Since 2.26</p>
5008
5008
  </div>
5009
5009
  <hr>
5010
- <div class="refsect2">
5010
+ <div class="refsect2" title="GDBusMessageFilterFunction ()">
5011
5011
  <a name="GDBusMessageFilterFunction"></a><h3>GDBusMessageFilterFunction ()</h3>
5012
5012
  <pre class="programlisting"><a class="link" href="GDBusMessage.html" title="GDBusMessage"><span class="returnvalue">GDBusMessage</span></a> * (*GDBusMessageFilterFunction) (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
5013
5013
  <em class="parameter"><code><a class="link" href="GDBusMessage.html" title="GDBusMessage"><span class="type">GDBusMessage</span></a> *message</code></em>,
@@ -5179,7 +5179,7 @@ functions can simply return the passed <em class="parameter"><code>message</code
5179
5179
  <p class="since">Since 2.26</p>
5180
5180
  </div>
5181
5181
  <hr>
5182
- <div class="refsect2">
5182
+ <div class="refsect2" title="g_dbus_connection_add_filter ()">
5183
5183
  <a name="g-dbus-connection-add-filter"></a><h3>g_dbus_connection_add_filter ()</h3>
5184
5184
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> g_dbus_connection_add_filter (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
5185
5185
  <em class="parameter"><code><a class="link" href="GDBusConnection.html#GDBusMessageFilterFunction" title="GDBusMessageFilterFunction ()"><span class="type">GDBusMessageFilterFunction</span></a> filter_function</code></em>,
@@ -5247,7 +5247,7 @@ is removed or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standar
5247
5247
  <p class="since">Since 2.26</p>
5248
5248
  </div>
5249
5249
  <hr>
5250
- <div class="refsect2">
5250
+ <div class="refsect2" title="g_dbus_connection_remove_filter ()">
5251
5251
  <a name="g-dbus-connection-remove-filter"></a><h3>g_dbus_connection_remove_filter ()</h3>
5252
5252
  <pre class="programlisting"><span class="returnvalue">void</span> g_dbus_connection_remove_filter (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
5253
5253
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> filter_id</code></em>);</pre>
@@ -5272,7 +5272,7 @@ Removes a filter.
5272
5272
  <p class="since">Since 2.26</p>
5273
5273
  </div>
5274
5274
  <hr>
5275
- <div class="refsect2">
5275
+ <div class="refsect2" title="GDBusInterfaceVTable">
5276
5276
  <a name="GDBusInterfaceVTable"></a><h3>GDBusInterfaceVTable</h3>
5277
5277
  <pre class="programlisting">typedef struct {
5278
5278
  GDBusInterfaceMethodCallFunc method_call;
@@ -5312,7 +5312,7 @@ D-Bus interface using <a class="link" href="GDBusConnection.html#g-dbus-connecti
5312
5312
  <p class="since">Since 2.26</p>
5313
5313
  </div>
5314
5314
  <hr>
5315
- <div class="refsect2">
5315
+ <div class="refsect2" title="GDBusInterfaceMethodCallFunc ()">
5316
5316
  <a name="GDBusInterfaceMethodCallFunc"></a><h3>GDBusInterfaceMethodCallFunc ()</h3>
5317
5317
  <pre class="programlisting"><span class="returnvalue">void</span> (*GDBusInterfaceMethodCallFunc) (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
5318
5318
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sender</code></em>,
@@ -5373,7 +5373,7 @@ The type of the <em class="parameter"><code>method_call</code></em> function in
5373
5373
  <p class="since">Since 2.26</p>
5374
5374
  </div>
5375
5375
  <hr>
5376
- <div class="refsect2">
5376
+ <div class="refsect2" title="GDBusInterfaceGetPropertyFunc ()">
5377
5377
  <a name="GDBusInterfaceGetPropertyFunc"></a><h3>GDBusInterfaceGetPropertyFunc ()</h3>
5378
5378
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> * (*GDBusInterfaceGetPropertyFunc) (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
5379
5379
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sender</code></em>,
@@ -5436,7 +5436,7 @@ The type of the <em class="parameter"><code>get_property</code></em> function in
5436
5436
  <p class="since">Since 2.26</p>
5437
5437
  </div>
5438
5438
  <hr>
5439
- <div class="refsect2">
5439
+ <div class="refsect2" title="GDBusInterfaceSetPropertyFunc ()">
5440
5440
  <a name="GDBusInterfaceSetPropertyFunc"></a><h3>GDBusInterfaceSetPropertyFunc ()</h3>
5441
5441
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*GDBusInterfaceSetPropertyFunc) (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
5442
5442
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sender</code></em>,
@@ -5503,7 +5503,7 @@ The type of the <em class="parameter"><code>set_property</code></em> function in
5503
5503
  <p class="since">Since 2.26</p>
5504
5504
  </div>
5505
5505
  <hr>
5506
- <div class="refsect2">
5506
+ <div class="refsect2" title="g_dbus_connection_register_object ()">
5507
5507
  <a name="g-dbus-connection-register-object"></a><h3>g_dbus_connection_register_object ()</h3>
5508
5508
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> g_dbus_connection_register_object (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
5509
5509
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
@@ -5610,7 +5610,7 @@ that can be used with <a class="link" href="GDBusConnection.html#g-dbus-connecti
5610
5610
  <p class="since">Since 2.26</p>
5611
5611
  </div>
5612
5612
  <hr>
5613
- <div class="refsect2">
5613
+ <div class="refsect2" title="g_dbus_connection_unregister_object ()">
5614
5614
  <a name="g-dbus-connection-unregister-object"></a><h3>g_dbus_connection_unregister_object ()</h3>
5615
5615
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_dbus_connection_unregister_object (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
5616
5616
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> registration_id</code></em>);</pre>
@@ -5641,7 +5641,7 @@ Unregisters an object.
5641
5641
  <p class="since">Since 2.26</p>
5642
5642
  </div>
5643
5643
  <hr>
5644
- <div class="refsect2">
5644
+ <div class="refsect2" title="GDBusSubtreeVTable">
5645
5645
  <a name="GDBusSubtreeVTable"></a><h3>GDBusSubtreeVTable</h3>
5646
5646
  <pre class="programlisting">typedef struct {
5647
5647
  GDBusSubtreeEnumerateFunc enumerate;
@@ -5675,7 +5675,7 @@ Virtual table for handling subtrees registered with <a class="link" href="GDBusC
5675
5675
  <p class="since">Since 2.26</p>
5676
5676
  </div>
5677
5677
  <hr>
5678
- <div class="refsect2">
5678
+ <div class="refsect2" title="GDBusSubtreeEnumerateFunc ()">
5679
5679
  <a name="GDBusSubtreeEnumerateFunc"></a><h3>GDBusSubtreeEnumerateFunc ()</h3>
5680
5680
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> ** (*GDBusSubtreeEnumerateFunc) (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
5681
5681
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sender</code></em>,
@@ -5731,7 +5731,7 @@ The return value will be freed with <a href="http://library.gnome.org/devel/glib
5731
5731
  <p class="since">Since 2.26</p>
5732
5732
  </div>
5733
5733
  <hr>
5734
- <div class="refsect2">
5734
+ <div class="refsect2" title="GDBusSubtreeIntrospectFunc ()">
5735
5735
  <a name="GDBusSubtreeIntrospectFunc"></a><h3>GDBusSubtreeIntrospectFunc ()</h3>
5736
5736
  <pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo" title="GDBusInterfaceInfo"><span class="returnvalue">GDBusInterfaceInfo</span></a> ** (*GDBusSubtreeIntrospectFunc) (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
5737
5737
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sender</code></em>,
@@ -5801,7 +5801,7 @@ case.
5801
5801
  <p class="since">Since 2.26</p>
5802
5802
  </div>
5803
5803
  <hr>
5804
- <div class="refsect2">
5804
+ <div class="refsect2" title="GDBusSubtreeDispatchFunc ()">
5805
5805
  <a name="GDBusSubtreeDispatchFunc"></a><h3>GDBusSubtreeDispatchFunc ()</h3>
5806
5806
  <pre class="programlisting">const <a class="link" href="GDBusConnection.html#GDBusInterfaceVTable" title="GDBusInterfaceVTable"><span class="returnvalue">GDBusInterfaceVTable</span></a> * (*GDBusSubtreeDispatchFunc)
5807
5807
  (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
@@ -5867,7 +5867,7 @@ segment of the object path (ie: it never contains a slash).
5867
5867
  <p class="since">Since 2.26</p>
5868
5868
  </div>
5869
5869
  <hr>
5870
- <div class="refsect2">
5870
+ <div class="refsect2" title="enum GDBusSubtreeFlags">
5871
5871
  <a name="GDBusSubtreeFlags"></a><h3>enum GDBusSubtreeFlags</h3>
5872
5872
  <pre class="programlisting">typedef enum
5873
5873
  {
@@ -5898,7 +5898,7 @@ Flags passed to <a class="link" href="GDBusConnection.html#g-dbus-connection-reg
5898
5898
  <p class="since">Since 2.26</p>
5899
5899
  </div>
5900
5900
  <hr>
5901
- <div class="refsect2">
5901
+ <div class="refsect2" title="g_dbus_connection_register_subtree ()">
5902
5902
  <a name="g-dbus-connection-register-subtree"></a><h3>g_dbus_connection_register_subtree ()</h3>
5903
5903
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> g_dbus_connection_register_subtree (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
5904
5904
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
@@ -5999,7 +5999,7 @@ that can be used with <a class="link" href="GDBusConnection.html#g-dbus-connecti
5999
5999
  <p class="since">Since 2.26</p>
6000
6000
  </div>
6001
6001
  <hr>
6002
- <div class="refsect2">
6002
+ <div class="refsect2" title="g_dbus_connection_unregister_subtree ()">
6003
6003
  <a name="g-dbus-connection-unregister-subtree"></a><h3>g_dbus_connection_unregister_subtree ()</h3>
6004
6004
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_dbus_connection_unregister_subtree
6005
6005
  (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
@@ -6031,9 +6031,9 @@ Unregisters a subtree.
6031
6031
  <p class="since">Since 2.26</p>
6032
6032
  </div>
6033
6033
  </div>
6034
- <div class="refsect1">
6034
+ <div class="refsect1" title="Property Details">
6035
6035
  <a name="GDBusConnection.property-details"></a><h2>Property Details</h2>
6036
- <div class="refsect2">
6036
+ <div class="refsect2" title='The "address" property'>
6037
6037
  <a name="GDBusConnection--address"></a><h3>The <code class="literal">"address"</code> property</h3>
6038
6038
  <pre class="programlisting"> "address" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write / Construct Only</pre>
6039
6039
  <p>
@@ -6044,7 +6044,7 @@ when establishing the connection.
6044
6044
  <p class="since">Since 2.26</p>
6045
6045
  </div>
6046
6046
  <hr>
6047
- <div class="refsect2">
6047
+ <div class="refsect2" title='The "authentication-observer" property'>
6048
6048
  <a name="GDBusConnection--authentication-observer"></a><h3>The <code class="literal">"authentication-observer"</code> property</h3>
6049
6049
  <pre class="programlisting"> "authentication-observer" <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver"><span class="type">GDBusAuthObserver</span></a>* : Write / Construct Only</pre>
6050
6050
  <p>
@@ -6053,7 +6053,7 @@ A <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver"><span
6053
6053
  <p class="since">Since 2.26</p>
6054
6054
  </div>
6055
6055
  <hr>
6056
- <div class="refsect2">
6056
+ <div class="refsect2" title='The "capabilities" property'>
6057
6057
  <a name="GDBusConnection--capabilities"></a><h3>The <code class="literal">"capabilities"</code> property</h3>
6058
6058
  <pre class="programlisting"> "capabilities" <a class="link" href="GDBusConnection.html#GDBusCapabilityFlags" title="enum GDBusCapabilityFlags"><span class="type">GDBusCapabilityFlags</span></a> : Read</pre>
6059
6059
  <p>
@@ -6063,7 +6063,7 @@ representing connection features negotiated with the other peer.
6063
6063
  <p class="since">Since 2.26</p>
6064
6064
  </div>
6065
6065
  <hr>
6066
- <div class="refsect2">
6066
+ <div class="refsect2" title='The "closed" property'>
6067
6067
  <a name="GDBusConnection--closed"></a><h3>The <code class="literal">"closed"</code> property</h3>
6068
6068
  <pre class="programlisting"> "closed" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
6069
6069
  <p>
@@ -6073,7 +6073,7 @@ A boolean specifying whether the connection has been closed.
6073
6073
  <p class="since">Since 2.26</p>
6074
6074
  </div>
6075
6075
  <hr>
6076
- <div class="refsect2">
6076
+ <div class="refsect2" title='The "exit-on-close" property'>
6077
6077
  <a name="GDBusConnection--exit-on-close"></a><h3>The <code class="literal">"exit-on-close"</code> property</h3>
6078
6078
  <pre class="programlisting"> "exit-on-close" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
6079
6079
  <p>
@@ -6085,7 +6085,7 @@ is closed by the remote peer.
6085
6085
  <p class="since">Since 2.26</p>
6086
6086
  </div>
6087
6087
  <hr>
6088
- <div class="refsect2">
6088
+ <div class="refsect2" title='The "flags" property'>
6089
6089
  <a name="GDBusConnection--flags"></a><h3>The <code class="literal">"flags"</code> property</h3>
6090
6090
  <pre class="programlisting"> "flags" <a class="link" href="GDBusConnection.html#GDBusConnectionFlags" title="enum GDBusConnectionFlags"><span class="type">GDBusConnectionFlags</span></a> : Write / Construct Only</pre>
6091
6091
  <p>
@@ -6094,7 +6094,7 @@ Flags from the <a class="link" href="GDBusConnection.html#GDBusConnectionFlags"
6094
6094
  <p class="since">Since 2.26</p>
6095
6095
  </div>
6096
6096
  <hr>
6097
- <div class="refsect2">
6097
+ <div class="refsect2" title='The "guid" property'>
6098
6098
  <a name="GDBusConnection--guid"></a><h3>The <code class="literal">"guid"</code> property</h3>
6099
6099
  <pre class="programlisting"> "guid" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre>
6100
6100
  <p>
@@ -6118,7 +6118,7 @@ initialized.
6118
6118
  <p class="since">Since 2.26</p>
6119
6119
  </div>
6120
6120
  <hr>
6121
- <div class="refsect2">
6121
+ <div class="refsect2" title='The "stream" property'>
6122
6122
  <a name="GDBusConnection--stream"></a><h3>The <code class="literal">"stream"</code> property</h3>
6123
6123
  <pre class="programlisting"> "stream" <a class="link" href="GIOStream.html" title="GIOStream"><span class="type">GIOStream</span></a>* : Read / Write / Construct Only</pre>
6124
6124
  <p>
@@ -6127,7 +6127,7 @@ The underlying <a class="link" href="GIOStream.html" title="GIOStream"><span cla
6127
6127
  <p class="since">Since 2.26</p>
6128
6128
  </div>
6129
6129
  <hr>
6130
- <div class="refsect2">
6130
+ <div class="refsect2" title='The "unique-name" property'>
6131
6131
  <a name="GDBusConnection--unique-name"></a><h3>The <code class="literal">"unique-name"</code> property</h3>
6132
6132
  <pre class="programlisting"> "unique-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre>
6133
6133
  <p>
@@ -6138,9 +6138,9 @@ connection is not open or not a message bus connection.
6138
6138
  <p class="since">Since 2.26</p>
6139
6139
  </div>
6140
6140
  </div>
6141
- <div class="refsect1">
6141
+ <div class="refsect1" title="Signal Details">
6142
6142
  <a name="GDBusConnection.signal-details"></a><h2>Signal Details</h2>
6143
- <div class="refsect2">
6143
+ <div class="refsect2" title='The "closed" signal'>
6144
6144
  <a name="GDBusConnection-closed"></a><h3>The <code class="literal">"closed"</code> signal</h3>
6145
6145
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection,
6146
6146
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> remote_peer_vanished,
@@ -6206,6 +6206,6 @@ remote peer closed its end of the connection.
6206
6206
  </div>
6207
6207
  <div class="footer">
6208
6208
  <hr>
6209
- Generated by GTK-Doc V1.15.1</div>
6209
+ Generated by GTK-Doc V1.15</div>
6210
6210
  </body>
6211
6211
  </html>