glib2 0.90.4-x86-mingw32 → 0.90.5-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (567) hide show
  1. data/ChangeLog +10 -0
  2. data/Rakefile +1 -1
  3. data/ext/glib2/extconf.rb +8 -0
  4. data/ext/glib2/rbglib.h +1 -1
  5. data/lib/1.8/glib2.so +0 -0
  6. data/lib/1.9/glib2.so +0 -0
  7. data/lib/glib-mkenums.rb +3 -2
  8. data/lib/mkmf-gnome2.rb +14 -10
  9. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  10. data/vendor/local/bin/glib-gettextize +2 -2
  11. data/vendor/local/bin/glib-mkenums +35 -9
  12. data/vendor/local/bin/gobject-query.exe +0 -0
  13. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  14. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  15. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  16. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  17. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  18. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  19. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  20. data/vendor/local/include/glib-2.0/gio/gappinfo.h +0 -1
  21. data/vendor/local/include/glib-2.0/gio/gbufferedoutputstream.h +0 -1
  22. data/vendor/local/include/glib-2.0/gio/gcontenttype.h +18 -18
  23. data/vendor/local/include/glib-2.0/gio/gconverterinputstream.h +0 -1
  24. data/vendor/local/include/glib-2.0/gio/gconverteroutputstream.h +0 -1
  25. data/vendor/local/include/glib-2.0/gio/gcredentials.h +76 -0
  26. data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +42 -25
  27. data/vendor/local/include/glib-2.0/gio/gdataoutputstream.h +0 -1
  28. data/vendor/local/include/glib-2.0/gio/gdbusaddress.h +58 -0
  29. data/vendor/local/include/glib-2.0/gio/gdbusauthobserver.h +46 -0
  30. data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +562 -0
  31. data/vendor/local/include/glib-2.0/gio/gdbuserror.h +100 -0
  32. data/vendor/local/include/glib-2.0/gio/gdbusintrospection.h +286 -0
  33. data/vendor/local/include/glib-2.0/gio/gdbusmessage.h +149 -0
  34. data/vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h +73 -0
  35. data/vendor/local/include/glib-2.0/gio/gdbusnameowning.h +112 -0
  36. data/vendor/local/include/glib-2.0/gio/gdbusnamewatching.h +94 -0
  37. data/vendor/local/include/glib-2.0/gio/gdbusproxy.h +167 -0
  38. data/vendor/local/include/glib-2.0/gio/gdbusserver.h +54 -0
  39. data/vendor/local/include/glib-2.0/gio/gdbusutils.h +44 -0
  40. data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +0 -1
  41. data/vendor/local/include/glib-2.0/gio/gfileinfo.h +1 -0
  42. data/vendor/local/include/glib-2.0/gio/gio.h +30 -9
  43. data/vendor/local/include/glib-2.0/gio/gioenums.h +526 -8
  44. data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +42 -0
  45. data/vendor/local/include/glib-2.0/gio/gioerror.h +4 -0
  46. data/vendor/local/include/glib-2.0/gio/giotypes.h +36 -0
  47. data/vendor/local/include/glib-2.0/gio/gmemoryoutputstream.h +1 -0
  48. data/vendor/local/include/glib-2.0/gio/gnetworkaddress.h +4 -0
  49. data/vendor/local/include/glib-2.0/gio/gnetworkservice.h +2 -0
  50. data/vendor/local/include/glib-2.0/gio/gpermission.h +118 -0
  51. data/vendor/local/include/glib-2.0/gio/gproxy.h +123 -0
  52. data/vendor/local/include/glib-2.0/gio/gproxyaddress.h +76 -0
  53. data/vendor/local/include/glib-2.0/gio/gproxyaddressenumerator.h +75 -0
  54. data/vendor/local/include/glib-2.0/gio/gproxyresolver.h +96 -0
  55. data/vendor/local/include/glib-2.0/gio/gsettings.h +258 -0
  56. data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +138 -0
  57. data/vendor/local/include/glib-2.0/gio/gsimplepermission.h +45 -0
  58. data/vendor/local/include/glib-2.0/gio/gsocket.h +18 -0
  59. data/vendor/local/include/glib-2.0/gio/gsocketclient.h +22 -0
  60. data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +7 -1
  61. data/vendor/local/include/glib-2.0/gio/gvolumemonitor.h +0 -1
  62. data/vendor/local/include/glib-2.0/gio/gzlibcompressor.h +5 -0
  63. data/vendor/local/include/glib-2.0/gio/gzlibdecompressor.h +3 -0
  64. data/vendor/local/include/glib-2.0/glib-object.h +1 -0
  65. data/vendor/local/include/glib-2.0/glib.h +2 -0
  66. data/vendor/local/include/glib-2.0/glib/galloca.h +47 -0
  67. data/vendor/local/include/glib-2.0/glib/gatomic.h +25 -5
  68. data/vendor/local/include/glib-2.0/glib/gbacktrace.h +7 -7
  69. data/vendor/local/include/glib-2.0/glib/gbase64.h +22 -22
  70. data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +27 -3
  71. data/vendor/local/include/glib-2.0/glib/gcache.h +1 -1
  72. data/vendor/local/include/glib-2.0/glib/gchecksum.h +20 -20
  73. data/vendor/local/include/glib-2.0/glib/gcompletion.h +4 -0
  74. data/vendor/local/include/glib-2.0/glib/gconvert.h +26 -2
  75. data/vendor/local/include/glib-2.0/glib/gdatetime.h +217 -0
  76. data/vendor/local/include/glib-2.0/glib/gkeyfile.h +16 -0
  77. data/vendor/local/include/glib-2.0/glib/gmacros.h +7 -0
  78. data/vendor/local/include/glib-2.0/glib/gmain.h +305 -78
  79. data/vendor/local/include/glib-2.0/glib/gmarkup.h +1 -1
  80. data/vendor/local/include/glib-2.0/glib/gmem.h +107 -1
  81. data/vendor/local/include/glib-2.0/glib/gnode.h +4 -2
  82. data/vendor/local/include/glib-2.0/glib/gpoll.h +27 -3
  83. data/vendor/local/include/glib-2.0/glib/gregex.h +228 -0
  84. data/vendor/local/include/glib-2.0/glib/grel.h +4 -0
  85. data/vendor/local/include/glib-2.0/glib/gstdio.h +27 -39
  86. data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +3 -1
  87. data/vendor/local/include/glib-2.0/glib/gtestutils.h +19 -14
  88. data/vendor/local/include/glib-2.0/glib/gthread.h +0 -1
  89. data/vendor/local/include/glib-2.0/glib/gtimezone.h +44 -0
  90. data/vendor/local/include/glib-2.0/glib/gunicode.h +18 -1
  91. data/vendor/local/include/glib-2.0/glib/gutils.h +1 -1
  92. data/vendor/local/include/glib-2.0/glib/gvariant.h +25 -1
  93. data/vendor/local/include/glib-2.0/glib/gvarianttype.h +29 -0
  94. data/vendor/local/include/glib-2.0/gobject/gbinding.h +136 -0
  95. data/vendor/local/include/glib-2.0/gobject/gboxed.h +18 -6
  96. data/vendor/local/include/glib-2.0/gobject/gmarshal.h +37 -20
  97. data/vendor/local/include/glib-2.0/gobject/gobject.h +5 -0
  98. data/vendor/local/include/glib-2.0/gobject/gobjectnotifyqueue.c +48 -21
  99. data/vendor/local/include/glib-2.0/gobject/gparam.h +9 -4
  100. data/vendor/local/include/glib-2.0/gobject/gparamspecs.h +54 -0
  101. data/vendor/local/include/glib-2.0/gobject/gtype.h +129 -1
  102. data/vendor/local/include/glib-2.0/gobject/gvaluecollector.h +6 -1
  103. data/vendor/local/include/glib-2.0/gobject/gvaluetypes.h +17 -0
  104. data/vendor/local/lib/gio-2.0.def +345 -2
  105. data/vendor/local/lib/gio-2.0.lib +0 -0
  106. data/vendor/local/lib/glib-2.0.def +71 -0
  107. data/vendor/local/lib/glib-2.0.lib +0 -0
  108. data/vendor/local/lib/glib-2.0/include/glibconfig.h +2 -2
  109. data/vendor/local/lib/gmodule-2.0.lib +0 -0
  110. data/vendor/local/lib/gobject-2.0.def +21 -0
  111. data/vendor/local/lib/gobject-2.0.lib +0 -0
  112. data/vendor/local/lib/gthread-2.0.lib +0 -0
  113. data/vendor/local/lib/intl.lib +0 -0
  114. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  115. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  116. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  117. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  118. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  119. data/vendor/local/lib/pkgconfig/gio-2.0.pc +3 -2
  120. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +11 -0
  121. data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
  122. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
  123. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
  124. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
  125. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
  126. data/vendor/local/manifest/{glib-dev_2.24.2-2_win32.mft → glib-dev_2.26.0-2_win32.mft} +87 -8
  127. data/vendor/local/manifest/{glib_2.24.2-2_win32.mft → glib_2.26.0-2_win32.mft} +3 -2
  128. data/vendor/local/share/aclocal/glib-gettext.m4 +2 -2
  129. data/vendor/local/share/doc/{glib-2.24.2 → glib-2.26.0}/COPYING +0 -0
  130. data/vendor/local/share/doc/{glib-dev-2.24.2 → glib-dev-2.26.0}/COPYING +0 -0
  131. data/vendor/local/share/glib-2.0/gdb/glib.py +1 -4
  132. data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +3 -1
  133. data/vendor/local/share/glib-2.0/schemas/gschema.dtd +60 -0
  134. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +179 -166
  135. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +276 -74
  136. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +35 -35
  137. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +114 -119
  138. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +43 -47
  139. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +67 -67
  140. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +41 -41
  141. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +70 -35
  142. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +398 -0
  143. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +254 -0
  144. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +6211 -0
  145. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +1833 -0
  146. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +618 -0
  147. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +2050 -0
  148. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +1124 -0
  149. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +373 -151
  150. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +103 -107
  151. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +158 -158
  152. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +22 -22
  153. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +19 -19
  154. data/vendor/local/share/gtk-doc/html/gio/GFile.html +935 -923
  155. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +18 -13
  156. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +71 -75
  157. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +29 -29
  158. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +18 -18
  159. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +303 -275
  160. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +27 -27
  161. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +32 -32
  162. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +29 -29
  163. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +30 -30
  164. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +31 -25
  165. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +31 -25
  166. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +27 -27
  167. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +58 -58
  168. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +38 -38
  169. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +109 -109
  170. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +26 -25
  171. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +72 -72
  172. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +120 -120
  173. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +29 -29
  174. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +24 -24
  175. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +90 -59
  176. data/vendor/local/share/gtk-doc/html/gio/GMount.html +155 -155
  177. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +76 -76
  178. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +119 -39
  179. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +100 -37
  180. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +137 -131
  181. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +560 -0
  182. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +312 -0
  183. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +348 -0
  184. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +301 -0
  185. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +116 -116
  186. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +54 -54
  187. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +2424 -0
  188. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +609 -0
  189. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +362 -148
  190. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +107 -0
  191. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +612 -326
  192. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +36 -36
  193. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +470 -108
  194. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +131 -46
  195. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +48 -259
  196. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +27 -26
  197. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +123 -119
  198. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +24 -24
  199. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +165 -0
  200. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +36 -36
  201. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +27 -27
  202. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +298 -0
  203. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +222 -0
  204. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +65 -57
  205. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +59 -51
  206. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +38 -38
  207. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +39 -39
  208. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +246 -61
  209. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +36 -36
  210. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +113 -113
  211. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +67 -71
  212. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +90 -18
  213. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +56 -14
  214. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +65 -0
  215. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -3
  216. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -3
  217. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +8 -12
  218. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +21 -4
  219. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +1598 -0
  220. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +18 -3
  221. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2412 -661
  222. data/vendor/local/share/gtk-doc/html/gio/async.html +3 -3
  223. data/vendor/local/share/gtk-doc/html/gio/ch01.html +50 -14
  224. data/vendor/local/share/gtk-doc/html/gio/ch02.html +14 -9
  225. data/vendor/local/share/gtk-doc/html/gio/ch03.html +122 -22
  226. data/vendor/local/share/gtk-doc/html/gio/{ch19.html → ch24.html} +8 -8
  227. data/vendor/local/share/gtk-doc/html/gio/{ch20.html → ch25.html} +19 -19
  228. data/vendor/local/share/gtk-doc/html/gio/{ch20s02.html → ch25s02.html} +10 -10
  229. data/vendor/local/share/gtk-doc/html/gio/{ch20s03.html → ch25s03.html} +12 -12
  230. data/vendor/local/share/gtk-doc/html/gio/ch26.html +57 -0
  231. data/vendor/local/share/gtk-doc/html/gio/ch26s02.html +59 -0
  232. data/vendor/local/share/gtk-doc/html/gio/ch26s03.html +159 -0
  233. data/vendor/local/share/gtk-doc/html/gio/ch26s04.html +46 -0
  234. data/vendor/local/share/gtk-doc/html/gio/ch26s05.html +48 -0
  235. data/vendor/local/share/gtk-doc/html/gio/ch26s06.html +277 -0
  236. data/vendor/local/share/gtk-doc/html/gio/ch26s07.html +95 -0
  237. data/vendor/local/share/gtk-doc/html/gio/ch27.html +70 -0
  238. data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +130 -0
  239. data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +202 -0
  240. data/vendor/local/share/gtk-doc/html/gio/ch27s04.html +96 -0
  241. data/vendor/local/share/gtk-doc/html/gio/ch27s05.html +823 -0
  242. data/vendor/local/share/gtk-doc/html/gio/ch27s06.html +828 -0
  243. data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
  244. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +33 -20
  245. data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
  246. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
  247. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
  248. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
  249. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +41 -0
  250. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +59 -0
  251. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +243 -0
  252. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +316 -0
  253. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +1117 -0
  254. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +216 -0
  255. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +35 -35
  256. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +58 -50
  257. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +98 -88
  258. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +15 -19
  259. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +15 -19
  260. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +908 -0
  261. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +37 -31
  262. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +97 -16
  263. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +50 -50
  264. data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +38 -38
  265. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +736 -0
  266. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +113 -122
  267. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +666 -0
  268. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +26 -10
  269. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +53 -0
  270. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +569 -68
  271. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +692 -70
  272. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +102 -0
  273. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +11 -5
  274. data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
  275. data/vendor/local/share/gtk-doc/html/gio/index.html +137 -20
  276. data/vendor/local/share/gtk-doc/html/gio/index.sgml +814 -96
  277. data/vendor/local/share/gtk-doc/html/gio/migrating.html +32 -12
  278. data/vendor/local/share/gtk-doc/html/gio/networking.html +19 -7
  279. data/vendor/local/share/gtk-doc/html/gio/permissions.html +39 -0
  280. data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
  281. data/vendor/local/share/gtk-doc/html/gio/pt02.html +112 -15
  282. data/vendor/local/share/gtk-doc/html/gio/resolver.html +8 -5
  283. data/vendor/local/share/gtk-doc/html/gio/settings.html +38 -0
  284. data/vendor/local/share/gtk-doc/html/gio/streaming.html +4 -4
  285. data/vendor/local/share/gtk-doc/html/gio/style.css +8 -0
  286. data/vendor/local/share/gtk-doc/html/gio/tools.html +44 -0
  287. data/vendor/local/share/gtk-doc/html/gio/types.html +3 -3
  288. data/vendor/local/share/gtk-doc/html/gio/utils.html +5 -5
  289. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
  290. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +77 -0
  291. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
  292. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
  293. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -7
  294. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
  295. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -3
  296. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
  297. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
  298. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
  299. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +5 -4
  300. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +359 -0
  301. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +10 -3
  302. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +8 -4
  303. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -3
  304. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +82 -3
  305. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +393 -14
  306. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +52 -52
  307. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +51 -51
  308. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +75 -74
  309. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +59 -23
  310. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +35 -35
  311. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +19 -19
  312. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +37 -37
  313. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -85
  314. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +39 -39
  315. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +69 -69
  316. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +21 -21
  317. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +130 -223
  318. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +114 -108
  319. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +25 -25
  320. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +20 -20
  321. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +87 -84
  322. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +61 -61
  323. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +96 -96
  324. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +30 -30
  325. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +33 -30
  326. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +98 -56
  327. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +2201 -0
  328. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +239 -0
  329. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +736 -256
  330. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +140 -91
  331. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +15 -15
  332. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +59 -59
  333. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +65 -65
  334. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +11 -11
  335. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +91 -28
  336. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +72 -72
  337. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +257 -73
  338. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +27 -27
  339. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +50 -50
  340. data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +37 -37
  341. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +70 -66
  342. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +14 -14
  343. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +44 -44
  344. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +20 -20
  345. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +108 -63
  346. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +151 -91
  347. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +132 -103
  348. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +83 -81
  349. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +34 -44
  350. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +442 -345
  351. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +40 -40
  352. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +19 -19
  353. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +35 -35
  354. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +72 -23
  355. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +46 -46
  356. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +15 -15
  357. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +35 -36
  358. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +130 -129
  359. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +21 -21
  360. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +30 -26
  361. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +21 -21
  362. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +245 -232
  363. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +104 -103
  364. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +171 -85
  365. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +422 -323
  366. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +24 -24
  367. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +135 -135
  368. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +18 -18
  369. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +11 -11
  370. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +13 -13
  371. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +103 -17
  372. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +189 -97
  373. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +119 -16
  374. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +24 -24
  375. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +32 -32
  376. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +53 -25
  377. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -7
  378. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
  379. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
  380. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
  381. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -3
  382. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
  383. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +11 -11
  384. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +94 -272
  385. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
  386. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +43 -26
  387. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +10 -4
  388. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +131 -32
  389. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +174 -59
  390. data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
  391. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +11 -11
  392. data/vendor/local/share/gtk-doc/html/glib/gtester.html +11 -11
  393. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +190 -73
  394. data/vendor/local/share/gtk-doc/html/glib/index.html +13 -5
  395. data/vendor/local/share/gtk-doc/html/glib/index.sgml +133 -4
  396. data/vendor/local/share/gtk-doc/html/glib/style.css +8 -0
  397. data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -3
  398. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +803 -0
  399. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +21 -21
  400. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -19
  401. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +47 -0
  402. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -3
  403. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
  404. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
  405. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
  406. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
  407. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
  408. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +6 -5
  409. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +201 -0
  410. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -3
  411. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
  412. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
  413. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
  414. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +148 -4
  415. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
  416. data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
  417. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +4 -4
  418. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +6 -6
  419. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
  420. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +14 -14
  421. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +28 -22
  422. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +29 -17
  423. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +45 -34
  424. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +130 -73
  425. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +43 -43
  426. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +83 -73
  427. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +35 -35
  428. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +71 -71
  429. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +558 -245
  430. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +358 -92
  431. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +391 -158
  432. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +47 -44
  433. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +42 -12
  434. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +6 -6
  435. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +8 -8
  436. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
  437. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +48 -9
  438. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +53 -9
  439. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
  440. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +4 -4
  441. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +5 -5
  442. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +3 -3
  443. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
  444. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
  445. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +3 -3
  446. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
  447. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
  448. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +8 -8
  449. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
  450. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
  451. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +4 -4
  452. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
  453. data/vendor/local/share/gtk-doc/html/gobject/index.html +15 -10
  454. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +53 -1
  455. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
  456. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
  457. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
  458. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
  459. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +7 -4
  460. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +6 -6
  461. data/vendor/local/share/gtk-doc/html/gobject/signal.html +11 -11
  462. data/vendor/local/share/gtk-doc/html/gobject/style.css +8 -0
  463. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
  464. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
  465. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +3 -3
  466. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
  467. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
  468. data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
  469. data/vendor/local/share/locale/am/LC_MESSAGES/glib20.mo +0 -0
  470. data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
  471. data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
  472. data/vendor/local/share/locale/ast/LC_MESSAGES/glib20.mo +0 -0
  473. data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
  474. data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
  475. data/vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo +0 -0
  476. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  477. data/vendor/local/share/locale/bn/LC_MESSAGES/glib20.mo +0 -0
  478. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
  479. data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
  480. data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
  481. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
  482. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  483. data/vendor/local/share/locale/cy/LC_MESSAGES/glib20.mo +0 -0
  484. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  485. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  486. data/vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo +0 -0
  487. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  488. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo +0 -0
  489. data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
  490. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  491. data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
  492. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  493. data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
  494. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  495. data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
  496. data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
  497. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  498. data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
  499. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  500. data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
  501. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  502. data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
  503. data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
  504. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  505. data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
  506. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  507. data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
  508. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  509. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  510. data/vendor/local/share/locale/ka/LC_MESSAGES/glib20.mo +0 -0
  511. data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
  512. data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
  513. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  514. data/vendor/local/share/locale/ku/LC_MESSAGES/glib20.mo +0 -0
  515. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  516. data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
  517. data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
  518. data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
  519. data/vendor/local/share/locale/mk/LC_MESSAGES/glib20.mo +0 -0
  520. data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
  521. data/vendor/local/share/locale/mn/LC_MESSAGES/glib20.mo +0 -0
  522. data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
  523. data/vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo +0 -0
  524. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  525. data/vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo +0 -0
  526. data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
  527. data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
  528. data/vendor/local/share/locale/nn/LC_MESSAGES/glib20.mo +0 -0
  529. data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
  530. data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
  531. data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
  532. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  533. data/vendor/local/share/locale/ps/LC_MESSAGES/glib20.mo +0 -0
  534. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  535. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  536. data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
  537. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  538. data/vendor/local/share/locale/rw/LC_MESSAGES/glib20.mo +0 -0
  539. data/vendor/local/share/locale/si/LC_MESSAGES/glib20.mo +0 -0
  540. data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
  541. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  542. data/vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo +0 -0
  543. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  544. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo +0 -0
  545. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  546. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  547. data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
  548. data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
  549. data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
  550. data/vendor/local/share/locale/tl/LC_MESSAGES/glib20.mo +0 -0
  551. data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
  552. data/vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo +0 -0
  553. data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
  554. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  555. data/vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo +0 -0
  556. data/vendor/local/share/locale/xh/LC_MESSAGES/glib20.mo +0 -0
  557. data/vendor/local/share/locale/yi/LC_MESSAGES/glib20.mo +0 -0
  558. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  559. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
  560. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  561. data/vendor/local/share/man/man1/glib-genmarshal.1 +9 -4
  562. data/vendor/local/share/man/man1/glib-mkenums.1 +17 -5
  563. data/vendor/local/share/man/man1/gobject-query.1 +4 -4
  564. data/vendor/local/src/tml/packaging/{glib_2.24.2-2_win32.log → glib_2.26.0-2_win32.log} +1102 -837
  565. data/vendor/local/src/tml/packaging/glib_2.26.0-2_win32.sh +64 -0
  566. metadata +905 -825
  567. data/vendor/local/src/tml/packaging/glib_2.24.2-2_win32.sh +0 -290
@@ -0,0 +1,102 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>glib-compile-schemas</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
+ <link rel="home" href="index.html" title="GIO Reference Manual">
8
+ <link rel="up" href="tools.html" title="GIO Tools">
9
+ <link rel="prev" href="gsettings.html" title="gsettings">
10
+ <link rel="next" href="gdbus.html" title="gdbus">
11
+ <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16
+ <td><a accesskey="p" href="gsettings.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
+ <td><a accesskey="u" href="tools.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
+ <th width="100%" align="center">GIO Reference Manual</th>
20
+ <td><a accesskey="n" href="gdbus.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
+ </tr></table>
22
+ <div lang="en" class="refentry">
23
+ <a name="glib-compile-schemas"></a><div class="titlepage"></div>
24
+ <div class="refnamediv"><table width="100%"><tr>
25
+ <td valign="top">
26
+ <h2><span class="refentrytitle">glib-compile-schemas</span></h2>
27
+ <p>glib-compile-schemas — GSettings schema compiler</p>
28
+ </td>
29
+ <td valign="top" align="right"></td>
30
+ </tr></table></div>
31
+ <div class="refsynopsisdiv">
32
+ <h2>Synopsis</h2>
33
+ <div class="cmdsynopsis"><p><code class="command">glib-compile-schemas</code> [option...] {directory}</p></div>
34
+ </div>
35
+ <div class="refsect1">
36
+ <a name="id365843"></a><h2>Description</h2>
37
+ <p><span class="command"><strong>glib-compile-schemas</strong></span> compiles all the GSettings XML
38
+ schema files in <em class="replaceable"><code>directory</code></em> into a binary file
39
+ with the name <code class="filename">gschemas.compiled</code> that can be used
40
+ by <a class="link" href="GSettings.html" title="GSettings"><span class="type">GSettings</span></a>. The XML schema
41
+ files must have the filename extension <code class="filename">.gschema.xml</code>.
42
+ For a detailed description of the XML file format, see the
43
+ <a class="link" href="GSettings.html" title="GSettings"><span class="type">GSettings</span></a> documentation.
44
+ </p>
45
+ <p>
46
+ At runtime, GSettings looks for schemas in the
47
+ <code class="filename">glib-2.0/schemas</code> subdirectories of all directories
48
+ specified in the <code class="envar">XDG_DATA_DIRS</code> environment variable. The
49
+ usual location to install schema files is
50
+ <code class="filename">/usr/share/glib-2.0/schemas</code>.
51
+ </p>
52
+ <p>
53
+ In addition to schema files, glib-compile-schemas reads 'vendor override'
54
+ files, which are key files that can override default values for keys in
55
+ the schemas. The group names in the key files are the schema id, and the
56
+ values are written in serialized GVariant form.
57
+ </p>
58
+ <div class="refsect2">
59
+ <a name="id378177"></a><h3>Options</h3>
60
+ <div class="variablelist"><table border="0">
61
+ <col align="left" valign="top">
62
+ <tbody>
63
+ <tr>
64
+ <td><p><span class="term"><code class="option">-h</code>, <code class="option">--help</code></span></p></td>
65
+ <td><p>
66
+ Print help and exit
67
+ </p></td>
68
+ </tr>
69
+ <tr>
70
+ <td><p><span class="term"><code class="option">--targetdir=<em class="replaceable"><code>TARGETDIR</code></em></code></span></p></td>
71
+ <td><p>
72
+ Store <code class="filename">gschemas.compiled</code> in <em class="replaceable"><code>TARGETDIR</code></em> instead of <em class="replaceable"><code>directory</code></em>.
73
+ </p></td>
74
+ </tr>
75
+ <tr>
76
+ <td><p><span class="term"><code class="option">--dry-run</code></span></p></td>
77
+ <td><p>
78
+ Don't write <code class="filename">gschemas.compiled</code>. This option can be used
79
+ to check <code class="filename">.gschema.xml</code> sources for errors.
80
+ </p></td>
81
+ </tr>
82
+ <tr>
83
+ <td><p><span class="term"><code class="option">--allow-any-name</code></span></p></td>
84
+ <td><p>
85
+ Do not enforce restrictions on key names. Note that this option is purely
86
+ to facility the transition from GConf, and will be removed at some time
87
+ in the future.
88
+ </p></td>
89
+ </tr>
90
+ </tbody>
91
+ </table></div>
92
+ </div>
93
+ </div>
94
+ <div class="refsect1">
95
+ <a name="id435035"></a><h2>See also</h2>
96
+ </div>
97
+ </div>
98
+ <div class="footer">
99
+ <hr>
100
+ Generated by GTK-Doc V1.15.1</div>
101
+ </body>
102
+ </html>
@@ -6,20 +6,20 @@
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
  <link rel="home" href="index.html" title="GIO Reference Manual">
8
8
  <link rel="up" href="pt02.html" title="Part II. API Reference">
9
- <link rel="prev" href="gio-GSrvTarget.html" title="GSrvTarget">
9
+ <link rel="prev" href="GProxyAddress.html" title="GProxyAddress">
10
10
  <link rel="next" href="GSocketClient.html" title="GSocketClient">
11
- <meta name="generator" content="GTK-Doc V1.14 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
15
  <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16
- <td><a accesskey="p" href="gio-GSrvTarget.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
16
+ <td><a accesskey="p" href="GProxyAddress.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
17
  <td><a accesskey="u" href="pt02.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18
18
  <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
19
  <th width="100%" align="center">GIO Reference Manual</th>
20
20
  <td><a accesskey="n" href="GSocketClient.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="chapter" title="Highlevel network functionallity">
22
+ <div class="chapter">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
24
  <a name="highlevel-socket"></a>Highlevel network functionallity</h2></div></div></div>
25
25
  <div class="toc"><dl>
@@ -30,6 +30,12 @@
30
30
  <span class="refentrytitle"><a href="GSocketConnection.html">GSocketConnection</a></span><span class="refpurpose"> — A socket connection</span>
31
31
  </dt>
32
32
  <dt>
33
+ <span class="refentrytitle"><a href="GUnixConnection.html">GUnixConnection</a></span><span class="refpurpose"> — A UNIX domain GSocketConnection</span>
34
+ </dt>
35
+ <dt>
36
+ <span class="refentrytitle"><a href="GTcpConnection.html">GTcpConnection</a></span><span class="refpurpose"> — a TCP GSocketConnection</span>
37
+ </dt>
38
+ <dt>
33
39
  <span class="refentrytitle"><a href="GSocketListener.html">GSocketListener</a></span><span class="refpurpose"> — Helper for accepting network client connections</span>
34
40
  </dt>
35
41
  <dt>
@@ -42,6 +48,6 @@
42
48
  </div>
43
49
  <div class="footer">
44
50
  <hr>
45
- Generated by GTK-Doc V1.14</div>
51
+ Generated by GTK-Doc V1.15.1</div>
46
52
  </body>
47
53
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="pt02.html" title="Part II. API Reference">
9
9
  <link rel="prev" href="gio-Unix-Mounts.html" title="Unix Mounts">
10
10
  <link rel="next" href="GIcon.html" title="GIcon">
11
- <meta name="generator" content="GTK-Doc V1.14 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GIO Reference Manual</th>
20
20
  <td><a accesskey="n" href="GIcon.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="chapter" title="Icons">
22
+ <div class="chapter">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
24
  <a name="icons"></a>Icons</h2></div></div></div>
25
25
  <div class="toc"><dl>
@@ -45,6 +45,6 @@
45
45
  </div>
46
46
  <div class="footer">
47
47
  <hr>
48
- Generated by GTK-Doc V1.14</div>
48
+ Generated by GTK-Doc V1.15.1</div>
49
49
  </body>
50
50
  </html>
@@ -6,16 +6,16 @@
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
  <link rel="home" href="index.html" title="GIO Reference Manual">
8
8
  <link rel="next" href="pt01.html" title="Part I. GIO Overview">
9
- <meta name="generator" content="GTK-Doc V1.14 (XML mode)">
9
+ <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
10
10
  <link rel="stylesheet" href="style.css" type="text/css">
11
11
  </head>
12
12
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13
- <div lang="en" class="book" title="GIO Reference Manual">
13
+ <div lang="en" class="book">
14
14
  <div class="titlepage">
15
15
  <div>
16
16
  <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIO Reference Manual</p></th></tr></table></div>
17
17
  <div><p class="releaseinfo">
18
- for GIO 2.24.2
18
+ for GIO 2.26.0
19
19
 
20
20
  The latest version of this documentation can be found on-line at
21
21
  <a class="ulink" href="http://library.gnome.org/devel/gio/unstable/" target="_top">http://library.gnome.org/devel/gio/unstable/</a>.
@@ -142,7 +142,7 @@
142
142
  <span class="refentrytitle"><a href="GUnixInputStream.html">GUnixInputStream</a></span><span class="refpurpose"> — Streaming input operations for UNIX file descriptors</span>
143
143
  </dt>
144
144
  <dt>
145
- <span class="refentrytitle"><a href="GUnixOutputStream.html">GUnixOutputStream</a></span><span class="refpurpose"> — Streaming output operations for Unix file descriptors</span>
145
+ <span class="refentrytitle"><a href="GUnixOutputStream.html">GUnixOutputStream</a></span><span class="refpurpose"> — Streaming output operations for UNIX file descriptors</span>
146
146
  </dt>
147
147
  <dt>
148
148
  <span class="refentrytitle"><a href="gio-GConverterInputstream.html">GConverterInputstream</a></span><span class="refpurpose"> — Converter Input Stream</span>
@@ -178,7 +178,7 @@
178
178
  <span class="refentrytitle"><a href="GDrive.html">GDrive</a></span><span class="refpurpose"> — Drive management</span>
179
179
  </dt>
180
180
  <dt>
181
- <span class="refentrytitle"><a href="gio-Unix-Mounts.html">Unix Mounts</a></span><span class="refpurpose"> — Unix Mounts</span>
181
+ <span class="refentrytitle"><a href="gio-Unix-Mounts.html">Unix Mounts</a></span><span class="refpurpose"> — UNIX mounts</span>
182
182
  </dt>
183
183
  </dl></dd>
184
184
  <dt><span class="chapter"><a href="icons.html">Icons</a></span></dt>
@@ -211,7 +211,7 @@
211
211
  <span class="refentrytitle"><a href="GAsyncInitable.html">GAsyncInitable</a></span><span class="refpurpose"> — Asynchronously failable object initialization interface</span>
212
212
  </dt>
213
213
  </dl></dd>
214
- <dt><span class="chapter"><a href="networking.html">Lowlevel platform-independent network support</a></span></dt>
214
+ <dt><span class="chapter"><a href="networking.html">Lowlevel network support</a></span></dt>
215
215
  <dd><dl>
216
216
  <dt>
217
217
  <span class="refentrytitle"><a href="GSocket.html">GSocket</a></span><span class="refpurpose"> — Low-level socket object</span>
@@ -233,10 +233,46 @@ socket communication</span>
233
233
  <span class="refentrytitle"><a href="GSocketControlMessage.html">GSocketControlMessage</a></span><span class="refpurpose"> — A GSocket control message</span>
234
234
  </dt>
235
235
  <dt>
236
- <span class="refentrytitle"><a href="GUnixFDList.html">GUnixFDList</a></span><span class="refpurpose"> — An object containing a set of file descriptors</span>
236
+ <span class="refentrytitle"><a href="GUnixFDList.html">GUnixFDList</a></span><span class="refpurpose"> — An object containing a set of UNIX file descriptors</span>
237
237
  </dt>
238
238
  <dt>
239
- <span class="refentrytitle"><a href="GUnixFDMessage.html">GUnixFDMessage</a></span><span class="refpurpose"> — A GSocketControlMessage containing a <a class="link" href="GUnixFDList.html" title="GUnixFDList"><span class="type">GUnixFDList</span></a></span>
239
+ <span class="refentrytitle"><a href="GUnixFDMessage.html">GUnixFDMessage</a></span><span class="refpurpose"> — A GSocketControlMessage containing a GUnixFDList</span>
240
+ </dt>
241
+ <dt>
242
+ <span class="refentrytitle"><a href="GCredentials.html">GCredentials</a></span><span class="refpurpose"> — An object containing credentials</span>
243
+ </dt>
244
+ <dt>
245
+ <span class="refentrytitle"><a href="GUnixCredentialsMessage.html">GUnixCredentialsMessage</a></span><span class="refpurpose"> — A GSocketControlMessage containing credentials</span>
246
+ </dt>
247
+ <dt>
248
+ <span class="refentrytitle"><a href="GProxy.html">GProxy</a></span><span class="refpurpose"> — Interface for proxy handling</span>
249
+ </dt>
250
+ <dt>
251
+ <span class="refentrytitle"><a href="GProxyAddress.html">GProxyAddress</a></span><span class="refpurpose"> — An internet address with proxy information</span>
252
+ </dt>
253
+ </dl></dd>
254
+ <dt><span class="chapter"><a href="highlevel-socket.html">Highlevel network functionallity</a></span></dt>
255
+ <dd><dl>
256
+ <dt>
257
+ <span class="refentrytitle"><a href="GSocketClient.html">GSocketClient</a></span><span class="refpurpose"> — Helper for connecting to a network service</span>
258
+ </dt>
259
+ <dt>
260
+ <span class="refentrytitle"><a href="GSocketConnection.html">GSocketConnection</a></span><span class="refpurpose"> — A socket connection</span>
261
+ </dt>
262
+ <dt>
263
+ <span class="refentrytitle"><a href="GUnixConnection.html">GUnixConnection</a></span><span class="refpurpose"> — A UNIX domain GSocketConnection</span>
264
+ </dt>
265
+ <dt>
266
+ <span class="refentrytitle"><a href="GTcpConnection.html">GTcpConnection</a></span><span class="refpurpose"> — a TCP GSocketConnection</span>
267
+ </dt>
268
+ <dt>
269
+ <span class="refentrytitle"><a href="GSocketListener.html">GSocketListener</a></span><span class="refpurpose"> — Helper for accepting network client connections</span>
270
+ </dt>
271
+ <dt>
272
+ <span class="refentrytitle"><a href="GSocketService.html">GSocketService</a></span><span class="refpurpose"> — Make it easy to implement a network service</span>
273
+ </dt>
274
+ <dt>
275
+ <span class="refentrytitle"><a href="GThreadedSocketService.html">GThreadedSocketService</a></span><span class="refpurpose"> — A threaded GSocketService</span>
240
276
  </dt>
241
277
  </dl></dd>
242
278
  <dt><span class="chapter"><a href="resolver.html">DNS resolution</a></span></dt>
@@ -245,6 +281,9 @@ socket communication</span>
245
281
  <span class="refentrytitle"><a href="GResolver.html">GResolver</a></span><span class="refpurpose"> — Asynchronous and cancellable DNS resolver</span>
246
282
  </dt>
247
283
  <dt>
284
+ <span class="refentrytitle"><a href="GProxyResolver.html">GProxyResolver</a></span><span class="refpurpose"> — Asynchronous and cancellable network proxy resolver</span>
285
+ </dt>
286
+ <dt>
248
287
  <span class="refentrytitle"><a href="GSocketConnectable.html">GSocketConnectable</a></span><span class="refpurpose"> — Interface for potential socket endpoints</span>
249
288
  </dt>
250
289
  <dt>
@@ -257,28 +296,71 @@ socket communication</span>
257
296
  <span class="refentrytitle"><a href="gio-GSrvTarget.html">GSrvTarget</a></span><span class="refpurpose"> — DNS SRV record target</span>
258
297
  </dt>
259
298
  </dl></dd>
260
- <dt><span class="chapter"><a href="highlevel-socket.html">Highlevel network functionallity</a></span></dt>
299
+ <dt><span class="chapter"><a href="gdbus-lowlevel.html">Lowlevel D-Bus Support</a></span></dt>
261
300
  <dd><dl>
262
301
  <dt>
263
- <span class="refentrytitle"><a href="GSocketClient.html">GSocketClient</a></span><span class="refpurpose"> — Helper for connecting to a network service</span>
302
+ <span class="refentrytitle"><a href="gio-D-Bus-Utilities.html">D-Bus Utilities</a></span><span class="refpurpose"> — Various utilities related to D-Bus.</span>
264
303
  </dt>
265
304
  <dt>
266
- <span class="refentrytitle"><a href="GSocketConnection.html">GSocketConnection</a></span><span class="refpurpose"> — A socket connection</span>
305
+ <span class="refentrytitle"><a href="gio-D-Bus-Addresses.html">D-Bus Addresses</a></span><span class="refpurpose"> — D-Bus connection endpoints</span>
267
306
  </dt>
268
307
  <dt>
269
- <span class="refentrytitle"><a href="GSocketListener.html">GSocketListener</a></span><span class="refpurpose"> — Helper for accepting network client connections</span>
308
+ <span class="refentrytitle"><a href="gio-D-Bus-Introspection-Data.html">D-Bus Introspection Data</a></span><span class="refpurpose"> — Node and interface description data structures</span>
270
309
  </dt>
271
310
  <dt>
272
- <span class="refentrytitle"><a href="GSocketService.html">GSocketService</a></span><span class="refpurpose"> — Make it easy to implement a network service</span>
311
+ <span class="refentrytitle"><a href="gio-GDBusError.html">GDBusError</a></span><span class="refpurpose"> — Mapping D-Bus errors to and from <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></span>
273
312
  </dt>
274
313
  <dt>
275
- <span class="refentrytitle"><a href="GThreadedSocketService.html">GThreadedSocketService</a></span><span class="refpurpose"> — A threaded GSocketService</span>
314
+ <span class="refentrytitle"><a href="GDBusMessage.html">GDBusMessage</a></span><span class="refpurpose"> — D-Bus Message</span>
315
+ </dt>
316
+ <dt>
317
+ <span class="refentrytitle"><a href="GDBusConnection.html">GDBusConnection</a></span><span class="refpurpose"> — D-Bus Connections</span>
318
+ </dt>
319
+ <dt>
320
+ <span class="refentrytitle"><a href="GDBusMethodInvocation.html">GDBusMethodInvocation</a></span><span class="refpurpose"> — Object for handling remote calls</span>
321
+ </dt>
322
+ <dt>
323
+ <span class="refentrytitle"><a href="GDBusServer.html">GDBusServer</a></span><span class="refpurpose"> — Helper for accepting connections</span>
324
+ </dt>
325
+ <dt>
326
+ <span class="refentrytitle"><a href="GDBusAuthObserver.html">GDBusAuthObserver</a></span><span class="refpurpose"> — Object used for authenticating connections</span>
327
+ </dt>
328
+ </dl></dd>
329
+ <dt><span class="chapter"><a href="gdbus-convenience.html">Highlevel D-Bus Support</a></span></dt>
330
+ <dd><dl>
331
+ <dt>
332
+ <span class="refentrytitle"><a href="gio-Owning-Bus-Names.html">Owning Bus Names</a></span><span class="refpurpose"> — Simple API for owning bus names</span>
333
+ </dt>
334
+ <dt>
335
+ <span class="refentrytitle"><a href="gio-Watching-Bus-Names.html">Watching Bus Names</a></span><span class="refpurpose"> — Simple API for watching bus names</span>
336
+ </dt>
337
+ <dt>
338
+ <span class="refentrytitle"><a href="GDBusProxy.html">GDBusProxy</a></span><span class="refpurpose"> — Client-side proxies</span>
276
339
  </dt>
277
340
  </dl></dd>
278
341
  <dt><span class="chapter"><a href="utils.html">Utilities</a></span></dt>
279
342
  <dd><dl><dt>
280
343
  <span class="refentrytitle"><a href="GFilenameCompleter.html">GFilenameCompleter</a></span><span class="refpurpose"> — Filename Completer</span>
281
344
  </dt></dl></dd>
345
+ <dt><span class="chapter"><a href="settings.html">Settings</a></span></dt>
346
+ <dd><dl>
347
+ <dt>
348
+ <span class="refentrytitle"><a href="GSettings.html">GSettings</a></span><span class="refpurpose"> — a high-level API for application settings</span>
349
+ </dt>
350
+ <dt>
351
+ <span class="refentrytitle"><a href="GSettingsBackend.html">GSettingsBackend</a></span><span class="refpurpose"> — an interface for settings backend implementations</span>
352
+ </dt>
353
+ </dl></dd>
354
+ <dt><span class="chapter"><a href="permissions.html">Permissions</a></span></dt>
355
+ <dd><dl>
356
+ <dt>
357
+ <span class="refentrytitle"><a href="GPermission.html">GPermission</a></span><span class="refpurpose"> — an object representing the permission to perform
358
+ a certain action</span>
359
+ </dt>
360
+ <dt>
361
+ <span class="refentrytitle"><a href="GSimplePermission.html">GSimplePermission</a></span><span class="refpurpose"> — a GPermission that doesn't change value</span>
362
+ </dt>
363
+ </dl></dd>
282
364
  <dt><span class="chapter"><a href="extending.html">Extending GIO</a></span></dt>
283
365
  <dd><dl>
284
366
  <dt>
@@ -291,15 +373,48 @@ socket communication</span>
291
373
  <span class="refentrytitle"><a href="gio-Extension-Points.html">Extension Points</a></span><span class="refpurpose"> — Extension Points</span>
292
374
  </dt>
293
375
  </dl></dd>
376
+ <dt><span class="chapter"><a href="tools.html">GIO Tools</a></span></dt>
377
+ <dd><dl>
378
+ <dt>
379
+ <span class="refentrytitle"><a href="gio-querymodules.html">gio-querymodules</a></span><span class="refpurpose"> — GIO module cache creation</span>
380
+ </dt>
381
+ <dt>
382
+ <span class="refentrytitle"><a href="gsettings.html">gsettings</a></span><span class="refpurpose"> — GSettings configuration tool</span>
383
+ </dt>
384
+ <dt>
385
+ <span class="refentrytitle"><a href="glib-compile-schemas.html">glib-compile-schemas</a></span><span class="refpurpose"> — GSettings schema compiler</span>
386
+ </dt>
387
+ <dt>
388
+ <span class="refentrytitle"><a href="gdbus.html">gdbus</a></span><span class="refpurpose"> — Introspect and call remote objects</span>
389
+ </dt>
390
+ </dl></dd>
294
391
  </dl></dd>
295
392
  <dt><span class="part"><a href="migrating.html">III. Migrating to GIO</a></span></dt>
296
393
  <dd><dl>
297
- <dt><span class="chapter"><a href="ch19.html">Migrating from POSIX to GIO</a></span></dt>
298
- <dt><span class="chapter"><a href="ch20.html">Migrating from GnomeVFS to GIO</a></span></dt>
394
+ <dt><span class="chapter"><a href="ch25.html">Migrating from GnomeVFS to GIO</a></span></dt>
395
+ <dd><dl>
396
+ <dt><span class="section"><a href="ch25.html#id364234">Trash handling</a></span></dt>
397
+ <dt><span class="section"><a href="ch25s02.html">Operations on multiple files</a></span></dt>
398
+ <dt><span class="section"><a href="ch25s03.html">Mime monitoring</a></span></dt>
399
+ </dl></dd>
400
+ <dt><span class="chapter"><a href="ch26.html">Migrating from GConf to GSettings</a></span></dt>
401
+ <dd><dl>
402
+ <dt><span class="section"><a href="ch26.html#id511960">Before you start</a></span></dt>
403
+ <dt><span class="section"><a href="ch26s02.html">Conceptual differences</a></span></dt>
404
+ <dt><span class="section"><a href="ch26s03.html">GConfClient (and GConfBridge) API conversion</a></span></dt>
405
+ <dt><span class="section"><a href="ch26s04.html">Change notification</a></span></dt>
406
+ <dt><span class="section"><a href="ch26s05.html">Change sets</a></span></dt>
407
+ <dt><span class="section"><a href="ch26s06.html">Schema conversion</a></span></dt>
408
+ <dt><span class="section"><a href="ch26s07.html">Data conversion</a></span></dt>
409
+ </dl></dd>
410
+ <dt><span class="chapter"><a href="ch27.html">Migrating to GDBus</a></span></dt>
299
411
  <dd><dl>
300
- <dt><span class="section"><a href="ch20.html#id652216">Trash handling</a></span></dt>
301
- <dt><span class="section"><a href="ch20s02.html">Operations on multiple files</a></span></dt>
302
- <dt><span class="section"><a href="ch20s03.html">Mime monitoring</a></span></dt>
412
+ <dt><span class="section"><a href="ch27.html#id392513">Conceptual differences</a></span></dt>
413
+ <dt><span class="section"><a href="ch27s02.html">API comparison</a></span></dt>
414
+ <dt><span class="section"><a href="ch27s03.html">Owning bus names</a></span></dt>
415
+ <dt><span class="section"><a href="ch27s04.html">Creating proxies for well-known names</a></span></dt>
416
+ <dt><span class="section"><a href="ch27s05.html">Client-side GObject bindings</a></span></dt>
417
+ <dt><span class="section"><a href="ch27s06.html">Exporting objects</a></span></dt>
303
418
  </dl></dd>
304
419
  </dl></dd>
305
420
  <dt><span class="chapter"><a href="gio-hierarchy.html">Object Hierarchy</a></span></dt>
@@ -309,10 +424,12 @@ socket communication</span>
309
424
  <dt><span class="index"><a href="api-index-2-20.html">Index of new symbols in 2.20</a></span></dt>
310
425
  <dt><span class="index"><a href="api-index-2-22.html">Index of new symbols in 2.22</a></span></dt>
311
426
  <dt><span class="index"><a href="api-index-2-24.html">Index of new symbols in 2.24</a></span></dt>
427
+ <dt><span class="index"><a href="api-index-2-26.html">Index of new symbols in 2.26</a></span></dt>
428
+ <dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
312
429
  </dl></div>
313
430
  </div>
314
431
  <div class="footer">
315
432
  <hr>
316
- Generated by GTK-Doc V1.14</div>
433
+ Generated by GTK-Doc V1.15.1</div>
317
434
  </body>
318
435
  </html>
@@ -1,3 +1,4 @@
1
+ <ONLINE href="http://library.gnome.org/devel/gio/unstable/">
1
2
  <ANCHOR id="GFile" href="gio/GFile.html">
2
3
  <ANCHOR id="GFile.synopsis" href="gio/GFile.html#GFile.synopsis">
3
4
  <ANCHOR id="GFile.object-hierarchy" href="gio/GFile.html#GFile.object-hierarchy">
@@ -262,6 +263,8 @@
262
263
  <ANCHOR id="G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS">
263
264
  <ANCHOR id="G-FILE-ATTRIBUTE-SELINUX-CONTEXT:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-SELINUX-CONTEXT:CAPS">
264
265
  <ANCHOR id="G-FILE-ATTRIBUTE-TRASH-ITEM-COUNT:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-ITEM-COUNT:CAPS">
266
+ <ANCHOR id="G-FILE-ATTRIBUTE-TRASH-DELETION-DATE:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-DELETION-DATE:CAPS">
267
+ <ANCHOR id="G-FILE-ATTRIBUTE-TRASH-ORIG-PATH:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-ORIG-PATH:CAPS">
265
268
  <ANCHOR id="G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS">
266
269
  <ANCHOR id="G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION:CAPS">
267
270
  <ANCHOR id="g-file-info-new" href="gio/GFileInfo.html#g-file-info-new">
@@ -393,7 +396,16 @@
393
396
  <ANCHOR id="G-IO-ERROR-ADDRESS-IN-USE:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-ADDRESS-IN-USE:CAPS">
394
397
  <ANCHOR id="G-IO-ERROR-PARTIAL-INPUT:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-PARTIAL-INPUT:CAPS">
395
398
  <ANCHOR id="G-IO-ERROR-INVALID-DATA:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-INVALID-DATA:CAPS">
399
+ <ANCHOR id="G-IO-ERROR-DBUS-ERROR:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-DBUS-ERROR:CAPS">
400
+ <ANCHOR id="G-IO-ERROR-HOST-UNREACHABLE:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-HOST-UNREACHABLE:CAPS">
401
+ <ANCHOR id="G-IO-ERROR-NETWORK-UNREACHABLE:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-NETWORK-UNREACHABLE:CAPS">
402
+ <ANCHOR id="G-IO-ERROR-CONNECTION-REFUSED:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-CONNECTION-REFUSED:CAPS">
403
+ <ANCHOR id="G-IO-ERROR-PROXY-FAILED:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-PROXY-FAILED:CAPS">
404
+ <ANCHOR id="G-IO-ERROR-PROXY-AUTH-FAILED:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-PROXY-AUTH-FAILED:CAPS">
405
+ <ANCHOR id="G-IO-ERROR-PROXY-NEED-AUTH:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-PROXY-NEED-AUTH:CAPS">
406
+ <ANCHOR id="G-IO-ERROR-PROXY-NOT-ALLOWED:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-PROXY-NOT-ALLOWED:CAPS">
396
407
  <ANCHOR id="g-io-error-from-errno" href="gio/gio-GIOError.html#g-io-error-from-errno">
408
+ <ANCHOR id="g-io-error-from-win32-error" href="gio/gio-GIOError.html#g-io-error-from-win32-error">
397
409
  <ANCHOR id="GMountOperation" href="gio/GMountOperation.html">
398
410
  <ANCHOR id="GMountOperation.synopsis" href="gio/GMountOperation.html#GMountOperation.synopsis">
399
411
  <ANCHOR id="GMountOperation.object-hierarchy" href="gio/GMountOperation.html#GMountOperation.object-hierarchy">
@@ -558,6 +570,10 @@
558
570
  <ANCHOR id="G-CONVERTER-CONVERTED:CAPS" href="gio/GConverter.html#G-CONVERTER-CONVERTED:CAPS">
559
571
  <ANCHOR id="G-CONVERTER-FINISHED:CAPS" href="gio/GConverter.html#G-CONVERTER-FINISHED:CAPS">
560
572
  <ANCHOR id="G-CONVERTER-FLUSHED:CAPS" href="gio/GConverter.html#G-CONVERTER-FLUSHED:CAPS">
573
+ <ANCHOR id="GConverterFlags" href="gio/GConverter.html#GConverterFlags">
574
+ <ANCHOR id="G-CONVERTER-NO-FLAGS:CAPS" href="gio/GConverter.html#G-CONVERTER-NO-FLAGS:CAPS">
575
+ <ANCHOR id="G-CONVERTER-INPUT-AT-END:CAPS" href="gio/GConverter.html#G-CONVERTER-INPUT-AT-END:CAPS">
576
+ <ANCHOR id="G-CONVERTER-FLUSH:CAPS" href="gio/GConverter.html#G-CONVERTER-FLUSH:CAPS">
561
577
  <ANCHOR id="g-converter-convert" href="gio/GConverter.html#g-converter-convert">
562
578
  <ANCHOR id="g-converter-reset" href="gio/GConverter.html#g-converter-reset">
563
579
  <ANCHOR id="GConverter.see-also" href="gio/GConverter.html#GConverter.see-also">
@@ -590,7 +606,10 @@
590
606
  <ANCHOR id="G-ZLIB-COMPRESSOR-FORMAT-GZIP:CAPS" href="gio/GZlibCompressor.html#G-ZLIB-COMPRESSOR-FORMAT-GZIP:CAPS">
591
607
  <ANCHOR id="G-ZLIB-COMPRESSOR-FORMAT-RAW:CAPS" href="gio/GZlibCompressor.html#G-ZLIB-COMPRESSOR-FORMAT-RAW:CAPS">
592
608
  <ANCHOR id="g-zlib-compressor-new" href="gio/GZlibCompressor.html#g-zlib-compressor-new">
609
+ <ANCHOR id="g-zlib-compressor-get-file-info" href="gio/GZlibCompressor.html#g-zlib-compressor-get-file-info">
610
+ <ANCHOR id="g-zlib-compressor-set-file-info" href="gio/GZlibCompressor.html#g-zlib-compressor-set-file-info">
593
611
  <ANCHOR id="GZlibCompressor.property-details" href="gio/GZlibCompressor.html#GZlibCompressor.property-details">
612
+ <ANCHOR id="GZlibCompressor--file-info" href="gio/GZlibCompressor.html#GZlibCompressor--file-info">
594
613
  <ANCHOR id="GZlibCompressor--format" href="gio/GZlibCompressor.html#GZlibCompressor--format">
595
614
  <ANCHOR id="GZlibCompressor--level" href="gio/GZlibCompressor.html#GZlibCompressor--level">
596
615
  <ANCHOR id="GZlibDecompressor" href="gio/GZlibDecompressor.html">
@@ -602,7 +621,9 @@
602
621
  <ANCHOR id="GZlibDecompressor.details" href="gio/GZlibDecompressor.html#GZlibDecompressor.details">
603
622
  <ANCHOR id="GZlibDecompressor-struct" href="gio/GZlibDecompressor.html#GZlibDecompressor-struct">
604
623
  <ANCHOR id="g-zlib-decompressor-new" href="gio/GZlibDecompressor.html#g-zlib-decompressor-new">
624
+ <ANCHOR id="g-zlib-decompressor-get-file-info" href="gio/GZlibDecompressor.html#g-zlib-decompressor-get-file-info">
605
625
  <ANCHOR id="GZlibDecompressor.property-details" href="gio/GZlibDecompressor.html#GZlibDecompressor.property-details">
626
+ <ANCHOR id="GZlibDecompressor--file-info" href="gio/GZlibDecompressor.html#GZlibDecompressor--file-info">
606
627
  <ANCHOR id="GZlibDecompressor--format" href="gio/GZlibDecompressor.html#GZlibDecompressor--format">
607
628
  <ANCHOR id="GSeekable" href="gio/GSeekable.html">
608
629
  <ANCHOR id="GSeekable.synopsis" href="gio/GSeekable.html#GSeekable.synopsis">
@@ -782,6 +803,7 @@
782
803
  <ANCHOR id="g-memory-output-stream-get-data" href="gio/GMemoryOutputStream.html#g-memory-output-stream-get-data">
783
804
  <ANCHOR id="g-memory-output-stream-get-size" href="gio/GMemoryOutputStream.html#g-memory-output-stream-get-size">
784
805
  <ANCHOR id="g-memory-output-stream-get-data-size" href="gio/GMemoryOutputStream.html#g-memory-output-stream-get-data-size">
806
+ <ANCHOR id="g-memory-output-stream-steal-data" href="gio/GMemoryOutputStream.html#g-memory-output-stream-steal-data">
785
807
  <ANCHOR id="GMemoryOutputStream.property-details" href="gio/GMemoryOutputStream.html#GMemoryOutputStream.property-details">
786
808
  <ANCHOR id="GMemoryOutputStream--data" href="gio/GMemoryOutputStream.html#GMemoryOutputStream--data">
787
809
  <ANCHOR id="GMemoryOutputStream--data-size" href="gio/GMemoryOutputStream.html#GMemoryOutputStream--data-size">
@@ -858,6 +880,9 @@
858
880
  <ANCHOR id="g-data-input-stream-read-line" href="gio/GDataInputStream.html#g-data-input-stream-read-line">
859
881
  <ANCHOR id="g-data-input-stream-read-line-async" href="gio/GDataInputStream.html#g-data-input-stream-read-line-async">
860
882
  <ANCHOR id="g-data-input-stream-read-line-finish" href="gio/GDataInputStream.html#g-data-input-stream-read-line-finish">
883
+ <ANCHOR id="g-data-input-stream-read-upto" href="gio/GDataInputStream.html#g-data-input-stream-read-upto">
884
+ <ANCHOR id="g-data-input-stream-read-upto-async" href="gio/GDataInputStream.html#g-data-input-stream-read-upto-async">
885
+ <ANCHOR id="g-data-input-stream-read-upto-finish" href="gio/GDataInputStream.html#g-data-input-stream-read-upto-finish">
861
886
  <ANCHOR id="g-data-input-stream-read-until" href="gio/GDataInputStream.html#g-data-input-stream-read-until">
862
887
  <ANCHOR id="g-data-input-stream-read-until-async" href="gio/GDataInputStream.html#g-data-input-stream-read-until-async">
863
888
  <ANCHOR id="g-data-input-stream-read-until-finish" href="gio/GDataInputStream.html#g-data-input-stream-read-until-finish">
@@ -969,6 +994,7 @@
969
994
  <ANCHOR id="G-APP-INFO-CREATE-NONE:CAPS" href="gio/GAppInfo.html#G-APP-INFO-CREATE-NONE:CAPS">
970
995
  <ANCHOR id="G-APP-INFO-CREATE-NEEDS-TERMINAL:CAPS" href="gio/GAppInfo.html#G-APP-INFO-CREATE-NEEDS-TERMINAL:CAPS">
971
996
  <ANCHOR id="G-APP-INFO-CREATE-SUPPORTS-URIS:CAPS" href="gio/GAppInfo.html#G-APP-INFO-CREATE-SUPPORTS-URIS:CAPS">
997
+ <ANCHOR id="G-APP-INFO-CREATE-SUPPORTS-STARTUP-NOTIFICATION:CAPS" href="gio/GAppInfo.html#G-APP-INFO-CREATE-SUPPORTS-STARTUP-NOTIFICATION:CAPS">
972
998
  <ANCHOR id="GAppInfo-struct" href="gio/GAppInfo.html#GAppInfo-struct">
973
999
  <ANCHOR id="GAppInfoIface" href="gio/GAppInfo.html#GAppInfoIface">
974
1000
  <ANCHOR id="GAppLaunchContext-struct" href="gio/GAppInfo.html#GAppLaunchContext-struct">
@@ -1183,7 +1209,6 @@
1183
1209
  <ANCHOR id="gio-Unix-Mounts.signals" href="gio/gio-Unix-Mounts.html#gio-Unix-Mounts.signals">
1184
1210
  <ANCHOR id="gio-Unix-Mounts.description" href="gio/gio-Unix-Mounts.html#gio-Unix-Mounts.description">
1185
1211
  <ANCHOR id="gio-Unix-Mounts.details" href="gio/gio-Unix-Mounts.html#gio-Unix-Mounts.details">
1186
- <ANCHOR id="GUnixMount" href="gio/gio-Unix-Mounts.html#GUnixMount">
1187
1212
  <ANCHOR id="GUnixMountPoint" href="gio/gio-Unix-Mounts.html#GUnixMountPoint">
1188
1213
  <ANCHOR id="GUnixMountEntry" href="gio/gio-Unix-Mounts.html#GUnixMountEntry">
1189
1214
  <ANCHOR id="GUnixMountMonitor-struct" href="gio/gio-Unix-Mounts.html#GUnixMountMonitor-struct">
@@ -1330,6 +1355,7 @@
1330
1355
  <ANCHOR id="GAsyncInitable.synopsis" href="gio/GAsyncInitable.html#GAsyncInitable.synopsis">
1331
1356
  <ANCHOR id="GAsyncInitable.object-hierarchy" href="gio/GAsyncInitable.html#GAsyncInitable.object-hierarchy">
1332
1357
  <ANCHOR id="GAsyncInitable.prerequisites" href="gio/GAsyncInitable.html#GAsyncInitable.prerequisites">
1358
+ <ANCHOR id="GAsyncInitable.implementations" href="gio/GAsyncInitable.html#GAsyncInitable.implementations">
1333
1359
  <ANCHOR id="GAsyncInitable.description" href="gio/GAsyncInitable.html#GAsyncInitable.description">
1334
1360
  <ANCHOR id="GAsyncInitable.details" href="gio/GAsyncInitable.html#GAsyncInitable.details">
1335
1361
  <ANCHOR id="GAsyncInitable-struct" href="gio/GAsyncInitable.html#GAsyncInitable-struct">
@@ -1378,9 +1404,11 @@
1378
1404
  <ANCHOR id="g-socket-receive" href="gio/GSocket.html#g-socket-receive">
1379
1405
  <ANCHOR id="g-socket-receive-from" href="gio/GSocket.html#g-socket-receive-from">
1380
1406
  <ANCHOR id="g-socket-receive-message" href="gio/GSocket.html#g-socket-receive-message">
1407
+ <ANCHOR id="g-socket-receive-with-blocking" href="gio/GSocket.html#g-socket-receive-with-blocking">
1381
1408
  <ANCHOR id="g-socket-send" href="gio/GSocket.html#g-socket-send">
1382
1409
  <ANCHOR id="g-socket-send-to" href="gio/GSocket.html#g-socket-send-to">
1383
1410
  <ANCHOR id="g-socket-send-message" href="gio/GSocket.html#g-socket-send-message">
1411
+ <ANCHOR id="g-socket-send-with-blocking" href="gio/GSocket.html#g-socket-send-with-blocking">
1384
1412
  <ANCHOR id="g-socket-close" href="gio/GSocket.html#g-socket-close">
1385
1413
  <ANCHOR id="g-socket-is-closed" href="gio/GSocket.html#g-socket-is-closed">
1386
1414
  <ANCHOR id="g-socket-shutdown" href="gio/GSocket.html#g-socket-shutdown">
@@ -1394,6 +1422,8 @@
1394
1422
  <ANCHOR id="g-socket-set-blocking" href="gio/GSocket.html#g-socket-set-blocking">
1395
1423
  <ANCHOR id="g-socket-get-keepalive" href="gio/GSocket.html#g-socket-get-keepalive">
1396
1424
  <ANCHOR id="g-socket-set-keepalive" href="gio/GSocket.html#g-socket-set-keepalive">
1425
+ <ANCHOR id="g-socket-get-timeout" href="gio/GSocket.html#g-socket-get-timeout">
1426
+ <ANCHOR id="g-socket-set-timeout" href="gio/GSocket.html#g-socket-set-timeout">
1397
1427
  <ANCHOR id="g-socket-get-family" href="gio/GSocket.html#g-socket-get-family">
1398
1428
  <ANCHOR id="g-socket-get-fd" href="gio/GSocket.html#g-socket-get-fd">
1399
1429
  <ANCHOR id="g-socket-get-local-address" href="gio/GSocket.html#g-socket-get-local-address">
@@ -1401,6 +1431,7 @@
1401
1431
  <ANCHOR id="g-socket-get-remote-address" href="gio/GSocket.html#g-socket-get-remote-address">
1402
1432
  <ANCHOR id="g-socket-get-socket-type" href="gio/GSocket.html#g-socket-get-socket-type">
1403
1433
  <ANCHOR id="g-socket-speaks-ipv4" href="gio/GSocket.html#g-socket-speaks-ipv4">
1434
+ <ANCHOR id="g-socket-get-credentials" href="gio/GSocket.html#g-socket-get-credentials">
1404
1435
  <ANCHOR id="GSocket.property-details" href="gio/GSocket.html#GSocket.property-details">
1405
1436
  <ANCHOR id="GSocket--blocking" href="gio/GSocket.html#GSocket--blocking">
1406
1437
  <ANCHOR id="GSocket--family" href="gio/GSocket.html#GSocket--family">
@@ -1410,6 +1441,7 @@
1410
1441
  <ANCHOR id="GSocket--local-address" href="gio/GSocket.html#GSocket--local-address">
1411
1442
  <ANCHOR id="GSocket--protocol" href="gio/GSocket.html#GSocket--protocol">
1412
1443
  <ANCHOR id="GSocket--remote-address" href="gio/GSocket.html#GSocket--remote-address">
1444
+ <ANCHOR id="GSocket--timeout" href="gio/GSocket.html#GSocket--timeout">
1413
1445
  <ANCHOR id="GSocket--type" href="gio/GSocket.html#GSocket--type">
1414
1446
  <ANCHOR id="GSocket.see-also" href="gio/GSocket.html#GSocket.see-also">
1415
1447
  <ANCHOR id="GInetAddress" href="gio/GInetAddress.html">
@@ -1491,14 +1523,23 @@
1491
1523
  <ANCHOR id="GUnixSocketAddress.description" href="gio/GUnixSocketAddress.html#GUnixSocketAddress.description">
1492
1524
  <ANCHOR id="GUnixSocketAddress.details" href="gio/GUnixSocketAddress.html#GUnixSocketAddress.details">
1493
1525
  <ANCHOR id="GUnixSocketAddress-struct" href="gio/GUnixSocketAddress.html#GUnixSocketAddress-struct">
1526
+ <ANCHOR id="GUnixSocketAddressType" href="gio/GUnixSocketAddress.html#GUnixSocketAddressType">
1527
+ <ANCHOR id="G-UNIX-SOCKET-ADDRESS-INVALID:CAPS" href="gio/GUnixSocketAddress.html#G-UNIX-SOCKET-ADDRESS-INVALID:CAPS">
1528
+ <ANCHOR id="G-UNIX-SOCKET-ADDRESS-ANONYMOUS:CAPS" href="gio/GUnixSocketAddress.html#G-UNIX-SOCKET-ADDRESS-ANONYMOUS:CAPS">
1529
+ <ANCHOR id="G-UNIX-SOCKET-ADDRESS-PATH:CAPS" href="gio/GUnixSocketAddress.html#G-UNIX-SOCKET-ADDRESS-PATH:CAPS">
1530
+ <ANCHOR id="G-UNIX-SOCKET-ADDRESS-ABSTRACT:CAPS" href="gio/GUnixSocketAddress.html#G-UNIX-SOCKET-ADDRESS-ABSTRACT:CAPS">
1531
+ <ANCHOR id="G-UNIX-SOCKET-ADDRESS-ABSTRACT-PADDED:CAPS" href="gio/GUnixSocketAddress.html#G-UNIX-SOCKET-ADDRESS-ABSTRACT-PADDED:CAPS">
1494
1532
  <ANCHOR id="g-unix-socket-address-new" href="gio/GUnixSocketAddress.html#g-unix-socket-address-new">
1495
1533
  <ANCHOR id="g-unix-socket-address-new-abstract" href="gio/GUnixSocketAddress.html#g-unix-socket-address-new-abstract">
1534
+ <ANCHOR id="g-unix-socket-address-new-with-type" href="gio/GUnixSocketAddress.html#g-unix-socket-address-new-with-type">
1496
1535
  <ANCHOR id="g-unix-socket-address-get-is-abstract" href="gio/GUnixSocketAddress.html#g-unix-socket-address-get-is-abstract">
1536
+ <ANCHOR id="g-unix-socket-address-get-address-type" href="gio/GUnixSocketAddress.html#g-unix-socket-address-get-address-type">
1497
1537
  <ANCHOR id="g-unix-socket-address-get-path" href="gio/GUnixSocketAddress.html#g-unix-socket-address-get-path">
1498
1538
  <ANCHOR id="g-unix-socket-address-get-path-len" href="gio/GUnixSocketAddress.html#g-unix-socket-address-get-path-len">
1499
1539
  <ANCHOR id="g-unix-socket-address-abstract-names-supported" href="gio/GUnixSocketAddress.html#g-unix-socket-address-abstract-names-supported">
1500
1540
  <ANCHOR id="GUnixSocketAddress.property-details" href="gio/GUnixSocketAddress.html#GUnixSocketAddress.property-details">
1501
1541
  <ANCHOR id="GUnixSocketAddress--abstract" href="gio/GUnixSocketAddress.html#GUnixSocketAddress--abstract">
1542
+ <ANCHOR id="GUnixSocketAddress--address-type" href="gio/GUnixSocketAddress.html#GUnixSocketAddress--address-type">
1502
1543
  <ANCHOR id="GUnixSocketAddress--path" href="gio/GUnixSocketAddress.html#GUnixSocketAddress--path">
1503
1544
  <ANCHOR id="GUnixSocketAddress--path-as-array" href="gio/GUnixSocketAddress.html#GUnixSocketAddress--path-as-array">
1504
1545
  <ANCHOR id="GSocketControlMessage" href="gio/GSocketControlMessage.html">
@@ -1542,92 +1583,72 @@
1542
1583
  <ANCHOR id="GUnixFDMessage.property-details" href="gio/GUnixFDMessage.html#GUnixFDMessage.property-details">
1543
1584
  <ANCHOR id="GUnixFDMessage--fd-list" href="gio/GUnixFDMessage.html#GUnixFDMessage--fd-list">
1544
1585
  <ANCHOR id="GUnixFDMessage.see-also" href="gio/GUnixFDMessage.html#GUnixFDMessage.see-also">
1545
- <ANCHOR id="GResolver" href="gio/GResolver.html">
1546
- <ANCHOR id="GResolver.synopsis" href="gio/GResolver.html#GResolver.synopsis">
1547
- <ANCHOR id="GResolver.object-hierarchy" href="gio/GResolver.html#GResolver.object-hierarchy">
1548
- <ANCHOR id="GResolver.signals" href="gio/GResolver.html#GResolver.signals">
1549
- <ANCHOR id="GResolver.description" href="gio/GResolver.html#GResolver.description">
1550
- <ANCHOR id="GResolver.details" href="gio/GResolver.html#GResolver.details">
1551
- <ANCHOR id="GResolver-struct" href="gio/GResolver.html#GResolver-struct">
1552
- <ANCHOR id="g-resolver-get-default" href="gio/GResolver.html#g-resolver-get-default">
1553
- <ANCHOR id="g-resolver-set-default" href="gio/GResolver.html#g-resolver-set-default">
1554
- <ANCHOR id="g-resolver-lookup-by-name" href="gio/GResolver.html#g-resolver-lookup-by-name">
1555
- <ANCHOR id="g-resolver-lookup-by-name-async" href="gio/GResolver.html#g-resolver-lookup-by-name-async">
1556
- <ANCHOR id="g-resolver-lookup-by-name-finish" href="gio/GResolver.html#g-resolver-lookup-by-name-finish">
1557
- <ANCHOR id="g-resolver-free-addresses" href="gio/GResolver.html#g-resolver-free-addresses">
1558
- <ANCHOR id="g-resolver-lookup-by-address" href="gio/GResolver.html#g-resolver-lookup-by-address">
1559
- <ANCHOR id="g-resolver-lookup-by-address-async" href="gio/GResolver.html#g-resolver-lookup-by-address-async">
1560
- <ANCHOR id="g-resolver-lookup-by-address-finish" href="gio/GResolver.html#g-resolver-lookup-by-address-finish">
1561
- <ANCHOR id="g-resolver-lookup-service" href="gio/GResolver.html#g-resolver-lookup-service">
1562
- <ANCHOR id="g-resolver-lookup-service-async" href="gio/GResolver.html#g-resolver-lookup-service-async">
1563
- <ANCHOR id="g-resolver-lookup-service-finish" href="gio/GResolver.html#g-resolver-lookup-service-finish">
1564
- <ANCHOR id="g-resolver-free-targets" href="gio/GResolver.html#g-resolver-free-targets">
1565
- <ANCHOR id="G-RESOLVER-ERROR:CAPS" href="gio/GResolver.html#G-RESOLVER-ERROR:CAPS">
1566
- <ANCHOR id="GResolverError" href="gio/GResolver.html#GResolverError">
1567
- <ANCHOR id="G-RESOLVER-ERROR-NOT-FOUND:CAPS" href="gio/GResolver.html#G-RESOLVER-ERROR-NOT-FOUND:CAPS">
1568
- <ANCHOR id="G-RESOLVER-ERROR-TEMPORARY-FAILURE:CAPS" href="gio/GResolver.html#G-RESOLVER-ERROR-TEMPORARY-FAILURE:CAPS">
1569
- <ANCHOR id="G-RESOLVER-ERROR-INTERNAL:CAPS" href="gio/GResolver.html#G-RESOLVER-ERROR-INTERNAL:CAPS">
1570
- <ANCHOR id="GResolver.signal-details" href="gio/GResolver.html#GResolver.signal-details">
1571
- <ANCHOR id="GResolver-reload" href="gio/GResolver.html#GResolver-reload">
1572
- <ANCHOR id="GSocketConnectable" href="gio/GSocketConnectable.html">
1573
- <ANCHOR id="GSocketConnectable.synopsis" href="gio/GSocketConnectable.html#GSocketConnectable.synopsis">
1574
- <ANCHOR id="GSocketAddressEnumerator" href="gio/GSocketConnectable.html#GSocketAddressEnumerator">
1575
- <ANCHOR id="GSocketConnectable.object-hierarchy" href="gio/GSocketConnectable.html#GSocketConnectable.object-hierarchy">
1576
- <ANCHOR id="GSocketConnectable.prerequisites" href="gio/GSocketConnectable.html#GSocketConnectable.prerequisites">
1577
- <ANCHOR id="GSocketConnectable.implementations" href="gio/GSocketConnectable.html#GSocketConnectable.implementations">
1578
- <ANCHOR id="GSocketConnectable.description" href="gio/GSocketConnectable.html#GSocketConnectable.description">
1579
- <ANCHOR id="GSocketConnectable.details" href="gio/GSocketConnectable.html#GSocketConnectable.details">
1580
- <ANCHOR id="GSocketConnectable-struct" href="gio/GSocketConnectable.html#GSocketConnectable-struct">
1581
- <ANCHOR id="GSocketConnectableIface" href="gio/GSocketConnectable.html#GSocketConnectableIface">
1582
- <ANCHOR id="g-socket-connectable-enumerate" href="gio/GSocketConnectable.html#g-socket-connectable-enumerate">
1583
- <ANCHOR id="GSocketAddressEnumerator-struct" href="gio/GSocketConnectable.html#GSocketAddressEnumerator-struct">
1584
- <ANCHOR id="g-socket-address-enumerator-next" href="gio/GSocketConnectable.html#g-socket-address-enumerator-next">
1585
- <ANCHOR id="g-socket-address-enumerator-next-async" href="gio/GSocketConnectable.html#g-socket-address-enumerator-next-async">
1586
- <ANCHOR id="g-socket-address-enumerator-next-finish" href="gio/GSocketConnectable.html#g-socket-address-enumerator-next-finish">
1587
- <ANCHOR id="GNetworkAddress" href="gio/GNetworkAddress.html">
1588
- <ANCHOR id="GNetworkAddress.synopsis" href="gio/GNetworkAddress.html#GNetworkAddress.synopsis">
1589
- <ANCHOR id="GNetworkAddress.object-hierarchy" href="gio/GNetworkAddress.html#GNetworkAddress.object-hierarchy">
1590
- <ANCHOR id="GNetworkAddress.implemented-interfaces" href="gio/GNetworkAddress.html#GNetworkAddress.implemented-interfaces">
1591
- <ANCHOR id="GNetworkAddress.properties" href="gio/GNetworkAddress.html#GNetworkAddress.properties">
1592
- <ANCHOR id="GNetworkAddress.description" href="gio/GNetworkAddress.html#GNetworkAddress.description">
1593
- <ANCHOR id="GNetworkAddress.details" href="gio/GNetworkAddress.html#GNetworkAddress.details">
1594
- <ANCHOR id="GNetworkAddress-struct" href="gio/GNetworkAddress.html#GNetworkAddress-struct">
1595
- <ANCHOR id="g-network-address-new" href="gio/GNetworkAddress.html#g-network-address-new">
1596
- <ANCHOR id="g-network-address-get-hostname" href="gio/GNetworkAddress.html#g-network-address-get-hostname">
1597
- <ANCHOR id="g-network-address-get-port" href="gio/GNetworkAddress.html#g-network-address-get-port">
1598
- <ANCHOR id="g-network-address-parse" href="gio/GNetworkAddress.html#g-network-address-parse">
1599
- <ANCHOR id="GNetworkAddress.property-details" href="gio/GNetworkAddress.html#GNetworkAddress.property-details">
1600
- <ANCHOR id="GNetworkAddress--hostname" href="gio/GNetworkAddress.html#GNetworkAddress--hostname">
1601
- <ANCHOR id="GNetworkAddress--port" href="gio/GNetworkAddress.html#GNetworkAddress--port">
1602
- <ANCHOR id="GNetworkService" href="gio/GNetworkService.html">
1603
- <ANCHOR id="GNetworkService.synopsis" href="gio/GNetworkService.html#GNetworkService.synopsis">
1604
- <ANCHOR id="GNetworkService.object-hierarchy" href="gio/GNetworkService.html#GNetworkService.object-hierarchy">
1605
- <ANCHOR id="GNetworkService.implemented-interfaces" href="gio/GNetworkService.html#GNetworkService.implemented-interfaces">
1606
- <ANCHOR id="GNetworkService.properties" href="gio/GNetworkService.html#GNetworkService.properties">
1607
- <ANCHOR id="GNetworkService.description" href="gio/GNetworkService.html#GNetworkService.description">
1608
- <ANCHOR id="GNetworkService.details" href="gio/GNetworkService.html#GNetworkService.details">
1609
- <ANCHOR id="GNetworkService-struct" href="gio/GNetworkService.html#GNetworkService-struct">
1610
- <ANCHOR id="g-network-service-new" href="gio/GNetworkService.html#g-network-service-new">
1611
- <ANCHOR id="g-network-service-get-service" href="gio/GNetworkService.html#g-network-service-get-service">
1612
- <ANCHOR id="g-network-service-get-protocol" href="gio/GNetworkService.html#g-network-service-get-protocol">
1613
- <ANCHOR id="g-network-service-get-domain" href="gio/GNetworkService.html#g-network-service-get-domain">
1614
- <ANCHOR id="GNetworkService.property-details" href="gio/GNetworkService.html#GNetworkService.property-details">
1615
- <ANCHOR id="GNetworkService--domain" href="gio/GNetworkService.html#GNetworkService--domain">
1616
- <ANCHOR id="GNetworkService--protocol" href="gio/GNetworkService.html#GNetworkService--protocol">
1617
- <ANCHOR id="GNetworkService--service" href="gio/GNetworkService.html#GNetworkService--service">
1618
- <ANCHOR id="gio-GSrvTarget" href="gio/gio-GSrvTarget.html">
1619
- <ANCHOR id="gio-GSrvTarget.synopsis" href="gio/gio-GSrvTarget.html#gio-GSrvTarget.synopsis">
1620
- <ANCHOR id="gio-GSrvTarget.description" href="gio/gio-GSrvTarget.html#gio-GSrvTarget.description">
1621
- <ANCHOR id="gio-GSrvTarget.details" href="gio/gio-GSrvTarget.html#gio-GSrvTarget.details">
1622
- <ANCHOR id="GSrvTarget" href="gio/gio-GSrvTarget.html#GSrvTarget">
1623
- <ANCHOR id="g-srv-target-new" href="gio/gio-GSrvTarget.html#g-srv-target-new">
1624
- <ANCHOR id="g-srv-target-copy" href="gio/gio-GSrvTarget.html#g-srv-target-copy">
1625
- <ANCHOR id="g-srv-target-free" href="gio/gio-GSrvTarget.html#g-srv-target-free">
1626
- <ANCHOR id="g-srv-target-get-hostname" href="gio/gio-GSrvTarget.html#g-srv-target-get-hostname">
1627
- <ANCHOR id="g-srv-target-get-port" href="gio/gio-GSrvTarget.html#g-srv-target-get-port">
1628
- <ANCHOR id="g-srv-target-get-priority" href="gio/gio-GSrvTarget.html#g-srv-target-get-priority">
1629
- <ANCHOR id="g-srv-target-get-weight" href="gio/gio-GSrvTarget.html#g-srv-target-get-weight">
1630
- <ANCHOR id="g-srv-target-list-sort" href="gio/gio-GSrvTarget.html#g-srv-target-list-sort">
1586
+ <ANCHOR id="GCredentials" href="gio/GCredentials.html">
1587
+ <ANCHOR id="GCredentials.synopsis" href="gio/GCredentials.html#GCredentials.synopsis">
1588
+ <ANCHOR id="GCredentials.object-hierarchy" href="gio/GCredentials.html#GCredentials.object-hierarchy">
1589
+ <ANCHOR id="GCredentials.description" href="gio/GCredentials.html#GCredentials.description">
1590
+ <ANCHOR id="GCredentials.details" href="gio/GCredentials.html#GCredentials.details">
1591
+ <ANCHOR id="GCredentials-struct" href="gio/GCredentials.html#GCredentials-struct">
1592
+ <ANCHOR id="GCredentialsType" href="gio/GCredentials.html#GCredentialsType">
1593
+ <ANCHOR id="G-CREDENTIALS-TYPE-INVALID:CAPS" href="gio/GCredentials.html#G-CREDENTIALS-TYPE-INVALID:CAPS">
1594
+ <ANCHOR id="G-CREDENTIALS-TYPE-LINUX-UCRED:CAPS" href="gio/GCredentials.html#G-CREDENTIALS-TYPE-LINUX-UCRED:CAPS">
1595
+ <ANCHOR id="G-CREDENTIALS-TYPE-FREEBSD-CMSGCRED:CAPS" href="gio/GCredentials.html#G-CREDENTIALS-TYPE-FREEBSD-CMSGCRED:CAPS">
1596
+ <ANCHOR id="g-credentials-new" href="gio/GCredentials.html#g-credentials-new">
1597
+ <ANCHOR id="g-credentials-to-string" href="gio/GCredentials.html#g-credentials-to-string">
1598
+ <ANCHOR id="g-credentials-get-native" href="gio/GCredentials.html#g-credentials-get-native">
1599
+ <ANCHOR id="g-credentials-set-native" href="gio/GCredentials.html#g-credentials-set-native">
1600
+ <ANCHOR id="g-credentials-is-same-user" href="gio/GCredentials.html#g-credentials-is-same-user">
1601
+ <ANCHOR id="g-credentials-get-unix-user" href="gio/GCredentials.html#g-credentials-get-unix-user">
1602
+ <ANCHOR id="g-credentials-set-unix-user" href="gio/GCredentials.html#g-credentials-set-unix-user">
1603
+ <ANCHOR id="GUnixCredentialsMessage" href="gio/GUnixCredentialsMessage.html">
1604
+ <ANCHOR id="GUnixCredentialsMessage.synopsis" href="gio/GUnixCredentialsMessage.html#GUnixCredentialsMessage.synopsis">
1605
+ <ANCHOR id="GUnixCredentialsMessage.object-hierarchy" href="gio/GUnixCredentialsMessage.html#GUnixCredentialsMessage.object-hierarchy">
1606
+ <ANCHOR id="GUnixCredentialsMessage.properties" href="gio/GUnixCredentialsMessage.html#GUnixCredentialsMessage.properties">
1607
+ <ANCHOR id="GUnixCredentialsMessage.description" href="gio/GUnixCredentialsMessage.html#GUnixCredentialsMessage.description">
1608
+ <ANCHOR id="GUnixCredentialsMessage.details" href="gio/GUnixCredentialsMessage.html#GUnixCredentialsMessage.details">
1609
+ <ANCHOR id="GUnixCredentialsMessage-struct" href="gio/GUnixCredentialsMessage.html#GUnixCredentialsMessage-struct">
1610
+ <ANCHOR id="GUnixCredentialsMessageClass" href="gio/GUnixCredentialsMessage.html#GUnixCredentialsMessageClass">
1611
+ <ANCHOR id="g-unix-credentials-message-new" href="gio/GUnixCredentialsMessage.html#g-unix-credentials-message-new">
1612
+ <ANCHOR id="g-unix-credentials-message-new-with-credentials" href="gio/GUnixCredentialsMessage.html#g-unix-credentials-message-new-with-credentials">
1613
+ <ANCHOR id="g-unix-credentials-message-get-credentials" href="gio/GUnixCredentialsMessage.html#g-unix-credentials-message-get-credentials">
1614
+ <ANCHOR id="g-unix-credentials-message-is-supported" href="gio/GUnixCredentialsMessage.html#g-unix-credentials-message-is-supported">
1615
+ <ANCHOR id="GUnixCredentialsMessage.property-details" href="gio/GUnixCredentialsMessage.html#GUnixCredentialsMessage.property-details">
1616
+ <ANCHOR id="GUnixCredentialsMessage--credentials" href="gio/GUnixCredentialsMessage.html#GUnixCredentialsMessage--credentials">
1617
+ <ANCHOR id="GUnixCredentialsMessage.see-also" href="gio/GUnixCredentialsMessage.html#GUnixCredentialsMessage.see-also">
1618
+ <ANCHOR id="GProxy" href="gio/GProxy.html">
1619
+ <ANCHOR id="GProxy.synopsis" href="gio/GProxy.html#GProxy.synopsis">
1620
+ <ANCHOR id="GProxy.object-hierarchy" href="gio/GProxy.html#GProxy.object-hierarchy">
1621
+ <ANCHOR id="GProxy.prerequisites" href="gio/GProxy.html#GProxy.prerequisites">
1622
+ <ANCHOR id="GProxy.description" href="gio/GProxy.html#GProxy.description">
1623
+ <ANCHOR id="GProxy.details" href="gio/GProxy.html#GProxy.details">
1624
+ <ANCHOR id="GProxy-struct" href="gio/GProxy.html#GProxy-struct">
1625
+ <ANCHOR id="G-PROXY-EXTENSION-POINT-NAME:CAPS" href="gio/GProxy.html#G-PROXY-EXTENSION-POINT-NAME:CAPS">
1626
+ <ANCHOR id="g-proxy-connect" href="gio/GProxy.html#g-proxy-connect">
1627
+ <ANCHOR id="g-proxy-connect-async" href="gio/GProxy.html#g-proxy-connect-async">
1628
+ <ANCHOR id="g-proxy-connect-finish" href="gio/GProxy.html#g-proxy-connect-finish">
1629
+ <ANCHOR id="g-proxy-get-default-for-protocol" href="gio/GProxy.html#g-proxy-get-default-for-protocol">
1630
+ <ANCHOR id="g-proxy-supports-hostname" href="gio/GProxy.html#g-proxy-supports-hostname">
1631
+ <ANCHOR id="GProxyAddress" href="gio/GProxyAddress.html">
1632
+ <ANCHOR id="GProxyAddress.synopsis" href="gio/GProxyAddress.html#GProxyAddress.synopsis">
1633
+ <ANCHOR id="GProxyAddress.object-hierarchy" href="gio/GProxyAddress.html#GProxyAddress.object-hierarchy">
1634
+ <ANCHOR id="GProxyAddress.implemented-interfaces" href="gio/GProxyAddress.html#GProxyAddress.implemented-interfaces">
1635
+ <ANCHOR id="GProxyAddress.properties" href="gio/GProxyAddress.html#GProxyAddress.properties">
1636
+ <ANCHOR id="GProxyAddress.description" href="gio/GProxyAddress.html#GProxyAddress.description">
1637
+ <ANCHOR id="GProxyAddress.details" href="gio/GProxyAddress.html#GProxyAddress.details">
1638
+ <ANCHOR id="GProxyAddress-struct" href="gio/GProxyAddress.html#GProxyAddress-struct">
1639
+ <ANCHOR id="GProxyAddressClass" href="gio/GProxyAddress.html#GProxyAddressClass">
1640
+ <ANCHOR id="g-proxy-address-get-destination-hostname" href="gio/GProxyAddress.html#g-proxy-address-get-destination-hostname">
1641
+ <ANCHOR id="g-proxy-address-get-destination-port" href="gio/GProxyAddress.html#g-proxy-address-get-destination-port">
1642
+ <ANCHOR id="g-proxy-address-get-password" href="gio/GProxyAddress.html#g-proxy-address-get-password">
1643
+ <ANCHOR id="g-proxy-address-get-protocol" href="gio/GProxyAddress.html#g-proxy-address-get-protocol">
1644
+ <ANCHOR id="g-proxy-address-get-username" href="gio/GProxyAddress.html#g-proxy-address-get-username">
1645
+ <ANCHOR id="g-proxy-address-new" href="gio/GProxyAddress.html#g-proxy-address-new">
1646
+ <ANCHOR id="GProxyAddress.property-details" href="gio/GProxyAddress.html#GProxyAddress.property-details">
1647
+ <ANCHOR id="GProxyAddress--destination-hostname" href="gio/GProxyAddress.html#GProxyAddress--destination-hostname">
1648
+ <ANCHOR id="GProxyAddress--destination-port" href="gio/GProxyAddress.html#GProxyAddress--destination-port">
1649
+ <ANCHOR id="GProxyAddress--password" href="gio/GProxyAddress.html#GProxyAddress--password">
1650
+ <ANCHOR id="GProxyAddress--protocol" href="gio/GProxyAddress.html#GProxyAddress--protocol">
1651
+ <ANCHOR id="GProxyAddress--username" href="gio/GProxyAddress.html#GProxyAddress--username">
1631
1652
  <ANCHOR id="GSocketClient" href="gio/GSocketClient.html">
1632
1653
  <ANCHOR id="GSocketClient.synopsis" href="gio/GSocketClient.html#GSocketClient.synopsis">
1633
1654
  <ANCHOR id="GSocketClient.object-hierarchy" href="gio/GSocketClient.html#GSocketClient.object-hierarchy">
@@ -1635,6 +1656,7 @@
1635
1656
  <ANCHOR id="GSocketClient.description" href="gio/GSocketClient.html#GSocketClient.description">
1636
1657
  <ANCHOR id="GSocketClient.details" href="gio/GSocketClient.html#GSocketClient.details">
1637
1658
  <ANCHOR id="GSocketClient-struct" href="gio/GSocketClient.html#GSocketClient-struct">
1659
+ <ANCHOR id="g-socket-client-add-application-proxy" href="gio/GSocketClient.html#g-socket-client-add-application-proxy">
1638
1660
  <ANCHOR id="g-socket-client-new" href="gio/GSocketClient.html#g-socket-client-new">
1639
1661
  <ANCHOR id="g-socket-client-connect" href="gio/GSocketClient.html#g-socket-client-connect">
1640
1662
  <ANCHOR id="g-socket-client-connect-async" href="gio/GSocketClient.html#g-socket-client-connect-async">
@@ -1645,24 +1667,31 @@
1645
1667
  <ANCHOR id="g-socket-client-connect-to-service" href="gio/GSocketClient.html#g-socket-client-connect-to-service">
1646
1668
  <ANCHOR id="g-socket-client-connect-to-service-async" href="gio/GSocketClient.html#g-socket-client-connect-to-service-async">
1647
1669
  <ANCHOR id="g-socket-client-connect-to-service-finish" href="gio/GSocketClient.html#g-socket-client-connect-to-service-finish">
1670
+ <ANCHOR id="g-socket-client-connect-to-uri" href="gio/GSocketClient.html#g-socket-client-connect-to-uri">
1671
+ <ANCHOR id="g-socket-client-connect-to-uri-async" href="gio/GSocketClient.html#g-socket-client-connect-to-uri-async">
1672
+ <ANCHOR id="g-socket-client-connect-to-uri-finish" href="gio/GSocketClient.html#g-socket-client-connect-to-uri-finish">
1648
1673
  <ANCHOR id="g-socket-client-set-family" href="gio/GSocketClient.html#g-socket-client-set-family">
1649
1674
  <ANCHOR id="g-socket-client-set-local-address" href="gio/GSocketClient.html#g-socket-client-set-local-address">
1650
1675
  <ANCHOR id="g-socket-client-set-protocol" href="gio/GSocketClient.html#g-socket-client-set-protocol">
1651
1676
  <ANCHOR id="g-socket-client-set-socket-type" href="gio/GSocketClient.html#g-socket-client-set-socket-type">
1677
+ <ANCHOR id="g-socket-client-set-timeout" href="gio/GSocketClient.html#g-socket-client-set-timeout">
1652
1678
  <ANCHOR id="g-socket-client-get-family" href="gio/GSocketClient.html#g-socket-client-get-family">
1653
1679
  <ANCHOR id="g-socket-client-get-local-address" href="gio/GSocketClient.html#g-socket-client-get-local-address">
1654
1680
  <ANCHOR id="g-socket-client-get-protocol" href="gio/GSocketClient.html#g-socket-client-get-protocol">
1655
1681
  <ANCHOR id="g-socket-client-get-socket-type" href="gio/GSocketClient.html#g-socket-client-get-socket-type">
1682
+ <ANCHOR id="g-socket-client-get-timeout" href="gio/GSocketClient.html#g-socket-client-get-timeout">
1683
+ <ANCHOR id="g-socket-client-get-enable-proxy" href="gio/GSocketClient.html#g-socket-client-get-enable-proxy">
1684
+ <ANCHOR id="g-socket-client-set-enable-proxy" href="gio/GSocketClient.html#g-socket-client-set-enable-proxy">
1656
1685
  <ANCHOR id="GSocketClient.property-details" href="gio/GSocketClient.html#GSocketClient.property-details">
1686
+ <ANCHOR id="GSocketClient--enable-proxy" href="gio/GSocketClient.html#GSocketClient--enable-proxy">
1657
1687
  <ANCHOR id="GSocketClient--family" href="gio/GSocketClient.html#GSocketClient--family">
1658
1688
  <ANCHOR id="GSocketClient--local-address" href="gio/GSocketClient.html#GSocketClient--local-address">
1659
1689
  <ANCHOR id="GSocketClient--protocol" href="gio/GSocketClient.html#GSocketClient--protocol">
1690
+ <ANCHOR id="GSocketClient--timeout" href="gio/GSocketClient.html#GSocketClient--timeout">
1660
1691
  <ANCHOR id="GSocketClient--type" href="gio/GSocketClient.html#GSocketClient--type">
1661
1692
  <ANCHOR id="GSocketClient.see-also" href="gio/GSocketClient.html#GSocketClient.see-also">
1662
1693
  <ANCHOR id="GSocketConnection" href="gio/GSocketConnection.html">
1663
1694
  <ANCHOR id="GSocketConnection.synopsis" href="gio/GSocketConnection.html#GSocketConnection.synopsis">
1664
- <ANCHOR id="GTcpConnection" href="gio/GSocketConnection.html#GTcpConnection">
1665
- <ANCHOR id="GUnixConnection" href="gio/GSocketConnection.html#GUnixConnection">
1666
1695
  <ANCHOR id="GSocketConnection.object-hierarchy" href="gio/GSocketConnection.html#GSocketConnection.object-hierarchy">
1667
1696
  <ANCHOR id="GSocketConnection.properties" href="gio/GSocketConnection.html#GSocketConnection.properties">
1668
1697
  <ANCHOR id="GSocketConnection.description" href="gio/GSocketConnection.html#GSocketConnection.description">
@@ -1671,19 +1700,35 @@
1671
1700
  <ANCHOR id="g-socket-connection-get-local-address" href="gio/GSocketConnection.html#g-socket-connection-get-local-address">
1672
1701
  <ANCHOR id="g-socket-connection-get-remote-address" href="gio/GSocketConnection.html#g-socket-connection-get-remote-address">
1673
1702
  <ANCHOR id="g-socket-connection-get-socket" href="gio/GSocketConnection.html#g-socket-connection-get-socket">
1674
- <ANCHOR id="GTcpConnection-struct" href="gio/GSocketConnection.html#GTcpConnection-struct">
1675
- <ANCHOR id="g-tcp-connection-set-graceful-disconnect" href="gio/GSocketConnection.html#g-tcp-connection-set-graceful-disconnect">
1676
- <ANCHOR id="g-tcp-connection-get-graceful-disconnect" href="gio/GSocketConnection.html#g-tcp-connection-get-graceful-disconnect">
1677
- <ANCHOR id="GUnixConnection-struct" href="gio/GSocketConnection.html#GUnixConnection-struct">
1678
- <ANCHOR id="g-unix-connection-receive-fd" href="gio/GSocketConnection.html#g-unix-connection-receive-fd">
1679
- <ANCHOR id="g-unix-connection-send-fd" href="gio/GSocketConnection.html#g-unix-connection-send-fd">
1680
1703
  <ANCHOR id="g-socket-connection-factory-create-connection" href="gio/GSocketConnection.html#g-socket-connection-factory-create-connection">
1681
1704
  <ANCHOR id="g-socket-connection-factory-lookup-type" href="gio/GSocketConnection.html#g-socket-connection-factory-lookup-type">
1682
1705
  <ANCHOR id="g-socket-connection-factory-register-type" href="gio/GSocketConnection.html#g-socket-connection-factory-register-type">
1683
1706
  <ANCHOR id="GSocketConnection.property-details" href="gio/GSocketConnection.html#GSocketConnection.property-details">
1684
1707
  <ANCHOR id="GSocketConnection--socket" href="gio/GSocketConnection.html#GSocketConnection--socket">
1685
- <ANCHOR id="GTcpConnection--graceful-disconnect" href="gio/GSocketConnection.html#GTcpConnection--graceful-disconnect">
1686
1708
  <ANCHOR id="GSocketConnection.see-also" href="gio/GSocketConnection.html#GSocketConnection.see-also">
1709
+ <ANCHOR id="GUnixConnection" href="gio/GUnixConnection.html">
1710
+ <ANCHOR id="GUnixConnection.synopsis" href="gio/GUnixConnection.html#GUnixConnection.synopsis">
1711
+ <ANCHOR id="GUnixConnection.object-hierarchy" href="gio/GUnixConnection.html#GUnixConnection.object-hierarchy">
1712
+ <ANCHOR id="GUnixConnection.description" href="gio/GUnixConnection.html#GUnixConnection.description">
1713
+ <ANCHOR id="GUnixConnection.details" href="gio/GUnixConnection.html#GUnixConnection.details">
1714
+ <ANCHOR id="GUnixConnection-struct" href="gio/GUnixConnection.html#GUnixConnection-struct">
1715
+ <ANCHOR id="g-unix-connection-receive-fd" href="gio/GUnixConnection.html#g-unix-connection-receive-fd">
1716
+ <ANCHOR id="g-unix-connection-send-fd" href="gio/GUnixConnection.html#g-unix-connection-send-fd">
1717
+ <ANCHOR id="g-unix-connection-receive-credentials" href="gio/GUnixConnection.html#g-unix-connection-receive-credentials">
1718
+ <ANCHOR id="g-unix-connection-send-credentials" href="gio/GUnixConnection.html#g-unix-connection-send-credentials">
1719
+ <ANCHOR id="GUnixConnection.see-also" href="gio/GUnixConnection.html#GUnixConnection.see-also">
1720
+ <ANCHOR id="GTcpConnection" href="gio/GTcpConnection.html">
1721
+ <ANCHOR id="GTcpConnection.synopsis" href="gio/GTcpConnection.html#GTcpConnection.synopsis">
1722
+ <ANCHOR id="GTcpConnection.object-hierarchy" href="gio/GTcpConnection.html#GTcpConnection.object-hierarchy">
1723
+ <ANCHOR id="GTcpConnection.properties" href="gio/GTcpConnection.html#GTcpConnection.properties">
1724
+ <ANCHOR id="GTcpConnection.description" href="gio/GTcpConnection.html#GTcpConnection.description">
1725
+ <ANCHOR id="GTcpConnection.details" href="gio/GTcpConnection.html#GTcpConnection.details">
1726
+ <ANCHOR id="GTcpConnection-struct" href="gio/GTcpConnection.html#GTcpConnection-struct">
1727
+ <ANCHOR id="g-tcp-connection-set-graceful-disconnect" href="gio/GTcpConnection.html#g-tcp-connection-set-graceful-disconnect">
1728
+ <ANCHOR id="g-tcp-connection-get-graceful-disconnect" href="gio/GTcpConnection.html#g-tcp-connection-get-graceful-disconnect">
1729
+ <ANCHOR id="GTcpConnection.property-details" href="gio/GTcpConnection.html#GTcpConnection.property-details">
1730
+ <ANCHOR id="GTcpConnection--graceful-disconnect" href="gio/GTcpConnection.html#GTcpConnection--graceful-disconnect">
1731
+ <ANCHOR id="GTcpConnection.see-also" href="gio/GTcpConnection.html#GTcpConnection.see-also">
1687
1732
  <ANCHOR id="GSocketListener" href="gio/GSocketListener.html">
1688
1733
  <ANCHOR id="GSocketListener.synopsis" href="gio/GSocketListener.html#GSocketListener.synopsis">
1689
1734
  <ANCHOR id="GSocketListener.object-hierarchy" href="gio/GSocketListener.html#GSocketListener.object-hierarchy">
@@ -1735,6 +1780,560 @@
1735
1780
  <ANCHOR id="GThreadedSocketService.signal-details" href="gio/GThreadedSocketService.html#GThreadedSocketService.signal-details">
1736
1781
  <ANCHOR id="GThreadedSocketService-run" href="gio/GThreadedSocketService.html#GThreadedSocketService-run">
1737
1782
  <ANCHOR id="GThreadedSocketService.see-also" href="gio/GThreadedSocketService.html#GThreadedSocketService.see-also">
1783
+ <ANCHOR id="GResolver" href="gio/GResolver.html">
1784
+ <ANCHOR id="GResolver.synopsis" href="gio/GResolver.html#GResolver.synopsis">
1785
+ <ANCHOR id="GResolver.object-hierarchy" href="gio/GResolver.html#GResolver.object-hierarchy">
1786
+ <ANCHOR id="GResolver.signals" href="gio/GResolver.html#GResolver.signals">
1787
+ <ANCHOR id="GResolver.description" href="gio/GResolver.html#GResolver.description">
1788
+ <ANCHOR id="GResolver.details" href="gio/GResolver.html#GResolver.details">
1789
+ <ANCHOR id="GResolver-struct" href="gio/GResolver.html#GResolver-struct">
1790
+ <ANCHOR id="g-resolver-get-default" href="gio/GResolver.html#g-resolver-get-default">
1791
+ <ANCHOR id="g-resolver-set-default" href="gio/GResolver.html#g-resolver-set-default">
1792
+ <ANCHOR id="g-resolver-lookup-by-name" href="gio/GResolver.html#g-resolver-lookup-by-name">
1793
+ <ANCHOR id="g-resolver-lookup-by-name-async" href="gio/GResolver.html#g-resolver-lookup-by-name-async">
1794
+ <ANCHOR id="g-resolver-lookup-by-name-finish" href="gio/GResolver.html#g-resolver-lookup-by-name-finish">
1795
+ <ANCHOR id="g-resolver-free-addresses" href="gio/GResolver.html#g-resolver-free-addresses">
1796
+ <ANCHOR id="g-resolver-lookup-by-address" href="gio/GResolver.html#g-resolver-lookup-by-address">
1797
+ <ANCHOR id="g-resolver-lookup-by-address-async" href="gio/GResolver.html#g-resolver-lookup-by-address-async">
1798
+ <ANCHOR id="g-resolver-lookup-by-address-finish" href="gio/GResolver.html#g-resolver-lookup-by-address-finish">
1799
+ <ANCHOR id="g-resolver-lookup-service" href="gio/GResolver.html#g-resolver-lookup-service">
1800
+ <ANCHOR id="g-resolver-lookup-service-async" href="gio/GResolver.html#g-resolver-lookup-service-async">
1801
+ <ANCHOR id="g-resolver-lookup-service-finish" href="gio/GResolver.html#g-resolver-lookup-service-finish">
1802
+ <ANCHOR id="g-resolver-free-targets" href="gio/GResolver.html#g-resolver-free-targets">
1803
+ <ANCHOR id="G-RESOLVER-ERROR:CAPS" href="gio/GResolver.html#G-RESOLVER-ERROR:CAPS">
1804
+ <ANCHOR id="GResolverError" href="gio/GResolver.html#GResolverError">
1805
+ <ANCHOR id="G-RESOLVER-ERROR-NOT-FOUND:CAPS" href="gio/GResolver.html#G-RESOLVER-ERROR-NOT-FOUND:CAPS">
1806
+ <ANCHOR id="G-RESOLVER-ERROR-TEMPORARY-FAILURE:CAPS" href="gio/GResolver.html#G-RESOLVER-ERROR-TEMPORARY-FAILURE:CAPS">
1807
+ <ANCHOR id="G-RESOLVER-ERROR-INTERNAL:CAPS" href="gio/GResolver.html#G-RESOLVER-ERROR-INTERNAL:CAPS">
1808
+ <ANCHOR id="GResolver.signal-details" href="gio/GResolver.html#GResolver.signal-details">
1809
+ <ANCHOR id="GResolver-reload" href="gio/GResolver.html#GResolver-reload">
1810
+ <ANCHOR id="GProxyResolver" href="gio/GProxyResolver.html">
1811
+ <ANCHOR id="GProxyResolver.synopsis" href="gio/GProxyResolver.html#GProxyResolver.synopsis">
1812
+ <ANCHOR id="GProxyResolver.object-hierarchy" href="gio/GProxyResolver.html#GProxyResolver.object-hierarchy">
1813
+ <ANCHOR id="GProxyResolver.prerequisites" href="gio/GProxyResolver.html#GProxyResolver.prerequisites">
1814
+ <ANCHOR id="GProxyResolver.description" href="gio/GProxyResolver.html#GProxyResolver.description">
1815
+ <ANCHOR id="GProxyResolver.details" href="gio/GProxyResolver.html#GProxyResolver.details">
1816
+ <ANCHOR id="GProxyResolver-struct" href="gio/GProxyResolver.html#GProxyResolver-struct">
1817
+ <ANCHOR id="G-PROXY-RESOLVER-EXTENSION-POINT-NAME:CAPS" href="gio/GProxyResolver.html#G-PROXY-RESOLVER-EXTENSION-POINT-NAME:CAPS">
1818
+ <ANCHOR id="g-proxy-resolver-get-default" href="gio/GProxyResolver.html#g-proxy-resolver-get-default">
1819
+ <ANCHOR id="g-proxy-resolver-is-supported" href="gio/GProxyResolver.html#g-proxy-resolver-is-supported">
1820
+ <ANCHOR id="g-proxy-resolver-lookup" href="gio/GProxyResolver.html#g-proxy-resolver-lookup">
1821
+ <ANCHOR id="g-proxy-resolver-lookup-async" href="gio/GProxyResolver.html#g-proxy-resolver-lookup-async">
1822
+ <ANCHOR id="g-proxy-resolver-lookup-finish" href="gio/GProxyResolver.html#g-proxy-resolver-lookup-finish">
1823
+ <ANCHOR id="GSocketConnectable" href="gio/GSocketConnectable.html">
1824
+ <ANCHOR id="GSocketConnectable.synopsis" href="gio/GSocketConnectable.html#GSocketConnectable.synopsis">
1825
+ <ANCHOR id="GSocketAddressEnumerator" href="gio/GSocketConnectable.html#GSocketAddressEnumerator">
1826
+ <ANCHOR id="GProxyAddressEnumerator" href="gio/GSocketConnectable.html#GProxyAddressEnumerator">
1827
+ <ANCHOR id="GSocketConnectable.object-hierarchy" href="gio/GSocketConnectable.html#GSocketConnectable.object-hierarchy">
1828
+ <ANCHOR id="GSocketConnectable.prerequisites" href="gio/GSocketConnectable.html#GSocketConnectable.prerequisites">
1829
+ <ANCHOR id="GSocketConnectable.implementations" href="gio/GSocketConnectable.html#GSocketConnectable.implementations">
1830
+ <ANCHOR id="GSocketConnectable.properties" href="gio/GSocketConnectable.html#GSocketConnectable.properties">
1831
+ <ANCHOR id="GSocketConnectable.description" href="gio/GSocketConnectable.html#GSocketConnectable.description">
1832
+ <ANCHOR id="GSocketConnectable.details" href="gio/GSocketConnectable.html#GSocketConnectable.details">
1833
+ <ANCHOR id="GSocketConnectable-struct" href="gio/GSocketConnectable.html#GSocketConnectable-struct">
1834
+ <ANCHOR id="GSocketConnectableIface" href="gio/GSocketConnectable.html#GSocketConnectableIface">
1835
+ <ANCHOR id="g-socket-connectable-enumerate" href="gio/GSocketConnectable.html#g-socket-connectable-enumerate">
1836
+ <ANCHOR id="g-socket-connectable-proxy-enumerate" href="gio/GSocketConnectable.html#g-socket-connectable-proxy-enumerate">
1837
+ <ANCHOR id="GSocketAddressEnumerator-struct" href="gio/GSocketConnectable.html#GSocketAddressEnumerator-struct">
1838
+ <ANCHOR id="g-socket-address-enumerator-next" href="gio/GSocketConnectable.html#g-socket-address-enumerator-next">
1839
+ <ANCHOR id="g-socket-address-enumerator-next-async" href="gio/GSocketConnectable.html#g-socket-address-enumerator-next-async">
1840
+ <ANCHOR id="g-socket-address-enumerator-next-finish" href="gio/GSocketConnectable.html#g-socket-address-enumerator-next-finish">
1841
+ <ANCHOR id="GProxyAddressEnumerator-struct" href="gio/GSocketConnectable.html#GProxyAddressEnumerator-struct">
1842
+ <ANCHOR id="GSocketConnectable.property-details" href="gio/GSocketConnectable.html#GSocketConnectable.property-details">
1843
+ <ANCHOR id="GProxyAddressEnumerator--connectable" href="gio/GSocketConnectable.html#GProxyAddressEnumerator--connectable">
1844
+ <ANCHOR id="GProxyAddressEnumerator--uri" href="gio/GSocketConnectable.html#GProxyAddressEnumerator--uri">
1845
+ <ANCHOR id="GNetworkAddress" href="gio/GNetworkAddress.html">
1846
+ <ANCHOR id="GNetworkAddress.synopsis" href="gio/GNetworkAddress.html#GNetworkAddress.synopsis">
1847
+ <ANCHOR id="GNetworkAddress.object-hierarchy" href="gio/GNetworkAddress.html#GNetworkAddress.object-hierarchy">
1848
+ <ANCHOR id="GNetworkAddress.implemented-interfaces" href="gio/GNetworkAddress.html#GNetworkAddress.implemented-interfaces">
1849
+ <ANCHOR id="GNetworkAddress.properties" href="gio/GNetworkAddress.html#GNetworkAddress.properties">
1850
+ <ANCHOR id="GNetworkAddress.description" href="gio/GNetworkAddress.html#GNetworkAddress.description">
1851
+ <ANCHOR id="GNetworkAddress.details" href="gio/GNetworkAddress.html#GNetworkAddress.details">
1852
+ <ANCHOR id="GNetworkAddress-struct" href="gio/GNetworkAddress.html#GNetworkAddress-struct">
1853
+ <ANCHOR id="g-network-address-new" href="gio/GNetworkAddress.html#g-network-address-new">
1854
+ <ANCHOR id="g-network-address-get-hostname" href="gio/GNetworkAddress.html#g-network-address-get-hostname">
1855
+ <ANCHOR id="g-network-address-get-port" href="gio/GNetworkAddress.html#g-network-address-get-port">
1856
+ <ANCHOR id="g-network-address-get-scheme" href="gio/GNetworkAddress.html#g-network-address-get-scheme">
1857
+ <ANCHOR id="g-network-address-parse" href="gio/GNetworkAddress.html#g-network-address-parse">
1858
+ <ANCHOR id="g-network-address-parse-uri" href="gio/GNetworkAddress.html#g-network-address-parse-uri">
1859
+ <ANCHOR id="GNetworkAddress.property-details" href="gio/GNetworkAddress.html#GNetworkAddress.property-details">
1860
+ <ANCHOR id="GNetworkAddress--hostname" href="gio/GNetworkAddress.html#GNetworkAddress--hostname">
1861
+ <ANCHOR id="GNetworkAddress--port" href="gio/GNetworkAddress.html#GNetworkAddress--port">
1862
+ <ANCHOR id="GNetworkAddress--scheme" href="gio/GNetworkAddress.html#GNetworkAddress--scheme">
1863
+ <ANCHOR id="GNetworkService" href="gio/GNetworkService.html">
1864
+ <ANCHOR id="GNetworkService.synopsis" href="gio/GNetworkService.html#GNetworkService.synopsis">
1865
+ <ANCHOR id="GNetworkService.object-hierarchy" href="gio/GNetworkService.html#GNetworkService.object-hierarchy">
1866
+ <ANCHOR id="GNetworkService.implemented-interfaces" href="gio/GNetworkService.html#GNetworkService.implemented-interfaces">
1867
+ <ANCHOR id="GNetworkService.properties" href="gio/GNetworkService.html#GNetworkService.properties">
1868
+ <ANCHOR id="GNetworkService.description" href="gio/GNetworkService.html#GNetworkService.description">
1869
+ <ANCHOR id="GNetworkService.details" href="gio/GNetworkService.html#GNetworkService.details">
1870
+ <ANCHOR id="GNetworkService-struct" href="gio/GNetworkService.html#GNetworkService-struct">
1871
+ <ANCHOR id="g-network-service-new" href="gio/GNetworkService.html#g-network-service-new">
1872
+ <ANCHOR id="g-network-service-get-service" href="gio/GNetworkService.html#g-network-service-get-service">
1873
+ <ANCHOR id="g-network-service-get-protocol" href="gio/GNetworkService.html#g-network-service-get-protocol">
1874
+ <ANCHOR id="g-network-service-get-domain" href="gio/GNetworkService.html#g-network-service-get-domain">
1875
+ <ANCHOR id="g-network-service-get-scheme" href="gio/GNetworkService.html#g-network-service-get-scheme">
1876
+ <ANCHOR id="g-network-service-set-scheme" href="gio/GNetworkService.html#g-network-service-set-scheme">
1877
+ <ANCHOR id="GNetworkService.property-details" href="gio/GNetworkService.html#GNetworkService.property-details">
1878
+ <ANCHOR id="GNetworkService--domain" href="gio/GNetworkService.html#GNetworkService--domain">
1879
+ <ANCHOR id="GNetworkService--protocol" href="gio/GNetworkService.html#GNetworkService--protocol">
1880
+ <ANCHOR id="GNetworkService--scheme" href="gio/GNetworkService.html#GNetworkService--scheme">
1881
+ <ANCHOR id="GNetworkService--service" href="gio/GNetworkService.html#GNetworkService--service">
1882
+ <ANCHOR id="gio-GSrvTarget" href="gio/gio-GSrvTarget.html">
1883
+ <ANCHOR id="gio-GSrvTarget.synopsis" href="gio/gio-GSrvTarget.html#gio-GSrvTarget.synopsis">
1884
+ <ANCHOR id="gio-GSrvTarget.description" href="gio/gio-GSrvTarget.html#gio-GSrvTarget.description">
1885
+ <ANCHOR id="gio-GSrvTarget.details" href="gio/gio-GSrvTarget.html#gio-GSrvTarget.details">
1886
+ <ANCHOR id="GSrvTarget" href="gio/gio-GSrvTarget.html#GSrvTarget">
1887
+ <ANCHOR id="g-srv-target-new" href="gio/gio-GSrvTarget.html#g-srv-target-new">
1888
+ <ANCHOR id="g-srv-target-copy" href="gio/gio-GSrvTarget.html#g-srv-target-copy">
1889
+ <ANCHOR id="g-srv-target-free" href="gio/gio-GSrvTarget.html#g-srv-target-free">
1890
+ <ANCHOR id="g-srv-target-get-hostname" href="gio/gio-GSrvTarget.html#g-srv-target-get-hostname">
1891
+ <ANCHOR id="g-srv-target-get-port" href="gio/gio-GSrvTarget.html#g-srv-target-get-port">
1892
+ <ANCHOR id="g-srv-target-get-priority" href="gio/gio-GSrvTarget.html#g-srv-target-get-priority">
1893
+ <ANCHOR id="g-srv-target-get-weight" href="gio/gio-GSrvTarget.html#g-srv-target-get-weight">
1894
+ <ANCHOR id="g-srv-target-list-sort" href="gio/gio-GSrvTarget.html#g-srv-target-list-sort">
1895
+ <ANCHOR id="gio-D-Bus-Utilities" href="gio/gio-D-Bus-Utilities.html">
1896
+ <ANCHOR id="gio-D-Bus-Utilities.synopsis" href="gio/gio-D-Bus-Utilities.html#gio-D-Bus-Utilities.synopsis">
1897
+ <ANCHOR id="gio-D-Bus-Utilities.description" href="gio/gio-D-Bus-Utilities.html#gio-D-Bus-Utilities.description">
1898
+ <ANCHOR id="gio-D-Bus-Utilities.details" href="gio/gio-D-Bus-Utilities.html#gio-D-Bus-Utilities.details">
1899
+ <ANCHOR id="g-dbus-generate-guid" href="gio/gio-D-Bus-Utilities.html#g-dbus-generate-guid">
1900
+ <ANCHOR id="g-dbus-is-guid" href="gio/gio-D-Bus-Utilities.html#g-dbus-is-guid">
1901
+ <ANCHOR id="g-dbus-is-name" href="gio/gio-D-Bus-Utilities.html#g-dbus-is-name">
1902
+ <ANCHOR id="g-dbus-is-unique-name" href="gio/gio-D-Bus-Utilities.html#g-dbus-is-unique-name">
1903
+ <ANCHOR id="g-dbus-is-member-name" href="gio/gio-D-Bus-Utilities.html#g-dbus-is-member-name">
1904
+ <ANCHOR id="g-dbus-is-interface-name" href="gio/gio-D-Bus-Utilities.html#g-dbus-is-interface-name">
1905
+ <ANCHOR id="gio-D-Bus-Addresses" href="gio/gio-D-Bus-Addresses.html">
1906
+ <ANCHOR id="gio-D-Bus-Addresses.synopsis" href="gio/gio-D-Bus-Addresses.html#gio-D-Bus-Addresses.synopsis">
1907
+ <ANCHOR id="gio-D-Bus-Addresses.description" href="gio/gio-D-Bus-Addresses.html#gio-D-Bus-Addresses.description">
1908
+ <ANCHOR id="gio-D-Bus-Addresses.details" href="gio/gio-D-Bus-Addresses.html#gio-D-Bus-Addresses.details">
1909
+ <ANCHOR id="g-dbus-is-address" href="gio/gio-D-Bus-Addresses.html#g-dbus-is-address">
1910
+ <ANCHOR id="g-dbus-is-supported-address" href="gio/gio-D-Bus-Addresses.html#g-dbus-is-supported-address">
1911
+ <ANCHOR id="g-dbus-address-get-stream" href="gio/gio-D-Bus-Addresses.html#g-dbus-address-get-stream">
1912
+ <ANCHOR id="g-dbus-address-get-stream-finish" href="gio/gio-D-Bus-Addresses.html#g-dbus-address-get-stream-finish">
1913
+ <ANCHOR id="g-dbus-address-get-stream-sync" href="gio/gio-D-Bus-Addresses.html#g-dbus-address-get-stream-sync">
1914
+ <ANCHOR id="g-dbus-address-get-for-bus-sync" href="gio/gio-D-Bus-Addresses.html#g-dbus-address-get-for-bus-sync">
1915
+ <ANCHOR id="gio-D-Bus-Introspection-Data" href="gio/gio-D-Bus-Introspection-Data.html">
1916
+ <ANCHOR id="gio-D-Bus-Introspection-Data.synopsis" href="gio/gio-D-Bus-Introspection-Data.html#gio-D-Bus-Introspection-Data.synopsis">
1917
+ <ANCHOR id="gio-D-Bus-Introspection-Data.description" href="gio/gio-D-Bus-Introspection-Data.html#gio-D-Bus-Introspection-Data.description">
1918
+ <ANCHOR id="gio-D-Bus-Introspection-Data.details" href="gio/gio-D-Bus-Introspection-Data.html#gio-D-Bus-Introspection-Data.details">
1919
+ <ANCHOR id="GDBusAnnotationInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo">
1920
+ <ANCHOR id="GDBusArgInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusArgInfo">
1921
+ <ANCHOR id="GDBusMethodInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusMethodInfo">
1922
+ <ANCHOR id="GDBusSignalInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusSignalInfo">
1923
+ <ANCHOR id="GDBusPropertyInfoFlags" href="gio/gio-D-Bus-Introspection-Data.html#GDBusPropertyInfoFlags">
1924
+ <ANCHOR id="G-DBUS-PROPERTY-INFO-FLAGS-NONE:CAPS" href="gio/gio-D-Bus-Introspection-Data.html#G-DBUS-PROPERTY-INFO-FLAGS-NONE:CAPS">
1925
+ <ANCHOR id="G-DBUS-PROPERTY-INFO-FLAGS-READABLE:CAPS" href="gio/gio-D-Bus-Introspection-Data.html#G-DBUS-PROPERTY-INFO-FLAGS-READABLE:CAPS">
1926
+ <ANCHOR id="G-DBUS-PROPERTY-INFO-FLAGS-WRITABLE:CAPS" href="gio/gio-D-Bus-Introspection-Data.html#G-DBUS-PROPERTY-INFO-FLAGS-WRITABLE:CAPS">
1927
+ <ANCHOR id="GDBusPropertyInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo">
1928
+ <ANCHOR id="GDBusInterfaceInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo">
1929
+ <ANCHOR id="GDBusNodeInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusNodeInfo">
1930
+ <ANCHOR id="g-dbus-annotation-info-lookup" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-lookup">
1931
+ <ANCHOR id="g-dbus-interface-info-lookup-method" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-method">
1932
+ <ANCHOR id="g-dbus-interface-info-lookup-signal" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-signal">
1933
+ <ANCHOR id="g-dbus-interface-info-lookup-property" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-property">
1934
+ <ANCHOR id="g-dbus-interface-info-generate-xml" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-generate-xml">
1935
+ <ANCHOR id="g-dbus-node-info-new-for-xml" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-node-info-new-for-xml">
1936
+ <ANCHOR id="g-dbus-node-info-lookup-interface" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-node-info-lookup-interface">
1937
+ <ANCHOR id="g-dbus-node-info-generate-xml" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-node-info-generate-xml">
1938
+ <ANCHOR id="G-TYPE-DBUS-NODE-INFO:CAPS" href="gio/gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-NODE-INFO:CAPS">
1939
+ <ANCHOR id="G-TYPE-DBUS-INTERFACE-INFO:CAPS" href="gio/gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-INTERFACE-INFO:CAPS">
1940
+ <ANCHOR id="G-TYPE-DBUS-METHOD-INFO:CAPS" href="gio/gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-METHOD-INFO:CAPS">
1941
+ <ANCHOR id="G-TYPE-DBUS-SIGNAL-INFO:CAPS" href="gio/gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-SIGNAL-INFO:CAPS">
1942
+ <ANCHOR id="G-TYPE-DBUS-PROPERTY-INFO:CAPS" href="gio/gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-PROPERTY-INFO:CAPS">
1943
+ <ANCHOR id="G-TYPE-DBUS-ARG-INFO:CAPS" href="gio/gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-ARG-INFO:CAPS">
1944
+ <ANCHOR id="G-TYPE-DBUS-ANNOTATION-INFO:CAPS" href="gio/gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-ANNOTATION-INFO:CAPS">
1945
+ <ANCHOR id="g-dbus-node-info-ref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-node-info-ref">
1946
+ <ANCHOR id="g-dbus-interface-info-ref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-ref">
1947
+ <ANCHOR id="g-dbus-method-info-ref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-method-info-ref">
1948
+ <ANCHOR id="g-dbus-signal-info-ref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-signal-info-ref">
1949
+ <ANCHOR id="g-dbus-property-info-ref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-property-info-ref">
1950
+ <ANCHOR id="g-dbus-arg-info-ref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-arg-info-ref">
1951
+ <ANCHOR id="g-dbus-annotation-info-ref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-ref">
1952
+ <ANCHOR id="g-dbus-node-info-unref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-node-info-unref">
1953
+ <ANCHOR id="g-dbus-interface-info-unref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-unref">
1954
+ <ANCHOR id="g-dbus-method-info-unref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-method-info-unref">
1955
+ <ANCHOR id="g-dbus-signal-info-unref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-signal-info-unref">
1956
+ <ANCHOR id="g-dbus-property-info-unref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-property-info-unref">
1957
+ <ANCHOR id="g-dbus-arg-info-unref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-arg-info-unref">
1958
+ <ANCHOR id="g-dbus-annotation-info-unref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-unref">
1959
+ <ANCHOR id="gio-GDBusError" href="gio/gio-GDBusError.html">
1960
+ <ANCHOR id="gio-GDBusError.synopsis" href="gio/gio-GDBusError.html#gio-GDBusError.synopsis">
1961
+ <ANCHOR id="gio-GDBusError.description" href="gio/gio-GDBusError.html#gio-GDBusError.description">
1962
+ <ANCHOR id="gio-GDBusError.details" href="gio/gio-GDBusError.html#gio-GDBusError.details">
1963
+ <ANCHOR id="GDBusError" href="gio/gio-GDBusError.html#GDBusError">
1964
+ <ANCHOR id="G-DBUS-ERROR-FAILED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-FAILED:CAPS">
1965
+ <ANCHOR id="G-DBUS-ERROR-NO-MEMORY:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-NO-MEMORY:CAPS">
1966
+ <ANCHOR id="G-DBUS-ERROR-SERVICE-UNKNOWN:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SERVICE-UNKNOWN:CAPS">
1967
+ <ANCHOR id="G-DBUS-ERROR-NAME-HAS-NO-OWNER:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-NAME-HAS-NO-OWNER:CAPS">
1968
+ <ANCHOR id="G-DBUS-ERROR-NO-REPLY:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-NO-REPLY:CAPS">
1969
+ <ANCHOR id="G-DBUS-ERROR-IO-ERROR:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-IO-ERROR:CAPS">
1970
+ <ANCHOR id="G-DBUS-ERROR-BAD-ADDRESS:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-BAD-ADDRESS:CAPS">
1971
+ <ANCHOR id="G-DBUS-ERROR-NOT-SUPPORTED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-NOT-SUPPORTED:CAPS">
1972
+ <ANCHOR id="G-DBUS-ERROR-LIMITS-EXCEEDED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-LIMITS-EXCEEDED:CAPS">
1973
+ <ANCHOR id="G-DBUS-ERROR-ACCESS-DENIED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-ACCESS-DENIED:CAPS">
1974
+ <ANCHOR id="G-DBUS-ERROR-AUTH-FAILED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-AUTH-FAILED:CAPS">
1975
+ <ANCHOR id="G-DBUS-ERROR-NO-SERVER:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-NO-SERVER:CAPS">
1976
+ <ANCHOR id="G-DBUS-ERROR-TIMEOUT:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-TIMEOUT:CAPS">
1977
+ <ANCHOR id="G-DBUS-ERROR-NO-NETWORK:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-NO-NETWORK:CAPS">
1978
+ <ANCHOR id="G-DBUS-ERROR-ADDRESS-IN-USE:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-ADDRESS-IN-USE:CAPS">
1979
+ <ANCHOR id="G-DBUS-ERROR-DISCONNECTED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-DISCONNECTED:CAPS">
1980
+ <ANCHOR id="G-DBUS-ERROR-INVALID-ARGS:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-INVALID-ARGS:CAPS">
1981
+ <ANCHOR id="G-DBUS-ERROR-FILE-NOT-FOUND:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-FILE-NOT-FOUND:CAPS">
1982
+ <ANCHOR id="G-DBUS-ERROR-FILE-EXISTS:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-FILE-EXISTS:CAPS">
1983
+ <ANCHOR id="G-DBUS-ERROR-UNKNOWN-METHOD:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-METHOD:CAPS">
1984
+ <ANCHOR id="G-DBUS-ERROR-TIMED-OUT:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-TIMED-OUT:CAPS">
1985
+ <ANCHOR id="G-DBUS-ERROR-MATCH-RULE-NOT-FOUND:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-MATCH-RULE-NOT-FOUND:CAPS">
1986
+ <ANCHOR id="G-DBUS-ERROR-MATCH-RULE-INVALID:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-MATCH-RULE-INVALID:CAPS">
1987
+ <ANCHOR id="G-DBUS-ERROR-SPAWN-EXEC-FAILED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-EXEC-FAILED:CAPS">
1988
+ <ANCHOR id="G-DBUS-ERROR-SPAWN-FORK-FAILED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-FORK-FAILED:CAPS">
1989
+ <ANCHOR id="G-DBUS-ERROR-SPAWN-CHILD-EXITED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-CHILD-EXITED:CAPS">
1990
+ <ANCHOR id="G-DBUS-ERROR-SPAWN-CHILD-SIGNALED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-CHILD-SIGNALED:CAPS">
1991
+ <ANCHOR id="G-DBUS-ERROR-SPAWN-FAILED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-FAILED:CAPS">
1992
+ <ANCHOR id="G-DBUS-ERROR-SPAWN-SETUP-FAILED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-SETUP-FAILED:CAPS">
1993
+ <ANCHOR id="G-DBUS-ERROR-SPAWN-CONFIG-INVALID:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-CONFIG-INVALID:CAPS">
1994
+ <ANCHOR id="G-DBUS-ERROR-SPAWN-SERVICE-INVALID:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-SERVICE-INVALID:CAPS">
1995
+ <ANCHOR id="G-DBUS-ERROR-SPAWN-SERVICE-NOT-FOUND:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-SERVICE-NOT-FOUND:CAPS">
1996
+ <ANCHOR id="G-DBUS-ERROR-SPAWN-PERMISSIONS-INVALID:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-PERMISSIONS-INVALID:CAPS">
1997
+ <ANCHOR id="G-DBUS-ERROR-SPAWN-FILE-INVALID:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-FILE-INVALID:CAPS">
1998
+ <ANCHOR id="G-DBUS-ERROR-SPAWN-NO-MEMORY:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-NO-MEMORY:CAPS">
1999
+ <ANCHOR id="G-DBUS-ERROR-UNIX-PROCESS-ID-UNKNOWN:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-UNIX-PROCESS-ID-UNKNOWN:CAPS">
2000
+ <ANCHOR id="G-DBUS-ERROR-INVALID-SIGNATURE:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-INVALID-SIGNATURE:CAPS">
2001
+ <ANCHOR id="G-DBUS-ERROR-INVALID-FILE-CONTENT:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-INVALID-FILE-CONTENT:CAPS">
2002
+ <ANCHOR id="G-DBUS-ERROR-SELINUX-SECURITY-CONTEXT-UNKNOWN:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SELINUX-SECURITY-CONTEXT-UNKNOWN:CAPS">
2003
+ <ANCHOR id="G-DBUS-ERROR-ADT-AUDIT-DATA-UNKNOWN:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-ADT-AUDIT-DATA-UNKNOWN:CAPS">
2004
+ <ANCHOR id="G-DBUS-ERROR-OBJECT-PATH-IN-USE:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-OBJECT-PATH-IN-USE:CAPS">
2005
+ <ANCHOR id="G-DBUS-ERROR:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR:CAPS">
2006
+ <ANCHOR id="g-dbus-error-is-remote-error" href="gio/gio-GDBusError.html#g-dbus-error-is-remote-error">
2007
+ <ANCHOR id="g-dbus-error-get-remote-error" href="gio/gio-GDBusError.html#g-dbus-error-get-remote-error">
2008
+ <ANCHOR id="g-dbus-error-strip-remote-error" href="gio/gio-GDBusError.html#g-dbus-error-strip-remote-error">
2009
+ <ANCHOR id="GDBusErrorEntry" href="gio/gio-GDBusError.html#GDBusErrorEntry">
2010
+ <ANCHOR id="g-dbus-error-register-error-domain" href="gio/gio-GDBusError.html#g-dbus-error-register-error-domain">
2011
+ <ANCHOR id="g-dbus-error-register-error" href="gio/gio-GDBusError.html#g-dbus-error-register-error">
2012
+ <ANCHOR id="g-dbus-error-unregister-error" href="gio/gio-GDBusError.html#g-dbus-error-unregister-error">
2013
+ <ANCHOR id="g-dbus-error-new-for-dbus-error" href="gio/gio-GDBusError.html#g-dbus-error-new-for-dbus-error">
2014
+ <ANCHOR id="g-dbus-error-set-dbus-error" href="gio/gio-GDBusError.html#g-dbus-error-set-dbus-error">
2015
+ <ANCHOR id="g-dbus-error-set-dbus-error-valist" href="gio/gio-GDBusError.html#g-dbus-error-set-dbus-error-valist">
2016
+ <ANCHOR id="g-dbus-error-encode-gerror" href="gio/gio-GDBusError.html#g-dbus-error-encode-gerror">
2017
+ <ANCHOR id="GDBusMessage" href="gio/GDBusMessage.html">
2018
+ <ANCHOR id="GDBusMessage.synopsis" href="gio/GDBusMessage.html#GDBusMessage.synopsis">
2019
+ <ANCHOR id="GDBusMessage.object-hierarchy" href="gio/GDBusMessage.html#GDBusMessage.object-hierarchy">
2020
+ <ANCHOR id="GDBusMessage.properties" href="gio/GDBusMessage.html#GDBusMessage.properties">
2021
+ <ANCHOR id="GDBusMessage.description" href="gio/GDBusMessage.html#GDBusMessage.description">
2022
+ <ANCHOR id="GDBusMessage.details" href="gio/GDBusMessage.html#GDBusMessage.details">
2023
+ <ANCHOR id="GDBusMessage-struct" href="gio/GDBusMessage.html#GDBusMessage-struct">
2024
+ <ANCHOR id="GDBusMessageType" href="gio/GDBusMessage.html#GDBusMessageType">
2025
+ <ANCHOR id="G-DBUS-MESSAGE-TYPE-INVALID:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-TYPE-INVALID:CAPS">
2026
+ <ANCHOR id="G-DBUS-MESSAGE-TYPE-METHOD-CALL:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-TYPE-METHOD-CALL:CAPS">
2027
+ <ANCHOR id="G-DBUS-MESSAGE-TYPE-METHOD-RETURN:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-TYPE-METHOD-RETURN:CAPS">
2028
+ <ANCHOR id="G-DBUS-MESSAGE-TYPE-ERROR:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-TYPE-ERROR:CAPS">
2029
+ <ANCHOR id="G-DBUS-MESSAGE-TYPE-SIGNAL:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-TYPE-SIGNAL:CAPS">
2030
+ <ANCHOR id="GDBusMessageFlags" href="gio/GDBusMessage.html#GDBusMessageFlags">
2031
+ <ANCHOR id="G-DBUS-MESSAGE-FLAGS-NONE:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-FLAGS-NONE:CAPS">
2032
+ <ANCHOR id="G-DBUS-MESSAGE-FLAGS-NO-REPLY-EXPECTED:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-FLAGS-NO-REPLY-EXPECTED:CAPS">
2033
+ <ANCHOR id="G-DBUS-MESSAGE-FLAGS-NO-AUTO-START:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-FLAGS-NO-AUTO-START:CAPS">
2034
+ <ANCHOR id="GDBusMessageHeaderField" href="gio/GDBusMessage.html#GDBusMessageHeaderField">
2035
+ <ANCHOR id="G-DBUS-MESSAGE-HEADER-FIELD-INVALID:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-INVALID:CAPS">
2036
+ <ANCHOR id="G-DBUS-MESSAGE-HEADER-FIELD-PATH:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-PATH:CAPS">
2037
+ <ANCHOR id="G-DBUS-MESSAGE-HEADER-FIELD-INTERFACE:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-INTERFACE:CAPS">
2038
+ <ANCHOR id="G-DBUS-MESSAGE-HEADER-FIELD-MEMBER:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-MEMBER:CAPS">
2039
+ <ANCHOR id="G-DBUS-MESSAGE-HEADER-FIELD-ERROR-NAME:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-ERROR-NAME:CAPS">
2040
+ <ANCHOR id="G-DBUS-MESSAGE-HEADER-FIELD-REPLY-SERIAL:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-REPLY-SERIAL:CAPS">
2041
+ <ANCHOR id="G-DBUS-MESSAGE-HEADER-FIELD-DESTINATION:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-DESTINATION:CAPS">
2042
+ <ANCHOR id="G-DBUS-MESSAGE-HEADER-FIELD-SENDER:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-SENDER:CAPS">
2043
+ <ANCHOR id="G-DBUS-MESSAGE-HEADER-FIELD-SIGNATURE:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-SIGNATURE:CAPS">
2044
+ <ANCHOR id="G-DBUS-MESSAGE-HEADER-FIELD-NUM-UNIX-FDS:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-NUM-UNIX-FDS:CAPS">
2045
+ <ANCHOR id="GDBusMessageByteOrder" href="gio/GDBusMessage.html#GDBusMessageByteOrder">
2046
+ <ANCHOR id="G-DBUS-MESSAGE-BYTE-ORDER-BIG-ENDIAN:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-BYTE-ORDER-BIG-ENDIAN:CAPS">
2047
+ <ANCHOR id="G-DBUS-MESSAGE-BYTE-ORDER-LITTLE-ENDIAN:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-BYTE-ORDER-LITTLE-ENDIAN:CAPS">
2048
+ <ANCHOR id="g-dbus-message-new" href="gio/GDBusMessage.html#g-dbus-message-new">
2049
+ <ANCHOR id="g-dbus-message-new-signal" href="gio/GDBusMessage.html#g-dbus-message-new-signal">
2050
+ <ANCHOR id="g-dbus-message-new-method-call" href="gio/GDBusMessage.html#g-dbus-message-new-method-call">
2051
+ <ANCHOR id="g-dbus-message-new-method-reply" href="gio/GDBusMessage.html#g-dbus-message-new-method-reply">
2052
+ <ANCHOR id="g-dbus-message-new-method-error" href="gio/GDBusMessage.html#g-dbus-message-new-method-error">
2053
+ <ANCHOR id="g-dbus-message-new-method-error-valist" href="gio/GDBusMessage.html#g-dbus-message-new-method-error-valist">
2054
+ <ANCHOR id="g-dbus-message-new-method-error-literal" href="gio/GDBusMessage.html#g-dbus-message-new-method-error-literal">
2055
+ <ANCHOR id="g-dbus-message-print" href="gio/GDBusMessage.html#g-dbus-message-print">
2056
+ <ANCHOR id="g-dbus-message-get-locked" href="gio/GDBusMessage.html#g-dbus-message-get-locked">
2057
+ <ANCHOR id="g-dbus-message-lock" href="gio/GDBusMessage.html#g-dbus-message-lock">
2058
+ <ANCHOR id="g-dbus-message-copy" href="gio/GDBusMessage.html#g-dbus-message-copy">
2059
+ <ANCHOR id="g-dbus-message-get-byte-order" href="gio/GDBusMessage.html#g-dbus-message-get-byte-order">
2060
+ <ANCHOR id="g-dbus-message-set-byte-order" href="gio/GDBusMessage.html#g-dbus-message-set-byte-order">
2061
+ <ANCHOR id="g-dbus-message-get-message-type" href="gio/GDBusMessage.html#g-dbus-message-get-message-type">
2062
+ <ANCHOR id="g-dbus-message-set-message-type" href="gio/GDBusMessage.html#g-dbus-message-set-message-type">
2063
+ <ANCHOR id="g-dbus-message-get-serial" href="gio/GDBusMessage.html#g-dbus-message-get-serial">
2064
+ <ANCHOR id="g-dbus-message-set-serial" href="gio/GDBusMessage.html#g-dbus-message-set-serial">
2065
+ <ANCHOR id="g-dbus-message-get-flags" href="gio/GDBusMessage.html#g-dbus-message-get-flags">
2066
+ <ANCHOR id="g-dbus-message-set-flags" href="gio/GDBusMessage.html#g-dbus-message-set-flags">
2067
+ <ANCHOR id="g-dbus-message-get-body" href="gio/GDBusMessage.html#g-dbus-message-get-body">
2068
+ <ANCHOR id="g-dbus-message-set-body" href="gio/GDBusMessage.html#g-dbus-message-set-body">
2069
+ <ANCHOR id="g-dbus-message-get-unix-fd-list" href="gio/GDBusMessage.html#g-dbus-message-get-unix-fd-list">
2070
+ <ANCHOR id="g-dbus-message-set-unix-fd-list" href="gio/GDBusMessage.html#g-dbus-message-set-unix-fd-list">
2071
+ <ANCHOR id="g-dbus-message-get-num-unix-fds" href="gio/GDBusMessage.html#g-dbus-message-get-num-unix-fds">
2072
+ <ANCHOR id="g-dbus-message-set-num-unix-fds" href="gio/GDBusMessage.html#g-dbus-message-set-num-unix-fds">
2073
+ <ANCHOR id="g-dbus-message-get-header-fields" href="gio/GDBusMessage.html#g-dbus-message-get-header-fields">
2074
+ <ANCHOR id="g-dbus-message-get-header" href="gio/GDBusMessage.html#g-dbus-message-get-header">
2075
+ <ANCHOR id="g-dbus-message-set-header" href="gio/GDBusMessage.html#g-dbus-message-set-header">
2076
+ <ANCHOR id="g-dbus-message-get-destination" href="gio/GDBusMessage.html#g-dbus-message-get-destination">
2077
+ <ANCHOR id="g-dbus-message-set-destination" href="gio/GDBusMessage.html#g-dbus-message-set-destination">
2078
+ <ANCHOR id="g-dbus-message-get-error-name" href="gio/GDBusMessage.html#g-dbus-message-get-error-name">
2079
+ <ANCHOR id="g-dbus-message-set-error-name" href="gio/GDBusMessage.html#g-dbus-message-set-error-name">
2080
+ <ANCHOR id="g-dbus-message-get-interface" href="gio/GDBusMessage.html#g-dbus-message-get-interface">
2081
+ <ANCHOR id="g-dbus-message-set-interface" href="gio/GDBusMessage.html#g-dbus-message-set-interface">
2082
+ <ANCHOR id="g-dbus-message-get-member" href="gio/GDBusMessage.html#g-dbus-message-get-member">
2083
+ <ANCHOR id="g-dbus-message-set-member" href="gio/GDBusMessage.html#g-dbus-message-set-member">
2084
+ <ANCHOR id="g-dbus-message-get-path" href="gio/GDBusMessage.html#g-dbus-message-get-path">
2085
+ <ANCHOR id="g-dbus-message-set-path" href="gio/GDBusMessage.html#g-dbus-message-set-path">
2086
+ <ANCHOR id="g-dbus-message-get-reply-serial" href="gio/GDBusMessage.html#g-dbus-message-get-reply-serial">
2087
+ <ANCHOR id="g-dbus-message-set-reply-serial" href="gio/GDBusMessage.html#g-dbus-message-set-reply-serial">
2088
+ <ANCHOR id="g-dbus-message-get-sender" href="gio/GDBusMessage.html#g-dbus-message-get-sender">
2089
+ <ANCHOR id="g-dbus-message-set-sender" href="gio/GDBusMessage.html#g-dbus-message-set-sender">
2090
+ <ANCHOR id="g-dbus-message-get-signature" href="gio/GDBusMessage.html#g-dbus-message-get-signature">
2091
+ <ANCHOR id="g-dbus-message-set-signature" href="gio/GDBusMessage.html#g-dbus-message-set-signature">
2092
+ <ANCHOR id="g-dbus-message-get-arg0" href="gio/GDBusMessage.html#g-dbus-message-get-arg0">
2093
+ <ANCHOR id="g-dbus-message-to-blob" href="gio/GDBusMessage.html#g-dbus-message-to-blob">
2094
+ <ANCHOR id="g-dbus-message-bytes-needed" href="gio/GDBusMessage.html#g-dbus-message-bytes-needed">
2095
+ <ANCHOR id="g-dbus-message-new-from-blob" href="gio/GDBusMessage.html#g-dbus-message-new-from-blob">
2096
+ <ANCHOR id="g-dbus-message-to-gerror" href="gio/GDBusMessage.html#g-dbus-message-to-gerror">
2097
+ <ANCHOR id="GDBusMessage.property-details" href="gio/GDBusMessage.html#GDBusMessage.property-details">
2098
+ <ANCHOR id="GDBusMessage--locked" href="gio/GDBusMessage.html#GDBusMessage--locked">
2099
+ <ANCHOR id="GDBusConnection" href="gio/GDBusConnection.html">
2100
+ <ANCHOR id="GDBusConnection.synopsis" href="gio/GDBusConnection.html#GDBusConnection.synopsis">
2101
+ <ANCHOR id="GDBusConnection.object-hierarchy" href="gio/GDBusConnection.html#GDBusConnection.object-hierarchy">
2102
+ <ANCHOR id="GDBusConnection.implemented-interfaces" href="gio/GDBusConnection.html#GDBusConnection.implemented-interfaces">
2103
+ <ANCHOR id="GDBusConnection.properties" href="gio/GDBusConnection.html#GDBusConnection.properties">
2104
+ <ANCHOR id="GDBusConnection.signals" href="gio/GDBusConnection.html#GDBusConnection.signals">
2105
+ <ANCHOR id="GDBusConnection.description" href="gio/GDBusConnection.html#GDBusConnection.description">
2106
+ <ANCHOR id="GDBusConnection.details" href="gio/GDBusConnection.html#GDBusConnection.details">
2107
+ <ANCHOR id="GBusType" href="gio/GDBusConnection.html#GBusType">
2108
+ <ANCHOR id="G-BUS-TYPE-STARTER:CAPS" href="gio/GDBusConnection.html#G-BUS-TYPE-STARTER:CAPS">
2109
+ <ANCHOR id="G-BUS-TYPE-NONE:CAPS" href="gio/GDBusConnection.html#G-BUS-TYPE-NONE:CAPS">
2110
+ <ANCHOR id="G-BUS-TYPE-SYSTEM:CAPS" href="gio/GDBusConnection.html#G-BUS-TYPE-SYSTEM:CAPS">
2111
+ <ANCHOR id="G-BUS-TYPE-SESSION:CAPS" href="gio/GDBusConnection.html#G-BUS-TYPE-SESSION:CAPS">
2112
+ <ANCHOR id="g-bus-get" href="gio/GDBusConnection.html#g-bus-get">
2113
+ <ANCHOR id="g-bus-get-finish" href="gio/GDBusConnection.html#g-bus-get-finish">
2114
+ <ANCHOR id="g-bus-get-sync" href="gio/GDBusConnection.html#g-bus-get-sync">
2115
+ <ANCHOR id="GDBusConnection-struct" href="gio/GDBusConnection.html#GDBusConnection-struct">
2116
+ <ANCHOR id="GDBusConnectionFlags" href="gio/GDBusConnection.html#GDBusConnectionFlags">
2117
+ <ANCHOR id="G-DBUS-CONNECTION-FLAGS-NONE:CAPS" href="gio/GDBusConnection.html#G-DBUS-CONNECTION-FLAGS-NONE:CAPS">
2118
+ <ANCHOR id="G-DBUS-CONNECTION-FLAGS-AUTHENTICATION-CLIENT:CAPS" href="gio/GDBusConnection.html#G-DBUS-CONNECTION-FLAGS-AUTHENTICATION-CLIENT:CAPS">
2119
+ <ANCHOR id="G-DBUS-CONNECTION-FLAGS-AUTHENTICATION-SERVER:CAPS" href="gio/GDBusConnection.html#G-DBUS-CONNECTION-FLAGS-AUTHENTICATION-SERVER:CAPS">
2120
+ <ANCHOR id="G-DBUS-CONNECTION-FLAGS-AUTHENTICATION-ALLOW-ANONYMOUS:CAPS" href="gio/GDBusConnection.html#G-DBUS-CONNECTION-FLAGS-AUTHENTICATION-ALLOW-ANONYMOUS:CAPS">
2121
+ <ANCHOR id="G-DBUS-CONNECTION-FLAGS-MESSAGE-BUS-CONNECTION:CAPS" href="gio/GDBusConnection.html#G-DBUS-CONNECTION-FLAGS-MESSAGE-BUS-CONNECTION:CAPS">
2122
+ <ANCHOR id="G-DBUS-CONNECTION-FLAGS-DELAY-MESSAGE-PROCESSING:CAPS" href="gio/GDBusConnection.html#G-DBUS-CONNECTION-FLAGS-DELAY-MESSAGE-PROCESSING:CAPS">
2123
+ <ANCHOR id="g-dbus-connection-new" href="gio/GDBusConnection.html#g-dbus-connection-new">
2124
+ <ANCHOR id="g-dbus-connection-new-finish" href="gio/GDBusConnection.html#g-dbus-connection-new-finish">
2125
+ <ANCHOR id="g-dbus-connection-new-sync" href="gio/GDBusConnection.html#g-dbus-connection-new-sync">
2126
+ <ANCHOR id="g-dbus-connection-new-for-address" href="gio/GDBusConnection.html#g-dbus-connection-new-for-address">
2127
+ <ANCHOR id="g-dbus-connection-new-for-address-finish" href="gio/GDBusConnection.html#g-dbus-connection-new-for-address-finish">
2128
+ <ANCHOR id="g-dbus-connection-new-for-address-sync" href="gio/GDBusConnection.html#g-dbus-connection-new-for-address-sync">
2129
+ <ANCHOR id="g-dbus-connection-start-message-processing" href="gio/GDBusConnection.html#g-dbus-connection-start-message-processing">
2130
+ <ANCHOR id="g-dbus-connection-close" href="gio/GDBusConnection.html#g-dbus-connection-close">
2131
+ <ANCHOR id="g-dbus-connection-close-finish" href="gio/GDBusConnection.html#g-dbus-connection-close-finish">
2132
+ <ANCHOR id="g-dbus-connection-close-sync" href="gio/GDBusConnection.html#g-dbus-connection-close-sync">
2133
+ <ANCHOR id="g-dbus-connection-is-closed" href="gio/GDBusConnection.html#g-dbus-connection-is-closed">
2134
+ <ANCHOR id="g-dbus-connection-flush" href="gio/GDBusConnection.html#g-dbus-connection-flush">
2135
+ <ANCHOR id="g-dbus-connection-flush-finish" href="gio/GDBusConnection.html#g-dbus-connection-flush-finish">
2136
+ <ANCHOR id="g-dbus-connection-flush-sync" href="gio/GDBusConnection.html#g-dbus-connection-flush-sync">
2137
+ <ANCHOR id="g-dbus-connection-get-exit-on-close" href="gio/GDBusConnection.html#g-dbus-connection-get-exit-on-close">
2138
+ <ANCHOR id="g-dbus-connection-set-exit-on-close" href="gio/GDBusConnection.html#g-dbus-connection-set-exit-on-close">
2139
+ <ANCHOR id="g-dbus-connection-get-stream" href="gio/GDBusConnection.html#g-dbus-connection-get-stream">
2140
+ <ANCHOR id="g-dbus-connection-get-guid" href="gio/GDBusConnection.html#g-dbus-connection-get-guid">
2141
+ <ANCHOR id="g-dbus-connection-get-unique-name" href="gio/GDBusConnection.html#g-dbus-connection-get-unique-name">
2142
+ <ANCHOR id="GDBusCapabilityFlags" href="gio/GDBusConnection.html#GDBusCapabilityFlags">
2143
+ <ANCHOR id="G-DBUS-CAPABILITY-FLAGS-NONE:CAPS" href="gio/GDBusConnection.html#G-DBUS-CAPABILITY-FLAGS-NONE:CAPS">
2144
+ <ANCHOR id="G-DBUS-CAPABILITY-FLAGS-UNIX-FD-PASSING:CAPS" href="gio/GDBusConnection.html#G-DBUS-CAPABILITY-FLAGS-UNIX-FD-PASSING:CAPS">
2145
+ <ANCHOR id="g-dbus-connection-get-capabilities" href="gio/GDBusConnection.html#g-dbus-connection-get-capabilities">
2146
+ <ANCHOR id="g-dbus-connection-get-peer-credentials" href="gio/GDBusConnection.html#g-dbus-connection-get-peer-credentials">
2147
+ <ANCHOR id="GDBusCallFlags" href="gio/GDBusConnection.html#GDBusCallFlags">
2148
+ <ANCHOR id="G-DBUS-CALL-FLAGS-NONE:CAPS" href="gio/GDBusConnection.html#G-DBUS-CALL-FLAGS-NONE:CAPS">
2149
+ <ANCHOR id="G-DBUS-CALL-FLAGS-NO-AUTO-START:CAPS" href="gio/GDBusConnection.html#G-DBUS-CALL-FLAGS-NO-AUTO-START:CAPS">
2150
+ <ANCHOR id="g-dbus-connection-call" href="gio/GDBusConnection.html#g-dbus-connection-call">
2151
+ <ANCHOR id="g-dbus-connection-call-finish" href="gio/GDBusConnection.html#g-dbus-connection-call-finish">
2152
+ <ANCHOR id="g-dbus-connection-call-sync" href="gio/GDBusConnection.html#g-dbus-connection-call-sync">
2153
+ <ANCHOR id="g-dbus-connection-emit-signal" href="gio/GDBusConnection.html#g-dbus-connection-emit-signal">
2154
+ <ANCHOR id="GDBusSignalFlags" href="gio/GDBusConnection.html#GDBusSignalFlags">
2155
+ <ANCHOR id="G-DBUS-SIGNAL-FLAGS-NONE:CAPS" href="gio/GDBusConnection.html#G-DBUS-SIGNAL-FLAGS-NONE:CAPS">
2156
+ <ANCHOR id="GDBusSignalCallback" href="gio/GDBusConnection.html#GDBusSignalCallback">
2157
+ <ANCHOR id="g-dbus-connection-signal-subscribe" href="gio/GDBusConnection.html#g-dbus-connection-signal-subscribe">
2158
+ <ANCHOR id="g-dbus-connection-signal-unsubscribe" href="gio/GDBusConnection.html#g-dbus-connection-signal-unsubscribe">
2159
+ <ANCHOR id="GDBusSendMessageFlags" href="gio/GDBusConnection.html#GDBusSendMessageFlags">
2160
+ <ANCHOR id="G-DBUS-SEND-MESSAGE-FLAGS-NONE:CAPS" href="gio/GDBusConnection.html#G-DBUS-SEND-MESSAGE-FLAGS-NONE:CAPS">
2161
+ <ANCHOR id="G-DBUS-SEND-MESSAGE-FLAGS-PRESERVE-SERIAL:CAPS" href="gio/GDBusConnection.html#G-DBUS-SEND-MESSAGE-FLAGS-PRESERVE-SERIAL:CAPS">
2162
+ <ANCHOR id="g-dbus-connection-send-message" href="gio/GDBusConnection.html#g-dbus-connection-send-message">
2163
+ <ANCHOR id="g-dbus-connection-send-message-with-reply" href="gio/GDBusConnection.html#g-dbus-connection-send-message-with-reply">
2164
+ <ANCHOR id="g-dbus-connection-send-message-with-reply-finish" href="gio/GDBusConnection.html#g-dbus-connection-send-message-with-reply-finish">
2165
+ <ANCHOR id="g-dbus-connection-send-message-with-reply-sync" href="gio/GDBusConnection.html#g-dbus-connection-send-message-with-reply-sync">
2166
+ <ANCHOR id="GDBusMessageFilterFunction" href="gio/GDBusConnection.html#GDBusMessageFilterFunction">
2167
+ <ANCHOR id="g-dbus-connection-add-filter" href="gio/GDBusConnection.html#g-dbus-connection-add-filter">
2168
+ <ANCHOR id="g-dbus-connection-remove-filter" href="gio/GDBusConnection.html#g-dbus-connection-remove-filter">
2169
+ <ANCHOR id="GDBusInterfaceVTable" href="gio/GDBusConnection.html#GDBusInterfaceVTable">
2170
+ <ANCHOR id="GDBusInterfaceMethodCallFunc" href="gio/GDBusConnection.html#GDBusInterfaceMethodCallFunc">
2171
+ <ANCHOR id="GDBusInterfaceGetPropertyFunc" href="gio/GDBusConnection.html#GDBusInterfaceGetPropertyFunc">
2172
+ <ANCHOR id="GDBusInterfaceSetPropertyFunc" href="gio/GDBusConnection.html#GDBusInterfaceSetPropertyFunc">
2173
+ <ANCHOR id="g-dbus-connection-register-object" href="gio/GDBusConnection.html#g-dbus-connection-register-object">
2174
+ <ANCHOR id="g-dbus-connection-unregister-object" href="gio/GDBusConnection.html#g-dbus-connection-unregister-object">
2175
+ <ANCHOR id="GDBusSubtreeVTable" href="gio/GDBusConnection.html#GDBusSubtreeVTable">
2176
+ <ANCHOR id="GDBusSubtreeEnumerateFunc" href="gio/GDBusConnection.html#GDBusSubtreeEnumerateFunc">
2177
+ <ANCHOR id="GDBusSubtreeIntrospectFunc" href="gio/GDBusConnection.html#GDBusSubtreeIntrospectFunc">
2178
+ <ANCHOR id="GDBusSubtreeDispatchFunc" href="gio/GDBusConnection.html#GDBusSubtreeDispatchFunc">
2179
+ <ANCHOR id="GDBusSubtreeFlags" href="gio/GDBusConnection.html#GDBusSubtreeFlags">
2180
+ <ANCHOR id="G-DBUS-SUBTREE-FLAGS-NONE:CAPS" href="gio/GDBusConnection.html#G-DBUS-SUBTREE-FLAGS-NONE:CAPS">
2181
+ <ANCHOR id="G-DBUS-SUBTREE-FLAGS-DISPATCH-TO-UNENUMERATED-NODES:CAPS" href="gio/GDBusConnection.html#G-DBUS-SUBTREE-FLAGS-DISPATCH-TO-UNENUMERATED-NODES:CAPS">
2182
+ <ANCHOR id="g-dbus-connection-register-subtree" href="gio/GDBusConnection.html#g-dbus-connection-register-subtree">
2183
+ <ANCHOR id="g-dbus-connection-unregister-subtree" href="gio/GDBusConnection.html#g-dbus-connection-unregister-subtree">
2184
+ <ANCHOR id="GDBusConnection.property-details" href="gio/GDBusConnection.html#GDBusConnection.property-details">
2185
+ <ANCHOR id="GDBusConnection--address" href="gio/GDBusConnection.html#GDBusConnection--address">
2186
+ <ANCHOR id="GDBusConnection--authentication-observer" href="gio/GDBusConnection.html#GDBusConnection--authentication-observer">
2187
+ <ANCHOR id="GDBusConnection--capabilities" href="gio/GDBusConnection.html#GDBusConnection--capabilities">
2188
+ <ANCHOR id="GDBusConnection--closed" href="gio/GDBusConnection.html#GDBusConnection--closed">
2189
+ <ANCHOR id="GDBusConnection--exit-on-close" href="gio/GDBusConnection.html#GDBusConnection--exit-on-close">
2190
+ <ANCHOR id="GDBusConnection--flags" href="gio/GDBusConnection.html#GDBusConnection--flags">
2191
+ <ANCHOR id="GDBusConnection--guid" href="gio/GDBusConnection.html#GDBusConnection--guid">
2192
+ <ANCHOR id="GDBusConnection--stream" href="gio/GDBusConnection.html#GDBusConnection--stream">
2193
+ <ANCHOR id="GDBusConnection--unique-name" href="gio/GDBusConnection.html#GDBusConnection--unique-name">
2194
+ <ANCHOR id="GDBusConnection.signal-details" href="gio/GDBusConnection.html#GDBusConnection.signal-details">
2195
+ <ANCHOR id="GDBusConnection-closed" href="gio/GDBusConnection.html#GDBusConnection-closed">
2196
+ <ANCHOR id="GDBusMethodInvocation" href="gio/GDBusMethodInvocation.html">
2197
+ <ANCHOR id="GDBusMethodInvocation.synopsis" href="gio/GDBusMethodInvocation.html#GDBusMethodInvocation.synopsis">
2198
+ <ANCHOR id="GDBusMethodInvocation.object-hierarchy" href="gio/GDBusMethodInvocation.html#GDBusMethodInvocation.object-hierarchy">
2199
+ <ANCHOR id="GDBusMethodInvocation.description" href="gio/GDBusMethodInvocation.html#GDBusMethodInvocation.description">
2200
+ <ANCHOR id="GDBusMethodInvocation.details" href="gio/GDBusMethodInvocation.html#GDBusMethodInvocation.details">
2201
+ <ANCHOR id="GDBusMethodInvocation-struct" href="gio/GDBusMethodInvocation.html#GDBusMethodInvocation-struct">
2202
+ <ANCHOR id="g-dbus-method-invocation-get-sender" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-get-sender">
2203
+ <ANCHOR id="g-dbus-method-invocation-get-object-path" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-get-object-path">
2204
+ <ANCHOR id="g-dbus-method-invocation-get-interface-name" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-get-interface-name">
2205
+ <ANCHOR id="g-dbus-method-invocation-get-method-name" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-get-method-name">
2206
+ <ANCHOR id="g-dbus-method-invocation-get-method-info" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-get-method-info">
2207
+ <ANCHOR id="g-dbus-method-invocation-get-connection" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-get-connection">
2208
+ <ANCHOR id="g-dbus-method-invocation-get-message" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-get-message">
2209
+ <ANCHOR id="g-dbus-method-invocation-get-parameters" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-get-parameters">
2210
+ <ANCHOR id="g-dbus-method-invocation-get-user-data" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-get-user-data">
2211
+ <ANCHOR id="g-dbus-method-invocation-return-value" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-value">
2212
+ <ANCHOR id="g-dbus-method-invocation-return-error" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-error">
2213
+ <ANCHOR id="g-dbus-method-invocation-return-error-valist" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-error-valist">
2214
+ <ANCHOR id="g-dbus-method-invocation-return-error-literal" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-error-literal">
2215
+ <ANCHOR id="g-dbus-method-invocation-return-gerror" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-gerror">
2216
+ <ANCHOR id="g-dbus-method-invocation-return-dbus-error" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-dbus-error">
2217
+ <ANCHOR id="GDBusServer" href="gio/GDBusServer.html">
2218
+ <ANCHOR id="GDBusServer.synopsis" href="gio/GDBusServer.html#GDBusServer.synopsis">
2219
+ <ANCHOR id="GDBusServer.object-hierarchy" href="gio/GDBusServer.html#GDBusServer.object-hierarchy">
2220
+ <ANCHOR id="GDBusServer.implemented-interfaces" href="gio/GDBusServer.html#GDBusServer.implemented-interfaces">
2221
+ <ANCHOR id="GDBusServer.properties" href="gio/GDBusServer.html#GDBusServer.properties">
2222
+ <ANCHOR id="GDBusServer.signals" href="gio/GDBusServer.html#GDBusServer.signals">
2223
+ <ANCHOR id="GDBusServer.description" href="gio/GDBusServer.html#GDBusServer.description">
2224
+ <ANCHOR id="GDBusServer.details" href="gio/GDBusServer.html#GDBusServer.details">
2225
+ <ANCHOR id="GDBusServer-struct" href="gio/GDBusServer.html#GDBusServer-struct">
2226
+ <ANCHOR id="GDBusServerFlags" href="gio/GDBusServer.html#GDBusServerFlags">
2227
+ <ANCHOR id="G-DBUS-SERVER-FLAGS-NONE:CAPS" href="gio/GDBusServer.html#G-DBUS-SERVER-FLAGS-NONE:CAPS">
2228
+ <ANCHOR id="G-DBUS-SERVER-FLAGS-RUN-IN-THREAD:CAPS" href="gio/GDBusServer.html#G-DBUS-SERVER-FLAGS-RUN-IN-THREAD:CAPS">
2229
+ <ANCHOR id="G-DBUS-SERVER-FLAGS-AUTHENTICATION-ALLOW-ANONYMOUS:CAPS" href="gio/GDBusServer.html#G-DBUS-SERVER-FLAGS-AUTHENTICATION-ALLOW-ANONYMOUS:CAPS">
2230
+ <ANCHOR id="g-dbus-server-new-sync" href="gio/GDBusServer.html#g-dbus-server-new-sync">
2231
+ <ANCHOR id="g-dbus-server-start" href="gio/GDBusServer.html#g-dbus-server-start">
2232
+ <ANCHOR id="g-dbus-server-stop" href="gio/GDBusServer.html#g-dbus-server-stop">
2233
+ <ANCHOR id="g-dbus-server-is-active" href="gio/GDBusServer.html#g-dbus-server-is-active">
2234
+ <ANCHOR id="g-dbus-server-get-guid" href="gio/GDBusServer.html#g-dbus-server-get-guid">
2235
+ <ANCHOR id="g-dbus-server-get-flags" href="gio/GDBusServer.html#g-dbus-server-get-flags">
2236
+ <ANCHOR id="g-dbus-server-get-client-address" href="gio/GDBusServer.html#g-dbus-server-get-client-address">
2237
+ <ANCHOR id="GDBusServer.property-details" href="gio/GDBusServer.html#GDBusServer.property-details">
2238
+ <ANCHOR id="GDBusServer--active" href="gio/GDBusServer.html#GDBusServer--active">
2239
+ <ANCHOR id="GDBusServer--address" href="gio/GDBusServer.html#GDBusServer--address">
2240
+ <ANCHOR id="GDBusServer--authentication-observer" href="gio/GDBusServer.html#GDBusServer--authentication-observer">
2241
+ <ANCHOR id="GDBusServer--client-address" href="gio/GDBusServer.html#GDBusServer--client-address">
2242
+ <ANCHOR id="GDBusServer--flags" href="gio/GDBusServer.html#GDBusServer--flags">
2243
+ <ANCHOR id="GDBusServer--guid" href="gio/GDBusServer.html#GDBusServer--guid">
2244
+ <ANCHOR id="GDBusServer.signal-details" href="gio/GDBusServer.html#GDBusServer.signal-details">
2245
+ <ANCHOR id="GDBusServer-new-connection" href="gio/GDBusServer.html#GDBusServer-new-connection">
2246
+ <ANCHOR id="GDBusAuthObserver" href="gio/GDBusAuthObserver.html">
2247
+ <ANCHOR id="GDBusAuthObserver.synopsis" href="gio/GDBusAuthObserver.html#GDBusAuthObserver.synopsis">
2248
+ <ANCHOR id="GDBusAuthObserver.object-hierarchy" href="gio/GDBusAuthObserver.html#GDBusAuthObserver.object-hierarchy">
2249
+ <ANCHOR id="GDBusAuthObserver.signals" href="gio/GDBusAuthObserver.html#GDBusAuthObserver.signals">
2250
+ <ANCHOR id="GDBusAuthObserver.description" href="gio/GDBusAuthObserver.html#GDBusAuthObserver.description">
2251
+ <ANCHOR id="GDBusAuthObserver.details" href="gio/GDBusAuthObserver.html#GDBusAuthObserver.details">
2252
+ <ANCHOR id="GDBusAuthObserver-struct" href="gio/GDBusAuthObserver.html#GDBusAuthObserver-struct">
2253
+ <ANCHOR id="g-dbus-auth-observer-new" href="gio/GDBusAuthObserver.html#g-dbus-auth-observer-new">
2254
+ <ANCHOR id="g-dbus-auth-observer-authorize-authenticated-peer" href="gio/GDBusAuthObserver.html#g-dbus-auth-observer-authorize-authenticated-peer">
2255
+ <ANCHOR id="GDBusAuthObserver.signal-details" href="gio/GDBusAuthObserver.html#GDBusAuthObserver.signal-details">
2256
+ <ANCHOR id="GDBusAuthObserver-authorize-authenticated-peer" href="gio/GDBusAuthObserver.html#GDBusAuthObserver-authorize-authenticated-peer">
2257
+ <ANCHOR id="gio-Owning-Bus-Names" href="gio/gio-Owning-Bus-Names.html">
2258
+ <ANCHOR id="gio-Owning-Bus-Names.synopsis" href="gio/gio-Owning-Bus-Names.html#gio-Owning-Bus-Names.synopsis">
2259
+ <ANCHOR id="gio-Owning-Bus-Names.description" href="gio/gio-Owning-Bus-Names.html#gio-Owning-Bus-Names.description">
2260
+ <ANCHOR id="gio-Owning-Bus-Names.details" href="gio/gio-Owning-Bus-Names.html#gio-Owning-Bus-Names.details">
2261
+ <ANCHOR id="GBusAcquiredCallback" href="gio/gio-Owning-Bus-Names.html#GBusAcquiredCallback">
2262
+ <ANCHOR id="GBusNameAcquiredCallback" href="gio/gio-Owning-Bus-Names.html#GBusNameAcquiredCallback">
2263
+ <ANCHOR id="GBusNameLostCallback" href="gio/gio-Owning-Bus-Names.html#GBusNameLostCallback">
2264
+ <ANCHOR id="GBusNameOwnerFlags" href="gio/gio-Owning-Bus-Names.html#GBusNameOwnerFlags">
2265
+ <ANCHOR id="G-BUS-NAME-OWNER-FLAGS-NONE:CAPS" href="gio/gio-Owning-Bus-Names.html#G-BUS-NAME-OWNER-FLAGS-NONE:CAPS">
2266
+ <ANCHOR id="G-BUS-NAME-OWNER-FLAGS-ALLOW-REPLACEMENT:CAPS" href="gio/gio-Owning-Bus-Names.html#G-BUS-NAME-OWNER-FLAGS-ALLOW-REPLACEMENT:CAPS">
2267
+ <ANCHOR id="G-BUS-NAME-OWNER-FLAGS-REPLACE:CAPS" href="gio/gio-Owning-Bus-Names.html#G-BUS-NAME-OWNER-FLAGS-REPLACE:CAPS">
2268
+ <ANCHOR id="g-bus-own-name" href="gio/gio-Owning-Bus-Names.html#g-bus-own-name">
2269
+ <ANCHOR id="g-bus-own-name-on-connection" href="gio/gio-Owning-Bus-Names.html#g-bus-own-name-on-connection">
2270
+ <ANCHOR id="g-bus-unown-name" href="gio/gio-Owning-Bus-Names.html#g-bus-unown-name">
2271
+ <ANCHOR id="g-bus-own-name-with-closures" href="gio/gio-Owning-Bus-Names.html#g-bus-own-name-with-closures">
2272
+ <ANCHOR id="g-bus-own-name-on-connection-with-closures" href="gio/gio-Owning-Bus-Names.html#g-bus-own-name-on-connection-with-closures">
2273
+ <ANCHOR id="gio-Watching-Bus-Names" href="gio/gio-Watching-Bus-Names.html">
2274
+ <ANCHOR id="gio-Watching-Bus-Names.synopsis" href="gio/gio-Watching-Bus-Names.html#gio-Watching-Bus-Names.synopsis">
2275
+ <ANCHOR id="gio-Watching-Bus-Names.description" href="gio/gio-Watching-Bus-Names.html#gio-Watching-Bus-Names.description">
2276
+ <ANCHOR id="gio-Watching-Bus-Names.details" href="gio/gio-Watching-Bus-Names.html#gio-Watching-Bus-Names.details">
2277
+ <ANCHOR id="GBusNameAppearedCallback" href="gio/gio-Watching-Bus-Names.html#GBusNameAppearedCallback">
2278
+ <ANCHOR id="GBusNameVanishedCallback" href="gio/gio-Watching-Bus-Names.html#GBusNameVanishedCallback">
2279
+ <ANCHOR id="GBusNameWatcherFlags" href="gio/gio-Watching-Bus-Names.html#GBusNameWatcherFlags">
2280
+ <ANCHOR id="G-BUS-NAME-WATCHER-FLAGS-NONE:CAPS" href="gio/gio-Watching-Bus-Names.html#G-BUS-NAME-WATCHER-FLAGS-NONE:CAPS">
2281
+ <ANCHOR id="G-BUS-NAME-WATCHER-FLAGS-AUTO-START:CAPS" href="gio/gio-Watching-Bus-Names.html#G-BUS-NAME-WATCHER-FLAGS-AUTO-START:CAPS">
2282
+ <ANCHOR id="g-bus-watch-name" href="gio/gio-Watching-Bus-Names.html#g-bus-watch-name">
2283
+ <ANCHOR id="g-bus-watch-name-on-connection" href="gio/gio-Watching-Bus-Names.html#g-bus-watch-name-on-connection">
2284
+ <ANCHOR id="g-bus-unwatch-name" href="gio/gio-Watching-Bus-Names.html#g-bus-unwatch-name">
2285
+ <ANCHOR id="g-bus-watch-name-with-closures" href="gio/gio-Watching-Bus-Names.html#g-bus-watch-name-with-closures">
2286
+ <ANCHOR id="g-bus-watch-name-on-connection-with-closures" href="gio/gio-Watching-Bus-Names.html#g-bus-watch-name-on-connection-with-closures">
2287
+ <ANCHOR id="GDBusProxy" href="gio/GDBusProxy.html">
2288
+ <ANCHOR id="GDBusProxy.synopsis" href="gio/GDBusProxy.html#GDBusProxy.synopsis">
2289
+ <ANCHOR id="GDBusProxy.object-hierarchy" href="gio/GDBusProxy.html#GDBusProxy.object-hierarchy">
2290
+ <ANCHOR id="GDBusProxy.implemented-interfaces" href="gio/GDBusProxy.html#GDBusProxy.implemented-interfaces">
2291
+ <ANCHOR id="GDBusProxy.properties" href="gio/GDBusProxy.html#GDBusProxy.properties">
2292
+ <ANCHOR id="GDBusProxy.signals" href="gio/GDBusProxy.html#GDBusProxy.signals">
2293
+ <ANCHOR id="GDBusProxy.description" href="gio/GDBusProxy.html#GDBusProxy.description">
2294
+ <ANCHOR id="GDBusProxy.details" href="gio/GDBusProxy.html#GDBusProxy.details">
2295
+ <ANCHOR id="GDBusProxyFlags" href="gio/GDBusProxy.html#GDBusProxyFlags">
2296
+ <ANCHOR id="G-DBUS-PROXY-FLAGS-NONE:CAPS" href="gio/GDBusProxy.html#G-DBUS-PROXY-FLAGS-NONE:CAPS">
2297
+ <ANCHOR id="G-DBUS-PROXY-FLAGS-DO-NOT-LOAD-PROPERTIES:CAPS" href="gio/GDBusProxy.html#G-DBUS-PROXY-FLAGS-DO-NOT-LOAD-PROPERTIES:CAPS">
2298
+ <ANCHOR id="G-DBUS-PROXY-FLAGS-DO-NOT-CONNECT-SIGNALS:CAPS" href="gio/GDBusProxy.html#G-DBUS-PROXY-FLAGS-DO-NOT-CONNECT-SIGNALS:CAPS">
2299
+ <ANCHOR id="G-DBUS-PROXY-FLAGS-DO-NOT-AUTO-START:CAPS" href="gio/GDBusProxy.html#G-DBUS-PROXY-FLAGS-DO-NOT-AUTO-START:CAPS">
2300
+ <ANCHOR id="GDBusProxy-struct" href="gio/GDBusProxy.html#GDBusProxy-struct">
2301
+ <ANCHOR id="GDBusProxyClass" href="gio/GDBusProxy.html#GDBusProxyClass">
2302
+ <ANCHOR id="g-dbus-proxy-new" href="gio/GDBusProxy.html#g-dbus-proxy-new">
2303
+ <ANCHOR id="g-dbus-proxy-new-finish" href="gio/GDBusProxy.html#g-dbus-proxy-new-finish">
2304
+ <ANCHOR id="g-dbus-proxy-new-sync" href="gio/GDBusProxy.html#g-dbus-proxy-new-sync">
2305
+ <ANCHOR id="g-dbus-proxy-new-for-bus" href="gio/GDBusProxy.html#g-dbus-proxy-new-for-bus">
2306
+ <ANCHOR id="g-dbus-proxy-new-for-bus-finish" href="gio/GDBusProxy.html#g-dbus-proxy-new-for-bus-finish">
2307
+ <ANCHOR id="g-dbus-proxy-new-for-bus-sync" href="gio/GDBusProxy.html#g-dbus-proxy-new-for-bus-sync">
2308
+ <ANCHOR id="g-dbus-proxy-get-flags" href="gio/GDBusProxy.html#g-dbus-proxy-get-flags">
2309
+ <ANCHOR id="g-dbus-proxy-get-connection" href="gio/GDBusProxy.html#g-dbus-proxy-get-connection">
2310
+ <ANCHOR id="g-dbus-proxy-get-name" href="gio/GDBusProxy.html#g-dbus-proxy-get-name">
2311
+ <ANCHOR id="g-dbus-proxy-get-name-owner" href="gio/GDBusProxy.html#g-dbus-proxy-get-name-owner">
2312
+ <ANCHOR id="g-dbus-proxy-get-object-path" href="gio/GDBusProxy.html#g-dbus-proxy-get-object-path">
2313
+ <ANCHOR id="g-dbus-proxy-get-interface-name" href="gio/GDBusProxy.html#g-dbus-proxy-get-interface-name">
2314
+ <ANCHOR id="g-dbus-proxy-get-default-timeout" href="gio/GDBusProxy.html#g-dbus-proxy-get-default-timeout">
2315
+ <ANCHOR id="g-dbus-proxy-set-default-timeout" href="gio/GDBusProxy.html#g-dbus-proxy-set-default-timeout">
2316
+ <ANCHOR id="g-dbus-proxy-get-cached-property" href="gio/GDBusProxy.html#g-dbus-proxy-get-cached-property">
2317
+ <ANCHOR id="g-dbus-proxy-set-cached-property" href="gio/GDBusProxy.html#g-dbus-proxy-set-cached-property">
2318
+ <ANCHOR id="g-dbus-proxy-get-cached-property-names" href="gio/GDBusProxy.html#g-dbus-proxy-get-cached-property-names">
2319
+ <ANCHOR id="g-dbus-proxy-set-interface-info" href="gio/GDBusProxy.html#g-dbus-proxy-set-interface-info">
2320
+ <ANCHOR id="g-dbus-proxy-get-interface-info" href="gio/GDBusProxy.html#g-dbus-proxy-get-interface-info">
2321
+ <ANCHOR id="g-dbus-proxy-call" href="gio/GDBusProxy.html#g-dbus-proxy-call">
2322
+ <ANCHOR id="g-dbus-proxy-call-finish" href="gio/GDBusProxy.html#g-dbus-proxy-call-finish">
2323
+ <ANCHOR id="g-dbus-proxy-call-sync" href="gio/GDBusProxy.html#g-dbus-proxy-call-sync">
2324
+ <ANCHOR id="GDBusProxy.property-details" href="gio/GDBusProxy.html#GDBusProxy.property-details">
2325
+ <ANCHOR id="GDBusProxy--g-bus-type" href="gio/GDBusProxy.html#GDBusProxy--g-bus-type">
2326
+ <ANCHOR id="GDBusProxy--g-connection" href="gio/GDBusProxy.html#GDBusProxy--g-connection">
2327
+ <ANCHOR id="GDBusProxy--g-default-timeout" href="gio/GDBusProxy.html#GDBusProxy--g-default-timeout">
2328
+ <ANCHOR id="GDBusProxy--g-flags" href="gio/GDBusProxy.html#GDBusProxy--g-flags">
2329
+ <ANCHOR id="GDBusProxy--g-interface-info" href="gio/GDBusProxy.html#GDBusProxy--g-interface-info">
2330
+ <ANCHOR id="GDBusProxy--g-interface-name" href="gio/GDBusProxy.html#GDBusProxy--g-interface-name">
2331
+ <ANCHOR id="GDBusProxy--g-name" href="gio/GDBusProxy.html#GDBusProxy--g-name">
2332
+ <ANCHOR id="GDBusProxy--g-name-owner" href="gio/GDBusProxy.html#GDBusProxy--g-name-owner">
2333
+ <ANCHOR id="GDBusProxy--g-object-path" href="gio/GDBusProxy.html#GDBusProxy--g-object-path">
2334
+ <ANCHOR id="GDBusProxy.signal-details" href="gio/GDBusProxy.html#GDBusProxy.signal-details">
2335
+ <ANCHOR id="GDBusProxy-g-properties-changed" href="gio/GDBusProxy.html#GDBusProxy-g-properties-changed">
2336
+ <ANCHOR id="GDBusProxy-g-signal" href="gio/GDBusProxy.html#GDBusProxy-g-signal">
1738
2337
  <ANCHOR id="GFilenameCompleter" href="gio/GFilenameCompleter.html">
1739
2338
  <ANCHOR id="GFilenameCompleter.synopsis" href="gio/GFilenameCompleter.html#GFilenameCompleter.synopsis">
1740
2339
  <ANCHOR id="GFilenameCompleter.object-hierarchy" href="gio/GFilenameCompleter.html#GFilenameCompleter.object-hierarchy">
@@ -1748,6 +2347,115 @@
1748
2347
  <ANCHOR id="g-filename-completer-set-dirs-only" href="gio/GFilenameCompleter.html#g-filename-completer-set-dirs-only">
1749
2348
  <ANCHOR id="GFilenameCompleter.signal-details" href="gio/GFilenameCompleter.html#GFilenameCompleter.signal-details">
1750
2349
  <ANCHOR id="GFilenameCompleter-got-completion-data" href="gio/GFilenameCompleter.html#GFilenameCompleter-got-completion-data">
2350
+ <ANCHOR id="GSettings" href="gio/GSettings.html">
2351
+ <ANCHOR id="GSettings.synopsis" href="gio/GSettings.html#GSettings.synopsis">
2352
+ <ANCHOR id="GSettings.object-hierarchy" href="gio/GSettings.html#GSettings.object-hierarchy">
2353
+ <ANCHOR id="GSettings.properties" href="gio/GSettings.html#GSettings.properties">
2354
+ <ANCHOR id="GSettings.signals" href="gio/GSettings.html#GSettings.signals">
2355
+ <ANCHOR id="GSettings.description" href="gio/GSettings.html#GSettings.description">
2356
+ <ANCHOR id="GSettings.details" href="gio/GSettings.html#GSettings.details">
2357
+ <ANCHOR id="GSettings-struct" href="gio/GSettings.html#GSettings-struct">
2358
+ <ANCHOR id="g-settings-new" href="gio/GSettings.html#g-settings-new">
2359
+ <ANCHOR id="g-settings-new-with-path" href="gio/GSettings.html#g-settings-new-with-path">
2360
+ <ANCHOR id="g-settings-new-with-backend" href="gio/GSettings.html#g-settings-new-with-backend">
2361
+ <ANCHOR id="g-settings-new-with-backend-and-path" href="gio/GSettings.html#g-settings-new-with-backend-and-path">
2362
+ <ANCHOR id="g-settings-sync" href="gio/GSettings.html#g-settings-sync">
2363
+ <ANCHOR id="g-settings-get-value" href="gio/GSettings.html#g-settings-get-value">
2364
+ <ANCHOR id="g-settings-set-value" href="gio/GSettings.html#g-settings-set-value">
2365
+ <ANCHOR id="g-settings-is-writable" href="gio/GSettings.html#g-settings-is-writable">
2366
+ <ANCHOR id="g-settings-delay" href="gio/GSettings.html#g-settings-delay">
2367
+ <ANCHOR id="g-settings-apply" href="gio/GSettings.html#g-settings-apply">
2368
+ <ANCHOR id="g-settings-revert" href="gio/GSettings.html#g-settings-revert">
2369
+ <ANCHOR id="g-settings-get-has-unapplied" href="gio/GSettings.html#g-settings-get-has-unapplied">
2370
+ <ANCHOR id="g-settings-get-child" href="gio/GSettings.html#g-settings-get-child">
2371
+ <ANCHOR id="g-settings-reset" href="gio/GSettings.html#g-settings-reset">
2372
+ <ANCHOR id="g-settings-list-schemas" href="gio/GSettings.html#g-settings-list-schemas">
2373
+ <ANCHOR id="g-settings-get" href="gio/GSettings.html#g-settings-get">
2374
+ <ANCHOR id="g-settings-set" href="gio/GSettings.html#g-settings-set">
2375
+ <ANCHOR id="g-settings-get-boolean" href="gio/GSettings.html#g-settings-get-boolean">
2376
+ <ANCHOR id="g-settings-set-boolean" href="gio/GSettings.html#g-settings-set-boolean">
2377
+ <ANCHOR id="g-settings-get-int" href="gio/GSettings.html#g-settings-get-int">
2378
+ <ANCHOR id="g-settings-set-int" href="gio/GSettings.html#g-settings-set-int">
2379
+ <ANCHOR id="g-settings-get-double" href="gio/GSettings.html#g-settings-get-double">
2380
+ <ANCHOR id="g-settings-set-double" href="gio/GSettings.html#g-settings-set-double">
2381
+ <ANCHOR id="g-settings-get-string" href="gio/GSettings.html#g-settings-get-string">
2382
+ <ANCHOR id="g-settings-set-string" href="gio/GSettings.html#g-settings-set-string">
2383
+ <ANCHOR id="g-settings-get-strv" href="gio/GSettings.html#g-settings-get-strv">
2384
+ <ANCHOR id="g-settings-set-strv" href="gio/GSettings.html#g-settings-set-strv">
2385
+ <ANCHOR id="g-settings-get-enum" href="gio/GSettings.html#g-settings-get-enum">
2386
+ <ANCHOR id="g-settings-set-enum" href="gio/GSettings.html#g-settings-set-enum">
2387
+ <ANCHOR id="g-settings-get-flags" href="gio/GSettings.html#g-settings-get-flags">
2388
+ <ANCHOR id="g-settings-set-flags" href="gio/GSettings.html#g-settings-set-flags">
2389
+ <ANCHOR id="GSettingsGetMapping" href="gio/GSettings.html#GSettingsGetMapping">
2390
+ <ANCHOR id="g-settings-get-mapped" href="gio/GSettings.html#g-settings-get-mapped">
2391
+ <ANCHOR id="GSettingsBindFlags" href="gio/GSettings.html#GSettingsBindFlags">
2392
+ <ANCHOR id="G-SETTINGS-BIND-DEFAULT:CAPS" href="gio/GSettings.html#G-SETTINGS-BIND-DEFAULT:CAPS">
2393
+ <ANCHOR id="G-SETTINGS-BIND-GET:CAPS" href="gio/GSettings.html#G-SETTINGS-BIND-GET:CAPS">
2394
+ <ANCHOR id="G-SETTINGS-BIND-SET:CAPS" href="gio/GSettings.html#G-SETTINGS-BIND-SET:CAPS">
2395
+ <ANCHOR id="G-SETTINGS-BIND-NO-SENSITIVITY:CAPS" href="gio/GSettings.html#G-SETTINGS-BIND-NO-SENSITIVITY:CAPS">
2396
+ <ANCHOR id="G-SETTINGS-BIND-GET-NO-CHANGES:CAPS" href="gio/GSettings.html#G-SETTINGS-BIND-GET-NO-CHANGES:CAPS">
2397
+ <ANCHOR id="G-SETTINGS-BIND-INVERT-BOOLEAN:CAPS" href="gio/GSettings.html#G-SETTINGS-BIND-INVERT-BOOLEAN:CAPS">
2398
+ <ANCHOR id="g-settings-bind" href="gio/GSettings.html#g-settings-bind">
2399
+ <ANCHOR id="g-settings-bind-with-mapping" href="gio/GSettings.html#g-settings-bind-with-mapping">
2400
+ <ANCHOR id="g-settings-bind-writable" href="gio/GSettings.html#g-settings-bind-writable">
2401
+ <ANCHOR id="g-settings-unbind" href="gio/GSettings.html#g-settings-unbind">
2402
+ <ANCHOR id="GSettingsBindSetMapping" href="gio/GSettings.html#GSettingsBindSetMapping">
2403
+ <ANCHOR id="GSettingsBindGetMapping" href="gio/GSettings.html#GSettingsBindGetMapping">
2404
+ <ANCHOR id="GSettings.property-details" href="gio/GSettings.html#GSettings.property-details">
2405
+ <ANCHOR id="GSettings--backend" href="gio/GSettings.html#GSettings--backend">
2406
+ <ANCHOR id="GSettings--has-unapplied" href="gio/GSettings.html#GSettings--has-unapplied">
2407
+ <ANCHOR id="GSettings--path" href="gio/GSettings.html#GSettings--path">
2408
+ <ANCHOR id="GSettings--schema" href="gio/GSettings.html#GSettings--schema">
2409
+ <ANCHOR id="GSettings.signal-details" href="gio/GSettings.html#GSettings.signal-details">
2410
+ <ANCHOR id="GSettings-change-event" href="gio/GSettings.html#GSettings-change-event">
2411
+ <ANCHOR id="GSettings-changed" href="gio/GSettings.html#GSettings-changed">
2412
+ <ANCHOR id="GSettings-writable-change-event" href="gio/GSettings.html#GSettings-writable-change-event">
2413
+ <ANCHOR id="GSettings-writable-changed" href="gio/GSettings.html#GSettings-writable-changed">
2414
+ <ANCHOR id="GSettingsBackend" href="gio/GSettingsBackend.html">
2415
+ <ANCHOR id="GSettingsBackend.synopsis" href="gio/GSettingsBackend.html#GSettingsBackend.synopsis">
2416
+ <ANCHOR id="GSettingsBackend.object-hierarchy" href="gio/GSettingsBackend.html#GSettingsBackend.object-hierarchy">
2417
+ <ANCHOR id="GSettingsBackend.description" href="gio/GSettingsBackend.html#GSettingsBackend.description">
2418
+ <ANCHOR id="GSettingsBackend.details" href="gio/GSettingsBackend.html#GSettingsBackend.details">
2419
+ <ANCHOR id="GSettingsBackend-struct" href="gio/GSettingsBackend.html#GSettingsBackend-struct">
2420
+ <ANCHOR id="GSettingsBackendClass" href="gio/GSettingsBackend.html#GSettingsBackendClass">
2421
+ <ANCHOR id="G-SETTINGS-BACKEND-EXTENSION-POINT-NAME:CAPS" href="gio/GSettingsBackend.html#G-SETTINGS-BACKEND-EXTENSION-POINT-NAME:CAPS">
2422
+ <ANCHOR id="g-settings-backend-changed" href="gio/GSettingsBackend.html#g-settings-backend-changed">
2423
+ <ANCHOR id="g-settings-backend-path-changed" href="gio/GSettingsBackend.html#g-settings-backend-path-changed">
2424
+ <ANCHOR id="g-settings-backend-keys-changed" href="gio/GSettingsBackend.html#g-settings-backend-keys-changed">
2425
+ <ANCHOR id="g-settings-backend-path-writable-changed" href="gio/GSettingsBackend.html#g-settings-backend-path-writable-changed">
2426
+ <ANCHOR id="g-settings-backend-writable-changed" href="gio/GSettingsBackend.html#g-settings-backend-writable-changed">
2427
+ <ANCHOR id="g-settings-backend-changed-tree" href="gio/GSettingsBackend.html#g-settings-backend-changed-tree">
2428
+ <ANCHOR id="g-settings-backend-flatten-tree" href="gio/GSettingsBackend.html#g-settings-backend-flatten-tree">
2429
+ <ANCHOR id="g-keyfile-settings-backend-new" href="gio/GSettingsBackend.html#g-keyfile-settings-backend-new">
2430
+ <ANCHOR id="GSettingsBackend.see-also" href="gio/GSettingsBackend.html#GSettingsBackend.see-also">
2431
+ <ANCHOR id="GPermission" href="gio/GPermission.html">
2432
+ <ANCHOR id="GPermission.synopsis" href="gio/GPermission.html#GPermission.synopsis">
2433
+ <ANCHOR id="GPermission.object-hierarchy" href="gio/GPermission.html#GPermission.object-hierarchy">
2434
+ <ANCHOR id="GPermission.properties" href="gio/GPermission.html#GPermission.properties">
2435
+ <ANCHOR id="GPermission.description" href="gio/GPermission.html#GPermission.description">
2436
+ <ANCHOR id="GPermission.details" href="gio/GPermission.html#GPermission.details">
2437
+ <ANCHOR id="GPermission-struct" href="gio/GPermission.html#GPermission-struct">
2438
+ <ANCHOR id="g-permission-get-allowed" href="gio/GPermission.html#g-permission-get-allowed">
2439
+ <ANCHOR id="g-permission-get-can-acquire" href="gio/GPermission.html#g-permission-get-can-acquire">
2440
+ <ANCHOR id="g-permission-get-can-release" href="gio/GPermission.html#g-permission-get-can-release">
2441
+ <ANCHOR id="g-permission-acquire" href="gio/GPermission.html#g-permission-acquire">
2442
+ <ANCHOR id="g-permission-acquire-async" href="gio/GPermission.html#g-permission-acquire-async">
2443
+ <ANCHOR id="g-permission-acquire-finish" href="gio/GPermission.html#g-permission-acquire-finish">
2444
+ <ANCHOR id="g-permission-release" href="gio/GPermission.html#g-permission-release">
2445
+ <ANCHOR id="g-permission-release-async" href="gio/GPermission.html#g-permission-release-async">
2446
+ <ANCHOR id="g-permission-release-finish" href="gio/GPermission.html#g-permission-release-finish">
2447
+ <ANCHOR id="g-permission-impl-update" href="gio/GPermission.html#g-permission-impl-update">
2448
+ <ANCHOR id="GPermission.property-details" href="gio/GPermission.html#GPermission.property-details">
2449
+ <ANCHOR id="GPermission--allowed" href="gio/GPermission.html#GPermission--allowed">
2450
+ <ANCHOR id="GPermission--can-acquire" href="gio/GPermission.html#GPermission--can-acquire">
2451
+ <ANCHOR id="GPermission--can-release" href="gio/GPermission.html#GPermission--can-release">
2452
+ <ANCHOR id="GSimplePermission" href="gio/GSimplePermission.html">
2453
+ <ANCHOR id="GSimplePermission.synopsis" href="gio/GSimplePermission.html#GSimplePermission.synopsis">
2454
+ <ANCHOR id="GSimplePermission.object-hierarchy" href="gio/GSimplePermission.html#GSimplePermission.object-hierarchy">
2455
+ <ANCHOR id="GSimplePermission.description" href="gio/GSimplePermission.html#GSimplePermission.description">
2456
+ <ANCHOR id="GSimplePermission.details" href="gio/GSimplePermission.html#GSimplePermission.details">
2457
+ <ANCHOR id="GSimplePermission-struct" href="gio/GSimplePermission.html#GSimplePermission-struct">
2458
+ <ANCHOR id="g-simple-permission-new" href="gio/GSimplePermission.html#g-simple-permission-new">
1751
2459
  <ANCHOR id="GVfs" href="gio/GVfs.html">
1752
2460
  <ANCHOR id="GVfs.synopsis" href="gio/GVfs.html#GVfs.synopsis">
1753
2461
  <ANCHOR id="GVfs.object-hierarchy" href="gio/GVfs.html#GVfs.object-hierarchy">
@@ -1793,3 +2501,13 @@
1793
2501
  <ANCHOR id="g-io-extension-point-set-required-type" href="gio/gio-Extension-Points.html#g-io-extension-point-set-required-type">
1794
2502
  <ANCHOR id="g-io-extension-ref-class" href="gio/gio-Extension-Points.html#g-io-extension-ref-class">
1795
2503
  <ANCHOR id="gio-Extension-Points.see-also" href="gio/gio-Extension-Points.html#gio-Extension-Points.see-also">
2504
+ <ANCHOR id="gio-querymodules" href="gio/gio-querymodules.html">
2505
+ <ANCHOR id="gsettings" href="gio/gsettings.html">
2506
+ <ANCHOR id="glib-compile-schemas" href="gio/glib-compile-schemas.html">
2507
+ <ANCHOR id="gdbus" href="gio/gdbus.html">
2508
+ <ANCHOR id="annotation-glossterm-array" href="gio/annotation-glossary.html#annotation-glossterm-array">
2509
+ <ANCHOR id="annotation-glossterm-out" href="gio/annotation-glossary.html#annotation-glossterm-out">
2510
+ <ANCHOR id="annotation-glossterm-allow-none" href="gio/annotation-glossary.html#annotation-glossterm-allow-none">
2511
+ <ANCHOR id="annotation-glossterm-element-type" href="gio/annotation-glossary.html#annotation-glossterm-element-type">
2512
+ <ANCHOR id="annotation-glossterm-transfer full" href="gio/annotation-glossary.html#annotation-glossterm-transfer full">
2513
+ <ANCHOR id="annotation-glossterm-transfer none" href="gio/annotation-glossary.html#annotation-glossterm-transfer none">