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
@@ -6,24 +6,24 @@
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="index.html" title="GIO Reference Manual">
9
- <link rel="prev" href="ch20s03.html" title="Mime monitoring">
9
+ <link rel="prev" href="ch27s06.html" title="Exporting objects">
10
10
  <link rel="next" href="api-index-full.html" title="Index">
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="ch20s03.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
16
+ <td><a accesskey="p" href="ch27s06.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
17
  <td> </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="api-index-full.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="chapter" title="Object Hierarchy">
22
+ <div class="chapter">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
24
  <a name="gio-hierarchy"></a>Object Hierarchy</h2></div></div></div>
25
25
  <pre class="screen">
26
- <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
26
+ <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
27
27
  <a class="link" href="GAppInfo.html#GAppLaunchContext">GAppLaunchContext</a>
28
28
  <a class="link" href="GInputStream.html" title="GInputStream">GInputStream</a>
29
29
  <a class="link" href="GFilterInputStream.html" title="GFilterInputStream">GFilterInputStream</a>
@@ -52,26 +52,33 @@
52
52
  <a class="link" href="GIOStream.html" title="GIOStream">GIOStream</a>
53
53
  <a class="link" href="GFileIOStream.html" title="GFileIOStream">GFileIOStream</a>
54
54
  <a class="link" href="GSocketConnection.html" title="GSocketConnection">GSocketConnection</a>
55
- <a class="link" href="GSocketConnection.html#GTcpConnection">GTcpConnection</a>
56
- <a class="link" href="GSocketConnection.html#GUnixConnection">GUnixConnection</a>
55
+ <a class="link" href="GTcpConnection.html" title="GTcpConnection">GTcpConnection</a>
56
+ <a class="link" href="GUnixConnection.html" title="GUnixConnection">GUnixConnection</a>
57
57
  <a class="link" href="GFileMonitor.html" title="GFileMonitor">GFileMonitor</a>
58
58
  <a class="link" href="GFilenameCompleter.html" title="GFilenameCompleter">GFilenameCompleter</a>
59
59
  <a class="link" href="GInetAddress.html" title="GInetAddress">GInetAddress</a>
60
60
  <a class="link" href="GSocketAddress.html" title="GSocketAddress">GSocketAddress</a>
61
61
  <a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress">GInetSocketAddress</a>
62
+ <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
62
63
  <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
63
- <a href="/usr/share/gtk-doc/html/gobject/GTypeModule.html">GTypeModule</a>
64
+ <a href="http://library.gnome.org/devel/gobject/unstable/GTypeModule.html">GTypeModule</a>
64
65
  <a class="link" href="GIOModule.html" title="GIOModule">GIOModule</a>
65
66
  <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
66
67
  <a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor">GVolumeMonitor</a>
67
68
  <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
68
69
  <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
70
+ <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
71
+ <a class="link" href="GSimplePermission.html" title="GSimplePermission">GSimplePermission</a>
72
+ <a class="link" href="GSocketConnectable.html#GSocketAddressEnumerator">GSocketAddressEnumerator</a>
73
+ <a class="link" href="GSocketConnectable.html#GProxyAddressEnumerator">GProxyAddressEnumerator</a>
69
74
  <a class="link" href="GResolver.html" title="GResolver">GResolver</a>
75
+ <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
76
+ <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
70
77
  <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
71
- <a class="link" href="GSocketConnectable.html#GSocketAddressEnumerator">GSocketAddressEnumerator</a>
72
78
  <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
73
79
  <a class="link" href="GSocketControlMessage.html" title="GSocketControlMessage">GSocketControlMessage</a>
74
80
  <a class="link" href="GUnixFDMessage.html" title="GUnixFDMessage">GUnixFDMessage</a>
81
+ <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
75
82
  <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
76
83
  <a class="link" href="GSocketListener.html" title="GSocketListener">GSocketListener</a>
77
84
  <a class="link" href="GSocketService.html" title="GSocketService">GSocketService</a>
@@ -82,6 +89,13 @@
82
89
  <a class="link" href="GVfs.html" title="GVfs">GVfs</a>
83
90
  <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
84
91
  <a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor">GZlibDecompressor</a>
92
+ <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
93
+ <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
94
+ <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
95
+ <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
96
+ <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
97
+ <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver">GDBusAuthObserver</a>
98
+ <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
85
99
  GInterface
86
100
  <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
87
101
  <a class="link" href="GAsyncInitable.html" title="GAsyncInitable">GAsyncInitable</a>
@@ -97,11 +111,13 @@
97
111
  <a class="link" href="GSeekable.html" title="GSeekable">GSeekable</a>
98
112
  <a class="link" href="GSocketConnectable.html" title="GSocketConnectable">GSocketConnectable</a>
99
113
  <a class="link" href="GMount.html" title="GMount">GMount</a>
114
+ <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
115
+ <a class="link" href="GProxyResolver.html" title="GProxyResolver">GProxyResolver</a>
100
116
  <a class="link" href="GVolume.html" title="GVolume">GVolume</a>
101
117
  </pre>
102
118
  </div>
103
119
  <div class="footer">
104
120
  <hr>
105
- Generated by GTK-Doc V1.14</div>
121
+ Generated by GTK-Doc V1.15.1</div>
106
122
  </body>
107
123
  </html>
@@ -0,0 +1,53 @@
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>gio-querymodules</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="tools.html" title="GIO Tools">
10
+ <link rel="next" href="gsettings.html" title="gsettings">
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="tools.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="gsettings.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="gio-querymodules"></a><div class="titlepage"></div>
24
+ <div class="refnamediv"><table width="100%"><tr>
25
+ <td valign="top">
26
+ <h2><span class="refentrytitle">gio-querymodules</span></h2>
27
+ <p>gio-querymodules — GIO module cache creation</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">gio-querymodules</code> {directory...}</p></div>
34
+ </div>
35
+ <div class="refsect1">
36
+ <a name="id500340"></a><h2>Description</h2>
37
+ <p><span class="command"><strong>gio-querymodules</strong></span> creates a
38
+ <code class="filename">giomodule.cache</code> file in the listed directories.
39
+ This file lists the implemented extension points for each module
40
+ that has been found. It is used by GIO at runtime to avoid opening
41
+ all modules just to find out which extension points they are implementing.
42
+ </p>
43
+ <p>
44
+ GIO modules are usually installed in the <code class="filename">gio/modules</code>
45
+ subdirectory of libdir.
46
+ </p>
47
+ </div>
48
+ </div>
49
+ <div class="footer">
50
+ <hr>
51
+ Generated by GTK-Doc V1.15.1</div>
52
+ </body>
53
+ </html>
@@ -78,7 +78,7 @@
78
78
  <sub name="GInitable" link="GInitable.html"/>
79
79
  <sub name="GAsyncInitable" link="GAsyncInitable.html"/>
80
80
  </sub>
81
- <sub name="Lowlevel platform-independent network support" link="networking.html">
81
+ <sub name="Lowlevel network support" link="networking.html">
82
82
  <sub name="GSocket" link="GSocket.html"/>
83
83
  <sub name="GInetAddress" link="GInetAddress.html"/>
84
84
  <sub name="GSocketAddress" link="GSocketAddress.html"/>
@@ -87,36 +87,92 @@
87
87
  <sub name="GSocketControlMessage" link="GSocketControlMessage.html"/>
88
88
  <sub name="GUnixFDList" link="GUnixFDList.html"/>
89
89
  <sub name="GUnixFDMessage" link="GUnixFDMessage.html"/>
90
+ <sub name="GCredentials" link="GCredentials.html"/>
91
+ <sub name="GUnixCredentialsMessage" link="GUnixCredentialsMessage.html"/>
92
+ <sub name="GProxy" link="GProxy.html"/>
93
+ <sub name="GProxyAddress" link="GProxyAddress.html"/>
94
+ </sub>
95
+ <sub name="Highlevel network functionallity" link="highlevel-socket.html">
96
+ <sub name="GSocketClient" link="GSocketClient.html"/>
97
+ <sub name="GSocketConnection" link="GSocketConnection.html"/>
98
+ <sub name="GUnixConnection" link="GUnixConnection.html"/>
99
+ <sub name="GTcpConnection" link="GTcpConnection.html"/>
100
+ <sub name="GSocketListener" link="GSocketListener.html"/>
101
+ <sub name="GSocketService" link="GSocketService.html"/>
102
+ <sub name="GThreadedSocketService" link="GThreadedSocketService.html"/>
90
103
  </sub>
91
104
  <sub name="DNS resolution" link="resolver.html">
92
105
  <sub name="GResolver" link="GResolver.html"/>
106
+ <sub name="GProxyResolver" link="GProxyResolver.html"/>
93
107
  <sub name="GSocketConnectable" link="GSocketConnectable.html"/>
94
108
  <sub name="GNetworkAddress" link="GNetworkAddress.html"/>
95
109
  <sub name="GNetworkService" link="GNetworkService.html"/>
96
110
  <sub name="GSrvTarget" link="gio-GSrvTarget.html"/>
97
111
  </sub>
98
- <sub name="Highlevel network functionallity" link="highlevel-socket.html">
99
- <sub name="GSocketClient" link="GSocketClient.html"/>
100
- <sub name="GSocketConnection" link="GSocketConnection.html"/>
101
- <sub name="GSocketListener" link="GSocketListener.html"/>
102
- <sub name="GSocketService" link="GSocketService.html"/>
103
- <sub name="GThreadedSocketService" link="GThreadedSocketService.html"/>
112
+ <sub name="Lowlevel D-Bus Support" link="gdbus-lowlevel.html">
113
+ <sub name="D-Bus Utilities" link="gio-D-Bus-Utilities.html"/>
114
+ <sub name="D-Bus Addresses" link="gio-D-Bus-Addresses.html"/>
115
+ <sub name="D-Bus Introspection Data" link="gio-D-Bus-Introspection-Data.html"/>
116
+ <sub name="GDBusError" link="gio-GDBusError.html"/>
117
+ <sub name="GDBusMessage" link="GDBusMessage.html"/>
118
+ <sub name="GDBusConnection" link="GDBusConnection.html"/>
119
+ <sub name="GDBusMethodInvocation" link="GDBusMethodInvocation.html"/>
120
+ <sub name="GDBusServer" link="GDBusServer.html"/>
121
+ <sub name="GDBusAuthObserver" link="GDBusAuthObserver.html"/>
122
+ </sub>
123
+ <sub name="Highlevel D-Bus Support" link="gdbus-convenience.html">
124
+ <sub name="Owning Bus Names" link="gio-Owning-Bus-Names.html"/>
125
+ <sub name="Watching Bus Names" link="gio-Watching-Bus-Names.html"/>
126
+ <sub name="GDBusProxy" link="GDBusProxy.html"/>
104
127
  </sub>
105
128
  <sub name="Utilities" link="utils.html">
106
129
  <sub name="GFilenameCompleter" link="GFilenameCompleter.html"/>
107
130
  </sub>
131
+ <sub name="Settings" link="settings.html">
132
+ <sub name="GSettings" link="GSettings.html"/>
133
+ <sub name="GSettingsBackend" link="GSettingsBackend.html"/>
134
+ </sub>
135
+ <sub name="Permissions" link="permissions.html">
136
+ <sub name="GPermission" link="GPermission.html"/>
137
+ <sub name="GSimplePermission" link="GSimplePermission.html"/>
138
+ </sub>
108
139
  <sub name="Extending GIO" link="extending.html">
109
140
  <sub name="GVfs" link="GVfs.html"/>
110
141
  <sub name="GIOModule" link="GIOModule.html"/>
111
142
  <sub name="Extension Points" link="gio-Extension-Points.html"/>
112
143
  </sub>
144
+ <sub name="GIO Tools" link="tools.html">
145
+ <sub name="gio-querymodules" link="gio-querymodules.html"/>
146
+ <sub name="gsettings" link="gsettings.html"/>
147
+ <sub name="glib-compile-schemas" link="glib-compile-schemas.html"/>
148
+ <sub name="gdbus" link="gdbus.html"/>
149
+ </sub>
113
150
  </sub>
114
151
  <sub name="Migrating to GIO" link="migrating.html">
115
- <sub name="Migrating from POSIX to GIO" link="ch19.html"/>
116
- <sub name="Migrating from GnomeVFS to GIO" link="ch20.html">
117
- <sub name="Trash handling" link="ch20.html#id652216"/>
118
- <sub name="Operations on multiple files" link="ch20s02.html"/>
119
- <sub name="Mime monitoring" link="ch20s03.html"/>
152
+ <sub name="Migrating to GIO" link="migrating.html">
153
+ <sub name="Migrating from POSIX to GIO" link="ch24.html"/>
154
+ </sub>
155
+ <sub name="Migrating from GnomeVFS to GIO" link="ch25.html">
156
+ <sub name="Trash handling" link="ch25.html#id364234"/>
157
+ <sub name="Operations on multiple files" link="ch25s02.html"/>
158
+ <sub name="Mime monitoring" link="ch25s03.html"/>
159
+ </sub>
160
+ <sub name="Migrating from GConf to GSettings" link="ch26.html">
161
+ <sub name="Before you start" link="ch26.html#id511960"/>
162
+ <sub name="Conceptual differences" link="ch26s02.html"/>
163
+ <sub name="GConfClient (and GConfBridge) API conversion" link="ch26s03.html"/>
164
+ <sub name="Change notification" link="ch26s04.html"/>
165
+ <sub name="Change sets" link="ch26s05.html"/>
166
+ <sub name="Schema conversion" link="ch26s06.html"/>
167
+ <sub name="Data conversion" link="ch26s07.html"/>
168
+ </sub>
169
+ <sub name="Migrating to GDBus" link="ch27.html">
170
+ <sub name="Conceptual differences" link="ch27.html#id392513"/>
171
+ <sub name="API comparison" link="ch27s02.html"/>
172
+ <sub name="Owning bus names" link="ch27s03.html"/>
173
+ <sub name="Creating proxies for well-known names" link="ch27s04.html"/>
174
+ <sub name="Client-side GObject bindings" link="ch27s05.html"/>
175
+ <sub name="Exporting objects" link="ch27s06.html"/>
120
176
  </sub>
121
177
  </sub>
122
178
  <sub name="Object Hierarchy" link="gio-hierarchy.html"/>
@@ -126,6 +182,8 @@
126
182
  <sub name="Index of new symbols in 2.20" link="api-index-2-20.html"/>
127
183
  <sub name="Index of new symbols in 2.22" link="api-index-2-22.html"/>
128
184
  <sub name="Index of new symbols in 2.24" link="api-index-2-24.html"/>
185
+ <sub name="Index of new symbols in 2.26" link="api-index-2-26.html"/>
186
+ <sub name="Annotation Glossary" link="annotation-glossary.html"/>
129
187
  </chapters>
130
188
  <functions>
131
189
  <function name="GFile" link="GFile.html#GFile-struct"/>
@@ -334,6 +392,8 @@
334
392
  <function name="G_FILE_ATTRIBUTE_GVFS_BACKEND" link="GFileInfo.html#G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS"/>
335
393
  <function name="G_FILE_ATTRIBUTE_SELINUX_CONTEXT" link="GFileInfo.html#G-FILE-ATTRIBUTE-SELINUX-CONTEXT:CAPS"/>
336
394
  <function name="G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT" link="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-ITEM-COUNT:CAPS"/>
395
+ <function name="G_FILE_ATTRIBUTE_TRASH_DELETION_DATE" link="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-DELETION-DATE:CAPS"/>
396
+ <function name="G_FILE_ATTRIBUTE_TRASH_ORIG_PATH" link="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-ORIG-PATH:CAPS"/>
337
397
  <function name="G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW" link="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS"/>
338
398
  <function name="G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION:CAPS"/>
339
399
  <function name="g_file_info_new ()" link="GFileInfo.html#g-file-info-new"/>
@@ -418,6 +478,7 @@
418
478
  <function name="G_IO_ERROR" link="gio-GIOError.html#G-IO-ERROR:CAPS"/>
419
479
  <function name="enum GIOErrorEnum" link="gio-GIOError.html#GIOErrorEnum"/>
420
480
  <function name="g_io_error_from_errno ()" link="gio-GIOError.html#g-io-error-from-errno"/>
481
+ <function name="g_io_error_from_win32_error ()" link="gio-GIOError.html#g-io-error-from-win32-error"/>
421
482
  <function name="enum GAskPasswordFlags" link="GMountOperation.html#GAskPasswordFlags"/>
422
483
  <function name="enum GPasswordSave" link="GMountOperation.html#GPasswordSave"/>
423
484
  <function name="GMountOperation" link="GMountOperation.html#GMountOperation-struct"/>
@@ -508,6 +569,7 @@
508
569
  <function name="GConverter" link="GConverter.html#GConverter-struct"/>
509
570
  <function name="GConverterIface" link="GConverter.html#GConverterIface"/>
510
571
  <function name="enum GConverterResult" link="GConverter.html#GConverterResult"/>
572
+ <function name="enum GConverterFlags" link="GConverter.html#GConverterFlags"/>
511
573
  <function name="g_converter_convert ()" link="GConverter.html#g-converter-convert"/>
512
574
  <function name="g_converter_reset ()" link="GConverter.html#g-converter-reset"/>
513
575
  <function name="GCharsetConverter" link="GCharsetConverter.html#GCharsetConverter-struct"/>
@@ -521,10 +583,15 @@
521
583
  <function name="GZlibCompressor" link="GZlibCompressor.html#GZlibCompressor-struct"/>
522
584
  <function name="enum GZlibCompressorFormat" link="GZlibCompressor.html#GZlibCompressorFormat"/>
523
585
  <function name="g_zlib_compressor_new ()" link="GZlibCompressor.html#g-zlib-compressor-new"/>
586
+ <function name="g_zlib_compressor_get_file_info ()" link="GZlibCompressor.html#g-zlib-compressor-get-file-info"/>
587
+ <function name="g_zlib_compressor_set_file_info ()" link="GZlibCompressor.html#g-zlib-compressor-set-file-info"/>
588
+ <function name="The &quot;file-info&quot; property" link="GZlibCompressor.html#GZlibCompressor--file-info"/>
524
589
  <function name="The &quot;format&quot; property" link="GZlibCompressor.html#GZlibCompressor--format"/>
525
590
  <function name="The &quot;level&quot; property" link="GZlibCompressor.html#GZlibCompressor--level"/>
526
591
  <function name="GZlibDecompressor" link="GZlibDecompressor.html#GZlibDecompressor-struct"/>
527
592
  <function name="g_zlib_decompressor_new ()" link="GZlibDecompressor.html#g-zlib-decompressor-new"/>
593
+ <function name="g_zlib_decompressor_get_file_info ()" link="GZlibDecompressor.html#g-zlib-decompressor-get-file-info"/>
594
+ <function name="The &quot;file-info&quot; property" link="GZlibDecompressor.html#GZlibDecompressor--file-info"/>
528
595
  <function name="The &quot;format&quot; property" link="GZlibDecompressor.html#GZlibDecompressor--format"/>
529
596
  <function name="GSeekable" link="GSeekable.html#GSeekable-struct"/>
530
597
  <function name="GSeekableIface" link="GSeekable.html#GSeekableIface"/>
@@ -619,6 +686,7 @@
619
686
  <function name="g_memory_output_stream_get_data ()" link="GMemoryOutputStream.html#g-memory-output-stream-get-data"/>
620
687
  <function name="g_memory_output_stream_get_size ()" link="GMemoryOutputStream.html#g-memory-output-stream-get-size"/>
621
688
  <function name="g_memory_output_stream_get_data_size ()" link="GMemoryOutputStream.html#g-memory-output-stream-get-data-size"/>
689
+ <function name="g_memory_output_stream_steal_data ()" link="GMemoryOutputStream.html#g-memory-output-stream-steal-data"/>
622
690
  <function name="The &quot;data&quot; property" link="GMemoryOutputStream.html#GMemoryOutputStream--data"/>
623
691
  <function name="The &quot;data-size&quot; property" link="GMemoryOutputStream.html#GMemoryOutputStream--data-size"/>
624
692
  <function name="The &quot;destroy-function&quot; property" link="GMemoryOutputStream.html#GMemoryOutputStream--destroy-function"/>
@@ -664,6 +732,9 @@
664
732
  <function name="g_data_input_stream_read_line ()" link="GDataInputStream.html#g-data-input-stream-read-line"/>
665
733
  <function name="g_data_input_stream_read_line_async ()" link="GDataInputStream.html#g-data-input-stream-read-line-async"/>
666
734
  <function name="g_data_input_stream_read_line_finish ()" link="GDataInputStream.html#g-data-input-stream-read-line-finish"/>
735
+ <function name="g_data_input_stream_read_upto ()" link="GDataInputStream.html#g-data-input-stream-read-upto"/>
736
+ <function name="g_data_input_stream_read_upto_async ()" link="GDataInputStream.html#g-data-input-stream-read-upto-async"/>
737
+ <function name="g_data_input_stream_read_upto_finish ()" link="GDataInputStream.html#g-data-input-stream-read-upto-finish"/>
667
738
  <function name="g_data_input_stream_read_until ()" link="GDataInputStream.html#g-data-input-stream-read-until"/>
668
739
  <function name="g_data_input_stream_read_until_async ()" link="GDataInputStream.html#g-data-input-stream-read-until-async"/>
669
740
  <function name="g_data_input_stream_read_until_finish ()" link="GDataInputStream.html#g-data-input-stream-read-until-finish"/>
@@ -873,7 +944,6 @@
873
944
  <function name="The &quot;disconnected&quot; signal" link="GDrive.html#GDrive-disconnected"/>
874
945
  <function name="The &quot;eject-button&quot; signal" link="GDrive.html#GDrive-eject-button"/>
875
946
  <function name="The &quot;stop-button&quot; signal" link="GDrive.html#GDrive-stop-button"/>
876
- <function name="GUnixMount" link="gio-Unix-Mounts.html#GUnixMount"/>
877
947
  <function name="GUnixMountPoint" link="gio-Unix-Mounts.html#GUnixMountPoint"/>
878
948
  <function name="GUnixMountEntry" link="gio-Unix-Mounts.html#GUnixMountEntry"/>
879
949
  <function name="GUnixMountMonitor" link="gio-Unix-Mounts.html#GUnixMountMonitor-struct"/>
@@ -978,9 +1048,11 @@
978
1048
  <function name="g_socket_receive ()" link="GSocket.html#g-socket-receive"/>
979
1049
  <function name="g_socket_receive_from ()" link="GSocket.html#g-socket-receive-from"/>
980
1050
  <function name="g_socket_receive_message ()" link="GSocket.html#g-socket-receive-message"/>
1051
+ <function name="g_socket_receive_with_blocking ()" link="GSocket.html#g-socket-receive-with-blocking"/>
981
1052
  <function name="g_socket_send ()" link="GSocket.html#g-socket-send"/>
982
1053
  <function name="g_socket_send_to ()" link="GSocket.html#g-socket-send-to"/>
983
1054
  <function name="g_socket_send_message ()" link="GSocket.html#g-socket-send-message"/>
1055
+ <function name="g_socket_send_with_blocking ()" link="GSocket.html#g-socket-send-with-blocking"/>
984
1056
  <function name="g_socket_close ()" link="GSocket.html#g-socket-close"/>
985
1057
  <function name="g_socket_is_closed ()" link="GSocket.html#g-socket-is-closed"/>
986
1058
  <function name="g_socket_shutdown ()" link="GSocket.html#g-socket-shutdown"/>
@@ -994,6 +1066,8 @@
994
1066
  <function name="g_socket_set_blocking ()" link="GSocket.html#g-socket-set-blocking"/>
995
1067
  <function name="g_socket_get_keepalive ()" link="GSocket.html#g-socket-get-keepalive"/>
996
1068
  <function name="g_socket_set_keepalive ()" link="GSocket.html#g-socket-set-keepalive"/>
1069
+ <function name="g_socket_get_timeout ()" link="GSocket.html#g-socket-get-timeout"/>
1070
+ <function name="g_socket_set_timeout ()" link="GSocket.html#g-socket-set-timeout"/>
997
1071
  <function name="g_socket_get_family ()" link="GSocket.html#g-socket-get-family"/>
998
1072
  <function name="g_socket_get_fd ()" link="GSocket.html#g-socket-get-fd"/>
999
1073
  <function name="g_socket_get_local_address ()" link="GSocket.html#g-socket-get-local-address"/>
@@ -1001,6 +1075,7 @@
1001
1075
  <function name="g_socket_get_remote_address ()" link="GSocket.html#g-socket-get-remote-address"/>
1002
1076
  <function name="g_socket_get_socket_type ()" link="GSocket.html#g-socket-get-socket-type"/>
1003
1077
  <function name="g_socket_speaks_ipv4 ()" link="GSocket.html#g-socket-speaks-ipv4"/>
1078
+ <function name="g_socket_get_credentials ()" link="GSocket.html#g-socket-get-credentials"/>
1004
1079
  <function name="The &quot;blocking&quot; property" link="GSocket.html#GSocket--blocking"/>
1005
1080
  <function name="The &quot;family&quot; property" link="GSocket.html#GSocket--family"/>
1006
1081
  <function name="The &quot;fd&quot; property" link="GSocket.html#GSocket--fd"/>
@@ -1009,6 +1084,7 @@
1009
1084
  <function name="The &quot;local-address&quot; property" link="GSocket.html#GSocket--local-address"/>
1010
1085
  <function name="The &quot;protocol&quot; property" link="GSocket.html#GSocket--protocol"/>
1011
1086
  <function name="The &quot;remote-address&quot; property" link="GSocket.html#GSocket--remote-address"/>
1087
+ <function name="The &quot;timeout&quot; property" link="GSocket.html#GSocket--timeout"/>
1012
1088
  <function name="The &quot;type&quot; property" link="GSocket.html#GSocket--type"/>
1013
1089
  <function name="GInetAddress" link="GInetAddress.html#GInetAddress-struct"/>
1014
1090
  <function name="g_inet_address_new_from_string ()" link="GInetAddress.html#g-inet-address-new-from-string"/>
@@ -1055,13 +1131,17 @@
1055
1131
  <function name="The &quot;address&quot; property" link="GInetSocketAddress.html#GInetSocketAddress--address"/>
1056
1132
  <function name="The &quot;port&quot; property" link="GInetSocketAddress.html#GInetSocketAddress--port"/>
1057
1133
  <function name="GUnixSocketAddress" link="GUnixSocketAddress.html#GUnixSocketAddress-struct"/>
1134
+ <function name="enum GUnixSocketAddressType" link="GUnixSocketAddress.html#GUnixSocketAddressType"/>
1058
1135
  <function name="g_unix_socket_address_new ()" link="GUnixSocketAddress.html#g-unix-socket-address-new"/>
1059
1136
  <function name="g_unix_socket_address_new_abstract ()" link="GUnixSocketAddress.html#g-unix-socket-address-new-abstract"/>
1137
+ <function name="g_unix_socket_address_new_with_type ()" link="GUnixSocketAddress.html#g-unix-socket-address-new-with-type"/>
1060
1138
  <function name="g_unix_socket_address_get_is_abstract ()" link="GUnixSocketAddress.html#g-unix-socket-address-get-is-abstract"/>
1139
+ <function name="g_unix_socket_address_get_address_type ()" link="GUnixSocketAddress.html#g-unix-socket-address-get-address-type"/>
1061
1140
  <function name="g_unix_socket_address_get_path ()" link="GUnixSocketAddress.html#g-unix-socket-address-get-path"/>
1062
1141
  <function name="g_unix_socket_address_get_path_len ()" link="GUnixSocketAddress.html#g-unix-socket-address-get-path-len"/>
1063
1142
  <function name="g_unix_socket_address_abstract_names_supported ()" link="GUnixSocketAddress.html#g-unix-socket-address-abstract-names-supported"/>
1064
1143
  <function name="The &quot;abstract&quot; property" link="GUnixSocketAddress.html#GUnixSocketAddress--abstract"/>
1144
+ <function name="The &quot;address-type&quot; property" link="GUnixSocketAddress.html#GUnixSocketAddress--address-type"/>
1065
1145
  <function name="The &quot;path&quot; property" link="GUnixSocketAddress.html#GUnixSocketAddress--path"/>
1066
1146
  <function name="The &quot;path-as-array&quot; property" link="GUnixSocketAddress.html#GUnixSocketAddress--path-as-array"/>
1067
1147
  <function name="GSocketControlMessage" link="GSocketControlMessage.html#GSocketControlMessage-struct"/>
@@ -1085,55 +1165,44 @@
1085
1165
  <function name="g_unix_fd_message_append_fd ()" link="GUnixFDMessage.html#g-unix-fd-message-append-fd"/>
1086
1166
  <function name="g_unix_fd_message_steal_fds ()" link="GUnixFDMessage.html#g-unix-fd-message-steal-fds"/>
1087
1167
  <function name="The &quot;fd-list&quot; property" link="GUnixFDMessage.html#GUnixFDMessage--fd-list"/>
1088
- <function name="GResolver" link="GResolver.html#GResolver-struct"/>
1089
- <function name="g_resolver_get_default ()" link="GResolver.html#g-resolver-get-default"/>
1090
- <function name="g_resolver_set_default ()" link="GResolver.html#g-resolver-set-default"/>
1091
- <function name="g_resolver_lookup_by_name ()" link="GResolver.html#g-resolver-lookup-by-name"/>
1092
- <function name="g_resolver_lookup_by_name_async ()" link="GResolver.html#g-resolver-lookup-by-name-async"/>
1093
- <function name="g_resolver_lookup_by_name_finish ()" link="GResolver.html#g-resolver-lookup-by-name-finish"/>
1094
- <function name="g_resolver_free_addresses ()" link="GResolver.html#g-resolver-free-addresses"/>
1095
- <function name="g_resolver_lookup_by_address ()" link="GResolver.html#g-resolver-lookup-by-address"/>
1096
- <function name="g_resolver_lookup_by_address_async ()" link="GResolver.html#g-resolver-lookup-by-address-async"/>
1097
- <function name="g_resolver_lookup_by_address_finish ()" link="GResolver.html#g-resolver-lookup-by-address-finish"/>
1098
- <function name="g_resolver_lookup_service ()" link="GResolver.html#g-resolver-lookup-service"/>
1099
- <function name="g_resolver_lookup_service_async ()" link="GResolver.html#g-resolver-lookup-service-async"/>
1100
- <function name="g_resolver_lookup_service_finish ()" link="GResolver.html#g-resolver-lookup-service-finish"/>
1101
- <function name="g_resolver_free_targets ()" link="GResolver.html#g-resolver-free-targets"/>
1102
- <function name="G_RESOLVER_ERROR" link="GResolver.html#G-RESOLVER-ERROR:CAPS"/>
1103
- <function name="enum GResolverError" link="GResolver.html#GResolverError"/>
1104
- <function name="The &quot;reload&quot; signal" link="GResolver.html#GResolver-reload"/>
1105
- <function name="GSocketConnectable" link="GSocketConnectable.html#GSocketConnectable-struct"/>
1106
- <function name="GSocketConnectableIface" link="GSocketConnectable.html#GSocketConnectableIface"/>
1107
- <function name="g_socket_connectable_enumerate ()" link="GSocketConnectable.html#g-socket-connectable-enumerate"/>
1108
- <function name="GSocketAddressEnumerator" link="GSocketConnectable.html#GSocketAddressEnumerator-struct"/>
1109
- <function name="g_socket_address_enumerator_next ()" link="GSocketConnectable.html#g-socket-address-enumerator-next"/>
1110
- <function name="g_socket_address_enumerator_next_async ()" link="GSocketConnectable.html#g-socket-address-enumerator-next-async"/>
1111
- <function name="g_socket_address_enumerator_next_finish ()" link="GSocketConnectable.html#g-socket-address-enumerator-next-finish"/>
1112
- <function name="GNetworkAddress" link="GNetworkAddress.html#GNetworkAddress-struct"/>
1113
- <function name="g_network_address_new ()" link="GNetworkAddress.html#g-network-address-new"/>
1114
- <function name="g_network_address_get_hostname ()" link="GNetworkAddress.html#g-network-address-get-hostname"/>
1115
- <function name="g_network_address_get_port ()" link="GNetworkAddress.html#g-network-address-get-port"/>
1116
- <function name="g_network_address_parse ()" link="GNetworkAddress.html#g-network-address-parse"/>
1117
- <function name="The &quot;hostname&quot; property" link="GNetworkAddress.html#GNetworkAddress--hostname"/>
1118
- <function name="The &quot;port&quot; property" link="GNetworkAddress.html#GNetworkAddress--port"/>
1119
- <function name="GNetworkService" link="GNetworkService.html#GNetworkService-struct"/>
1120
- <function name="g_network_service_new ()" link="GNetworkService.html#g-network-service-new"/>
1121
- <function name="g_network_service_get_service ()" link="GNetworkService.html#g-network-service-get-service"/>
1122
- <function name="g_network_service_get_protocol ()" link="GNetworkService.html#g-network-service-get-protocol"/>
1123
- <function name="g_network_service_get_domain ()" link="GNetworkService.html#g-network-service-get-domain"/>
1124
- <function name="The &quot;domain&quot; property" link="GNetworkService.html#GNetworkService--domain"/>
1125
- <function name="The &quot;protocol&quot; property" link="GNetworkService.html#GNetworkService--protocol"/>
1126
- <function name="The &quot;service&quot; property" link="GNetworkService.html#GNetworkService--service"/>
1127
- <function name="GSrvTarget" link="gio-GSrvTarget.html#GSrvTarget"/>
1128
- <function name="g_srv_target_new ()" link="gio-GSrvTarget.html#g-srv-target-new"/>
1129
- <function name="g_srv_target_copy ()" link="gio-GSrvTarget.html#g-srv-target-copy"/>
1130
- <function name="g_srv_target_free ()" link="gio-GSrvTarget.html#g-srv-target-free"/>
1131
- <function name="g_srv_target_get_hostname ()" link="gio-GSrvTarget.html#g-srv-target-get-hostname"/>
1132
- <function name="g_srv_target_get_port ()" link="gio-GSrvTarget.html#g-srv-target-get-port"/>
1133
- <function name="g_srv_target_get_priority ()" link="gio-GSrvTarget.html#g-srv-target-get-priority"/>
1134
- <function name="g_srv_target_get_weight ()" link="gio-GSrvTarget.html#g-srv-target-get-weight"/>
1135
- <function name="g_srv_target_list_sort ()" link="gio-GSrvTarget.html#g-srv-target-list-sort"/>
1168
+ <function name="GCredentials" link="GCredentials.html#GCredentials-struct"/>
1169
+ <function name="enum GCredentialsType" link="GCredentials.html#GCredentialsType"/>
1170
+ <function name="g_credentials_new ()" link="GCredentials.html#g-credentials-new"/>
1171
+ <function name="g_credentials_to_string ()" link="GCredentials.html#g-credentials-to-string"/>
1172
+ <function name="g_credentials_get_native ()" link="GCredentials.html#g-credentials-get-native"/>
1173
+ <function name="g_credentials_set_native ()" link="GCredentials.html#g-credentials-set-native"/>
1174
+ <function name="g_credentials_is_same_user ()" link="GCredentials.html#g-credentials-is-same-user"/>
1175
+ <function name="g_credentials_get_unix_user ()" link="GCredentials.html#g-credentials-get-unix-user"/>
1176
+ <function name="g_credentials_set_unix_user ()" link="GCredentials.html#g-credentials-set-unix-user"/>
1177
+ <function name="GUnixCredentialsMessage" link="GUnixCredentialsMessage.html#GUnixCredentialsMessage-struct"/>
1178
+ <function name="GUnixCredentialsMessageClass" link="GUnixCredentialsMessage.html#GUnixCredentialsMessageClass"/>
1179
+ <function name="g_unix_credentials_message_new ()" link="GUnixCredentialsMessage.html#g-unix-credentials-message-new"/>
1180
+ <function name="g_unix_credentials_message_new_with_credentials ()" link="GUnixCredentialsMessage.html#g-unix-credentials-message-new-with-credentials"/>
1181
+ <function name="g_unix_credentials_message_get_credentials ()" link="GUnixCredentialsMessage.html#g-unix-credentials-message-get-credentials"/>
1182
+ <function name="g_unix_credentials_message_is_supported ()" link="GUnixCredentialsMessage.html#g-unix-credentials-message-is-supported"/>
1183
+ <function name="The &quot;credentials&quot; property" link="GUnixCredentialsMessage.html#GUnixCredentialsMessage--credentials"/>
1184
+ <function name="GProxy" link="GProxy.html#GProxy-struct"/>
1185
+ <function name="G_PROXY_EXTENSION_POINT_NAME" link="GProxy.html#G-PROXY-EXTENSION-POINT-NAME:CAPS"/>
1186
+ <function name="g_proxy_connect ()" link="GProxy.html#g-proxy-connect"/>
1187
+ <function name="g_proxy_connect_async ()" link="GProxy.html#g-proxy-connect-async"/>
1188
+ <function name="g_proxy_connect_finish ()" link="GProxy.html#g-proxy-connect-finish"/>
1189
+ <function name="g_proxy_get_default_for_protocol ()" link="GProxy.html#g-proxy-get-default-for-protocol"/>
1190
+ <function name="g_proxy_supports_hostname ()" link="GProxy.html#g-proxy-supports-hostname"/>
1191
+ <function name="GProxyAddress" link="GProxyAddress.html#GProxyAddress-struct"/>
1192
+ <function name="GProxyAddressClass" link="GProxyAddress.html#GProxyAddressClass"/>
1193
+ <function name="g_proxy_address_get_destination_hostname ()" link="GProxyAddress.html#g-proxy-address-get-destination-hostname"/>
1194
+ <function name="g_proxy_address_get_destination_port ()" link="GProxyAddress.html#g-proxy-address-get-destination-port"/>
1195
+ <function name="g_proxy_address_get_password ()" link="GProxyAddress.html#g-proxy-address-get-password"/>
1196
+ <function name="g_proxy_address_get_protocol ()" link="GProxyAddress.html#g-proxy-address-get-protocol"/>
1197
+ <function name="g_proxy_address_get_username ()" link="GProxyAddress.html#g-proxy-address-get-username"/>
1198
+ <function name="g_proxy_address_new ()" link="GProxyAddress.html#g-proxy-address-new"/>
1199
+ <function name="The &quot;destination-hostname&quot; property" link="GProxyAddress.html#GProxyAddress--destination-hostname"/>
1200
+ <function name="The &quot;destination-port&quot; property" link="GProxyAddress.html#GProxyAddress--destination-port"/>
1201
+ <function name="The &quot;password&quot; property" link="GProxyAddress.html#GProxyAddress--password"/>
1202
+ <function name="The &quot;protocol&quot; property" link="GProxyAddress.html#GProxyAddress--protocol"/>
1203
+ <function name="The &quot;username&quot; property" link="GProxyAddress.html#GProxyAddress--username"/>
1136
1204
  <function name="GSocketClient" link="GSocketClient.html#GSocketClient-struct"/>
1205
+ <function name="g_socket_client_add_application_proxy ()" link="GSocketClient.html#g-socket-client-add-application-proxy"/>
1137
1206
  <function name="g_socket_client_new ()" link="GSocketClient.html#g-socket-client-new"/>
1138
1207
  <function name="g_socket_client_connect ()" link="GSocketClient.html#g-socket-client-connect"/>
1139
1208
  <function name="g_socket_client_connect_async ()" link="GSocketClient.html#g-socket-client-connect-async"/>
@@ -1144,33 +1213,44 @@
1144
1213
  <function name="g_socket_client_connect_to_service ()" link="GSocketClient.html#g-socket-client-connect-to-service"/>
1145
1214
  <function name="g_socket_client_connect_to_service_async ()" link="GSocketClient.html#g-socket-client-connect-to-service-async"/>
1146
1215
  <function name="g_socket_client_connect_to_service_finish ()" link="GSocketClient.html#g-socket-client-connect-to-service-finish"/>
1216
+ <function name="g_socket_client_connect_to_uri ()" link="GSocketClient.html#g-socket-client-connect-to-uri"/>
1217
+ <function name="g_socket_client_connect_to_uri_async ()" link="GSocketClient.html#g-socket-client-connect-to-uri-async"/>
1218
+ <function name="g_socket_client_connect_to_uri_finish ()" link="GSocketClient.html#g-socket-client-connect-to-uri-finish"/>
1147
1219
  <function name="g_socket_client_set_family ()" link="GSocketClient.html#g-socket-client-set-family"/>
1148
1220
  <function name="g_socket_client_set_local_address ()" link="GSocketClient.html#g-socket-client-set-local-address"/>
1149
1221
  <function name="g_socket_client_set_protocol ()" link="GSocketClient.html#g-socket-client-set-protocol"/>
1150
1222
  <function name="g_socket_client_set_socket_type ()" link="GSocketClient.html#g-socket-client-set-socket-type"/>
1223
+ <function name="g_socket_client_set_timeout ()" link="GSocketClient.html#g-socket-client-set-timeout"/>
1151
1224
  <function name="g_socket_client_get_family ()" link="GSocketClient.html#g-socket-client-get-family"/>
1152
1225
  <function name="g_socket_client_get_local_address ()" link="GSocketClient.html#g-socket-client-get-local-address"/>
1153
1226
  <function name="g_socket_client_get_protocol ()" link="GSocketClient.html#g-socket-client-get-protocol"/>
1154
1227
  <function name="g_socket_client_get_socket_type ()" link="GSocketClient.html#g-socket-client-get-socket-type"/>
1228
+ <function name="g_socket_client_get_timeout ()" link="GSocketClient.html#g-socket-client-get-timeout"/>
1229
+ <function name="g_socket_client_get_enable_proxy ()" link="GSocketClient.html#g-socket-client-get-enable-proxy"/>
1230
+ <function name="g_socket_client_set_enable_proxy ()" link="GSocketClient.html#g-socket-client-set-enable-proxy"/>
1231
+ <function name="The &quot;enable-proxy&quot; property" link="GSocketClient.html#GSocketClient--enable-proxy"/>
1155
1232
  <function name="The &quot;family&quot; property" link="GSocketClient.html#GSocketClient--family"/>
1156
1233
  <function name="The &quot;local-address&quot; property" link="GSocketClient.html#GSocketClient--local-address"/>
1157
1234
  <function name="The &quot;protocol&quot; property" link="GSocketClient.html#GSocketClient--protocol"/>
1235
+ <function name="The &quot;timeout&quot; property" link="GSocketClient.html#GSocketClient--timeout"/>
1158
1236
  <function name="The &quot;type&quot; property" link="GSocketClient.html#GSocketClient--type"/>
1159
1237
  <function name="GSocketConnection" link="GSocketConnection.html#GSocketConnection-struct"/>
1160
1238
  <function name="g_socket_connection_get_local_address ()" link="GSocketConnection.html#g-socket-connection-get-local-address"/>
1161
1239
  <function name="g_socket_connection_get_remote_address ()" link="GSocketConnection.html#g-socket-connection-get-remote-address"/>
1162
1240
  <function name="g_socket_connection_get_socket ()" link="GSocketConnection.html#g-socket-connection-get-socket"/>
1163
- <function name="GTcpConnection" link="GSocketConnection.html#GTcpConnection-struct"/>
1164
- <function name="g_tcp_connection_set_graceful_disconnect ()" link="GSocketConnection.html#g-tcp-connection-set-graceful-disconnect"/>
1165
- <function name="g_tcp_connection_get_graceful_disconnect ()" link="GSocketConnection.html#g-tcp-connection-get-graceful-disconnect"/>
1166
- <function name="GUnixConnection" link="GSocketConnection.html#GUnixConnection-struct"/>
1167
- <function name="g_unix_connection_receive_fd ()" link="GSocketConnection.html#g-unix-connection-receive-fd"/>
1168
- <function name="g_unix_connection_send_fd ()" link="GSocketConnection.html#g-unix-connection-send-fd"/>
1169
1241
  <function name="g_socket_connection_factory_create_connection ()" link="GSocketConnection.html#g-socket-connection-factory-create-connection"/>
1170
1242
  <function name="g_socket_connection_factory_lookup_type ()" link="GSocketConnection.html#g-socket-connection-factory-lookup-type"/>
1171
1243
  <function name="g_socket_connection_factory_register_type ()" link="GSocketConnection.html#g-socket-connection-factory-register-type"/>
1172
1244
  <function name="The &quot;socket&quot; property" link="GSocketConnection.html#GSocketConnection--socket"/>
1173
- <function name="The &quot;graceful-disconnect&quot; property" link="GSocketConnection.html#GTcpConnection--graceful-disconnect"/>
1245
+ <function name="GUnixConnection" link="GUnixConnection.html#GUnixConnection-struct"/>
1246
+ <function name="g_unix_connection_receive_fd ()" link="GUnixConnection.html#g-unix-connection-receive-fd"/>
1247
+ <function name="g_unix_connection_send_fd ()" link="GUnixConnection.html#g-unix-connection-send-fd"/>
1248
+ <function name="g_unix_connection_receive_credentials ()" link="GUnixConnection.html#g-unix-connection-receive-credentials"/>
1249
+ <function name="g_unix_connection_send_credentials ()" link="GUnixConnection.html#g-unix-connection-send-credentials"/>
1250
+ <function name="GTcpConnection" link="GTcpConnection.html#GTcpConnection-struct"/>
1251
+ <function name="g_tcp_connection_set_graceful_disconnect ()" link="GTcpConnection.html#g-tcp-connection-set-graceful-disconnect"/>
1252
+ <function name="g_tcp_connection_get_graceful_disconnect ()" link="GTcpConnection.html#g-tcp-connection-get-graceful-disconnect"/>
1253
+ <function name="The &quot;graceful-disconnect&quot; property" link="GTcpConnection.html#GTcpConnection--graceful-disconnect"/>
1174
1254
  <function name="GSocketListener" link="GSocketListener.html#GSocketListener-struct"/>
1175
1255
  <function name="g_socket_listener_new ()" link="GSocketListener.html#g-socket-listener-new"/>
1176
1256
  <function name="g_socket_listener_add_socket ()" link="GSocketListener.html#g-socket-listener-add-socket"/>
@@ -1196,12 +1276,429 @@
1196
1276
  <function name="g_threaded_socket_service_new ()" link="GThreadedSocketService.html#g-threaded-socket-service-new"/>
1197
1277
  <function name="The &quot;max-threads&quot; property" link="GThreadedSocketService.html#GThreadedSocketService--max-threads"/>
1198
1278
  <function name="The &quot;run&quot; signal" link="GThreadedSocketService.html#GThreadedSocketService-run"/>
1279
+ <function name="GResolver" link="GResolver.html#GResolver-struct"/>
1280
+ <function name="g_resolver_get_default ()" link="GResolver.html#g-resolver-get-default"/>
1281
+ <function name="g_resolver_set_default ()" link="GResolver.html#g-resolver-set-default"/>
1282
+ <function name="g_resolver_lookup_by_name ()" link="GResolver.html#g-resolver-lookup-by-name"/>
1283
+ <function name="g_resolver_lookup_by_name_async ()" link="GResolver.html#g-resolver-lookup-by-name-async"/>
1284
+ <function name="g_resolver_lookup_by_name_finish ()" link="GResolver.html#g-resolver-lookup-by-name-finish"/>
1285
+ <function name="g_resolver_free_addresses ()" link="GResolver.html#g-resolver-free-addresses"/>
1286
+ <function name="g_resolver_lookup_by_address ()" link="GResolver.html#g-resolver-lookup-by-address"/>
1287
+ <function name="g_resolver_lookup_by_address_async ()" link="GResolver.html#g-resolver-lookup-by-address-async"/>
1288
+ <function name="g_resolver_lookup_by_address_finish ()" link="GResolver.html#g-resolver-lookup-by-address-finish"/>
1289
+ <function name="g_resolver_lookup_service ()" link="GResolver.html#g-resolver-lookup-service"/>
1290
+ <function name="g_resolver_lookup_service_async ()" link="GResolver.html#g-resolver-lookup-service-async"/>
1291
+ <function name="g_resolver_lookup_service_finish ()" link="GResolver.html#g-resolver-lookup-service-finish"/>
1292
+ <function name="g_resolver_free_targets ()" link="GResolver.html#g-resolver-free-targets"/>
1293
+ <function name="G_RESOLVER_ERROR" link="GResolver.html#G-RESOLVER-ERROR:CAPS"/>
1294
+ <function name="enum GResolverError" link="GResolver.html#GResolverError"/>
1295
+ <function name="The &quot;reload&quot; signal" link="GResolver.html#GResolver-reload"/>
1296
+ <function name="GProxyResolver" link="GProxyResolver.html#GProxyResolver-struct"/>
1297
+ <function name="G_PROXY_RESOLVER_EXTENSION_POINT_NAME" link="GProxyResolver.html#G-PROXY-RESOLVER-EXTENSION-POINT-NAME:CAPS"/>
1298
+ <function name="g_proxy_resolver_get_default ()" link="GProxyResolver.html#g-proxy-resolver-get-default"/>
1299
+ <function name="g_proxy_resolver_is_supported ()" link="GProxyResolver.html#g-proxy-resolver-is-supported"/>
1300
+ <function name="g_proxy_resolver_lookup ()" link="GProxyResolver.html#g-proxy-resolver-lookup"/>
1301
+ <function name="g_proxy_resolver_lookup_async ()" link="GProxyResolver.html#g-proxy-resolver-lookup-async"/>
1302
+ <function name="g_proxy_resolver_lookup_finish ()" link="GProxyResolver.html#g-proxy-resolver-lookup-finish"/>
1303
+ <function name="GSocketConnectable" link="GSocketConnectable.html#GSocketConnectable-struct"/>
1304
+ <function name="GSocketConnectableIface" link="GSocketConnectable.html#GSocketConnectableIface"/>
1305
+ <function name="g_socket_connectable_enumerate ()" link="GSocketConnectable.html#g-socket-connectable-enumerate"/>
1306
+ <function name="g_socket_connectable_proxy_enumerate ()" link="GSocketConnectable.html#g-socket-connectable-proxy-enumerate"/>
1307
+ <function name="GSocketAddressEnumerator" link="GSocketConnectable.html#GSocketAddressEnumerator-struct"/>
1308
+ <function name="g_socket_address_enumerator_next ()" link="GSocketConnectable.html#g-socket-address-enumerator-next"/>
1309
+ <function name="g_socket_address_enumerator_next_async ()" link="GSocketConnectable.html#g-socket-address-enumerator-next-async"/>
1310
+ <function name="g_socket_address_enumerator_next_finish ()" link="GSocketConnectable.html#g-socket-address-enumerator-next-finish"/>
1311
+ <function name="GProxyAddressEnumerator" link="GSocketConnectable.html#GProxyAddressEnumerator-struct"/>
1312
+ <function name="The &quot;connectable&quot; property" link="GSocketConnectable.html#GProxyAddressEnumerator--connectable"/>
1313
+ <function name="The &quot;uri&quot; property" link="GSocketConnectable.html#GProxyAddressEnumerator--uri"/>
1314
+ <function name="GNetworkAddress" link="GNetworkAddress.html#GNetworkAddress-struct"/>
1315
+ <function name="g_network_address_new ()" link="GNetworkAddress.html#g-network-address-new"/>
1316
+ <function name="g_network_address_get_hostname ()" link="GNetworkAddress.html#g-network-address-get-hostname"/>
1317
+ <function name="g_network_address_get_port ()" link="GNetworkAddress.html#g-network-address-get-port"/>
1318
+ <function name="g_network_address_get_scheme ()" link="GNetworkAddress.html#g-network-address-get-scheme"/>
1319
+ <function name="g_network_address_parse ()" link="GNetworkAddress.html#g-network-address-parse"/>
1320
+ <function name="g_network_address_parse_uri ()" link="GNetworkAddress.html#g-network-address-parse-uri"/>
1321
+ <function name="The &quot;hostname&quot; property" link="GNetworkAddress.html#GNetworkAddress--hostname"/>
1322
+ <function name="The &quot;port&quot; property" link="GNetworkAddress.html#GNetworkAddress--port"/>
1323
+ <function name="The &quot;scheme&quot; property" link="GNetworkAddress.html#GNetworkAddress--scheme"/>
1324
+ <function name="GNetworkService" link="GNetworkService.html#GNetworkService-struct"/>
1325
+ <function name="g_network_service_new ()" link="GNetworkService.html#g-network-service-new"/>
1326
+ <function name="g_network_service_get_service ()" link="GNetworkService.html#g-network-service-get-service"/>
1327
+ <function name="g_network_service_get_protocol ()" link="GNetworkService.html#g-network-service-get-protocol"/>
1328
+ <function name="g_network_service_get_domain ()" link="GNetworkService.html#g-network-service-get-domain"/>
1329
+ <function name="g_network_service_get_scheme ()" link="GNetworkService.html#g-network-service-get-scheme"/>
1330
+ <function name="g_network_service_set_scheme ()" link="GNetworkService.html#g-network-service-set-scheme"/>
1331
+ <function name="The &quot;domain&quot; property" link="GNetworkService.html#GNetworkService--domain"/>
1332
+ <function name="The &quot;protocol&quot; property" link="GNetworkService.html#GNetworkService--protocol"/>
1333
+ <function name="The &quot;scheme&quot; property" link="GNetworkService.html#GNetworkService--scheme"/>
1334
+ <function name="The &quot;service&quot; property" link="GNetworkService.html#GNetworkService--service"/>
1335
+ <function name="GSrvTarget" link="gio-GSrvTarget.html#GSrvTarget"/>
1336
+ <function name="g_srv_target_new ()" link="gio-GSrvTarget.html#g-srv-target-new"/>
1337
+ <function name="g_srv_target_copy ()" link="gio-GSrvTarget.html#g-srv-target-copy"/>
1338
+ <function name="g_srv_target_free ()" link="gio-GSrvTarget.html#g-srv-target-free"/>
1339
+ <function name="g_srv_target_get_hostname ()" link="gio-GSrvTarget.html#g-srv-target-get-hostname"/>
1340
+ <function name="g_srv_target_get_port ()" link="gio-GSrvTarget.html#g-srv-target-get-port"/>
1341
+ <function name="g_srv_target_get_priority ()" link="gio-GSrvTarget.html#g-srv-target-get-priority"/>
1342
+ <function name="g_srv_target_get_weight ()" link="gio-GSrvTarget.html#g-srv-target-get-weight"/>
1343
+ <function name="g_srv_target_list_sort ()" link="gio-GSrvTarget.html#g-srv-target-list-sort"/>
1344
+ <function name="g_dbus_generate_guid ()" link="gio-D-Bus-Utilities.html#g-dbus-generate-guid"/>
1345
+ <function name="g_dbus_is_guid ()" link="gio-D-Bus-Utilities.html#g-dbus-is-guid"/>
1346
+ <function name="g_dbus_is_name ()" link="gio-D-Bus-Utilities.html#g-dbus-is-name"/>
1347
+ <function name="g_dbus_is_unique_name ()" link="gio-D-Bus-Utilities.html#g-dbus-is-unique-name"/>
1348
+ <function name="g_dbus_is_member_name ()" link="gio-D-Bus-Utilities.html#g-dbus-is-member-name"/>
1349
+ <function name="g_dbus_is_interface_name ()" link="gio-D-Bus-Utilities.html#g-dbus-is-interface-name"/>
1350
+ <function name="g_dbus_is_address ()" link="gio-D-Bus-Addresses.html#g-dbus-is-address"/>
1351
+ <function name="g_dbus_is_supported_address ()" link="gio-D-Bus-Addresses.html#g-dbus-is-supported-address"/>
1352
+ <function name="g_dbus_address_get_stream ()" link="gio-D-Bus-Addresses.html#g-dbus-address-get-stream"/>
1353
+ <function name="g_dbus_address_get_stream_finish ()" link="gio-D-Bus-Addresses.html#g-dbus-address-get-stream-finish"/>
1354
+ <function name="g_dbus_address_get_stream_sync ()" link="gio-D-Bus-Addresses.html#g-dbus-address-get-stream-sync"/>
1355
+ <function name="g_dbus_address_get_for_bus_sync ()" link="gio-D-Bus-Addresses.html#g-dbus-address-get-for-bus-sync"/>
1356
+ <function name="GDBusAnnotationInfo" link="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo"/>
1357
+ <function name="GDBusArgInfo" link="gio-D-Bus-Introspection-Data.html#GDBusArgInfo"/>
1358
+ <function name="GDBusMethodInfo" link="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo"/>
1359
+ <function name="GDBusSignalInfo" link="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo"/>
1360
+ <function name="enum GDBusPropertyInfoFlags" link="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfoFlags"/>
1361
+ <function name="GDBusPropertyInfo" link="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo"/>
1362
+ <function name="GDBusInterfaceInfo" link="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"/>
1363
+ <function name="GDBusNodeInfo" link="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo"/>
1364
+ <function name="g_dbus_annotation_info_lookup ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-lookup"/>
1365
+ <function name="g_dbus_interface_info_lookup_method ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-method"/>
1366
+ <function name="g_dbus_interface_info_lookup_signal ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-signal"/>
1367
+ <function name="g_dbus_interface_info_lookup_property ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-property"/>
1368
+ <function name="g_dbus_interface_info_generate_xml ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-generate-xml"/>
1369
+ <function name="g_dbus_node_info_new_for_xml ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-new-for-xml"/>
1370
+ <function name="g_dbus_node_info_lookup_interface ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-lookup-interface"/>
1371
+ <function name="g_dbus_node_info_generate_xml ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-generate-xml"/>
1372
+ <function name="G_TYPE_DBUS_NODE_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-NODE-INFO:CAPS"/>
1373
+ <function name="G_TYPE_DBUS_INTERFACE_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-INTERFACE-INFO:CAPS"/>
1374
+ <function name="G_TYPE_DBUS_METHOD_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-METHOD-INFO:CAPS"/>
1375
+ <function name="G_TYPE_DBUS_SIGNAL_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-SIGNAL-INFO:CAPS"/>
1376
+ <function name="G_TYPE_DBUS_PROPERTY_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-PROPERTY-INFO:CAPS"/>
1377
+ <function name="G_TYPE_DBUS_ARG_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-ARG-INFO:CAPS"/>
1378
+ <function name="G_TYPE_DBUS_ANNOTATION_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-ANNOTATION-INFO:CAPS"/>
1379
+ <function name="g_dbus_node_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-ref"/>
1380
+ <function name="g_dbus_interface_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-ref"/>
1381
+ <function name="g_dbus_method_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-method-info-ref"/>
1382
+ <function name="g_dbus_signal_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-signal-info-ref"/>
1383
+ <function name="g_dbus_property_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-property-info-ref"/>
1384
+ <function name="g_dbus_arg_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-arg-info-ref"/>
1385
+ <function name="g_dbus_annotation_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-ref"/>
1386
+ <function name="g_dbus_node_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-unref"/>
1387
+ <function name="g_dbus_interface_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-unref"/>
1388
+ <function name="g_dbus_method_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-method-info-unref"/>
1389
+ <function name="g_dbus_signal_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-signal-info-unref"/>
1390
+ <function name="g_dbus_property_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-property-info-unref"/>
1391
+ <function name="g_dbus_arg_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-arg-info-unref"/>
1392
+ <function name="g_dbus_annotation_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-unref"/>
1393
+ <function name="enum GDBusError" link="gio-GDBusError.html#GDBusError"/>
1394
+ <function name="G_DBUS_ERROR" link="gio-GDBusError.html#G-DBUS-ERROR:CAPS"/>
1395
+ <function name="g_dbus_error_is_remote_error ()" link="gio-GDBusError.html#g-dbus-error-is-remote-error"/>
1396
+ <function name="g_dbus_error_get_remote_error ()" link="gio-GDBusError.html#g-dbus-error-get-remote-error"/>
1397
+ <function name="g_dbus_error_strip_remote_error ()" link="gio-GDBusError.html#g-dbus-error-strip-remote-error"/>
1398
+ <function name="GDBusErrorEntry" link="gio-GDBusError.html#GDBusErrorEntry"/>
1399
+ <function name="g_dbus_error_register_error_domain ()" link="gio-GDBusError.html#g-dbus-error-register-error-domain"/>
1400
+ <function name="g_dbus_error_register_error ()" link="gio-GDBusError.html#g-dbus-error-register-error"/>
1401
+ <function name="g_dbus_error_unregister_error ()" link="gio-GDBusError.html#g-dbus-error-unregister-error"/>
1402
+ <function name="g_dbus_error_new_for_dbus_error ()" link="gio-GDBusError.html#g-dbus-error-new-for-dbus-error"/>
1403
+ <function name="g_dbus_error_set_dbus_error ()" link="gio-GDBusError.html#g-dbus-error-set-dbus-error"/>
1404
+ <function name="g_dbus_error_set_dbus_error_valist ()" link="gio-GDBusError.html#g-dbus-error-set-dbus-error-valist"/>
1405
+ <function name="g_dbus_error_encode_gerror ()" link="gio-GDBusError.html#g-dbus-error-encode-gerror"/>
1406
+ <function name="GDBusMessage" link="GDBusMessage.html#GDBusMessage-struct"/>
1407
+ <function name="enum GDBusMessageType" link="GDBusMessage.html#GDBusMessageType"/>
1408
+ <function name="enum GDBusMessageFlags" link="GDBusMessage.html#GDBusMessageFlags"/>
1409
+ <function name="enum GDBusMessageHeaderField" link="GDBusMessage.html#GDBusMessageHeaderField"/>
1410
+ <function name="enum GDBusMessageByteOrder" link="GDBusMessage.html#GDBusMessageByteOrder"/>
1411
+ <function name="g_dbus_message_new ()" link="GDBusMessage.html#g-dbus-message-new"/>
1412
+ <function name="g_dbus_message_new_signal ()" link="GDBusMessage.html#g-dbus-message-new-signal"/>
1413
+ <function name="g_dbus_message_new_method_call ()" link="GDBusMessage.html#g-dbus-message-new-method-call"/>
1414
+ <function name="g_dbus_message_new_method_reply ()" link="GDBusMessage.html#g-dbus-message-new-method-reply"/>
1415
+ <function name="g_dbus_message_new_method_error ()" link="GDBusMessage.html#g-dbus-message-new-method-error"/>
1416
+ <function name="g_dbus_message_new_method_error_valist ()" link="GDBusMessage.html#g-dbus-message-new-method-error-valist"/>
1417
+ <function name="g_dbus_message_new_method_error_literal ()" link="GDBusMessage.html#g-dbus-message-new-method-error-literal"/>
1418
+ <function name="g_dbus_message_print ()" link="GDBusMessage.html#g-dbus-message-print"/>
1419
+ <function name="g_dbus_message_get_locked ()" link="GDBusMessage.html#g-dbus-message-get-locked"/>
1420
+ <function name="g_dbus_message_lock ()" link="GDBusMessage.html#g-dbus-message-lock"/>
1421
+ <function name="g_dbus_message_copy ()" link="GDBusMessage.html#g-dbus-message-copy"/>
1422
+ <function name="g_dbus_message_get_byte_order ()" link="GDBusMessage.html#g-dbus-message-get-byte-order"/>
1423
+ <function name="g_dbus_message_set_byte_order ()" link="GDBusMessage.html#g-dbus-message-set-byte-order"/>
1424
+ <function name="g_dbus_message_get_message_type ()" link="GDBusMessage.html#g-dbus-message-get-message-type"/>
1425
+ <function name="g_dbus_message_set_message_type ()" link="GDBusMessage.html#g-dbus-message-set-message-type"/>
1426
+ <function name="g_dbus_message_get_serial ()" link="GDBusMessage.html#g-dbus-message-get-serial"/>
1427
+ <function name="g_dbus_message_set_serial ()" link="GDBusMessage.html#g-dbus-message-set-serial"/>
1428
+ <function name="g_dbus_message_get_flags ()" link="GDBusMessage.html#g-dbus-message-get-flags"/>
1429
+ <function name="g_dbus_message_set_flags ()" link="GDBusMessage.html#g-dbus-message-set-flags"/>
1430
+ <function name="g_dbus_message_get_body ()" link="GDBusMessage.html#g-dbus-message-get-body"/>
1431
+ <function name="g_dbus_message_set_body ()" link="GDBusMessage.html#g-dbus-message-set-body"/>
1432
+ <function name="g_dbus_message_get_unix_fd_list ()" link="GDBusMessage.html#g-dbus-message-get-unix-fd-list"/>
1433
+ <function name="g_dbus_message_set_unix_fd_list ()" link="GDBusMessage.html#g-dbus-message-set-unix-fd-list"/>
1434
+ <function name="g_dbus_message_get_num_unix_fds ()" link="GDBusMessage.html#g-dbus-message-get-num-unix-fds"/>
1435
+ <function name="g_dbus_message_set_num_unix_fds ()" link="GDBusMessage.html#g-dbus-message-set-num-unix-fds"/>
1436
+ <function name="g_dbus_message_get_header_fields ()" link="GDBusMessage.html#g-dbus-message-get-header-fields"/>
1437
+ <function name="g_dbus_message_get_header ()" link="GDBusMessage.html#g-dbus-message-get-header"/>
1438
+ <function name="g_dbus_message_set_header ()" link="GDBusMessage.html#g-dbus-message-set-header"/>
1439
+ <function name="g_dbus_message_get_destination ()" link="GDBusMessage.html#g-dbus-message-get-destination"/>
1440
+ <function name="g_dbus_message_set_destination ()" link="GDBusMessage.html#g-dbus-message-set-destination"/>
1441
+ <function name="g_dbus_message_get_error_name ()" link="GDBusMessage.html#g-dbus-message-get-error-name"/>
1442
+ <function name="g_dbus_message_set_error_name ()" link="GDBusMessage.html#g-dbus-message-set-error-name"/>
1443
+ <function name="g_dbus_message_get_interface ()" link="GDBusMessage.html#g-dbus-message-get-interface"/>
1444
+ <function name="g_dbus_message_set_interface ()" link="GDBusMessage.html#g-dbus-message-set-interface"/>
1445
+ <function name="g_dbus_message_get_member ()" link="GDBusMessage.html#g-dbus-message-get-member"/>
1446
+ <function name="g_dbus_message_set_member ()" link="GDBusMessage.html#g-dbus-message-set-member"/>
1447
+ <function name="g_dbus_message_get_path ()" link="GDBusMessage.html#g-dbus-message-get-path"/>
1448
+ <function name="g_dbus_message_set_path ()" link="GDBusMessage.html#g-dbus-message-set-path"/>
1449
+ <function name="g_dbus_message_get_reply_serial ()" link="GDBusMessage.html#g-dbus-message-get-reply-serial"/>
1450
+ <function name="g_dbus_message_set_reply_serial ()" link="GDBusMessage.html#g-dbus-message-set-reply-serial"/>
1451
+ <function name="g_dbus_message_get_sender ()" link="GDBusMessage.html#g-dbus-message-get-sender"/>
1452
+ <function name="g_dbus_message_set_sender ()" link="GDBusMessage.html#g-dbus-message-set-sender"/>
1453
+ <function name="g_dbus_message_get_signature ()" link="GDBusMessage.html#g-dbus-message-get-signature"/>
1454
+ <function name="g_dbus_message_set_signature ()" link="GDBusMessage.html#g-dbus-message-set-signature"/>
1455
+ <function name="g_dbus_message_get_arg0 ()" link="GDBusMessage.html#g-dbus-message-get-arg0"/>
1456
+ <function name="g_dbus_message_to_blob ()" link="GDBusMessage.html#g-dbus-message-to-blob"/>
1457
+ <function name="g_dbus_message_bytes_needed ()" link="GDBusMessage.html#g-dbus-message-bytes-needed"/>
1458
+ <function name="g_dbus_message_new_from_blob ()" link="GDBusMessage.html#g-dbus-message-new-from-blob"/>
1459
+ <function name="g_dbus_message_to_gerror ()" link="GDBusMessage.html#g-dbus-message-to-gerror"/>
1460
+ <function name="The &quot;locked&quot; property" link="GDBusMessage.html#GDBusMessage--locked"/>
1461
+ <function name="enum GBusType" link="GDBusConnection.html#GBusType"/>
1462
+ <function name="g_bus_get ()" link="GDBusConnection.html#g-bus-get"/>
1463
+ <function name="g_bus_get_finish ()" link="GDBusConnection.html#g-bus-get-finish"/>
1464
+ <function name="g_bus_get_sync ()" link="GDBusConnection.html#g-bus-get-sync"/>
1465
+ <function name="GDBusConnection" link="GDBusConnection.html#GDBusConnection-struct"/>
1466
+ <function name="enum GDBusConnectionFlags" link="GDBusConnection.html#GDBusConnectionFlags"/>
1467
+ <function name="g_dbus_connection_new ()" link="GDBusConnection.html#g-dbus-connection-new"/>
1468
+ <function name="g_dbus_connection_new_finish ()" link="GDBusConnection.html#g-dbus-connection-new-finish"/>
1469
+ <function name="g_dbus_connection_new_sync ()" link="GDBusConnection.html#g-dbus-connection-new-sync"/>
1470
+ <function name="g_dbus_connection_new_for_address ()" link="GDBusConnection.html#g-dbus-connection-new-for-address"/>
1471
+ <function name="g_dbus_connection_new_for_address_finish ()" link="GDBusConnection.html#g-dbus-connection-new-for-address-finish"/>
1472
+ <function name="g_dbus_connection_new_for_address_sync ()" link="GDBusConnection.html#g-dbus-connection-new-for-address-sync"/>
1473
+ <function name="g_dbus_connection_start_message_processing ()" link="GDBusConnection.html#g-dbus-connection-start-message-processing"/>
1474
+ <function name="g_dbus_connection_close ()" link="GDBusConnection.html#g-dbus-connection-close"/>
1475
+ <function name="g_dbus_connection_close_finish ()" link="GDBusConnection.html#g-dbus-connection-close-finish"/>
1476
+ <function name="g_dbus_connection_close_sync ()" link="GDBusConnection.html#g-dbus-connection-close-sync"/>
1477
+ <function name="g_dbus_connection_is_closed ()" link="GDBusConnection.html#g-dbus-connection-is-closed"/>
1478
+ <function name="g_dbus_connection_flush ()" link="GDBusConnection.html#g-dbus-connection-flush"/>
1479
+ <function name="g_dbus_connection_flush_finish ()" link="GDBusConnection.html#g-dbus-connection-flush-finish"/>
1480
+ <function name="g_dbus_connection_flush_sync ()" link="GDBusConnection.html#g-dbus-connection-flush-sync"/>
1481
+ <function name="g_dbus_connection_get_exit_on_close ()" link="GDBusConnection.html#g-dbus-connection-get-exit-on-close"/>
1482
+ <function name="g_dbus_connection_set_exit_on_close ()" link="GDBusConnection.html#g-dbus-connection-set-exit-on-close"/>
1483
+ <function name="g_dbus_connection_get_stream ()" link="GDBusConnection.html#g-dbus-connection-get-stream"/>
1484
+ <function name="g_dbus_connection_get_guid ()" link="GDBusConnection.html#g-dbus-connection-get-guid"/>
1485
+ <function name="g_dbus_connection_get_unique_name ()" link="GDBusConnection.html#g-dbus-connection-get-unique-name"/>
1486
+ <function name="enum GDBusCapabilityFlags" link="GDBusConnection.html#GDBusCapabilityFlags"/>
1487
+ <function name="g_dbus_connection_get_capabilities ()" link="GDBusConnection.html#g-dbus-connection-get-capabilities"/>
1488
+ <function name="g_dbus_connection_get_peer_credentials ()" link="GDBusConnection.html#g-dbus-connection-get-peer-credentials"/>
1489
+ <function name="enum GDBusCallFlags" link="GDBusConnection.html#GDBusCallFlags"/>
1490
+ <function name="g_dbus_connection_call ()" link="GDBusConnection.html#g-dbus-connection-call"/>
1491
+ <function name="g_dbus_connection_call_finish ()" link="GDBusConnection.html#g-dbus-connection-call-finish"/>
1492
+ <function name="g_dbus_connection_call_sync ()" link="GDBusConnection.html#g-dbus-connection-call-sync"/>
1493
+ <function name="g_dbus_connection_emit_signal ()" link="GDBusConnection.html#g-dbus-connection-emit-signal"/>
1494
+ <function name="enum GDBusSignalFlags" link="GDBusConnection.html#GDBusSignalFlags"/>
1495
+ <function name="GDBusSignalCallback ()" link="GDBusConnection.html#GDBusSignalCallback"/>
1496
+ <function name="g_dbus_connection_signal_subscribe ()" link="GDBusConnection.html#g-dbus-connection-signal-subscribe"/>
1497
+ <function name="g_dbus_connection_signal_unsubscribe ()" link="GDBusConnection.html#g-dbus-connection-signal-unsubscribe"/>
1498
+ <function name="enum GDBusSendMessageFlags" link="GDBusConnection.html#GDBusSendMessageFlags"/>
1499
+ <function name="g_dbus_connection_send_message ()" link="GDBusConnection.html#g-dbus-connection-send-message"/>
1500
+ <function name="g_dbus_connection_send_message_with_reply ()" link="GDBusConnection.html#g-dbus-connection-send-message-with-reply"/>
1501
+ <function name="g_dbus_connection_send_message_with_reply_finish ()" link="GDBusConnection.html#g-dbus-connection-send-message-with-reply-finish"/>
1502
+ <function name="g_dbus_connection_send_message_with_reply_sync ()" link="GDBusConnection.html#g-dbus-connection-send-message-with-reply-sync"/>
1503
+ <function name="GDBusMessageFilterFunction ()" link="GDBusConnection.html#GDBusMessageFilterFunction"/>
1504
+ <function name="g_dbus_connection_add_filter ()" link="GDBusConnection.html#g-dbus-connection-add-filter"/>
1505
+ <function name="g_dbus_connection_remove_filter ()" link="GDBusConnection.html#g-dbus-connection-remove-filter"/>
1506
+ <function name="GDBusInterfaceVTable" link="GDBusConnection.html#GDBusInterfaceVTable"/>
1507
+ <function name="GDBusInterfaceMethodCallFunc ()" link="GDBusConnection.html#GDBusInterfaceMethodCallFunc"/>
1508
+ <function name="GDBusInterfaceGetPropertyFunc ()" link="GDBusConnection.html#GDBusInterfaceGetPropertyFunc"/>
1509
+ <function name="GDBusInterfaceSetPropertyFunc ()" link="GDBusConnection.html#GDBusInterfaceSetPropertyFunc"/>
1510
+ <function name="g_dbus_connection_register_object ()" link="GDBusConnection.html#g-dbus-connection-register-object"/>
1511
+ <function name="g_dbus_connection_unregister_object ()" link="GDBusConnection.html#g-dbus-connection-unregister-object"/>
1512
+ <function name="GDBusSubtreeVTable" link="GDBusConnection.html#GDBusSubtreeVTable"/>
1513
+ <function name="GDBusSubtreeEnumerateFunc ()" link="GDBusConnection.html#GDBusSubtreeEnumerateFunc"/>
1514
+ <function name="GDBusSubtreeIntrospectFunc ()" link="GDBusConnection.html#GDBusSubtreeIntrospectFunc"/>
1515
+ <function name="GDBusSubtreeDispatchFunc ()" link="GDBusConnection.html#GDBusSubtreeDispatchFunc"/>
1516
+ <function name="enum GDBusSubtreeFlags" link="GDBusConnection.html#GDBusSubtreeFlags"/>
1517
+ <function name="g_dbus_connection_register_subtree ()" link="GDBusConnection.html#g-dbus-connection-register-subtree"/>
1518
+ <function name="g_dbus_connection_unregister_subtree ()" link="GDBusConnection.html#g-dbus-connection-unregister-subtree"/>
1519
+ <function name="The &quot;address&quot; property" link="GDBusConnection.html#GDBusConnection--address"/>
1520
+ <function name="The &quot;authentication-observer&quot; property" link="GDBusConnection.html#GDBusConnection--authentication-observer"/>
1521
+ <function name="The &quot;capabilities&quot; property" link="GDBusConnection.html#GDBusConnection--capabilities"/>
1522
+ <function name="The &quot;closed&quot; property" link="GDBusConnection.html#GDBusConnection--closed"/>
1523
+ <function name="The &quot;exit-on-close&quot; property" link="GDBusConnection.html#GDBusConnection--exit-on-close"/>
1524
+ <function name="The &quot;flags&quot; property" link="GDBusConnection.html#GDBusConnection--flags"/>
1525
+ <function name="The &quot;guid&quot; property" link="GDBusConnection.html#GDBusConnection--guid"/>
1526
+ <function name="The &quot;stream&quot; property" link="GDBusConnection.html#GDBusConnection--stream"/>
1527
+ <function name="The &quot;unique-name&quot; property" link="GDBusConnection.html#GDBusConnection--unique-name"/>
1528
+ <function name="The &quot;closed&quot; signal" link="GDBusConnection.html#GDBusConnection-closed"/>
1529
+ <function name="GDBusMethodInvocation" link="GDBusMethodInvocation.html#GDBusMethodInvocation-struct"/>
1530
+ <function name="g_dbus_method_invocation_get_sender ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-sender"/>
1531
+ <function name="g_dbus_method_invocation_get_object_path ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-object-path"/>
1532
+ <function name="g_dbus_method_invocation_get_interface_name ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-interface-name"/>
1533
+ <function name="g_dbus_method_invocation_get_method_name ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-method-name"/>
1534
+ <function name="g_dbus_method_invocation_get_method_info ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-method-info"/>
1535
+ <function name="g_dbus_method_invocation_get_connection ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-connection"/>
1536
+ <function name="g_dbus_method_invocation_get_message ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-message"/>
1537
+ <function name="g_dbus_method_invocation_get_parameters ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-parameters"/>
1538
+ <function name="g_dbus_method_invocation_get_user_data ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-user-data"/>
1539
+ <function name="g_dbus_method_invocation_return_value ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-value"/>
1540
+ <function name="g_dbus_method_invocation_return_error ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error"/>
1541
+ <function name="g_dbus_method_invocation_return_error_valist ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error-valist"/>
1542
+ <function name="g_dbus_method_invocation_return_error_literal ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error-literal"/>
1543
+ <function name="g_dbus_method_invocation_return_gerror ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-gerror"/>
1544
+ <function name="g_dbus_method_invocation_return_dbus_error ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-dbus-error"/>
1545
+ <function name="GDBusServer" link="GDBusServer.html#GDBusServer-struct"/>
1546
+ <function name="enum GDBusServerFlags" link="GDBusServer.html#GDBusServerFlags"/>
1547
+ <function name="g_dbus_server_new_sync ()" link="GDBusServer.html#g-dbus-server-new-sync"/>
1548
+ <function name="g_dbus_server_start ()" link="GDBusServer.html#g-dbus-server-start"/>
1549
+ <function name="g_dbus_server_stop ()" link="GDBusServer.html#g-dbus-server-stop"/>
1550
+ <function name="g_dbus_server_is_active ()" link="GDBusServer.html#g-dbus-server-is-active"/>
1551
+ <function name="g_dbus_server_get_guid ()" link="GDBusServer.html#g-dbus-server-get-guid"/>
1552
+ <function name="g_dbus_server_get_flags ()" link="GDBusServer.html#g-dbus-server-get-flags"/>
1553
+ <function name="g_dbus_server_get_client_address ()" link="GDBusServer.html#g-dbus-server-get-client-address"/>
1554
+ <function name="The &quot;active&quot; property" link="GDBusServer.html#GDBusServer--active"/>
1555
+ <function name="The &quot;address&quot; property" link="GDBusServer.html#GDBusServer--address"/>
1556
+ <function name="The &quot;authentication-observer&quot; property" link="GDBusServer.html#GDBusServer--authentication-observer"/>
1557
+ <function name="The &quot;client-address&quot; property" link="GDBusServer.html#GDBusServer--client-address"/>
1558
+ <function name="The &quot;flags&quot; property" link="GDBusServer.html#GDBusServer--flags"/>
1559
+ <function name="The &quot;guid&quot; property" link="GDBusServer.html#GDBusServer--guid"/>
1560
+ <function name="The &quot;new-connection&quot; signal" link="GDBusServer.html#GDBusServer-new-connection"/>
1561
+ <function name="GDBusAuthObserver" link="GDBusAuthObserver.html#GDBusAuthObserver-struct"/>
1562
+ <function name="g_dbus_auth_observer_new ()" link="GDBusAuthObserver.html#g-dbus-auth-observer-new"/>
1563
+ <function name="g_dbus_auth_observer_authorize_authenticated_peer ()" link="GDBusAuthObserver.html#g-dbus-auth-observer-authorize-authenticated-peer"/>
1564
+ <function name="The &quot;authorize-authenticated-peer&quot; signal" link="GDBusAuthObserver.html#GDBusAuthObserver-authorize-authenticated-peer"/>
1565
+ <function name="GBusAcquiredCallback ()" link="gio-Owning-Bus-Names.html#GBusAcquiredCallback"/>
1566
+ <function name="GBusNameAcquiredCallback ()" link="gio-Owning-Bus-Names.html#GBusNameAcquiredCallback"/>
1567
+ <function name="GBusNameLostCallback ()" link="gio-Owning-Bus-Names.html#GBusNameLostCallback"/>
1568
+ <function name="enum GBusNameOwnerFlags" link="gio-Owning-Bus-Names.html#GBusNameOwnerFlags"/>
1569
+ <function name="g_bus_own_name ()" link="gio-Owning-Bus-Names.html#g-bus-own-name"/>
1570
+ <function name="g_bus_own_name_on_connection ()" link="gio-Owning-Bus-Names.html#g-bus-own-name-on-connection"/>
1571
+ <function name="g_bus_unown_name ()" link="gio-Owning-Bus-Names.html#g-bus-unown-name"/>
1572
+ <function name="g_bus_own_name_with_closures ()" link="gio-Owning-Bus-Names.html#g-bus-own-name-with-closures"/>
1573
+ <function name="g_bus_own_name_on_connection_with_closures ()" link="gio-Owning-Bus-Names.html#g-bus-own-name-on-connection-with-closures"/>
1574
+ <function name="GBusNameAppearedCallback ()" link="gio-Watching-Bus-Names.html#GBusNameAppearedCallback"/>
1575
+ <function name="GBusNameVanishedCallback ()" link="gio-Watching-Bus-Names.html#GBusNameVanishedCallback"/>
1576
+ <function name="enum GBusNameWatcherFlags" link="gio-Watching-Bus-Names.html#GBusNameWatcherFlags"/>
1577
+ <function name="g_bus_watch_name ()" link="gio-Watching-Bus-Names.html#g-bus-watch-name"/>
1578
+ <function name="g_bus_watch_name_on_connection ()" link="gio-Watching-Bus-Names.html#g-bus-watch-name-on-connection"/>
1579
+ <function name="g_bus_unwatch_name ()" link="gio-Watching-Bus-Names.html#g-bus-unwatch-name"/>
1580
+ <function name="g_bus_watch_name_with_closures ()" link="gio-Watching-Bus-Names.html#g-bus-watch-name-with-closures"/>
1581
+ <function name="g_bus_watch_name_on_connection_with_closures ()" link="gio-Watching-Bus-Names.html#g-bus-watch-name-on-connection-with-closures"/>
1582
+ <function name="enum GDBusProxyFlags" link="GDBusProxy.html#GDBusProxyFlags"/>
1583
+ <function name="GDBusProxy" link="GDBusProxy.html#GDBusProxy-struct"/>
1584
+ <function name="GDBusProxyClass" link="GDBusProxy.html#GDBusProxyClass"/>
1585
+ <function name="g_dbus_proxy_new ()" link="GDBusProxy.html#g-dbus-proxy-new"/>
1586
+ <function name="g_dbus_proxy_new_finish ()" link="GDBusProxy.html#g-dbus-proxy-new-finish"/>
1587
+ <function name="g_dbus_proxy_new_sync ()" link="GDBusProxy.html#g-dbus-proxy-new-sync"/>
1588
+ <function name="g_dbus_proxy_new_for_bus ()" link="GDBusProxy.html#g-dbus-proxy-new-for-bus"/>
1589
+ <function name="g_dbus_proxy_new_for_bus_finish ()" link="GDBusProxy.html#g-dbus-proxy-new-for-bus-finish"/>
1590
+ <function name="g_dbus_proxy_new_for_bus_sync ()" link="GDBusProxy.html#g-dbus-proxy-new-for-bus-sync"/>
1591
+ <function name="g_dbus_proxy_get_flags ()" link="GDBusProxy.html#g-dbus-proxy-get-flags"/>
1592
+ <function name="g_dbus_proxy_get_connection ()" link="GDBusProxy.html#g-dbus-proxy-get-connection"/>
1593
+ <function name="g_dbus_proxy_get_name ()" link="GDBusProxy.html#g-dbus-proxy-get-name"/>
1594
+ <function name="g_dbus_proxy_get_name_owner ()" link="GDBusProxy.html#g-dbus-proxy-get-name-owner"/>
1595
+ <function name="g_dbus_proxy_get_object_path ()" link="GDBusProxy.html#g-dbus-proxy-get-object-path"/>
1596
+ <function name="g_dbus_proxy_get_interface_name ()" link="GDBusProxy.html#g-dbus-proxy-get-interface-name"/>
1597
+ <function name="g_dbus_proxy_get_default_timeout ()" link="GDBusProxy.html#g-dbus-proxy-get-default-timeout"/>
1598
+ <function name="g_dbus_proxy_set_default_timeout ()" link="GDBusProxy.html#g-dbus-proxy-set-default-timeout"/>
1599
+ <function name="g_dbus_proxy_get_cached_property ()" link="GDBusProxy.html#g-dbus-proxy-get-cached-property"/>
1600
+ <function name="g_dbus_proxy_set_cached_property ()" link="GDBusProxy.html#g-dbus-proxy-set-cached-property"/>
1601
+ <function name="g_dbus_proxy_get_cached_property_names ()" link="GDBusProxy.html#g-dbus-proxy-get-cached-property-names"/>
1602
+ <function name="g_dbus_proxy_set_interface_info ()" link="GDBusProxy.html#g-dbus-proxy-set-interface-info"/>
1603
+ <function name="g_dbus_proxy_get_interface_info ()" link="GDBusProxy.html#g-dbus-proxy-get-interface-info"/>
1604
+ <function name="g_dbus_proxy_call ()" link="GDBusProxy.html#g-dbus-proxy-call"/>
1605
+ <function name="g_dbus_proxy_call_finish ()" link="GDBusProxy.html#g-dbus-proxy-call-finish"/>
1606
+ <function name="g_dbus_proxy_call_sync ()" link="GDBusProxy.html#g-dbus-proxy-call-sync"/>
1607
+ <function name="The &quot;g-bus-type&quot; property" link="GDBusProxy.html#GDBusProxy--g-bus-type"/>
1608
+ <function name="The &quot;g-connection&quot; property" link="GDBusProxy.html#GDBusProxy--g-connection"/>
1609
+ <function name="The &quot;g-default-timeout&quot; property" link="GDBusProxy.html#GDBusProxy--g-default-timeout"/>
1610
+ <function name="The &quot;g-flags&quot; property" link="GDBusProxy.html#GDBusProxy--g-flags"/>
1611
+ <function name="The &quot;g-interface-info&quot; property" link="GDBusProxy.html#GDBusProxy--g-interface-info"/>
1612
+ <function name="The &quot;g-interface-name&quot; property" link="GDBusProxy.html#GDBusProxy--g-interface-name"/>
1613
+ <function name="The &quot;g-name&quot; property" link="GDBusProxy.html#GDBusProxy--g-name"/>
1614
+ <function name="The &quot;g-name-owner&quot; property" link="GDBusProxy.html#GDBusProxy--g-name-owner"/>
1615
+ <function name="The &quot;g-object-path&quot; property" link="GDBusProxy.html#GDBusProxy--g-object-path"/>
1616
+ <function name="The &quot;g-properties-changed&quot; signal" link="GDBusProxy.html#GDBusProxy-g-properties-changed"/>
1617
+ <function name="The &quot;g-signal&quot; signal" link="GDBusProxy.html#GDBusProxy-g-signal"/>
1199
1618
  <function name="GFilenameCompleter" link="GFilenameCompleter.html#GFilenameCompleter-struct"/>
1200
1619
  <function name="g_filename_completer_new ()" link="GFilenameCompleter.html#g-filename-completer-new"/>
1201
1620
  <function name="g_filename_completer_get_completion_suffix ()" link="GFilenameCompleter.html#g-filename-completer-get-completion-suffix"/>
1202
1621
  <function name="g_filename_completer_get_completions ()" link="GFilenameCompleter.html#g-filename-completer-get-completions"/>
1203
1622
  <function name="g_filename_completer_set_dirs_only ()" link="GFilenameCompleter.html#g-filename-completer-set-dirs-only"/>
1204
1623
  <function name="The &quot;got-completion-data&quot; signal" link="GFilenameCompleter.html#GFilenameCompleter-got-completion-data"/>
1624
+ <function name="Vendor overrides" link="GSettings.html#id676782"/>
1625
+ <function name="Binding" link="GSettings.html#id676815"/>
1626
+ <function name="GSettings" link="GSettings.html#GSettings-struct"/>
1627
+ <function name="g_settings_new ()" link="GSettings.html#g-settings-new"/>
1628
+ <function name="g_settings_new_with_path ()" link="GSettings.html#g-settings-new-with-path"/>
1629
+ <function name="g_settings_new_with_backend ()" link="GSettings.html#g-settings-new-with-backend"/>
1630
+ <function name="g_settings_new_with_backend_and_path ()" link="GSettings.html#g-settings-new-with-backend-and-path"/>
1631
+ <function name="g_settings_sync ()" link="GSettings.html#g-settings-sync"/>
1632
+ <function name="g_settings_get_value ()" link="GSettings.html#g-settings-get-value"/>
1633
+ <function name="g_settings_set_value ()" link="GSettings.html#g-settings-set-value"/>
1634
+ <function name="g_settings_is_writable ()" link="GSettings.html#g-settings-is-writable"/>
1635
+ <function name="g_settings_delay ()" link="GSettings.html#g-settings-delay"/>
1636
+ <function name="g_settings_apply ()" link="GSettings.html#g-settings-apply"/>
1637
+ <function name="g_settings_revert ()" link="GSettings.html#g-settings-revert"/>
1638
+ <function name="g_settings_get_has_unapplied ()" link="GSettings.html#g-settings-get-has-unapplied"/>
1639
+ <function name="g_settings_get_child ()" link="GSettings.html#g-settings-get-child"/>
1640
+ <function name="g_settings_reset ()" link="GSettings.html#g-settings-reset"/>
1641
+ <function name="g_settings_list_schemas ()" link="GSettings.html#g-settings-list-schemas"/>
1642
+ <function name="g_settings_get ()" link="GSettings.html#g-settings-get"/>
1643
+ <function name="g_settings_set ()" link="GSettings.html#g-settings-set"/>
1644
+ <function name="g_settings_get_boolean ()" link="GSettings.html#g-settings-get-boolean"/>
1645
+ <function name="g_settings_set_boolean ()" link="GSettings.html#g-settings-set-boolean"/>
1646
+ <function name="g_settings_get_int ()" link="GSettings.html#g-settings-get-int"/>
1647
+ <function name="g_settings_set_int ()" link="GSettings.html#g-settings-set-int"/>
1648
+ <function name="g_settings_get_double ()" link="GSettings.html#g-settings-get-double"/>
1649
+ <function name="g_settings_set_double ()" link="GSettings.html#g-settings-set-double"/>
1650
+ <function name="g_settings_get_string ()" link="GSettings.html#g-settings-get-string"/>
1651
+ <function name="g_settings_set_string ()" link="GSettings.html#g-settings-set-string"/>
1652
+ <function name="g_settings_get_strv ()" link="GSettings.html#g-settings-get-strv"/>
1653
+ <function name="g_settings_set_strv ()" link="GSettings.html#g-settings-set-strv"/>
1654
+ <function name="g_settings_get_enum ()" link="GSettings.html#g-settings-get-enum"/>
1655
+ <function name="g_settings_set_enum ()" link="GSettings.html#g-settings-set-enum"/>
1656
+ <function name="g_settings_get_flags ()" link="GSettings.html#g-settings-get-flags"/>
1657
+ <function name="g_settings_set_flags ()" link="GSettings.html#g-settings-set-flags"/>
1658
+ <function name="GSettingsGetMapping ()" link="GSettings.html#GSettingsGetMapping"/>
1659
+ <function name="g_settings_get_mapped ()" link="GSettings.html#g-settings-get-mapped"/>
1660
+ <function name="enum GSettingsBindFlags" link="GSettings.html#GSettingsBindFlags"/>
1661
+ <function name="g_settings_bind ()" link="GSettings.html#g-settings-bind"/>
1662
+ <function name="g_settings_bind_with_mapping ()" link="GSettings.html#g-settings-bind-with-mapping"/>
1663
+ <function name="g_settings_bind_writable ()" link="GSettings.html#g-settings-bind-writable"/>
1664
+ <function name="g_settings_unbind ()" link="GSettings.html#g-settings-unbind"/>
1665
+ <function name="GSettingsBindSetMapping ()" link="GSettings.html#GSettingsBindSetMapping"/>
1666
+ <function name="GSettingsBindGetMapping ()" link="GSettings.html#GSettingsBindGetMapping"/>
1667
+ <function name="The &quot;backend&quot; property" link="GSettings.html#GSettings--backend"/>
1668
+ <function name="The &quot;has-unapplied&quot; property" link="GSettings.html#GSettings--has-unapplied"/>
1669
+ <function name="The &quot;path&quot; property" link="GSettings.html#GSettings--path"/>
1670
+ <function name="The &quot;schema&quot; property" link="GSettings.html#GSettings--schema"/>
1671
+ <function name="The &quot;change-event&quot; signal" link="GSettings.html#GSettings-change-event"/>
1672
+ <function name="The &quot;changed&quot; signal" link="GSettings.html#GSettings-changed"/>
1673
+ <function name="The &quot;writable-change-event&quot; signal" link="GSettings.html#GSettings-writable-change-event"/>
1674
+ <function name="The &quot;writable-changed&quot; signal" link="GSettings.html#GSettings-writable-changed"/>
1675
+ <function name="GSettingsBackend" link="GSettingsBackend.html#GSettingsBackend-struct"/>
1676
+ <function name="GSettingsBackendClass" link="GSettingsBackend.html#GSettingsBackendClass"/>
1677
+ <function name="G_SETTINGS_BACKEND_EXTENSION_POINT_NAME" link="GSettingsBackend.html#G-SETTINGS-BACKEND-EXTENSION-POINT-NAME:CAPS"/>
1678
+ <function name="g_settings_backend_changed ()" link="GSettingsBackend.html#g-settings-backend-changed"/>
1679
+ <function name="g_settings_backend_path_changed ()" link="GSettingsBackend.html#g-settings-backend-path-changed"/>
1680
+ <function name="g_settings_backend_keys_changed ()" link="GSettingsBackend.html#g-settings-backend-keys-changed"/>
1681
+ <function name="g_settings_backend_path_writable_changed ()" link="GSettingsBackend.html#g-settings-backend-path-writable-changed"/>
1682
+ <function name="g_settings_backend_writable_changed ()" link="GSettingsBackend.html#g-settings-backend-writable-changed"/>
1683
+ <function name="g_settings_backend_changed_tree ()" link="GSettingsBackend.html#g-settings-backend-changed-tree"/>
1684
+ <function name="g_settings_backend_flatten_tree ()" link="GSettingsBackend.html#g-settings-backend-flatten-tree"/>
1685
+ <function name="g_keyfile_settings_backend_new ()" link="GSettingsBackend.html#g-keyfile-settings-backend-new"/>
1686
+ <function name="GPermission" link="GPermission.html#GPermission-struct"/>
1687
+ <function name="g_permission_get_allowed ()" link="GPermission.html#g-permission-get-allowed"/>
1688
+ <function name="g_permission_get_can_acquire ()" link="GPermission.html#g-permission-get-can-acquire"/>
1689
+ <function name="g_permission_get_can_release ()" link="GPermission.html#g-permission-get-can-release"/>
1690
+ <function name="g_permission_acquire ()" link="GPermission.html#g-permission-acquire"/>
1691
+ <function name="g_permission_acquire_async ()" link="GPermission.html#g-permission-acquire-async"/>
1692
+ <function name="g_permission_acquire_finish ()" link="GPermission.html#g-permission-acquire-finish"/>
1693
+ <function name="g_permission_release ()" link="GPermission.html#g-permission-release"/>
1694
+ <function name="g_permission_release_async ()" link="GPermission.html#g-permission-release-async"/>
1695
+ <function name="g_permission_release_finish ()" link="GPermission.html#g-permission-release-finish"/>
1696
+ <function name="g_permission_impl_update ()" link="GPermission.html#g-permission-impl-update"/>
1697
+ <function name="The &quot;allowed&quot; property" link="GPermission.html#GPermission--allowed"/>
1698
+ <function name="The &quot;can-acquire&quot; property" link="GPermission.html#GPermission--can-acquire"/>
1699
+ <function name="The &quot;can-release&quot; property" link="GPermission.html#GPermission--can-release"/>
1700
+ <function name="GSimplePermission" link="GSimplePermission.html#GSimplePermission-struct"/>
1701
+ <function name="g_simple_permission_new ()" link="GSimplePermission.html#g-simple-permission-new"/>
1205
1702
  <function name="GVfs" link="GVfs.html#GVfs-struct"/>
1206
1703
  <function name="G_VFS_EXTENSION_POINT_NAME" link="GVfs.html#G-VFS-EXTENSION-POINT-NAME:CAPS"/>
1207
1704
  <function name="g_vfs_get_file_for_path ()" link="GVfs.html#g-vfs-get-file-for-path"/>
@@ -1231,5 +1728,9 @@
1231
1728
  <function name="g_io_extension_point_register ()" link="gio-Extension-Points.html#g-io-extension-point-register"/>
1232
1729
  <function name="g_io_extension_point_set_required_type ()" link="gio-Extension-Points.html#g-io-extension-point-set-required-type"/>
1233
1730
  <function name="g_io_extension_ref_class ()" link="gio-Extension-Points.html#g-io-extension-ref-class"/>
1731
+ <function name="Commands" link="gsettings.html#id555446"/>
1732
+ <function name="Options" link="gsettings.html#id518459"/>
1733
+ <function name="Options" link="glib-compile-schemas.html#id378177"/>
1734
+ <function name="Commands" link="gdbus.html#id490050"/>
1234
1735
  </functions>
1235
1736
  </book>