glib2 3.1.1-x86-mingw32 → 3.1.2-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (657) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +6 -2
  3. data/ext/glib2/extconf.rb +4 -2
  4. data/ext/glib2/glib2.def +4 -0
  5. data/ext/glib2/rbglib-bytes.c +78 -0
  6. data/ext/glib2/rbglib.c +1 -0
  7. data/ext/glib2/rbglib.h +2 -2
  8. data/ext/glib2/rbglib_datetime.c +4 -0
  9. data/ext/glib2/rbglib_timezone.c +4 -0
  10. data/ext/glib2/rbgobj_boxed.c +7 -7
  11. data/ext/glib2/rbgobj_enums.c +4 -4
  12. data/ext/glib2/rbgobj_flags.c +4 -4
  13. data/ext/glib2/rbgobj_object.c +6 -6
  14. data/ext/glib2/rbgobj_type.c +18 -1
  15. data/ext/glib2/rbgobj_typeinterface.c +2 -2
  16. data/ext/glib2/rbgobject.h +5 -1
  17. data/ext/glib2/rbgprivate.h +2 -1
  18. data/lib/2.2/glib2.so +0 -0
  19. data/lib/2.3/glib2.so +0 -0
  20. data/lib/2.4/glib2.so +0 -0
  21. data/lib/gnome2/rake/package-task.rb +4 -2
  22. data/lib/mkmf-gnome2.rb +7 -118
  23. data/test/test-bytes.rb +36 -0
  24. data/test/test-date-time.rb +5 -1
  25. data/test/test-match-info.rb +7 -1
  26. data/test/test-regex.rb +7 -1
  27. data/test/test-time-zone.rb +7 -1
  28. data/test/test-type-interface.rb +38 -0
  29. data/test/test-variant-type.rb +2 -0
  30. data/test/test_key_file.rb +6 -2
  31. data/vendor/local/bin/asn1Coding.exe +0 -0
  32. data/vendor/local/bin/asn1Decoding.exe +0 -0
  33. data/vendor/local/bin/asn1Parser.exe +0 -0
  34. data/vendor/local/bin/envsubst.exe +0 -0
  35. data/vendor/local/bin/gdbus.exe +0 -0
  36. data/vendor/local/bin/gettext.exe +0 -0
  37. data/vendor/local/bin/gio-querymodules.exe +0 -0
  38. data/vendor/local/bin/gio.exe +0 -0
  39. data/vendor/local/bin/glib-compile-resources.exe +0 -0
  40. data/vendor/local/bin/glib-compile-schemas.exe +0 -0
  41. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  42. data/vendor/local/bin/glib-gettextize +2 -2
  43. data/vendor/local/bin/glib-mkenums +29 -1
  44. data/vendor/local/bin/gobject-query.exe +0 -0
  45. data/vendor/local/bin/gresource.exe +0 -0
  46. data/vendor/local/bin/gsettings.exe +0 -0
  47. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  48. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  49. data/vendor/local/bin/iconv.exe +0 -0
  50. data/vendor/local/bin/idn.exe +0 -0
  51. data/vendor/local/bin/libasprintf-0.dll +0 -0
  52. data/vendor/local/bin/libcharset-1.dll +0 -0
  53. data/vendor/local/bin/libffi-6.dll +0 -0
  54. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  55. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  56. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  57. data/vendor/local/bin/libgmp-10.dll +0 -0
  58. data/vendor/local/bin/libgnutls-30.dll +0 -0
  59. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  60. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  61. data/vendor/local/bin/libhogweed-4-2.dll +0 -0
  62. data/vendor/local/bin/libiconv-2.dll +0 -0
  63. data/vendor/local/bin/libidn-11.dll +0 -0
  64. data/vendor/local/bin/libintl-8.dll +0 -0
  65. data/vendor/local/bin/libnettle-6-2.dll +0 -0
  66. data/vendor/local/bin/libp11-kit-0.dll +0 -0
  67. data/vendor/local/bin/libpcre-1.dll +0 -0
  68. data/vendor/local/bin/libpcrecpp-0.dll +0 -0
  69. data/vendor/local/bin/libpcreposix-0.dll +0 -0
  70. data/vendor/local/bin/libtasn1-6.dll +0 -0
  71. data/vendor/local/bin/nettle-hash.exe +0 -0
  72. data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
  73. data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
  74. data/vendor/local/bin/ngettext.exe +0 -0
  75. data/vendor/local/bin/p11-kit.exe +0 -0
  76. data/vendor/local/bin/pcregrep.exe +0 -0
  77. data/vendor/local/bin/pcretest.exe +0 -0
  78. data/vendor/local/bin/pkcs1-conv.exe +0 -0
  79. data/vendor/local/bin/sexp-conv.exe +0 -0
  80. data/vendor/local/bin/trust.exe +0 -0
  81. data/vendor/local/include/glib-2.0/gio/gappinfo.h +1 -2
  82. data/vendor/local/include/glib-2.0/gio/gcontenttype.h +3 -0
  83. data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +2 -2
  84. data/vendor/local/include/glib-2.0/gio/gdbusmessage.h +1 -1
  85. data/vendor/local/include/glib-2.0/gio/gfileinfo.h +23 -10
  86. data/vendor/local/include/glib-2.0/gio/gioenums.h +1 -1
  87. data/vendor/local/include/glib-2.0/gio/giotypes.h +3 -3
  88. data/vendor/local/include/glib-2.0/gio/gsubprocesslauncher.h +1 -1
  89. data/vendor/local/include/glib-2.0/glib.h +1 -0
  90. data/vendor/local/include/glib-2.0/glib/gatomic.h +8 -0
  91. data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +2 -3
  92. data/vendor/local/include/glib-2.0/glib/gcharset.h +7 -8
  93. data/vendor/local/include/glib-2.0/glib/gchecksum.h +3 -1
  94. data/vendor/local/include/glib-2.0/glib/gdatetime.h +2 -4
  95. data/vendor/local/include/glib-2.0/glib/gerror.h +7 -8
  96. data/vendor/local/include/glib-2.0/glib/gfileutils.h +7 -8
  97. data/vendor/local/include/glib-2.0/glib/gkeyfile.h +7 -8
  98. data/vendor/local/include/glib-2.0/glib/gmain.h +4 -4
  99. data/vendor/local/include/glib-2.0/glib/gmarkup.h +7 -8
  100. data/vendor/local/include/glib-2.0/glib/gregex.h +2 -3
  101. data/vendor/local/include/glib-2.0/glib/gshell.h +7 -9
  102. data/vendor/local/include/glib-2.0/glib/gspawn.h +7 -9
  103. data/vendor/local/include/glib-2.0/glib/gstdio.h +7 -8
  104. data/vendor/local/include/glib-2.0/glib/gtestutils.h +1 -1
  105. data/vendor/local/include/glib-2.0/glib/gunicode.h +13 -16
  106. data/vendor/local/include/glib-2.0/glib/guuid.h +42 -0
  107. data/vendor/local/include/glib-2.0/glib/gversionmacros.h +24 -0
  108. data/vendor/local/include/glib-2.0/gmodule.h +3 -1
  109. data/vendor/local/include/glib-2.0/gobject/gclosure.h +5 -5
  110. data/vendor/local/include/glib-2.0/gobject/gsignal.h +3 -3
  111. data/vendor/local/include/glib-2.0/gobject/gtype.h +13 -8
  112. data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
  113. data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
  114. data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
  115. data/vendor/local/lib/glib-2.0/include/glibconfig.h +2 -2
  116. data/vendor/local/lib/libasprintf.dll.a +0 -0
  117. data/vendor/local/lib/libcharset.dll.a +0 -0
  118. data/vendor/local/lib/libffi.dll.a +0 -0
  119. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  120. data/vendor/local/lib/libgio-2.0.la +3 -3
  121. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  122. data/vendor/local/lib/libglib-2.0.la +3 -3
  123. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  124. data/vendor/local/lib/libgmodule-2.0.la +3 -3
  125. data/vendor/local/lib/libgmp.dll.a +0 -0
  126. data/vendor/local/lib/libgnutls.dll.a +0 -0
  127. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  128. data/vendor/local/lib/libgobject-2.0.la +3 -3
  129. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  130. data/vendor/local/lib/libgthread-2.0.la +3 -3
  131. data/vendor/local/lib/libhogweed.dll.a +0 -0
  132. data/vendor/local/lib/libiconv.dll.a +0 -0
  133. data/vendor/local/lib/libidn.dll.a +0 -0
  134. data/vendor/local/lib/libintl.dll.a +0 -0
  135. data/vendor/local/lib/libnettle.dll.a +0 -0
  136. data/vendor/local/lib/libp11-kit.dll.a +0 -0
  137. data/vendor/local/lib/libpcre.dll.a +0 -0
  138. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  139. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  140. data/vendor/local/lib/libtasn1.dll.a +0 -0
  141. data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
  142. data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
  143. data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
  144. data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
  145. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
  146. data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
  147. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
  148. data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
  149. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  150. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
  151. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  152. data/vendor/local/share/aclocal/glib-gettext.m4 +48 -1
  153. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/{libglib-2.0.so.0.5000.2-gdb.py → libglib-2.0.so.0.5200.1-gdb.py} +0 -0
  154. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/{libgobject-2.0.so.0.5000.2-gdb.py → libgobject-2.0.so.0.5200.1-gdb.py} +0 -0
  155. data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
  156. data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
  157. data/vendor/local/share/glib-2.0/codegen/codegen.py +9 -7
  158. data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
  159. data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
  160. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
  161. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
  162. data/vendor/local/share/glib-2.0/codegen/codegen_main.py +9 -3
  163. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
  164. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
  165. data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
  166. data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
  167. data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
  168. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
  169. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
  170. data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
  171. data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
  172. data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
  173. data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
  174. data/vendor/local/share/glib-2.0/gdb/glib_gdb.py +0 -0
  175. data/vendor/local/share/glib-2.0/gdb/gobject_gdb.py +0 -0
  176. data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +1 -1
  177. data/vendor/local/share/glib-2.0/valgrind/glib.supp +493 -0
  178. data/vendor/local/share/gtk-doc/html/gio/GAction.html +5 -5
  179. data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +6 -6
  180. data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +1 -1
  181. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +15 -13
  182. data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +1 -1
  183. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +9 -9
  184. data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +2 -2
  185. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +2 -2
  186. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +1 -1
  187. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +4 -4
  188. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +1 -1
  189. data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +1 -1
  190. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +7 -7
  191. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +1 -1
  192. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +1 -1
  193. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +1 -1
  194. data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +1 -1
  195. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +3 -3
  196. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +64 -62
  197. data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +2 -2
  198. data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +1 -1
  199. data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +1 -1
  200. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +5 -5
  201. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +85 -21
  202. data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +1 -1
  203. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +1 -1
  204. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +15 -15
  205. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +2 -2
  206. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +1 -1
  207. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +1 -1
  208. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +30 -30
  209. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +6 -5
  210. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +15 -15
  211. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +9 -9
  212. data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +2 -2
  213. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +14 -14
  214. data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +2 -2
  215. data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +4 -4
  216. data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +2 -2
  217. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +1 -1
  218. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +2 -2
  219. data/vendor/local/share/gtk-doc/html/gio/GFile.html +110 -110
  220. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +1 -1
  221. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +8 -8
  222. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +3 -3
  223. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +1 -1
  224. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +84 -68
  225. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +3 -3
  226. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +2 -2
  227. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +1 -1
  228. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +1 -1
  229. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +1 -1
  230. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +1 -1
  231. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +1 -1
  232. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +4 -4
  233. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +4 -4
  234. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +1 -1
  235. data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +1 -1
  236. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +1 -1
  237. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +2 -2
  238. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +11 -11
  239. data/vendor/local/share/gtk-doc/html/gio/GListModel.html +1 -1
  240. data/vendor/local/share/gtk-doc/html/gio/GListStore.html +1 -1
  241. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +3 -3
  242. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +3 -3
  243. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +4 -4
  244. data/vendor/local/share/gtk-doc/html/gio/GMenu.html +28 -28
  245. data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +6 -6
  246. data/vendor/local/share/gtk-doc/html/gio/GMount.html +16 -16
  247. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +1 -1
  248. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +1 -1
  249. data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +3 -3
  250. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +1 -1
  251. data/vendor/local/share/gtk-doc/html/gio/GNotification.html +6 -6
  252. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +18 -18
  253. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +5 -5
  254. data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +3 -3
  255. data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +3 -3
  256. data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +1 -1
  257. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +3 -3
  258. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +3 -3
  259. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +3 -3
  260. data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +2 -2
  261. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +9 -9
  262. data/vendor/local/share/gtk-doc/html/gio/GResource.html +6 -6
  263. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +3 -3
  264. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +7 -7
  265. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +3 -3
  266. data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +6 -6
  267. data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +1 -1
  268. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +12 -12
  269. data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +1 -1
  270. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +1 -1
  271. data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +3 -3
  272. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +25 -25
  273. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +1 -1
  274. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +11 -11
  275. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +4 -4
  276. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +3 -3
  277. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +1 -1
  278. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +14 -14
  279. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +2 -2
  280. data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +1 -1
  281. data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +8 -8
  282. data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +3 -1
  283. data/vendor/local/share/gtk-doc/html/gio/GTask.html +10 -10
  284. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +1 -1
  285. data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +1 -1
  286. data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +2 -2
  287. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +1 -1
  288. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +1 -1
  289. data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +1 -1
  290. data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +3 -3
  291. data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +2 -2
  292. data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +4 -4
  293. data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +60 -30
  294. data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +1 -1
  295. data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +5 -5
  296. data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +3 -3
  297. data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +2 -2
  298. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +9 -9
  299. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +1 -1
  300. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +3 -3
  301. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +2 -2
  302. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +1 -1
  303. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +1 -1
  304. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +1 -1
  305. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +1 -1
  306. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +9 -9
  307. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +1 -1
  308. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +2 -2
  309. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +1 -1
  310. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +3 -5
  311. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +9 -1
  312. data/vendor/local/share/gtk-doc/html/gio/application.html +1 -1
  313. data/vendor/local/share/gtk-doc/html/gio/async.html +1 -1
  314. data/vendor/local/share/gtk-doc/html/gio/ch01.html +1 -1
  315. data/vendor/local/share/gtk-doc/html/gio/ch02.html +1 -1
  316. data/vendor/local/share/gtk-doc/html/gio/ch03.html +1 -1
  317. data/vendor/local/share/gtk-doc/html/gio/ch32.html +1 -1
  318. data/vendor/local/share/gtk-doc/html/gio/ch33.html +1 -1
  319. data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +1 -1
  320. data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +1 -1
  321. data/vendor/local/share/gtk-doc/html/gio/ch34.html +1 -1
  322. data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +1 -1
  323. data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +1 -1
  324. data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +1 -1
  325. data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +1 -1
  326. data/vendor/local/share/gtk-doc/html/gio/ch34s06.html +1 -1
  327. data/vendor/local/share/gtk-doc/html/gio/ch34s07.html +1 -1
  328. data/vendor/local/share/gtk-doc/html/gio/ch35.html +1 -1
  329. data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +1 -1
  330. data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +1 -1
  331. data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +1 -1
  332. data/vendor/local/share/gtk-doc/html/gio/conversion.html +1 -1
  333. data/vendor/local/share/gtk-doc/html/gio/data-models.html +1 -1
  334. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +1 -1
  335. data/vendor/local/share/gtk-doc/html/gio/extending.html +1 -1
  336. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +1 -1
  337. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +1 -1
  338. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +1 -1
  339. data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +1 -1
  340. data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +18 -5
  341. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +1 -1
  342. data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +1 -1
  343. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +1 -1
  344. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +1 -1
  345. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +20 -11
  346. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +2 -2
  347. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +1 -1
  348. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +7 -7
  349. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +1 -1
  350. data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +1 -1
  351. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +59 -7
  352. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +1 -1
  353. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +1 -1
  354. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +3 -3
  355. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +1 -1
  356. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +1 -1
  357. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +4 -4
  358. data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +1 -1
  359. data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +2 -2
  360. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +1 -1
  361. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +1 -1
  362. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +5 -5
  363. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +13 -13
  364. data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +1 -1
  365. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +4 -4
  366. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +11 -11
  367. data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +1 -1
  368. data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +6 -6
  369. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +1 -1
  370. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +1 -1
  371. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +8 -5
  372. data/vendor/local/share/gtk-doc/html/gio/gio.html +1 -1
  373. data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +9 -1
  374. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +1 -1
  375. data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +1 -1
  376. data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +1 -1
  377. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +1 -1
  378. data/vendor/local/share/gtk-doc/html/gio/icons.html +1 -1
  379. data/vendor/local/share/gtk-doc/html/gio/index.html +2 -20
  380. data/vendor/local/share/gtk-doc/html/gio/migrating.html +1 -1
  381. data/vendor/local/share/gtk-doc/html/gio/networking.html +1 -1
  382. data/vendor/local/share/gtk-doc/html/gio/permissions.html +1 -1
  383. data/vendor/local/share/gtk-doc/html/gio/pt01.html +1 -1
  384. data/vendor/local/share/gtk-doc/html/gio/pt02.html +1 -1
  385. data/vendor/local/share/gtk-doc/html/gio/registry.html +1 -1
  386. data/vendor/local/share/gtk-doc/html/gio/resolver.html +1 -1
  387. data/vendor/local/share/gtk-doc/html/gio/resources.html +1 -1
  388. data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +1 -1
  389. data/vendor/local/share/gtk-doc/html/gio/settings.html +1 -1
  390. data/vendor/local/share/gtk-doc/html/gio/streaming.html +1 -1
  391. data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +1 -1
  392. data/vendor/local/share/gtk-doc/html/gio/testing.html +1 -1
  393. data/vendor/local/share/gtk-doc/html/gio/tls.html +1 -1
  394. data/vendor/local/share/gtk-doc/html/gio/tools.html +1 -1
  395. data/vendor/local/share/gtk-doc/html/gio/types.html +1 -1
  396. data/vendor/local/share/gtk-doc/html/gio/utils.html +1 -1
  397. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +1 -1
  398. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +3 -5
  399. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +13 -1
  400. data/vendor/local/share/gtk-doc/html/glib/deprecated.html +1 -1
  401. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +1 -1
  402. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +2 -2
  403. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +1 -1
  404. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +1 -1
  405. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +1 -1
  406. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +3 -1
  407. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +1 -1
  408. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +19 -19
  409. data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +1 -1
  410. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +1 -1
  411. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +1 -1
  412. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +3 -3
  413. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +1 -1
  414. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +20 -20
  415. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +8 -1
  416. data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +4 -3
  417. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +1 -1
  418. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +1 -1
  419. data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +1 -1
  420. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +1 -1
  421. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +1 -1
  422. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +10 -6
  423. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +2 -2
  424. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +19 -11
  425. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +4 -4
  426. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +2 -2
  427. data/vendor/local/share/gtk-doc/html/glib/glib-GUuid.html +134 -0
  428. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +93 -30
  429. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +4 -4
  430. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +2 -2
  431. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +9 -6
  432. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +1 -1
  433. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +1 -1
  434. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +8 -8
  435. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +7 -7
  436. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +33 -24
  437. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +11 -11
  438. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +1 -1
  439. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +6 -6
  440. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +3 -3
  441. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +4 -4
  442. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +13 -7
  443. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +6 -6
  444. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +1 -1
  445. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +1 -1
  446. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +15 -15
  447. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +4 -4
  448. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +6 -6
  449. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +1 -1
  450. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +1 -1
  451. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +2 -2
  452. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +1 -1
  453. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +3 -3
  454. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +1 -1
  455. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +21 -21
  456. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +1 -1
  457. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +1 -1
  458. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +8 -8
  459. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +1 -1
  460. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +9 -7
  461. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +28 -21
  462. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +1 -1
  463. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +3 -3
  464. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +1 -1
  465. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +1 -1
  466. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +1 -1
  467. data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +1 -1
  468. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +9 -10
  469. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +62 -10
  470. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +5 -5
  471. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +3 -3
  472. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +8 -8
  473. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +1 -1
  474. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +1 -1
  475. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +1 -1
  476. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +1 -1
  477. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +1 -1
  478. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -3
  479. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +1 -1
  480. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +1 -1
  481. data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +1 -1
  482. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +1 -1
  483. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +1 -1
  484. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +1 -1
  485. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +4 -1
  486. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +6 -0
  487. data/vendor/local/share/gtk-doc/html/glib/glib.html +1 -1
  488. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +1 -1
  489. data/vendor/local/share/gtk-doc/html/glib/gtester.html +1 -1
  490. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +1 -1
  491. data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +1 -1
  492. data/vendor/local/share/gtk-doc/html/glib/index.html +5 -28
  493. data/vendor/local/share/gtk-doc/html/glib/tools.html +1 -1
  494. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +3 -3
  495. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +1 -1
  496. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +1 -1
  497. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +1 -3
  498. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +1 -1
  499. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +1 -1
  500. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +1 -1
  501. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +1 -1
  502. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +1 -1
  503. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +2 -2
  504. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +7 -1
  505. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +7 -1
  506. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +1 -1
  507. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +53 -53
  508. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +1 -1
  509. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +1 -1
  510. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +2 -2
  511. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +19 -19
  512. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +17 -17
  513. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +15 -15
  514. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +25 -17
  515. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +4 -4
  516. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +1 -1
  517. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +1 -1
  518. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +1 -1
  519. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +1 -1
  520. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +1 -1
  521. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +1 -1
  522. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +1 -1
  523. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +1 -1
  524. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +1 -1
  525. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +1 -1
  526. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +1 -1
  527. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +1 -1
  528. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +1 -1
  529. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +1 -1
  530. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +1 -1
  531. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +1 -1
  532. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +1 -1
  533. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +1 -1
  534. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +1 -1
  535. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +1 -1
  536. data/vendor/local/share/gtk-doc/html/gobject/index.html +2 -24
  537. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +1 -1
  538. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +1 -1
  539. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +1 -1
  540. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +1 -1
  541. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +1 -1
  542. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +1 -1
  543. data/vendor/local/share/gtk-doc/html/gobject/signal.html +1 -1
  544. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +1 -1
  545. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +1 -1
  546. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +1 -1
  547. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +1 -1
  548. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +1 -1
  549. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  550. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  551. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  552. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  553. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  554. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  555. data/vendor/local/share/locale/fur/LC_MESSAGES/glib20.mo +0 -0
  556. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  557. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  558. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  559. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  560. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  561. data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
  562. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  563. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  564. data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
  565. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  566. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  567. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  568. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  569. data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
  570. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  571. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  572. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  573. data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
  574. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  575. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  576. data/vendor/local/share/man/man1/gapplication.1 +2 -2
  577. data/vendor/local/share/man/man1/gdbus-codegen.1 +18 -4
  578. data/vendor/local/share/man/man1/gdbus.1 +2 -2
  579. data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
  580. data/vendor/local/share/man/man1/gio.1 +2 -2
  581. data/vendor/local/share/man/man1/glib-compile-resources.1 +10 -2
  582. data/vendor/local/share/man/man1/glib-compile-schemas.1 +2 -2
  583. data/vendor/local/share/man/man1/glib-genmarshal.1 +7 -2
  584. data/vendor/local/share/man/man1/glib-gettextize.1 +2 -2
  585. data/vendor/local/share/man/man1/glib-mkenums.1 +7 -2
  586. data/vendor/local/share/man/man1/gobject-query.1 +2 -2
  587. data/vendor/local/share/man/man1/gresource.1 +2 -2
  588. data/vendor/local/share/man/man1/gsettings.1 +2 -2
  589. data/vendor/local/share/man/man1/gtester-report.1 +2 -2
  590. data/vendor/local/share/man/man1/gtester.1 +2 -2
  591. metadata +26 -71
  592. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +0 -147
  593. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +0 -156
  594. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +0 -1082
  595. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +0 -217
  596. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +0 -1651
  597. data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +0 -718
  598. data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +0 -693
  599. data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +0 -717
  600. data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +0 -271
  601. data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +0 -274
  602. data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +0 -188
  603. data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +0 -364
  604. data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +0 -63
  605. data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +0 -214
  606. data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +0 -211
  607. data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +0 -283
  608. data/vendor/local/share/gtk-doc/html/gio/api-index-2-50.html +0 -79
  609. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +0 -321
  610. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +0 -166
  611. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +0 -306
  612. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +0 -561
  613. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +0 -356
  614. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +0 -107
  615. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +0 -118
  616. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +0 -85
  617. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +0 -188
  618. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +0 -422
  619. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +0 -388
  620. data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +0 -121
  621. data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +0 -251
  622. data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +0 -342
  623. data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +0 -115
  624. data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +0 -115
  625. data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +0 -121
  626. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +0 -391
  627. data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +0 -161
  628. data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +0 -41
  629. data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +0 -116
  630. data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +0 -68
  631. data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +0 -68
  632. data/vendor/local/share/gtk-doc/html/glib/api-index-2-50.html +0 -121
  633. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +0 -415
  634. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +0 -156
  635. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +0 -645
  636. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +0 -79
  637. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +0 -49
  638. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +0 -45
  639. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +0 -42
  640. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +0 -34
  641. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +0 -42
  642. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +0 -67
  643. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +0 -195
  644. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +0 -41
  645. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +0 -68
  646. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +0 -79
  647. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +0 -57
  648. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +0 -50
  649. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +0 -75
  650. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +0 -172
  651. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +0 -38
  652. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +0 -34
  653. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +0 -60
  654. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +0 -34
  655. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +0 -38
  656. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +0 -38
  657. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +0 -131
@@ -1,217 +0,0 @@
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>Index of new symbols in 2.24: GIO Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
- <link rel="home" href="index.html" title="GIO Reference Manual">
8
- <link rel="up" href="index.html" title="GIO Reference Manual">
9
- <link rel="prev" href="api-index-2-22.html" title="Index of new symbols in 2.22">
10
- <link rel="next" href="api-index-2-26.html" title="Index of new symbols in 2.26">
11
- <meta name="generator" content="GTK-Doc V1.25.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="5"><tr valign="middle">
16
- <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxA">A</a>
17
-  <span class="dim">|</span> 
18
- <a class="shortcut" href="#idxC">C</a>
19
-  <span class="dim">|</span> 
20
- <a class="shortcut" href="#idxD">D</a>
21
-  <span class="dim">|</span> 
22
- <a class="shortcut" href="#idxF">F</a>
23
-  <span class="dim">|</span> 
24
- <a class="shortcut" href="#idxI">I</a>
25
-  <span class="dim">|</span> 
26
- <a class="shortcut" href="#idxM">M</a>
27
-  <span class="dim">|</span> 
28
- <a class="shortcut" href="#idxO">O</a>
29
-  <span class="dim">|</span> 
30
- <a class="shortcut" href="#idxS">S</a>
31
-  <span class="dim">|</span> 
32
- <a class="shortcut" href="#idxU">U</a>
33
-  <span class="dim">|</span> 
34
- <a class="shortcut" href="#idxZ">Z</a></span></td>
35
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
36
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
37
- <td><a accesskey="p" href="api-index-2-22.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
38
- <td><a accesskey="n" href="api-index-2-26.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
39
- </tr></table>
40
- <div class="index">
41
- <div class="titlepage"><div><div><h1 class="title">
42
- <a name="api-index-2-24"></a>Index of new symbols in 2.24</h1></div></div></div>
43
- <a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
44
- <dt>
45
- <a class="link" href="GAppInfo.html#g-app-info-get-display-name" title="g_app_info_get_display_name ()">g_app_info_get_display_name</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
46
- </dt>
47
- <dd></dd>
48
- <a name="idxC"></a><h3 class="title">C</h3>
49
- <dt>
50
- <a class="link" href="GCharsetConverter.html#g-charset-converter-get-num-fallbacks" title="g_charset_converter_get_num_fallbacks ()">g_charset_converter_get_num_fallbacks</a>, function in <a class="link" href="GCharsetConverter.html" title="GCharsetConverter">GCharsetConverter</a>
51
- </dt>
52
- <dd></dd>
53
- <dt>
54
- <a class="link" href="GCharsetConverter.html#g-charset-converter-get-use-fallback" title="g_charset_converter_get_use_fallback ()">g_charset_converter_get_use_fallback</a>, function in <a class="link" href="GCharsetConverter.html" title="GCharsetConverter">GCharsetConverter</a>
55
- </dt>
56
- <dd></dd>
57
- <dt>
58
- <a class="link" href="GCharsetConverter.html#g-charset-converter-new" title="g_charset_converter_new ()">g_charset_converter_new</a>, function in <a class="link" href="GCharsetConverter.html" title="GCharsetConverter">GCharsetConverter</a>
59
- </dt>
60
- <dd></dd>
61
- <dt>
62
- <a class="link" href="GCharsetConverter.html#g-charset-converter-set-use-fallback" title="g_charset_converter_set_use_fallback ()">g_charset_converter_set_use_fallback</a>, function in <a class="link" href="GCharsetConverter.html" title="GCharsetConverter">GCharsetConverter</a>
63
- </dt>
64
- <dd></dd>
65
- <dt>
66
- <a class="link" href="GConverter.html#GConverter-struct" title="GConverter">GConverter</a>, struct in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
67
- </dt>
68
- <dd></dd>
69
- <dt>
70
- <a class="link" href="GConverter.html#GConverterFlags" title="enum GConverterFlags">GConverterFlags</a>, enum in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
71
- </dt>
72
- <dd></dd>
73
- <dt>
74
- <a class="link" href="GConverter.html#GConverterIface" title="struct GConverterIface">GConverterIface</a>, struct in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
75
- </dt>
76
- <dd></dd>
77
- <dt>
78
- <a class="link" href="GConverter.html#GConverterResult" title="enum GConverterResult">GConverterResult</a>, enum in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
79
- </dt>
80
- <dd></dd>
81
- <dt>
82
- <a class="link" href="GConverter.html#g-converter-convert" title="g_converter_convert ()">g_converter_convert</a>, function in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
83
- </dt>
84
- <dd></dd>
85
- <dt>
86
- <a class="link" href="gio-GConverterInputstream.html#g-converter-input-stream-get-converter" title="g_converter_input_stream_get_converter ()">g_converter_input_stream_get_converter</a>, function in <a class="link" href="gio-GConverterInputstream.html" title="GConverterInputstream">GConverterInputstream</a>
87
- </dt>
88
- <dd></dd>
89
- <dt>
90
- <a class="link" href="gio-GConverterOutputstream.html#g-converter-output-stream-get-converter" title="g_converter_output_stream_get_converter ()">g_converter_output_stream_get_converter</a>, function in <a class="link" href="gio-GConverterOutputstream.html" title="GConverterOutputstream">GConverterOutputstream</a>
91
- </dt>
92
- <dd></dd>
93
- <dt>
94
- <a class="link" href="GConverter.html#g-converter-reset" title="g_converter_reset ()">g_converter_reset</a>, function in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
95
- </dt>
96
- <dd></dd>
97
- <a name="idxD"></a><h3 class="title">D</h3>
98
- <dt>
99
- <a class="link" href="GDataInputStream.html#g-data-input-stream-read-upto-finish" title="g_data_input_stream_read_upto_finish ()">g_data_input_stream_read_upto_finish</a>, function in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
100
- </dt>
101
- <dd></dd>
102
- <dt>
103
- <a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-filename" title="g_desktop_app_info_get_filename ()">g_desktop_app_info_get_filename</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
104
- </dt>
105
- <dd></dd>
106
- <a name="idxF"></a><h3 class="title">F</h3>
107
- <dt>
108
- <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-DELETION-DATE:CAPS" title="G_FILE_ATTRIBUTE_TRASH_DELETION_DATE">G_FILE_ATTRIBUTE_TRASH_DELETION_DATE</a>, macro in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
109
- </dt>
110
- <dd></dd>
111
- <dt>
112
- <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-ORIG-PATH:CAPS" title="G_FILE_ATTRIBUTE_TRASH_ORIG_PATH">G_FILE_ATTRIBUTE_TRASH_ORIG_PATH</a>, macro in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
113
- </dt>
114
- <dd></dd>
115
- <dt>
116
- <a class="link" href="GFileDescriptorBased.html#g-file-descriptor-based-get-fd" title="g_file_descriptor_based_get_fd ()">g_file_descriptor_based_get_fd</a>, function in <a class="link" href="GFileDescriptorBased.html" title="GFileDescriptorBased">GFileDescriptorBased</a>
117
- </dt>
118
- <dd></dd>
119
- <dt>
120
- <a class="link" href="GFile.html#g-file-has-parent" title="g_file_has_parent ()">g_file_has_parent</a>, function in <a class="link" href="GFile.html" title="GFile">GFile</a>
121
- </dt>
122
- <dd></dd>
123
- <a name="idxI"></a><h3 class="title">I</h3>
124
- <dt>
125
- <a class="link" href="GIOModule.html#g-io-modules-scan-all-in-directory" title="g_io_modules_scan_all_in_directory ()">g_io_modules_scan_all_in_directory</a>, function in <a class="link" href="GIOModule.html" title="GIOModule">GIOModule</a>
126
- </dt>
127
- <dd></dd>
128
- <dt>
129
- <a class="link" href="GIOModule.html#g-io-module-query" title="g_io_module_query ()">g_io_module_query</a>, function in <a class="link" href="GIOModule.html" title="GIOModule">GIOModule</a>
130
- </dt>
131
- <dd></dd>
132
- <a name="idxM"></a><h3 class="title">M</h3>
133
- <dt>
134
- <a class="link" href="GMemoryOutputStream.html#GMemoryOutputStream--data" title="The “data” property">GMemoryOutputStream:data</a>, object property in <a class="link" href="GMemoryOutputStream.html" title="GMemoryOutputStream">GMemoryOutputStream</a>
135
- </dt>
136
- <dd></dd>
137
- <dt>
138
- <a class="link" href="GMemoryOutputStream.html#GMemoryOutputStream--data-size" title="The “data-size” property">GMemoryOutputStream:data-size</a>, object property in <a class="link" href="GMemoryOutputStream.html" title="GMemoryOutputStream">GMemoryOutputStream</a>
139
- </dt>
140
- <dd></dd>
141
- <dt>
142
- <a class="link" href="GMemoryOutputStream.html#GMemoryOutputStream--destroy-function" title="The “destroy-function” property">GMemoryOutputStream:destroy-function</a>, object property in <a class="link" href="GMemoryOutputStream.html" title="GMemoryOutputStream">GMemoryOutputStream</a>
143
- </dt>
144
- <dd></dd>
145
- <dt>
146
- <a class="link" href="GMemoryOutputStream.html#GMemoryOutputStream--realloc-function" title="The “realloc-function” property">GMemoryOutputStream:realloc-function</a>, object property in <a class="link" href="GMemoryOutputStream.html" title="GMemoryOutputStream">GMemoryOutputStream</a>
147
- </dt>
148
- <dd></dd>
149
- <dt>
150
- <a class="link" href="GMemoryOutputStream.html#GMemoryOutputStream--size" title="The “size” property">GMemoryOutputStream:size</a>, object property in <a class="link" href="GMemoryOutputStream.html" title="GMemoryOutputStream">GMemoryOutputStream</a>
151
- </dt>
152
- <dd></dd>
153
- <a name="idxO"></a><h3 class="title">O</h3>
154
- <dt>
155
- <a class="link" href="GOutputStream.html#g-output-stream-is-closing" title="g_output_stream_is_closing ()">g_output_stream_is_closing</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
156
- </dt>
157
- <dd></dd>
158
- <a name="idxS"></a><h3 class="title">S</h3>
159
- <dt>
160
- <a class="link" href="GSocketListener.html#g-socket-listener-add-any-inet-port" title="g_socket_listener_add_any_inet_port ()">g_socket_listener_add_any_inet_port</a>, function in <a class="link" href="GSocketListener.html" title="GSocketListener">GSocketListener</a>
161
- </dt>
162
- <dd></dd>
163
- <a name="idxU"></a><h3 class="title">U</h3>
164
- <dt>
165
- <a class="link" href="GUnixFDList.html#g-unix-fd-list-append" title="g_unix_fd_list_append ()">g_unix_fd_list_append</a>, function in <a class="link" href="GUnixFDList.html" title="GUnixFDList">GUnixFDList</a>
166
- </dt>
167
- <dd></dd>
168
- <dt>
169
- <a class="link" href="GUnixFDList.html#g-unix-fd-list-get" title="g_unix_fd_list_get ()">g_unix_fd_list_get</a>, function in <a class="link" href="GUnixFDList.html" title="GUnixFDList">GUnixFDList</a>
170
- </dt>
171
- <dd></dd>
172
- <dt>
173
- <a class="link" href="GUnixFDList.html#g-unix-fd-list-get-length" title="g_unix_fd_list_get_length ()">g_unix_fd_list_get_length</a>, function in <a class="link" href="GUnixFDList.html" title="GUnixFDList">GUnixFDList</a>
174
- </dt>
175
- <dd></dd>
176
- <dt>
177
- <a class="link" href="GUnixFDList.html#g-unix-fd-list-new" title="g_unix_fd_list_new ()">g_unix_fd_list_new</a>, function in <a class="link" href="GUnixFDList.html" title="GUnixFDList">GUnixFDList</a>
178
- </dt>
179
- <dd></dd>
180
- <dt>
181
- <a class="link" href="GUnixFDList.html#g-unix-fd-list-new-from-array" title="g_unix_fd_list_new_from_array ()">g_unix_fd_list_new_from_array</a>, function in <a class="link" href="GUnixFDList.html" title="GUnixFDList">GUnixFDList</a>
182
- </dt>
183
- <dd></dd>
184
- <dt>
185
- <a class="link" href="GUnixFDList.html#g-unix-fd-list-peek-fds" title="g_unix_fd_list_peek_fds ()">g_unix_fd_list_peek_fds</a>, function in <a class="link" href="GUnixFDList.html" title="GUnixFDList">GUnixFDList</a>
186
- </dt>
187
- <dd></dd>
188
- <dt>
189
- <a class="link" href="GUnixFDList.html#g-unix-fd-list-steal-fds" title="g_unix_fd_list_steal_fds ()">g_unix_fd_list_steal_fds</a>, function in <a class="link" href="GUnixFDList.html" title="GUnixFDList">GUnixFDList</a>
190
- </dt>
191
- <dd></dd>
192
- <dt>
193
- <a class="link" href="GUnixFDMessage.html#g-unix-fd-message-get-fd-list" title="g_unix_fd_message_get_fd_list ()">g_unix_fd_message_get_fd_list</a>, function in <a class="link" href="GUnixFDMessage.html" title="GUnixFDMessage">GUnixFDMessage</a>
194
- </dt>
195
- <dd></dd>
196
- <dt>
197
- <a class="link" href="GUnixFDMessage.html#g-unix-fd-message-new-with-fd-list" title="g_unix_fd_message_new_with_fd_list ()">g_unix_fd_message_new_with_fd_list</a>, function in <a class="link" href="GUnixFDMessage.html" title="GUnixFDMessage">GUnixFDMessage</a>
198
- </dt>
199
- <dd></dd>
200
- <a name="idxZ"></a><h3 class="title">Z</h3>
201
- <dt>
202
- <a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat">GZlibCompressorFormat</a>, enum in <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
203
- </dt>
204
- <dd></dd>
205
- <dt>
206
- <a class="link" href="GZlibCompressor.html#g-zlib-compressor-new" title="g_zlib_compressor_new ()">g_zlib_compressor_new</a>, function in <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
207
- </dt>
208
- <dd></dd>
209
- <dt>
210
- <a class="link" href="GZlibDecompressor.html#g-zlib-decompressor-new" title="g_zlib_decompressor_new ()">g_zlib_decompressor_new</a>, function in <a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor">GZlibDecompressor</a>
211
- </dt>
212
- <dd></dd>
213
- </div>
214
- <div class="footer">
215
- <hr>Generated by GTK-Doc V1.25.1</div>
216
- </body>
217
- </html>
@@ -1,1651 +0,0 @@
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>Index of new symbols in 2.26: GIO Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
- <link rel="home" href="index.html" title="GIO Reference Manual">
8
- <link rel="up" href="index.html" title="GIO Reference Manual">
9
- <link rel="prev" href="api-index-2-24.html" title="Index of new symbols in 2.24">
10
- <link rel="next" href="api-index-2-28.html" title="Index of new symbols in 2.28">
11
- <meta name="generator" content="GTK-Doc V1.25.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="5"><tr valign="middle">
16
- <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxB">B</a>
17
-  <span class="dim">|</span> 
18
- <a class="shortcut" href="#idxC">C</a>
19
-  <span class="dim">|</span> 
20
- <a class="shortcut" href="#idxD">D</a>
21
-  <span class="dim">|</span> 
22
- <a class="shortcut" href="#idxI">I</a>
23
-  <span class="dim">|</span> 
24
- <a class="shortcut" href="#idxM">M</a>
25
-  <span class="dim">|</span> 
26
- <a class="shortcut" href="#idxN">N</a>
27
-  <span class="dim">|</span> 
28
- <a class="shortcut" href="#idxP">P</a>
29
-  <span class="dim">|</span> 
30
- <a class="shortcut" href="#idxS">S</a>
31
-  <span class="dim">|</span> 
32
- <a class="shortcut" href="#idxT">T</a>
33
-  <span class="dim">|</span> 
34
- <a class="shortcut" href="#idxU">U</a>
35
-  <span class="dim">|</span> 
36
- <a class="shortcut" href="#idxW">W</a>
37
-  <span class="dim">|</span> 
38
- <a class="shortcut" href="#idxZ">Z</a></span></td>
39
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
40
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
41
- <td><a accesskey="p" href="api-index-2-24.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
42
- <td><a accesskey="n" href="api-index-2-28.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
43
- </tr></table>
44
- <div class="index">
45
- <div class="titlepage"><div><div><h1 class="title">
46
- <a name="api-index-2-26"></a>Index of new symbols in 2.26</h1></div></div></div>
47
- <a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
48
- <dt>
49
- <a class="link" href="gio-Owning-Bus-Names.html#GBusAcquiredCallback" title="GBusAcquiredCallback ()">GBusAcquiredCallback</a>, user_function in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
50
- </dt>
51
- <dd></dd>
52
- <dt>
53
- <a class="link" href="gio-Owning-Bus-Names.html#GBusNameAcquiredCallback" title="GBusNameAcquiredCallback ()">GBusNameAcquiredCallback</a>, user_function in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
54
- </dt>
55
- <dd></dd>
56
- <dt>
57
- <a class="link" href="gio-Watching-Bus-Names.html#GBusNameAppearedCallback" title="GBusNameAppearedCallback ()">GBusNameAppearedCallback</a>, user_function in <a class="link" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">Watching Bus Names</a>
58
- </dt>
59
- <dd></dd>
60
- <dt>
61
- <a class="link" href="gio-Owning-Bus-Names.html#GBusNameLostCallback" title="GBusNameLostCallback ()">GBusNameLostCallback</a>, user_function in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
62
- </dt>
63
- <dd></dd>
64
- <dt>
65
- <a class="link" href="gio-Owning-Bus-Names.html#GBusNameOwnerFlags" title="enum GBusNameOwnerFlags">GBusNameOwnerFlags</a>, enum in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
66
- </dt>
67
- <dd></dd>
68
- <dt>
69
- <a class="link" href="gio-Watching-Bus-Names.html#GBusNameVanishedCallback" title="GBusNameVanishedCallback ()">GBusNameVanishedCallback</a>, user_function in <a class="link" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">Watching Bus Names</a>
70
- </dt>
71
- <dd></dd>
72
- <dt>
73
- <a class="link" href="gio-Watching-Bus-Names.html#GBusNameWatcherFlags" title="enum GBusNameWatcherFlags">GBusNameWatcherFlags</a>, enum in <a class="link" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">Watching Bus Names</a>
74
- </dt>
75
- <dd></dd>
76
- <dt>
77
- <a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType">GBusType</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
78
- </dt>
79
- <dd></dd>
80
- <dt>
81
- <a class="link" href="GDBusConnection.html#g-bus-get" title="g_bus_get ()">g_bus_get</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
82
- </dt>
83
- <dd></dd>
84
- <dt>
85
- <a class="link" href="GDBusConnection.html#g-bus-get-finish" title="g_bus_get_finish ()">g_bus_get_finish</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
86
- </dt>
87
- <dd></dd>
88
- <dt>
89
- <a class="link" href="GDBusConnection.html#g-bus-get-sync" title="g_bus_get_sync ()">g_bus_get_sync</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
90
- </dt>
91
- <dd></dd>
92
- <dt>
93
- <a class="link" href="gio-Owning-Bus-Names.html#g-bus-own-name" title="g_bus_own_name ()">g_bus_own_name</a>, function in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
94
- </dt>
95
- <dd></dd>
96
- <dt>
97
- <a class="link" href="gio-Owning-Bus-Names.html#g-bus-own-name-on-connection" title="g_bus_own_name_on_connection ()">g_bus_own_name_on_connection</a>, function in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
98
- </dt>
99
- <dd></dd>
100
- <dt>
101
- <a class="link" href="gio-Owning-Bus-Names.html#g-bus-own-name-on-connection-with-closures" title="g_bus_own_name_on_connection_with_closures ()">g_bus_own_name_on_connection_with_closures</a>, function in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
102
- </dt>
103
- <dd></dd>
104
- <dt>
105
- <a class="link" href="gio-Owning-Bus-Names.html#g-bus-own-name-with-closures" title="g_bus_own_name_with_closures ()">g_bus_own_name_with_closures</a>, function in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
106
- </dt>
107
- <dd></dd>
108
- <dt>
109
- <a class="link" href="gio-Owning-Bus-Names.html#g-bus-unown-name" title="g_bus_unown_name ()">g_bus_unown_name</a>, function in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
110
- </dt>
111
- <dd></dd>
112
- <dt>
113
- <a class="link" href="gio-Watching-Bus-Names.html#g-bus-unwatch-name" title="g_bus_unwatch_name ()">g_bus_unwatch_name</a>, function in <a class="link" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">Watching Bus Names</a>
114
- </dt>
115
- <dd></dd>
116
- <dt>
117
- <a class="link" href="gio-Watching-Bus-Names.html#g-bus-watch-name" title="g_bus_watch_name ()">g_bus_watch_name</a>, function in <a class="link" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">Watching Bus Names</a>
118
- </dt>
119
- <dd></dd>
120
- <dt>
121
- <a class="link" href="gio-Watching-Bus-Names.html#g-bus-watch-name-on-connection" title="g_bus_watch_name_on_connection ()">g_bus_watch_name_on_connection</a>, function in <a class="link" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">Watching Bus Names</a>
122
- </dt>
123
- <dd></dd>
124
- <dt>
125
- <a class="link" href="gio-Watching-Bus-Names.html#g-bus-watch-name-on-connection-with-closures" title="g_bus_watch_name_on_connection_with_closures ()">g_bus_watch_name_on_connection_with_closures</a>, function in <a class="link" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">Watching Bus Names</a>
126
- </dt>
127
- <dd></dd>
128
- <dt>
129
- <a class="link" href="gio-Watching-Bus-Names.html#g-bus-watch-name-with-closures" title="g_bus_watch_name_with_closures ()">g_bus_watch_name_with_closures</a>, function in <a class="link" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">Watching Bus Names</a>
130
- </dt>
131
- <dd></dd>
132
- <a name="idxC"></a><h3 class="title">C</h3>
133
- <dt>
134
- <a class="link" href="GCredentials.html#GCredentials-struct" title="GCredentials">GCredentials</a>, struct in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
135
- </dt>
136
- <dd></dd>
137
- <dt>
138
- <a class="link" href="GCredentials.html#GCredentialsType" title="enum GCredentialsType">GCredentialsType</a>, enum in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
139
- </dt>
140
- <dd></dd>
141
- <dt>
142
- <a class="link" href="GCredentials.html#g-credentials-get-native" title="g_credentials_get_native ()">g_credentials_get_native</a>, function in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
143
- </dt>
144
- <dd></dd>
145
- <dt>
146
- <a class="link" href="GCredentials.html#g-credentials-get-unix-user" title="g_credentials_get_unix_user ()">g_credentials_get_unix_user</a>, function in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
147
- </dt>
148
- <dd></dd>
149
- <dt>
150
- <a class="link" href="GCredentials.html#g-credentials-is-same-user" title="g_credentials_is_same_user ()">g_credentials_is_same_user</a>, function in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
151
- </dt>
152
- <dd></dd>
153
- <dt>
154
- <a class="link" href="GCredentials.html#g-credentials-new" title="g_credentials_new ()">g_credentials_new</a>, function in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
155
- </dt>
156
- <dd></dd>
157
- <dt>
158
- <a class="link" href="GCredentials.html#g-credentials-set-native" title="g_credentials_set_native ()">g_credentials_set_native</a>, function in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
159
- </dt>
160
- <dd></dd>
161
- <dt>
162
- <a class="link" href="GCredentials.html#g-credentials-set-unix-user" title="g_credentials_set_unix_user ()">g_credentials_set_unix_user</a>, function in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
163
- </dt>
164
- <dd></dd>
165
- <dt>
166
- <a class="link" href="GCredentials.html#g-credentials-to-string" title="g_credentials_to_string ()">g_credentials_to_string</a>, function in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
167
- </dt>
168
- <dd></dd>
169
- <a name="idxD"></a><h3 class="title">D</h3>
170
- <dt>
171
- <a class="link" href="GDataInputStream.html#g-data-input-stream-read-upto" title="g_data_input_stream_read_upto ()">g_data_input_stream_read_upto</a>, function in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
172
- </dt>
173
- <dd></dd>
174
- <dt>
175
- <a class="link" href="GDataInputStream.html#g-data-input-stream-read-upto-async" title="g_data_input_stream_read_upto_async ()">g_data_input_stream_read_upto_async</a>, function in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
176
- </dt>
177
- <dd></dd>
178
- <dt>
179
- <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo-struct" title="GDBusAnnotationInfo">GDBusAnnotationInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
180
- </dt>
181
- <dd></dd>
182
- <dt>
183
- <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo-struct" title="GDBusArgInfo">GDBusArgInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
184
- </dt>
185
- <dd></dd>
186
- <dt>
187
- <a class="link" href="GDBusAuthObserver.html#GDBusAuthObserver-struct" title="GDBusAuthObserver">GDBusAuthObserver</a>, struct in <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver">GDBusAuthObserver</a>
188
- </dt>
189
- <dd></dd>
190
- <dt>
191
- <a class="link" href="GDBusAuthObserver.html#GDBusAuthObserver-authorize-authenticated-peer" title="The “authorize-authenticated-peer” signal">GDBusAuthObserver::authorize-authenticated-peer</a>, object signal in <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver">GDBusAuthObserver</a>
192
- </dt>
193
- <dd></dd>
194
- <dt>
195
- <a class="link" href="GDBusConnection.html#GDBusCallFlags" title="enum GDBusCallFlags">GDBusCallFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
196
- </dt>
197
- <dd></dd>
198
- <dt>
199
- <a class="link" href="GDBusConnection.html#GDBusCapabilityFlags" title="enum GDBusCapabilityFlags">GDBusCapabilityFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
200
- </dt>
201
- <dd></dd>
202
- <dt>
203
- <a class="link" href="GDBusConnection.html#GDBusConnection-struct" title="GDBusConnection">GDBusConnection</a>, struct in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
204
- </dt>
205
- <dd></dd>
206
- <dt>
207
- <a class="link" href="GDBusConnection.html#GDBusConnection-closed" title="The “closed” signal">GDBusConnection::closed</a>, object signal in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
208
- </dt>
209
- <dd></dd>
210
- <dt>
211
- <a class="link" href="GDBusConnection.html#GDBusConnection--address" title="The “address” property">GDBusConnection:address</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
212
- </dt>
213
- <dd></dd>
214
- <dt>
215
- <a class="link" href="GDBusConnection.html#GDBusConnection--authentication-observer" title="The “authentication-observer” property">GDBusConnection:authentication-observer</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
216
- </dt>
217
- <dd></dd>
218
- <dt>
219
- <a class="link" href="GDBusConnection.html#GDBusConnection--capabilities" title="The “capabilities” property">GDBusConnection:capabilities</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
220
- </dt>
221
- <dd></dd>
222
- <dt>
223
- <a class="link" href="GDBusConnection.html#GDBusConnection--closed" title="The “closed” property">GDBusConnection:closed</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
224
- </dt>
225
- <dd></dd>
226
- <dt>
227
- <a class="link" href="GDBusConnection.html#GDBusConnection--exit-on-close" title="The “exit-on-close” property">GDBusConnection:exit-on-close</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
228
- </dt>
229
- <dd></dd>
230
- <dt>
231
- <a class="link" href="GDBusConnection.html#GDBusConnection--flags" title="The “flags” property">GDBusConnection:flags</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
232
- </dt>
233
- <dd></dd>
234
- <dt>
235
- <a class="link" href="GDBusConnection.html#GDBusConnection--guid" title="The “guid” property">GDBusConnection:guid</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
236
- </dt>
237
- <dd></dd>
238
- <dt>
239
- <a class="link" href="GDBusConnection.html#GDBusConnection--stream" title="The “stream” property">GDBusConnection:stream</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
240
- </dt>
241
- <dd></dd>
242
- <dt>
243
- <a class="link" href="GDBusConnection.html#GDBusConnection--unique-name" title="The “unique-name” property">GDBusConnection:unique-name</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
244
- </dt>
245
- <dd></dd>
246
- <dt>
247
- <a class="link" href="GDBusConnection.html#GDBusConnectionFlags" title="enum GDBusConnectionFlags">GDBusConnectionFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
248
- </dt>
249
- <dd></dd>
250
- <dt>
251
- <a class="link" href="gio-GDBusError.html#GDBusError" title="enum GDBusError">GDBusError</a>, enum in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
252
- </dt>
253
- <dd></dd>
254
- <dt>
255
- <a class="link" href="gio-GDBusError.html#GDBusErrorEntry" title="GDBusErrorEntry">GDBusErrorEntry</a>, struct in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
256
- </dt>
257
- <dd></dd>
258
- <dt>
259
- <a class="link" href="GDBusConnection.html#GDBusInterfaceGetPropertyFunc" title="GDBusInterfaceGetPropertyFunc ()">GDBusInterfaceGetPropertyFunc</a>, user_function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
260
- </dt>
261
- <dd></dd>
262
- <dt>
263
- <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo-struct" title="GDBusInterfaceInfo">GDBusInterfaceInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
264
- </dt>
265
- <dd></dd>
266
- <dt>
267
- <a class="link" href="GDBusConnection.html#GDBusInterfaceMethodCallFunc" title="GDBusInterfaceMethodCallFunc ()">GDBusInterfaceMethodCallFunc</a>, user_function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
268
- </dt>
269
- <dd></dd>
270
- <dt>
271
- <a class="link" href="GDBusConnection.html#GDBusInterfaceSetPropertyFunc" title="GDBusInterfaceSetPropertyFunc ()">GDBusInterfaceSetPropertyFunc</a>, user_function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
272
- </dt>
273
- <dd></dd>
274
- <dt>
275
- <a class="link" href="GDBusConnection.html#GDBusInterfaceVTable" title="GDBusInterfaceVTable">GDBusInterfaceVTable</a>, struct in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
276
- </dt>
277
- <dd></dd>
278
- <dt>
279
- <a class="link" href="GDBusMessage.html#GDBusMessage-struct" title="GDBusMessage">GDBusMessage</a>, struct in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
280
- </dt>
281
- <dd></dd>
282
- <dt>
283
- <a class="link" href="GDBusMessage.html#GDBusMessageByteOrder" title="enum GDBusMessageByteOrder">GDBusMessageByteOrder</a>, enum in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
284
- </dt>
285
- <dd></dd>
286
- <dt>
287
- <a class="link" href="GDBusConnection.html#GDBusMessageFilterFunction" title="GDBusMessageFilterFunction ()">GDBusMessageFilterFunction</a>, user_function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
288
- </dt>
289
- <dd></dd>
290
- <dt>
291
- <a class="link" href="GDBusMessage.html#GDBusMessageFlags" title="enum GDBusMessageFlags">GDBusMessageFlags</a>, enum in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
292
- </dt>
293
- <dd></dd>
294
- <dt>
295
- <a class="link" href="GDBusMessage.html#GDBusMessageHeaderField" title="enum GDBusMessageHeaderField">GDBusMessageHeaderField</a>, enum in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
296
- </dt>
297
- <dd></dd>
298
- <dt>
299
- <a class="link" href="GDBusMessage.html#GDBusMessageType" title="enum GDBusMessageType">GDBusMessageType</a>, enum in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
300
- </dt>
301
- <dd></dd>
302
- <dt>
303
- <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo-struct" title="GDBusMethodInfo">GDBusMethodInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
304
- </dt>
305
- <dd></dd>
306
- <dt>
307
- <a class="link" href="GDBusMethodInvocation.html#GDBusMethodInvocation-struct" title="GDBusMethodInvocation">GDBusMethodInvocation</a>, struct in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
308
- </dt>
309
- <dd></dd>
310
- <dt>
311
- <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo-struct" title="GDBusNodeInfo">GDBusNodeInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
312
- </dt>
313
- <dd></dd>
314
- <dt>
315
- <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo-struct" title="GDBusPropertyInfo">GDBusPropertyInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
316
- </dt>
317
- <dd></dd>
318
- <dt>
319
- <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfoFlags" title="enum GDBusPropertyInfoFlags">GDBusPropertyInfoFlags</a>, enum in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
320
- </dt>
321
- <dd></dd>
322
- <dt>
323
- <a class="link" href="GDBusProxy.html#GDBusProxy-struct" title="GDBusProxy">GDBusProxy</a>, struct in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
324
- </dt>
325
- <dd></dd>
326
- <dt>
327
- <a class="link" href="GDBusProxy.html#GDBusProxy-g-properties-changed" title="The “g-properties-changed” signal">GDBusProxy::g-properties-changed</a>, object signal in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
328
- </dt>
329
- <dd></dd>
330
- <dt>
331
- <a class="link" href="GDBusProxy.html#GDBusProxy-g-signal" title="The “g-signal” signal">GDBusProxy::g-signal</a>, object signal in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
332
- </dt>
333
- <dd></dd>
334
- <dt>
335
- <a class="link" href="GDBusProxy.html#GDBusProxy--g-bus-type" title="The “g-bus-type” property">GDBusProxy:g-bus-type</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
336
- </dt>
337
- <dd></dd>
338
- <dt>
339
- <a class="link" href="GDBusProxy.html#GDBusProxy--g-connection" title="The “g-connection” property">GDBusProxy:g-connection</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
340
- </dt>
341
- <dd></dd>
342
- <dt>
343
- <a class="link" href="GDBusProxy.html#GDBusProxy--g-default-timeout" title="The “g-default-timeout” property">GDBusProxy:g-default-timeout</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
344
- </dt>
345
- <dd></dd>
346
- <dt>
347
- <a class="link" href="GDBusProxy.html#GDBusProxy--g-flags" title="The “g-flags” property">GDBusProxy:g-flags</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
348
- </dt>
349
- <dd></dd>
350
- <dt>
351
- <a class="link" href="GDBusProxy.html#GDBusProxy--g-interface-info" title="The “g-interface-info” property">GDBusProxy:g-interface-info</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
352
- </dt>
353
- <dd></dd>
354
- <dt>
355
- <a class="link" href="GDBusProxy.html#GDBusProxy--g-interface-name" title="The “g-interface-name” property">GDBusProxy:g-interface-name</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
356
- </dt>
357
- <dd></dd>
358
- <dt>
359
- <a class="link" href="GDBusProxy.html#GDBusProxy--g-name" title="The “g-name” property">GDBusProxy:g-name</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
360
- </dt>
361
- <dd></dd>
362
- <dt>
363
- <a class="link" href="GDBusProxy.html#GDBusProxy--g-name-owner" title="The “g-name-owner” property">GDBusProxy:g-name-owner</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
364
- </dt>
365
- <dd></dd>
366
- <dt>
367
- <a class="link" href="GDBusProxy.html#GDBusProxy--g-object-path" title="The “g-object-path” property">GDBusProxy:g-object-path</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
368
- </dt>
369
- <dd></dd>
370
- <dt>
371
- <a class="link" href="GDBusProxy.html#GDBusProxyClass" title="struct GDBusProxyClass">GDBusProxyClass</a>, struct in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
372
- </dt>
373
- <dd></dd>
374
- <dt>
375
- <a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags">GDBusProxyFlags</a>, enum in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
376
- </dt>
377
- <dd></dd>
378
- <dt>
379
- <a class="link" href="GDBusConnection.html#GDBusSendMessageFlags" title="enum GDBusSendMessageFlags">GDBusSendMessageFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
380
- </dt>
381
- <dd></dd>
382
- <dt>
383
- <a class="link" href="GDBusServer.html#GDBusServer-struct" title="GDBusServer">GDBusServer</a>, struct in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
384
- </dt>
385
- <dd></dd>
386
- <dt>
387
- <a class="link" href="GDBusServer.html#GDBusServer-new-connection" title="The “new-connection” signal">GDBusServer::new-connection</a>, object signal in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
388
- </dt>
389
- <dd></dd>
390
- <dt>
391
- <a class="link" href="GDBusServer.html#GDBusServer--active" title="The “active” property">GDBusServer:active</a>, object property in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
392
- </dt>
393
- <dd></dd>
394
- <dt>
395
- <a class="link" href="GDBusServer.html#GDBusServer--address" title="The “address” property">GDBusServer:address</a>, object property in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
396
- </dt>
397
- <dd></dd>
398
- <dt>
399
- <a class="link" href="GDBusServer.html#GDBusServer--authentication-observer" title="The “authentication-observer” property">GDBusServer:authentication-observer</a>, object property in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
400
- </dt>
401
- <dd></dd>
402
- <dt>
403
- <a class="link" href="GDBusServer.html#GDBusServer--client-address" title="The “client-address” property">GDBusServer:client-address</a>, object property in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
404
- </dt>
405
- <dd></dd>
406
- <dt>
407
- <a class="link" href="GDBusServer.html#GDBusServer--flags" title="The “flags” property">GDBusServer:flags</a>, object property in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
408
- </dt>
409
- <dd></dd>
410
- <dt>
411
- <a class="link" href="GDBusServer.html#GDBusServer--guid" title="The “guid” property">GDBusServer:guid</a>, object property in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
412
- </dt>
413
- <dd></dd>
414
- <dt>
415
- <a class="link" href="GDBusServer.html#GDBusServerFlags" title="enum GDBusServerFlags">GDBusServerFlags</a>, enum in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
416
- </dt>
417
- <dd></dd>
418
- <dt>
419
- <a class="link" href="GDBusConnection.html#GDBusSignalCallback" title="GDBusSignalCallback ()">GDBusSignalCallback</a>, user_function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
420
- </dt>
421
- <dd></dd>
422
- <dt>
423
- <a class="link" href="GDBusConnection.html#GDBusSignalFlags" title="enum GDBusSignalFlags">GDBusSignalFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
424
- </dt>
425
- <dd></dd>
426
- <dt>
427
- <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo-struct" title="GDBusSignalInfo">GDBusSignalInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
428
- </dt>
429
- <dd></dd>
430
- <dt>
431
- <a class="link" href="GDBusConnection.html#GDBusSubtreeDispatchFunc" title="GDBusSubtreeDispatchFunc ()">GDBusSubtreeDispatchFunc</a>, user_function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
432
- </dt>
433
- <dd></dd>
434
- <dt>
435
- <a class="link" href="GDBusConnection.html#GDBusSubtreeEnumerateFunc" title="GDBusSubtreeEnumerateFunc ()">GDBusSubtreeEnumerateFunc</a>, user_function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
436
- </dt>
437
- <dd></dd>
438
- <dt>
439
- <a class="link" href="GDBusConnection.html#GDBusSubtreeFlags" title="enum GDBusSubtreeFlags">GDBusSubtreeFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
440
- </dt>
441
- <dd></dd>
442
- <dt>
443
- <a class="link" href="GDBusConnection.html#GDBusSubtreeIntrospectFunc" title="GDBusSubtreeIntrospectFunc ()">GDBusSubtreeIntrospectFunc</a>, user_function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
444
- </dt>
445
- <dd></dd>
446
- <dt>
447
- <a class="link" href="GDBusConnection.html#GDBusSubtreeVTable" title="GDBusSubtreeVTable">GDBusSubtreeVTable</a>, struct in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
448
- </dt>
449
- <dd></dd>
450
- <dt>
451
- <a class="link" href="gio-D-Bus-Addresses.html#g-dbus-address-get-for-bus-sync" title="g_dbus_address_get_for_bus_sync ()">g_dbus_address_get_for_bus_sync</a>, function in <a class="link" href="gio-D-Bus-Addresses.html" title="D-Bus Addresses">D-Bus Addresses</a>
452
- </dt>
453
- <dd></dd>
454
- <dt>
455
- <a class="link" href="gio-D-Bus-Addresses.html#g-dbus-address-get-stream" title="g_dbus_address_get_stream ()">g_dbus_address_get_stream</a>, function in <a class="link" href="gio-D-Bus-Addresses.html" title="D-Bus Addresses">D-Bus Addresses</a>
456
- </dt>
457
- <dd></dd>
458
- <dt>
459
- <a class="link" href="gio-D-Bus-Addresses.html#g-dbus-address-get-stream-finish" title="g_dbus_address_get_stream_finish ()">g_dbus_address_get_stream_finish</a>, function in <a class="link" href="gio-D-Bus-Addresses.html" title="D-Bus Addresses">D-Bus Addresses</a>
460
- </dt>
461
- <dd></dd>
462
- <dt>
463
- <a class="link" href="gio-D-Bus-Addresses.html#g-dbus-address-get-stream-sync" title="g_dbus_address_get_stream_sync ()">g_dbus_address_get_stream_sync</a>, function in <a class="link" href="gio-D-Bus-Addresses.html" title="D-Bus Addresses">D-Bus Addresses</a>
464
- </dt>
465
- <dd></dd>
466
- <dt>
467
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-lookup" title="g_dbus_annotation_info_lookup ()">g_dbus_annotation_info_lookup</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
468
- </dt>
469
- <dd></dd>
470
- <dt>
471
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-ref" title="g_dbus_annotation_info_ref ()">g_dbus_annotation_info_ref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
472
- </dt>
473
- <dd></dd>
474
- <dt>
475
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-unref" title="g_dbus_annotation_info_unref ()">g_dbus_annotation_info_unref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
476
- </dt>
477
- <dd></dd>
478
- <dt>
479
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-arg-info-ref" title="g_dbus_arg_info_ref ()">g_dbus_arg_info_ref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
480
- </dt>
481
- <dd></dd>
482
- <dt>
483
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-arg-info-unref" title="g_dbus_arg_info_unref ()">g_dbus_arg_info_unref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
484
- </dt>
485
- <dd></dd>
486
- <dt>
487
- <a class="link" href="GDBusAuthObserver.html#g-dbus-auth-observer-authorize-authenticated-peer" title="g_dbus_auth_observer_authorize_authenticated_peer ()">g_dbus_auth_observer_authorize_authenticated_peer</a>, function in <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver">GDBusAuthObserver</a>
488
- </dt>
489
- <dd></dd>
490
- <dt>
491
- <a class="link" href="GDBusAuthObserver.html#g-dbus-auth-observer-new" title="g_dbus_auth_observer_new ()">g_dbus_auth_observer_new</a>, function in <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver">GDBusAuthObserver</a>
492
- </dt>
493
- <dd></dd>
494
- <dt>
495
- <a class="link" href="GDBusConnection.html#g-dbus-connection-add-filter" title="g_dbus_connection_add_filter ()">g_dbus_connection_add_filter</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
496
- </dt>
497
- <dd></dd>
498
- <dt>
499
- <a class="link" href="GDBusConnection.html#g-dbus-connection-call" title="g_dbus_connection_call ()">g_dbus_connection_call</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
500
- </dt>
501
- <dd></dd>
502
- <dt>
503
- <a class="link" href="GDBusConnection.html#g-dbus-connection-call-finish" title="g_dbus_connection_call_finish ()">g_dbus_connection_call_finish</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
504
- </dt>
505
- <dd></dd>
506
- <dt>
507
- <a class="link" href="GDBusConnection.html#g-dbus-connection-call-sync" title="g_dbus_connection_call_sync ()">g_dbus_connection_call_sync</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
508
- </dt>
509
- <dd></dd>
510
- <dt>
511
- <a class="link" href="GDBusConnection.html#g-dbus-connection-close" title="g_dbus_connection_close ()">g_dbus_connection_close</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
512
- </dt>
513
- <dd></dd>
514
- <dt>
515
- <a class="link" href="GDBusConnection.html#g-dbus-connection-close-finish" title="g_dbus_connection_close_finish ()">g_dbus_connection_close_finish</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
516
- </dt>
517
- <dd></dd>
518
- <dt>
519
- <a class="link" href="GDBusConnection.html#g-dbus-connection-close-sync" title="g_dbus_connection_close_sync ()">g_dbus_connection_close_sync</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
520
- </dt>
521
- <dd></dd>
522
- <dt>
523
- <a class="link" href="GDBusConnection.html#g-dbus-connection-emit-signal" title="g_dbus_connection_emit_signal ()">g_dbus_connection_emit_signal</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
524
- </dt>
525
- <dd></dd>
526
- <dt>
527
- <a class="link" href="GDBusConnection.html#g-dbus-connection-flush" title="g_dbus_connection_flush ()">g_dbus_connection_flush</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
528
- </dt>
529
- <dd></dd>
530
- <dt>
531
- <a class="link" href="GDBusConnection.html#g-dbus-connection-flush-finish" title="g_dbus_connection_flush_finish ()">g_dbus_connection_flush_finish</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
532
- </dt>
533
- <dd></dd>
534
- <dt>
535
- <a class="link" href="GDBusConnection.html#g-dbus-connection-flush-sync" title="g_dbus_connection_flush_sync ()">g_dbus_connection_flush_sync</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
536
- </dt>
537
- <dd></dd>
538
- <dt>
539
- <a class="link" href="GDBusConnection.html#g-dbus-connection-get-capabilities" title="g_dbus_connection_get_capabilities ()">g_dbus_connection_get_capabilities</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
540
- </dt>
541
- <dd></dd>
542
- <dt>
543
- <a class="link" href="GDBusConnection.html#g-dbus-connection-get-exit-on-close" title="g_dbus_connection_get_exit_on_close ()">g_dbus_connection_get_exit_on_close</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
544
- </dt>
545
- <dd></dd>
546
- <dt>
547
- <a class="link" href="GDBusConnection.html#g-dbus-connection-get-guid" title="g_dbus_connection_get_guid ()">g_dbus_connection_get_guid</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
548
- </dt>
549
- <dd></dd>
550
- <dt>
551
- <a class="link" href="GDBusConnection.html#g-dbus-connection-get-peer-credentials" title="g_dbus_connection_get_peer_credentials ()">g_dbus_connection_get_peer_credentials</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
552
- </dt>
553
- <dd></dd>
554
- <dt>
555
- <a class="link" href="GDBusConnection.html#g-dbus-connection-get-stream" title="g_dbus_connection_get_stream ()">g_dbus_connection_get_stream</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
556
- </dt>
557
- <dd></dd>
558
- <dt>
559
- <a class="link" href="GDBusConnection.html#g-dbus-connection-get-unique-name" title="g_dbus_connection_get_unique_name ()">g_dbus_connection_get_unique_name</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
560
- </dt>
561
- <dd></dd>
562
- <dt>
563
- <a class="link" href="GDBusConnection.html#g-dbus-connection-is-closed" title="g_dbus_connection_is_closed ()">g_dbus_connection_is_closed</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
564
- </dt>
565
- <dd></dd>
566
- <dt>
567
- <a class="link" href="GDBusConnection.html#g-dbus-connection-new" title="g_dbus_connection_new ()">g_dbus_connection_new</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
568
- </dt>
569
- <dd></dd>
570
- <dt>
571
- <a class="link" href="GDBusConnection.html#g-dbus-connection-new-finish" title="g_dbus_connection_new_finish ()">g_dbus_connection_new_finish</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
572
- </dt>
573
- <dd></dd>
574
- <dt>
575
- <a class="link" href="GDBusConnection.html#g-dbus-connection-new-for-address" title="g_dbus_connection_new_for_address ()">g_dbus_connection_new_for_address</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
576
- </dt>
577
- <dd></dd>
578
- <dt>
579
- <a class="link" href="GDBusConnection.html#g-dbus-connection-new-for-address-finish" title="g_dbus_connection_new_for_address_finish ()">g_dbus_connection_new_for_address_finish</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
580
- </dt>
581
- <dd></dd>
582
- <dt>
583
- <a class="link" href="GDBusConnection.html#g-dbus-connection-new-for-address-sync" title="g_dbus_connection_new_for_address_sync ()">g_dbus_connection_new_for_address_sync</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
584
- </dt>
585
- <dd></dd>
586
- <dt>
587
- <a class="link" href="GDBusConnection.html#g-dbus-connection-new-sync" title="g_dbus_connection_new_sync ()">g_dbus_connection_new_sync</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
588
- </dt>
589
- <dd></dd>
590
- <dt>
591
- <a class="link" href="GDBusConnection.html#g-dbus-connection-register-object" title="g_dbus_connection_register_object ()">g_dbus_connection_register_object</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
592
- </dt>
593
- <dd></dd>
594
- <dt>
595
- <a class="link" href="GDBusConnection.html#g-dbus-connection-register-subtree" title="g_dbus_connection_register_subtree ()">g_dbus_connection_register_subtree</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
596
- </dt>
597
- <dd></dd>
598
- <dt>
599
- <a class="link" href="GDBusConnection.html#g-dbus-connection-remove-filter" title="g_dbus_connection_remove_filter ()">g_dbus_connection_remove_filter</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
600
- </dt>
601
- <dd></dd>
602
- <dt>
603
- <a class="link" href="GDBusConnection.html#g-dbus-connection-send-message" title="g_dbus_connection_send_message ()">g_dbus_connection_send_message</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
604
- </dt>
605
- <dd></dd>
606
- <dt>
607
- <a class="link" href="GDBusConnection.html#g-dbus-connection-send-message-with-reply" title="g_dbus_connection_send_message_with_reply ()">g_dbus_connection_send_message_with_reply</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
608
- </dt>
609
- <dd></dd>
610
- <dt>
611
- <a class="link" href="GDBusConnection.html#g-dbus-connection-send-message-with-reply-finish" title="g_dbus_connection_send_message_with_reply_finish ()">g_dbus_connection_send_message_with_reply_finish</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
612
- </dt>
613
- <dd></dd>
614
- <dt>
615
- <a class="link" href="GDBusConnection.html#g-dbus-connection-send-message-with-reply-sync" title="g_dbus_connection_send_message_with_reply_sync ()">g_dbus_connection_send_message_with_reply_sync</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
616
- </dt>
617
- <dd></dd>
618
- <dt>
619
- <a class="link" href="GDBusConnection.html#g-dbus-connection-set-exit-on-close" title="g_dbus_connection_set_exit_on_close ()">g_dbus_connection_set_exit_on_close</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
620
- </dt>
621
- <dd></dd>
622
- <dt>
623
- <a class="link" href="GDBusConnection.html#g-dbus-connection-signal-subscribe" title="g_dbus_connection_signal_subscribe ()">g_dbus_connection_signal_subscribe</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
624
- </dt>
625
- <dd></dd>
626
- <dt>
627
- <a class="link" href="GDBusConnection.html#g-dbus-connection-signal-unsubscribe" title="g_dbus_connection_signal_unsubscribe ()">g_dbus_connection_signal_unsubscribe</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
628
- </dt>
629
- <dd></dd>
630
- <dt>
631
- <a class="link" href="GDBusConnection.html#g-dbus-connection-start-message-processing" title="g_dbus_connection_start_message_processing ()">g_dbus_connection_start_message_processing</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
632
- </dt>
633
- <dd></dd>
634
- <dt>
635
- <a class="link" href="GDBusConnection.html#g-dbus-connection-unregister-object" title="g_dbus_connection_unregister_object ()">g_dbus_connection_unregister_object</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
636
- </dt>
637
- <dd></dd>
638
- <dt>
639
- <a class="link" href="GDBusConnection.html#g-dbus-connection-unregister-subtree" title="g_dbus_connection_unregister_subtree ()">g_dbus_connection_unregister_subtree</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
640
- </dt>
641
- <dd></dd>
642
- <dt>
643
- <a class="link" href="gio-GDBusError.html#G-DBUS-ERROR:CAPS" title="G_DBUS_ERROR">G_DBUS_ERROR</a>, macro in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
644
- </dt>
645
- <dd></dd>
646
- <dt>
647
- <a class="link" href="gio-GDBusError.html#g-dbus-error-encode-gerror" title="g_dbus_error_encode_gerror ()">g_dbus_error_encode_gerror</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
648
- </dt>
649
- <dd></dd>
650
- <dt>
651
- <a class="link" href="gio-GDBusError.html#g-dbus-error-get-remote-error" title="g_dbus_error_get_remote_error ()">g_dbus_error_get_remote_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
652
- </dt>
653
- <dd></dd>
654
- <dt>
655
- <a class="link" href="gio-GDBusError.html#g-dbus-error-is-remote-error" title="g_dbus_error_is_remote_error ()">g_dbus_error_is_remote_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
656
- </dt>
657
- <dd></dd>
658
- <dt>
659
- <a class="link" href="gio-GDBusError.html#g-dbus-error-new-for-dbus-error" title="g_dbus_error_new_for_dbus_error ()">g_dbus_error_new_for_dbus_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
660
- </dt>
661
- <dd></dd>
662
- <dt>
663
- <a class="link" href="gio-GDBusError.html#g-dbus-error-register-error" title="g_dbus_error_register_error ()">g_dbus_error_register_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
664
- </dt>
665
- <dd></dd>
666
- <dt>
667
- <a class="link" href="gio-GDBusError.html#g-dbus-error-register-error-domain" title="g_dbus_error_register_error_domain ()">g_dbus_error_register_error_domain</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
668
- </dt>
669
- <dd></dd>
670
- <dt>
671
- <a class="link" href="gio-GDBusError.html#g-dbus-error-set-dbus-error" title="g_dbus_error_set_dbus_error ()">g_dbus_error_set_dbus_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
672
- </dt>
673
- <dd></dd>
674
- <dt>
675
- <a class="link" href="gio-GDBusError.html#g-dbus-error-set-dbus-error-valist" title="g_dbus_error_set_dbus_error_valist ()">g_dbus_error_set_dbus_error_valist</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
676
- </dt>
677
- <dd></dd>
678
- <dt>
679
- <a class="link" href="gio-GDBusError.html#g-dbus-error-strip-remote-error" title="g_dbus_error_strip_remote_error ()">g_dbus_error_strip_remote_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
680
- </dt>
681
- <dd></dd>
682
- <dt>
683
- <a class="link" href="gio-GDBusError.html#g-dbus-error-unregister-error" title="g_dbus_error_unregister_error ()">g_dbus_error_unregister_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
684
- </dt>
685
- <dd></dd>
686
- <dt>
687
- <a class="link" href="gio-D-Bus-Utilities.html#g-dbus-generate-guid" title="g_dbus_generate_guid ()">g_dbus_generate_guid</a>, function in <a class="link" href="gio-D-Bus-Utilities.html" title="D-Bus Utilities">D-Bus Utilities</a>
688
- </dt>
689
- <dd></dd>
690
- <dt>
691
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-generate-xml" title="g_dbus_interface_info_generate_xml ()">g_dbus_interface_info_generate_xml</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
692
- </dt>
693
- <dd></dd>
694
- <dt>
695
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-method" title="g_dbus_interface_info_lookup_method ()">g_dbus_interface_info_lookup_method</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
696
- </dt>
697
- <dd></dd>
698
- <dt>
699
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-property" title="g_dbus_interface_info_lookup_property ()">g_dbus_interface_info_lookup_property</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
700
- </dt>
701
- <dd></dd>
702
- <dt>
703
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-signal" title="g_dbus_interface_info_lookup_signal ()">g_dbus_interface_info_lookup_signal</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
704
- </dt>
705
- <dd></dd>
706
- <dt>
707
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-ref" title="g_dbus_interface_info_ref ()">g_dbus_interface_info_ref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
708
- </dt>
709
- <dd></dd>
710
- <dt>
711
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-unref" title="g_dbus_interface_info_unref ()">g_dbus_interface_info_unref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
712
- </dt>
713
- <dd></dd>
714
- <dt>
715
- <a class="link" href="gio-D-Bus-Addresses.html#g-dbus-is-address" title="g_dbus_is_address ()">g_dbus_is_address</a>, function in <a class="link" href="gio-D-Bus-Addresses.html" title="D-Bus Addresses">D-Bus Addresses</a>
716
- </dt>
717
- <dd></dd>
718
- <dt>
719
- <a class="link" href="gio-D-Bus-Utilities.html#g-dbus-is-guid" title="g_dbus_is_guid ()">g_dbus_is_guid</a>, function in <a class="link" href="gio-D-Bus-Utilities.html" title="D-Bus Utilities">D-Bus Utilities</a>
720
- </dt>
721
- <dd></dd>
722
- <dt>
723
- <a class="link" href="gio-D-Bus-Utilities.html#g-dbus-is-interface-name" title="g_dbus_is_interface_name ()">g_dbus_is_interface_name</a>, function in <a class="link" href="gio-D-Bus-Utilities.html" title="D-Bus Utilities">D-Bus Utilities</a>
724
- </dt>
725
- <dd></dd>
726
- <dt>
727
- <a class="link" href="gio-D-Bus-Utilities.html#g-dbus-is-member-name" title="g_dbus_is_member_name ()">g_dbus_is_member_name</a>, function in <a class="link" href="gio-D-Bus-Utilities.html" title="D-Bus Utilities">D-Bus Utilities</a>
728
- </dt>
729
- <dd></dd>
730
- <dt>
731
- <a class="link" href="gio-D-Bus-Utilities.html#g-dbus-is-name" title="g_dbus_is_name ()">g_dbus_is_name</a>, function in <a class="link" href="gio-D-Bus-Utilities.html" title="D-Bus Utilities">D-Bus Utilities</a>
732
- </dt>
733
- <dd></dd>
734
- <dt>
735
- <a class="link" href="gio-D-Bus-Addresses.html#g-dbus-is-supported-address" title="g_dbus_is_supported_address ()">g_dbus_is_supported_address</a>, function in <a class="link" href="gio-D-Bus-Addresses.html" title="D-Bus Addresses">D-Bus Addresses</a>
736
- </dt>
737
- <dd></dd>
738
- <dt>
739
- <a class="link" href="gio-D-Bus-Utilities.html#g-dbus-is-unique-name" title="g_dbus_is_unique_name ()">g_dbus_is_unique_name</a>, function in <a class="link" href="gio-D-Bus-Utilities.html" title="D-Bus Utilities">D-Bus Utilities</a>
740
- </dt>
741
- <dd></dd>
742
- <dt>
743
- <a class="link" href="GDBusMessage.html#g-dbus-message-bytes-needed" title="g_dbus_message_bytes_needed ()">g_dbus_message_bytes_needed</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
744
- </dt>
745
- <dd></dd>
746
- <dt>
747
- <a class="link" href="GDBusMessage.html#g-dbus-message-copy" title="g_dbus_message_copy ()">g_dbus_message_copy</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
748
- </dt>
749
- <dd></dd>
750
- <dt>
751
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-arg0" title="g_dbus_message_get_arg0 ()">g_dbus_message_get_arg0</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
752
- </dt>
753
- <dd></dd>
754
- <dt>
755
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-body" title="g_dbus_message_get_body ()">g_dbus_message_get_body</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
756
- </dt>
757
- <dd></dd>
758
- <dt>
759
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-destination" title="g_dbus_message_get_destination ()">g_dbus_message_get_destination</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
760
- </dt>
761
- <dd></dd>
762
- <dt>
763
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-error-name" title="g_dbus_message_get_error_name ()">g_dbus_message_get_error_name</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
764
- </dt>
765
- <dd></dd>
766
- <dt>
767
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-flags" title="g_dbus_message_get_flags ()">g_dbus_message_get_flags</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
768
- </dt>
769
- <dd></dd>
770
- <dt>
771
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-header" title="g_dbus_message_get_header ()">g_dbus_message_get_header</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
772
- </dt>
773
- <dd></dd>
774
- <dt>
775
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-header-fields" title="g_dbus_message_get_header_fields ()">g_dbus_message_get_header_fields</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
776
- </dt>
777
- <dd></dd>
778
- <dt>
779
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-interface" title="g_dbus_message_get_interface ()">g_dbus_message_get_interface</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
780
- </dt>
781
- <dd></dd>
782
- <dt>
783
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-locked" title="g_dbus_message_get_locked ()">g_dbus_message_get_locked</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
784
- </dt>
785
- <dd></dd>
786
- <dt>
787
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-member" title="g_dbus_message_get_member ()">g_dbus_message_get_member</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
788
- </dt>
789
- <dd></dd>
790
- <dt>
791
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-message-type" title="g_dbus_message_get_message_type ()">g_dbus_message_get_message_type</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
792
- </dt>
793
- <dd></dd>
794
- <dt>
795
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-num-unix-fds" title="g_dbus_message_get_num_unix_fds ()">g_dbus_message_get_num_unix_fds</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
796
- </dt>
797
- <dd></dd>
798
- <dt>
799
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-path" title="g_dbus_message_get_path ()">g_dbus_message_get_path</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
800
- </dt>
801
- <dd></dd>
802
- <dt>
803
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-reply-serial" title="g_dbus_message_get_reply_serial ()">g_dbus_message_get_reply_serial</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
804
- </dt>
805
- <dd></dd>
806
- <dt>
807
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-sender" title="g_dbus_message_get_sender ()">g_dbus_message_get_sender</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
808
- </dt>
809
- <dd></dd>
810
- <dt>
811
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-serial" title="g_dbus_message_get_serial ()">g_dbus_message_get_serial</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
812
- </dt>
813
- <dd></dd>
814
- <dt>
815
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-signature" title="g_dbus_message_get_signature ()">g_dbus_message_get_signature</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
816
- </dt>
817
- <dd></dd>
818
- <dt>
819
- <a class="link" href="GDBusMessage.html#g-dbus-message-get-unix-fd-list" title="g_dbus_message_get_unix_fd_list ()">g_dbus_message_get_unix_fd_list</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
820
- </dt>
821
- <dd></dd>
822
- <dt>
823
- <a class="link" href="GDBusMessage.html#g-dbus-message-lock" title="g_dbus_message_lock ()">g_dbus_message_lock</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
824
- </dt>
825
- <dd></dd>
826
- <dt>
827
- <a class="link" href="GDBusMessage.html#g-dbus-message-new" title="g_dbus_message_new ()">g_dbus_message_new</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
828
- </dt>
829
- <dd></dd>
830
- <dt>
831
- <a class="link" href="GDBusMessage.html#g-dbus-message-new-from-blob" title="g_dbus_message_new_from_blob ()">g_dbus_message_new_from_blob</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
832
- </dt>
833
- <dd></dd>
834
- <dt>
835
- <a class="link" href="GDBusMessage.html#g-dbus-message-new-method-call" title="g_dbus_message_new_method_call ()">g_dbus_message_new_method_call</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
836
- </dt>
837
- <dd></dd>
838
- <dt>
839
- <a class="link" href="GDBusMessage.html#g-dbus-message-new-method-error" title="g_dbus_message_new_method_error ()">g_dbus_message_new_method_error</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
840
- </dt>
841
- <dd></dd>
842
- <dt>
843
- <a class="link" href="GDBusMessage.html#g-dbus-message-new-method-error-literal" title="g_dbus_message_new_method_error_literal ()">g_dbus_message_new_method_error_literal</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
844
- </dt>
845
- <dd></dd>
846
- <dt>
847
- <a class="link" href="GDBusMessage.html#g-dbus-message-new-method-error-valist" title="g_dbus_message_new_method_error_valist ()">g_dbus_message_new_method_error_valist</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
848
- </dt>
849
- <dd></dd>
850
- <dt>
851
- <a class="link" href="GDBusMessage.html#g-dbus-message-new-method-reply" title="g_dbus_message_new_method_reply ()">g_dbus_message_new_method_reply</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
852
- </dt>
853
- <dd></dd>
854
- <dt>
855
- <a class="link" href="GDBusMessage.html#g-dbus-message-new-signal" title="g_dbus_message_new_signal ()">g_dbus_message_new_signal</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
856
- </dt>
857
- <dd></dd>
858
- <dt>
859
- <a class="link" href="GDBusMessage.html#g-dbus-message-print" title="g_dbus_message_print ()">g_dbus_message_print</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
860
- </dt>
861
- <dd></dd>
862
- <dt>
863
- <a class="link" href="GDBusMessage.html#g-dbus-message-set-body" title="g_dbus_message_set_body ()">g_dbus_message_set_body</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
864
- </dt>
865
- <dd></dd>
866
- <dt>
867
- <a class="link" href="GDBusMessage.html#g-dbus-message-set-destination" title="g_dbus_message_set_destination ()">g_dbus_message_set_destination</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
868
- </dt>
869
- <dd></dd>
870
- <dt>
871
- <a class="link" href="GDBusMessage.html#g-dbus-message-set-error-name" title="g_dbus_message_set_error_name ()">g_dbus_message_set_error_name</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
872
- </dt>
873
- <dd></dd>
874
- <dt>
875
- <a class="link" href="GDBusMessage.html#g-dbus-message-set-flags" title="g_dbus_message_set_flags ()">g_dbus_message_set_flags</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
876
- </dt>
877
- <dd></dd>
878
- <dt>
879
- <a class="link" href="GDBusMessage.html#g-dbus-message-set-header" title="g_dbus_message_set_header ()">g_dbus_message_set_header</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
880
- </dt>
881
- <dd></dd>
882
- <dt>
883
- <a class="link" href="GDBusMessage.html#g-dbus-message-set-interface" title="g_dbus_message_set_interface ()">g_dbus_message_set_interface</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
884
- </dt>
885
- <dd></dd>
886
- <dt>
887
- <a class="link" href="GDBusMessage.html#g-dbus-message-set-member" title="g_dbus_message_set_member ()">g_dbus_message_set_member</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
888
- </dt>
889
- <dd></dd>
890
- <dt>
891
- <a class="link" href="GDBusMessage.html#g-dbus-message-set-message-type" title="g_dbus_message_set_message_type ()">g_dbus_message_set_message_type</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
892
- </dt>
893
- <dd></dd>
894
- <dt>
895
- <a class="link" href="GDBusMessage.html#g-dbus-message-set-num-unix-fds" title="g_dbus_message_set_num_unix_fds ()">g_dbus_message_set_num_unix_fds</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
896
- </dt>
897
- <dd></dd>
898
- <dt>
899
- <a class="link" href="GDBusMessage.html#g-dbus-message-set-path" title="g_dbus_message_set_path ()">g_dbus_message_set_path</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
900
- </dt>
901
- <dd></dd>
902
- <dt>
903
- <a class="link" href="GDBusMessage.html#g-dbus-message-set-reply-serial" title="g_dbus_message_set_reply_serial ()">g_dbus_message_set_reply_serial</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
904
- </dt>
905
- <dd></dd>
906
- <dt>
907
- <a class="link" href="GDBusMessage.html#g-dbus-message-set-sender" title="g_dbus_message_set_sender ()">g_dbus_message_set_sender</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
908
- </dt>
909
- <dd></dd>
910
- <dt>
911
- <a class="link" href="GDBusMessage.html#g-dbus-message-set-serial" title="g_dbus_message_set_serial ()">g_dbus_message_set_serial</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
912
- </dt>
913
- <dd></dd>
914
- <dt>
915
- <a class="link" href="GDBusMessage.html#g-dbus-message-set-signature" title="g_dbus_message_set_signature ()">g_dbus_message_set_signature</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
916
- </dt>
917
- <dd></dd>
918
- <dt>
919
- <a class="link" href="GDBusMessage.html#g-dbus-message-set-unix-fd-list" title="g_dbus_message_set_unix_fd_list ()">g_dbus_message_set_unix_fd_list</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
920
- </dt>
921
- <dd></dd>
922
- <dt>
923
- <a class="link" href="GDBusMessage.html#g-dbus-message-to-blob" title="g_dbus_message_to_blob ()">g_dbus_message_to_blob</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
924
- </dt>
925
- <dd></dd>
926
- <dt>
927
- <a class="link" href="GDBusMessage.html#g-dbus-message-to-gerror" title="g_dbus_message_to_gerror ()">g_dbus_message_to_gerror</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
928
- </dt>
929
- <dd></dd>
930
- <dt>
931
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-method-info-ref" title="g_dbus_method_info_ref ()">g_dbus_method_info_ref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
932
- </dt>
933
- <dd></dd>
934
- <dt>
935
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-method-info-unref" title="g_dbus_method_info_unref ()">g_dbus_method_info_unref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
936
- </dt>
937
- <dd></dd>
938
- <dt>
939
- <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-connection" title="g_dbus_method_invocation_get_connection ()">g_dbus_method_invocation_get_connection</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
940
- </dt>
941
- <dd></dd>
942
- <dt>
943
- <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-interface-name" title="g_dbus_method_invocation_get_interface_name ()">g_dbus_method_invocation_get_interface_name</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
944
- </dt>
945
- <dd></dd>
946
- <dt>
947
- <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-message" title="g_dbus_method_invocation_get_message ()">g_dbus_method_invocation_get_message</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
948
- </dt>
949
- <dd></dd>
950
- <dt>
951
- <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-method-info" title="g_dbus_method_invocation_get_method_info ()">g_dbus_method_invocation_get_method_info</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
952
- </dt>
953
- <dd></dd>
954
- <dt>
955
- <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-method-name" title="g_dbus_method_invocation_get_method_name ()">g_dbus_method_invocation_get_method_name</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
956
- </dt>
957
- <dd></dd>
958
- <dt>
959
- <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-object-path" title="g_dbus_method_invocation_get_object_path ()">g_dbus_method_invocation_get_object_path</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
960
- </dt>
961
- <dd></dd>
962
- <dt>
963
- <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-parameters" title="g_dbus_method_invocation_get_parameters ()">g_dbus_method_invocation_get_parameters</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
964
- </dt>
965
- <dd></dd>
966
- <dt>
967
- <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-sender" title="g_dbus_method_invocation_get_sender ()">g_dbus_method_invocation_get_sender</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
968
- </dt>
969
- <dd></dd>
970
- <dt>
971
- <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-user-data" title="g_dbus_method_invocation_get_user_data ()">g_dbus_method_invocation_get_user_data</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
972
- </dt>
973
- <dd></dd>
974
- <dt>
975
- <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-return-dbus-error" title="g_dbus_method_invocation_return_dbus_error ()">g_dbus_method_invocation_return_dbus_error</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
976
- </dt>
977
- <dd></dd>
978
- <dt>
979
- <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error" title="g_dbus_method_invocation_return_error ()">g_dbus_method_invocation_return_error</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
980
- </dt>
981
- <dd></dd>
982
- <dt>
983
- <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error-literal" title="g_dbus_method_invocation_return_error_literal ()">g_dbus_method_invocation_return_error_literal</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
984
- </dt>
985
- <dd></dd>
986
- <dt>
987
- <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error-valist" title="g_dbus_method_invocation_return_error_valist ()">g_dbus_method_invocation_return_error_valist</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
988
- </dt>
989
- <dd></dd>
990
- <dt>
991
- <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-return-gerror" title="g_dbus_method_invocation_return_gerror ()">g_dbus_method_invocation_return_gerror</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
992
- </dt>
993
- <dd></dd>
994
- <dt>
995
- <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-return-value" title="g_dbus_method_invocation_return_value ()">g_dbus_method_invocation_return_value</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
996
- </dt>
997
- <dd></dd>
998
- <dt>
999
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-generate-xml" title="g_dbus_node_info_generate_xml ()">g_dbus_node_info_generate_xml</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1000
- </dt>
1001
- <dd></dd>
1002
- <dt>
1003
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-lookup-interface" title="g_dbus_node_info_lookup_interface ()">g_dbus_node_info_lookup_interface</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1004
- </dt>
1005
- <dd></dd>
1006
- <dt>
1007
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-new-for-xml" title="g_dbus_node_info_new_for_xml ()">g_dbus_node_info_new_for_xml</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1008
- </dt>
1009
- <dd></dd>
1010
- <dt>
1011
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-ref" title="g_dbus_node_info_ref ()">g_dbus_node_info_ref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1012
- </dt>
1013
- <dd></dd>
1014
- <dt>
1015
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-unref" title="g_dbus_node_info_unref ()">g_dbus_node_info_unref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1016
- </dt>
1017
- <dd></dd>
1018
- <dt>
1019
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-property-info-ref" title="g_dbus_property_info_ref ()">g_dbus_property_info_ref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1020
- </dt>
1021
- <dd></dd>
1022
- <dt>
1023
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-property-info-unref" title="g_dbus_property_info_unref ()">g_dbus_property_info_unref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1024
- </dt>
1025
- <dd></dd>
1026
- <dt>
1027
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-call" title="g_dbus_proxy_call ()">g_dbus_proxy_call</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1028
- </dt>
1029
- <dd></dd>
1030
- <dt>
1031
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-call-finish" title="g_dbus_proxy_call_finish ()">g_dbus_proxy_call_finish</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1032
- </dt>
1033
- <dd></dd>
1034
- <dt>
1035
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-call-sync" title="g_dbus_proxy_call_sync ()">g_dbus_proxy_call_sync</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1036
- </dt>
1037
- <dd></dd>
1038
- <dt>
1039
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-cached-property" title="g_dbus_proxy_get_cached_property ()">g_dbus_proxy_get_cached_property</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1040
- </dt>
1041
- <dd></dd>
1042
- <dt>
1043
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-cached-property-names" title="g_dbus_proxy_get_cached_property_names ()">g_dbus_proxy_get_cached_property_names</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1044
- </dt>
1045
- <dd></dd>
1046
- <dt>
1047
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-connection" title="g_dbus_proxy_get_connection ()">g_dbus_proxy_get_connection</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1048
- </dt>
1049
- <dd></dd>
1050
- <dt>
1051
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-default-timeout" title="g_dbus_proxy_get_default_timeout ()">g_dbus_proxy_get_default_timeout</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1052
- </dt>
1053
- <dd></dd>
1054
- <dt>
1055
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-flags" title="g_dbus_proxy_get_flags ()">g_dbus_proxy_get_flags</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1056
- </dt>
1057
- <dd></dd>
1058
- <dt>
1059
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-interface-info" title="g_dbus_proxy_get_interface_info ()">g_dbus_proxy_get_interface_info</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1060
- </dt>
1061
- <dd></dd>
1062
- <dt>
1063
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-interface-name" title="g_dbus_proxy_get_interface_name ()">g_dbus_proxy_get_interface_name</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1064
- </dt>
1065
- <dd></dd>
1066
- <dt>
1067
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-name" title="g_dbus_proxy_get_name ()">g_dbus_proxy_get_name</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1068
- </dt>
1069
- <dd></dd>
1070
- <dt>
1071
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-name-owner" title="g_dbus_proxy_get_name_owner ()">g_dbus_proxy_get_name_owner</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1072
- </dt>
1073
- <dd></dd>
1074
- <dt>
1075
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-object-path" title="g_dbus_proxy_get_object_path ()">g_dbus_proxy_get_object_path</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1076
- </dt>
1077
- <dd></dd>
1078
- <dt>
1079
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-new" title="g_dbus_proxy_new ()">g_dbus_proxy_new</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1080
- </dt>
1081
- <dd></dd>
1082
- <dt>
1083
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-new-finish" title="g_dbus_proxy_new_finish ()">g_dbus_proxy_new_finish</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1084
- </dt>
1085
- <dd></dd>
1086
- <dt>
1087
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-new-for-bus" title="g_dbus_proxy_new_for_bus ()">g_dbus_proxy_new_for_bus</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1088
- </dt>
1089
- <dd></dd>
1090
- <dt>
1091
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-new-for-bus-finish" title="g_dbus_proxy_new_for_bus_finish ()">g_dbus_proxy_new_for_bus_finish</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1092
- </dt>
1093
- <dd></dd>
1094
- <dt>
1095
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-new-for-bus-sync" title="g_dbus_proxy_new_for_bus_sync ()">g_dbus_proxy_new_for_bus_sync</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1096
- </dt>
1097
- <dd></dd>
1098
- <dt>
1099
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-new-sync" title="g_dbus_proxy_new_sync ()">g_dbus_proxy_new_sync</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1100
- </dt>
1101
- <dd></dd>
1102
- <dt>
1103
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-set-cached-property" title="g_dbus_proxy_set_cached_property ()">g_dbus_proxy_set_cached_property</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1104
- </dt>
1105
- <dd></dd>
1106
- <dt>
1107
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-set-default-timeout" title="g_dbus_proxy_set_default_timeout ()">g_dbus_proxy_set_default_timeout</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1108
- </dt>
1109
- <dd></dd>
1110
- <dt>
1111
- <a class="link" href="GDBusProxy.html#g-dbus-proxy-set-interface-info" title="g_dbus_proxy_set_interface_info ()">g_dbus_proxy_set_interface_info</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1112
- </dt>
1113
- <dd></dd>
1114
- <dt>
1115
- <a class="link" href="GDBusServer.html#g-dbus-server-get-client-address" title="g_dbus_server_get_client_address ()">g_dbus_server_get_client_address</a>, function in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
1116
- </dt>
1117
- <dd></dd>
1118
- <dt>
1119
- <a class="link" href="GDBusServer.html#g-dbus-server-get-flags" title="g_dbus_server_get_flags ()">g_dbus_server_get_flags</a>, function in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
1120
- </dt>
1121
- <dd></dd>
1122
- <dt>
1123
- <a class="link" href="GDBusServer.html#g-dbus-server-get-guid" title="g_dbus_server_get_guid ()">g_dbus_server_get_guid</a>, function in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
1124
- </dt>
1125
- <dd></dd>
1126
- <dt>
1127
- <a class="link" href="GDBusServer.html#g-dbus-server-is-active" title="g_dbus_server_is_active ()">g_dbus_server_is_active</a>, function in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
1128
- </dt>
1129
- <dd></dd>
1130
- <dt>
1131
- <a class="link" href="GDBusServer.html#g-dbus-server-new-sync" title="g_dbus_server_new_sync ()">g_dbus_server_new_sync</a>, function in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
1132
- </dt>
1133
- <dd></dd>
1134
- <dt>
1135
- <a class="link" href="GDBusServer.html#g-dbus-server-start" title="g_dbus_server_start ()">g_dbus_server_start</a>, function in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
1136
- </dt>
1137
- <dd></dd>
1138
- <dt>
1139
- <a class="link" href="GDBusServer.html#g-dbus-server-stop" title="g_dbus_server_stop ()">g_dbus_server_stop</a>, function in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
1140
- </dt>
1141
- <dd></dd>
1142
- <dt>
1143
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-signal-info-ref" title="g_dbus_signal_info_ref ()">g_dbus_signal_info_ref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1144
- </dt>
1145
- <dd></dd>
1146
- <dt>
1147
- <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-signal-info-unref" title="g_dbus_signal_info_unref ()">g_dbus_signal_info_unref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1148
- </dt>
1149
- <dd></dd>
1150
- <a name="idxI"></a><h3 class="title">I</h3>
1151
- <dt>
1152
- <a class="link" href="gio-GIOError.html#g-io-error-from-win32-error" title="g_io_error_from_win32_error ()">g_io_error_from_win32_error</a>, function in <a class="link" href="gio-GIOError.html" title="GIOError">GIOError</a>
1153
- </dt>
1154
- <dd></dd>
1155
- <a name="idxM"></a><h3 class="title">M</h3>
1156
- <dt>
1157
- <a class="link" href="GMemoryOutputStream.html#g-memory-output-stream-steal-data" title="g_memory_output_stream_steal_data ()">g_memory_output_stream_steal_data</a>, function in <a class="link" href="GMemoryOutputStream.html" title="GMemoryOutputStream">GMemoryOutputStream</a>
1158
- </dt>
1159
- <dd></dd>
1160
- <a name="idxN"></a><h3 class="title">N</h3>
1161
- <dt>
1162
- <a class="link" href="GNetworkAddress.html#g-network-address-get-scheme" title="g_network_address_get_scheme ()">g_network_address_get_scheme</a>, function in <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
1163
- </dt>
1164
- <dd></dd>
1165
- <dt>
1166
- <a class="link" href="GNetworkAddress.html#g-network-address-parse-uri" title="g_network_address_parse_uri ()">g_network_address_parse_uri</a>, function in <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
1167
- </dt>
1168
- <dd></dd>
1169
- <dt>
1170
- <a class="link" href="GNetworkService.html#g-network-service-get-scheme" title="g_network_service_get_scheme ()">g_network_service_get_scheme</a>, function in <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
1171
- </dt>
1172
- <dd></dd>
1173
- <dt>
1174
- <a class="link" href="GNetworkService.html#g-network-service-set-scheme" title="g_network_service_set_scheme ()">g_network_service_set_scheme</a>, function in <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
1175
- </dt>
1176
- <dd></dd>
1177
- <a name="idxP"></a><h3 class="title">P</h3>
1178
- <dt>
1179
- <a class="link" href="GPermission.html#g-permission-acquire" title="g_permission_acquire ()">g_permission_acquire</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
1180
- </dt>
1181
- <dd></dd>
1182
- <dt>
1183
- <a class="link" href="GPermission.html#g-permission-acquire-async" title="g_permission_acquire_async ()">g_permission_acquire_async</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
1184
- </dt>
1185
- <dd></dd>
1186
- <dt>
1187
- <a class="link" href="GPermission.html#g-permission-acquire-finish" title="g_permission_acquire_finish ()">g_permission_acquire_finish</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
1188
- </dt>
1189
- <dd></dd>
1190
- <dt>
1191
- <a class="link" href="GPermission.html#g-permission-get-allowed" title="g_permission_get_allowed ()">g_permission_get_allowed</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
1192
- </dt>
1193
- <dd></dd>
1194
- <dt>
1195
- <a class="link" href="GPermission.html#g-permission-get-can-acquire" title="g_permission_get_can_acquire ()">g_permission_get_can_acquire</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
1196
- </dt>
1197
- <dd></dd>
1198
- <dt>
1199
- <a class="link" href="GPermission.html#g-permission-get-can-release" title="g_permission_get_can_release ()">g_permission_get_can_release</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
1200
- </dt>
1201
- <dd></dd>
1202
- <dt>
1203
- <a class="link" href="GPermission.html#g-permission-impl-update" title="g_permission_impl_update ()">g_permission_impl_update</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
1204
- </dt>
1205
- <dd></dd>
1206
- <dt>
1207
- <a class="link" href="GPermission.html#g-permission-release" title="g_permission_release ()">g_permission_release</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
1208
- </dt>
1209
- <dd></dd>
1210
- <dt>
1211
- <a class="link" href="GPermission.html#g-permission-release-async" title="g_permission_release_async ()">g_permission_release_async</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
1212
- </dt>
1213
- <dd></dd>
1214
- <dt>
1215
- <a class="link" href="GPermission.html#g-permission-release-finish" title="g_permission_release_finish ()">g_permission_release_finish</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
1216
- </dt>
1217
- <dd></dd>
1218
- <dt>
1219
- <a class="link" href="GProxy.html#GProxy-struct" title="GProxy">GProxy</a>, struct in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
1220
- </dt>
1221
- <dd></dd>
1222
- <dt>
1223
- <a class="link" href="GProxyAddress.html#GProxyAddress-struct" title="GProxyAddress">GProxyAddress</a>, struct in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
1224
- </dt>
1225
- <dd></dd>
1226
- <dt>
1227
- <a class="link" href="GProxyAddress.html#GProxyAddressClass" title="struct GProxyAddressClass">GProxyAddressClass</a>, struct in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
1228
- </dt>
1229
- <dd></dd>
1230
- <dt>
1231
- <a class="link" href="GProxy.html#GProxyInterface" title="struct GProxyInterface">GProxyInterface</a>, struct in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
1232
- </dt>
1233
- <dd></dd>
1234
- <dt>
1235
- <a class="link" href="GProxyResolver.html#GProxyResolver-struct" title="GProxyResolver">GProxyResolver</a>, struct in <a class="link" href="GProxyResolver.html" title="GProxyResolver">GProxyResolver</a>
1236
- </dt>
1237
- <dd></dd>
1238
- <dt>
1239
- <a class="link" href="GProxyAddress.html#g-proxy-address-get-destination-hostname" title="g_proxy_address_get_destination_hostname ()">g_proxy_address_get_destination_hostname</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
1240
- </dt>
1241
- <dd></dd>
1242
- <dt>
1243
- <a class="link" href="GProxyAddress.html#g-proxy-address-get-destination-port" title="g_proxy_address_get_destination_port ()">g_proxy_address_get_destination_port</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
1244
- </dt>
1245
- <dd></dd>
1246
- <dt>
1247
- <a class="link" href="GProxyAddress.html#g-proxy-address-get-password" title="g_proxy_address_get_password ()">g_proxy_address_get_password</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
1248
- </dt>
1249
- <dd></dd>
1250
- <dt>
1251
- <a class="link" href="GProxyAddress.html#g-proxy-address-get-protocol" title="g_proxy_address_get_protocol ()">g_proxy_address_get_protocol</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
1252
- </dt>
1253
- <dd></dd>
1254
- <dt>
1255
- <a class="link" href="GProxyAddress.html#g-proxy-address-get-username" title="g_proxy_address_get_username ()">g_proxy_address_get_username</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
1256
- </dt>
1257
- <dd></dd>
1258
- <dt>
1259
- <a class="link" href="GProxyAddress.html#g-proxy-address-new" title="g_proxy_address_new ()">g_proxy_address_new</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
1260
- </dt>
1261
- <dd></dd>
1262
- <dt>
1263
- <a class="link" href="GProxy.html#g-proxy-connect" title="g_proxy_connect ()">g_proxy_connect</a>, function in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
1264
- </dt>
1265
- <dd></dd>
1266
- <dt>
1267
- <a class="link" href="GProxy.html#g-proxy-connect-async" title="g_proxy_connect_async ()">g_proxy_connect_async</a>, function in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
1268
- </dt>
1269
- <dd></dd>
1270
- <dt>
1271
- <a class="link" href="GProxy.html#g-proxy-connect-finish" title="g_proxy_connect_finish ()">g_proxy_connect_finish</a>, function in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
1272
- </dt>
1273
- <dd></dd>
1274
- <dt>
1275
- <a class="link" href="GProxy.html#G-PROXY-EXTENSION-POINT-NAME:CAPS" title="G_PROXY_EXTENSION_POINT_NAME">G_PROXY_EXTENSION_POINT_NAME</a>, macro in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
1276
- </dt>
1277
- <dd></dd>
1278
- <dt>
1279
- <a class="link" href="GProxy.html#g-proxy-get-default-for-protocol" title="g_proxy_get_default_for_protocol ()">g_proxy_get_default_for_protocol</a>, function in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
1280
- </dt>
1281
- <dd></dd>
1282
- <dt>
1283
- <a class="link" href="GProxyResolver.html#g-proxy-resolver-get-default" title="g_proxy_resolver_get_default ()">g_proxy_resolver_get_default</a>, function in <a class="link" href="GProxyResolver.html" title="GProxyResolver">GProxyResolver</a>
1284
- </dt>
1285
- <dd></dd>
1286
- <dt>
1287
- <a class="link" href="GProxyResolver.html#g-proxy-resolver-is-supported" title="g_proxy_resolver_is_supported ()">g_proxy_resolver_is_supported</a>, function in <a class="link" href="GProxyResolver.html" title="GProxyResolver">GProxyResolver</a>
1288
- </dt>
1289
- <dd></dd>
1290
- <dt>
1291
- <a class="link" href="GProxyResolver.html#g-proxy-resolver-lookup" title="g_proxy_resolver_lookup ()">g_proxy_resolver_lookup</a>, function in <a class="link" href="GProxyResolver.html" title="GProxyResolver">GProxyResolver</a>
1292
- </dt>
1293
- <dd></dd>
1294
- <dt>
1295
- <a class="link" href="GProxyResolver.html#g-proxy-resolver-lookup-async" title="g_proxy_resolver_lookup_async ()">g_proxy_resolver_lookup_async</a>, function in <a class="link" href="GProxyResolver.html" title="GProxyResolver">GProxyResolver</a>
1296
- </dt>
1297
- <dd></dd>
1298
- <dt>
1299
- <a class="link" href="GProxyResolver.html#g-proxy-resolver-lookup-finish" title="g_proxy_resolver_lookup_finish ()">g_proxy_resolver_lookup_finish</a>, function in <a class="link" href="GProxyResolver.html" title="GProxyResolver">GProxyResolver</a>
1300
- </dt>
1301
- <dd></dd>
1302
- <dt>
1303
- <a class="link" href="GProxy.html#g-proxy-supports-hostname" title="g_proxy_supports_hostname ()">g_proxy_supports_hostname</a>, function in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
1304
- </dt>
1305
- <dd></dd>
1306
- <a name="idxS"></a><h3 class="title">S</h3>
1307
- <dt>
1308
- <a class="link" href="GSettingsBackend.html#g-settings-backend-changed" title="g_settings_backend_changed ()">g_settings_backend_changed</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
1309
- </dt>
1310
- <dd></dd>
1311
- <dt>
1312
- <a class="link" href="GSettingsBackend.html#g-settings-backend-changed-tree" title="g_settings_backend_changed_tree ()">g_settings_backend_changed_tree</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
1313
- </dt>
1314
- <dd></dd>
1315
- <dt>
1316
- <a class="link" href="GSettingsBackend.html#g-settings-backend-flatten-tree" title="g_settings_backend_flatten_tree ()">g_settings_backend_flatten_tree</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
1317
- </dt>
1318
- <dd></dd>
1319
- <dt>
1320
- <a class="link" href="GSettingsBackend.html#g-settings-backend-keys-changed" title="g_settings_backend_keys_changed ()">g_settings_backend_keys_changed</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
1321
- </dt>
1322
- <dd></dd>
1323
- <dt>
1324
- <a class="link" href="GSettingsBackend.html#g-settings-backend-path-changed" title="g_settings_backend_path_changed ()">g_settings_backend_path_changed</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
1325
- </dt>
1326
- <dd></dd>
1327
- <dt>
1328
- <a class="link" href="GSettingsBackend.html#g-settings-backend-path-writable-changed" title="g_settings_backend_path_writable_changed ()">g_settings_backend_path_writable_changed</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
1329
- </dt>
1330
- <dd></dd>
1331
- <dt>
1332
- <a class="link" href="GSettingsBackend.html#g-settings-backend-writable-changed" title="g_settings_backend_writable_changed ()">g_settings_backend_writable_changed</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
1333
- </dt>
1334
- <dd></dd>
1335
- <dt>
1336
- <a class="link" href="GSettings.html#g-settings-bind" title="g_settings_bind ()">g_settings_bind</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1337
- </dt>
1338
- <dd></dd>
1339
- <dt>
1340
- <a class="link" href="GSettings.html#g-settings-bind-with-mapping" title="g_settings_bind_with_mapping ()">g_settings_bind_with_mapping</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1341
- </dt>
1342
- <dd></dd>
1343
- <dt>
1344
- <a class="link" href="GSettings.html#g-settings-bind-writable" title="g_settings_bind_writable ()">g_settings_bind_writable</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1345
- </dt>
1346
- <dd></dd>
1347
- <dt>
1348
- <a class="link" href="GSettings.html#g-settings-delay" title="g_settings_delay ()">g_settings_delay</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1349
- </dt>
1350
- <dd></dd>
1351
- <dt>
1352
- <a class="link" href="GSettings.html#g-settings-get" title="g_settings_get ()">g_settings_get</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1353
- </dt>
1354
- <dd></dd>
1355
- <dt>
1356
- <a class="link" href="GSettings.html#g-settings-get-boolean" title="g_settings_get_boolean ()">g_settings_get_boolean</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1357
- </dt>
1358
- <dd></dd>
1359
- <dt>
1360
- <a class="link" href="GSettings.html#g-settings-get-child" title="g_settings_get_child ()">g_settings_get_child</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1361
- </dt>
1362
- <dd></dd>
1363
- <dt>
1364
- <a class="link" href="GSettings.html#g-settings-get-double" title="g_settings_get_double ()">g_settings_get_double</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1365
- </dt>
1366
- <dd></dd>
1367
- <dt>
1368
- <a class="link" href="GSettings.html#g-settings-get-enum" title="g_settings_get_enum ()">g_settings_get_enum</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1369
- </dt>
1370
- <dd></dd>
1371
- <dt>
1372
- <a class="link" href="GSettings.html#g-settings-get-flags" title="g_settings_get_flags ()">g_settings_get_flags</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1373
- </dt>
1374
- <dd></dd>
1375
- <dt>
1376
- <a class="link" href="GSettings.html#g-settings-get-has-unapplied" title="g_settings_get_has_unapplied ()">g_settings_get_has_unapplied</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1377
- </dt>
1378
- <dd></dd>
1379
- <dt>
1380
- <a class="link" href="GSettings.html#g-settings-get-int" title="g_settings_get_int ()">g_settings_get_int</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1381
- </dt>
1382
- <dd></dd>
1383
- <dt>
1384
- <a class="link" href="GSettings.html#g-settings-get-string" title="g_settings_get_string ()">g_settings_get_string</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1385
- </dt>
1386
- <dd></dd>
1387
- <dt>
1388
- <a class="link" href="GSettings.html#g-settings-get-strv" title="g_settings_get_strv ()">g_settings_get_strv</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1389
- </dt>
1390
- <dd></dd>
1391
- <dt>
1392
- <a class="link" href="GSettings.html#g-settings-get-value" title="g_settings_get_value ()">g_settings_get_value</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1393
- </dt>
1394
- <dd></dd>
1395
- <dt>
1396
- <a class="link" href="GSettings.html#g-settings-is-writable" title="g_settings_is_writable ()">g_settings_is_writable</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1397
- </dt>
1398
- <dd></dd>
1399
- <dt>
1400
- <a class="link" href="GSettings.html#g-settings-list-schemas" title="g_settings_list_schemas ()">g_settings_list_schemas</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1401
- </dt>
1402
- <dd></dd>
1403
- <dt>
1404
- <a class="link" href="GSettings.html#g-settings-new" title="g_settings_new ()">g_settings_new</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1405
- </dt>
1406
- <dd></dd>
1407
- <dt>
1408
- <a class="link" href="GSettings.html#g-settings-new-with-backend" title="g_settings_new_with_backend ()">g_settings_new_with_backend</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1409
- </dt>
1410
- <dd></dd>
1411
- <dt>
1412
- <a class="link" href="GSettings.html#g-settings-new-with-backend-and-path" title="g_settings_new_with_backend_and_path ()">g_settings_new_with_backend_and_path</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1413
- </dt>
1414
- <dd></dd>
1415
- <dt>
1416
- <a class="link" href="GSettings.html#g-settings-new-with-path" title="g_settings_new_with_path ()">g_settings_new_with_path</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1417
- </dt>
1418
- <dd></dd>
1419
- <dt>
1420
- <a class="link" href="GSettings.html#g-settings-set" title="g_settings_set ()">g_settings_set</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1421
- </dt>
1422
- <dd></dd>
1423
- <dt>
1424
- <a class="link" href="GSettings.html#g-settings-set-boolean" title="g_settings_set_boolean ()">g_settings_set_boolean</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1425
- </dt>
1426
- <dd></dd>
1427
- <dt>
1428
- <a class="link" href="GSettings.html#g-settings-set-double" title="g_settings_set_double ()">g_settings_set_double</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1429
- </dt>
1430
- <dd></dd>
1431
- <dt>
1432
- <a class="link" href="GSettings.html#g-settings-set-int" title="g_settings_set_int ()">g_settings_set_int</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1433
- </dt>
1434
- <dd></dd>
1435
- <dt>
1436
- <a class="link" href="GSettings.html#g-settings-set-string" title="g_settings_set_string ()">g_settings_set_string</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1437
- </dt>
1438
- <dd></dd>
1439
- <dt>
1440
- <a class="link" href="GSettings.html#g-settings-set-strv" title="g_settings_set_strv ()">g_settings_set_strv</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1441
- </dt>
1442
- <dd></dd>
1443
- <dt>
1444
- <a class="link" href="GSettings.html#g-settings-set-value" title="g_settings_set_value ()">g_settings_set_value</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1445
- </dt>
1446
- <dd></dd>
1447
- <dt>
1448
- <a class="link" href="GSettings.html#g-settings-unbind" title="g_settings_unbind ()">g_settings_unbind</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
1449
- </dt>
1450
- <dd></dd>
1451
- <dt>
1452
- <a class="link" href="GSimplePermission.html#g-simple-permission-new" title="g_simple_permission_new ()">g_simple_permission_new</a>, function in <a class="link" href="GSimplePermission.html" title="GSimplePermission">GSimplePermission</a>
1453
- </dt>
1454
- <dd></dd>
1455
- <dt>
1456
- <a class="link" href="GSocket.html#GSocket--timeout" title="The “timeout” property">GSocket:timeout</a>, object property in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
1457
- </dt>
1458
- <dd></dd>
1459
- <dt>
1460
- <a class="link" href="GSocketClient.html#g-socket-client-connect-to-uri" title="g_socket_client_connect_to_uri ()">g_socket_client_connect_to_uri</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
1461
- </dt>
1462
- <dd></dd>
1463
- <dt>
1464
- <a class="link" href="GSocketClient.html#g-socket-client-connect-to-uri-async" title="g_socket_client_connect_to_uri_async ()">g_socket_client_connect_to_uri_async</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
1465
- </dt>
1466
- <dd></dd>
1467
- <dt>
1468
- <a class="link" href="GSocketClient.html#g-socket-client-connect-to-uri-finish" title="g_socket_client_connect_to_uri_finish ()">g_socket_client_connect_to_uri_finish</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
1469
- </dt>
1470
- <dd></dd>
1471
- <dt>
1472
- <a class="link" href="GSocketClient.html#g-socket-client-get-enable-proxy" title="g_socket_client_get_enable_proxy ()">g_socket_client_get_enable_proxy</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
1473
- </dt>
1474
- <dd></dd>
1475
- <dt>
1476
- <a class="link" href="GSocketClient.html#g-socket-client-get-timeout" title="g_socket_client_get_timeout ()">g_socket_client_get_timeout</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
1477
- </dt>
1478
- <dd></dd>
1479
- <dt>
1480
- <a class="link" href="GSocketClient.html#g-socket-client-set-enable-proxy" title="g_socket_client_set_enable_proxy ()">g_socket_client_set_enable_proxy</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
1481
- </dt>
1482
- <dd></dd>
1483
- <dt>
1484
- <a class="link" href="GSocketClient.html#g-socket-client-set-timeout" title="g_socket_client_set_timeout ()">g_socket_client_set_timeout</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
1485
- </dt>
1486
- <dd></dd>
1487
- <dt>
1488
- <a class="link" href="GSocketConnectable.html#g-socket-connectable-proxy-enumerate" title="g_socket_connectable_proxy_enumerate ()">g_socket_connectable_proxy_enumerate</a>, function in <a class="link" href="GSocketConnectable.html" title="GSocketConnectable">GSocketConnectable</a>
1489
- </dt>
1490
- <dd></dd>
1491
- <dt>
1492
- <a class="link" href="GSocket.html#g-socket-get-credentials" title="g_socket_get_credentials ()">g_socket_get_credentials</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
1493
- </dt>
1494
- <dd></dd>
1495
- <dt>
1496
- <a class="link" href="GSocket.html#g-socket-get-timeout" title="g_socket_get_timeout ()">g_socket_get_timeout</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
1497
- </dt>
1498
- <dd></dd>
1499
- <dt>
1500
- <a class="link" href="GSocket.html#g-socket-receive-with-blocking" title="g_socket_receive_with_blocking ()">g_socket_receive_with_blocking</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
1501
- </dt>
1502
- <dd></dd>
1503
- <dt>
1504
- <a class="link" href="GSocket.html#g-socket-send-with-blocking" title="g_socket_send_with_blocking ()">g_socket_send_with_blocking</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
1505
- </dt>
1506
- <dd></dd>
1507
- <dt>
1508
- <a class="link" href="GSocket.html#g-socket-set-timeout" title="g_socket_set_timeout ()">g_socket_set_timeout</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
1509
- </dt>
1510
- <dd></dd>
1511
- <a name="idxT"></a><h3 class="title">T</h3>
1512
- <dt>
1513
- <a class="link" href="GTlsClientConnection.html#GTlsClientConnectionInterface" title="struct GTlsClientConnectionInterface">GTlsClientConnectionInterface</a>, struct in <a class="link" href="GTlsClientConnection.html" title="GTlsClientConnection">GTlsClientConnection</a>
1514
- </dt>
1515
- <dd></dd>
1516
- <dt>
1517
- <a class="link" href="GTlsServerConnection.html#GTlsServerConnectionInterface" title="struct GTlsServerConnectionInterface">GTlsServerConnectionInterface</a>, struct in <a class="link" href="GTlsServerConnection.html" title="GTlsServerConnection">GTlsServerConnection</a>
1518
- </dt>
1519
- <dd></dd>
1520
- <dt>
1521
- <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-ANNOTATION-INFO:CAPS" title="G_TYPE_DBUS_ANNOTATION_INFO">G_TYPE_DBUS_ANNOTATION_INFO</a>, macro in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1522
- </dt>
1523
- <dd></dd>
1524
- <dt>
1525
- <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-ARG-INFO:CAPS" title="G_TYPE_DBUS_ARG_INFO">G_TYPE_DBUS_ARG_INFO</a>, macro in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1526
- </dt>
1527
- <dd></dd>
1528
- <dt>
1529
- <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-INTERFACE-INFO:CAPS" title="G_TYPE_DBUS_INTERFACE_INFO">G_TYPE_DBUS_INTERFACE_INFO</a>, macro in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1530
- </dt>
1531
- <dd></dd>
1532
- <dt>
1533
- <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-METHOD-INFO:CAPS" title="G_TYPE_DBUS_METHOD_INFO">G_TYPE_DBUS_METHOD_INFO</a>, macro in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1534
- </dt>
1535
- <dd></dd>
1536
- <dt>
1537
- <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-NODE-INFO:CAPS" title="G_TYPE_DBUS_NODE_INFO">G_TYPE_DBUS_NODE_INFO</a>, macro in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1538
- </dt>
1539
- <dd></dd>
1540
- <dt>
1541
- <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-PROPERTY-INFO:CAPS" title="G_TYPE_DBUS_PROPERTY_INFO">G_TYPE_DBUS_PROPERTY_INFO</a>, macro in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1542
- </dt>
1543
- <dd></dd>
1544
- <dt>
1545
- <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-SIGNAL-INFO:CAPS" title="G_TYPE_DBUS_SIGNAL_INFO">G_TYPE_DBUS_SIGNAL_INFO</a>, macro in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1546
- </dt>
1547
- <dd></dd>
1548
- <a name="idxU"></a><h3 class="title">U</h3>
1549
- <dt>
1550
- <a class="link" href="GUnixCredentialsMessage.html#GUnixCredentialsMessage-struct" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>, struct in <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
1551
- </dt>
1552
- <dd></dd>
1553
- <dt>
1554
- <a class="link" href="GUnixCredentialsMessage.html#GUnixCredentialsMessage--credentials" title="The “credentials” property">GUnixCredentialsMessage:credentials</a>, object property in <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
1555
- </dt>
1556
- <dd></dd>
1557
- <dt>
1558
- <a class="link" href="GUnixCredentialsMessage.html#GUnixCredentialsMessageClass" title="struct GUnixCredentialsMessageClass">GUnixCredentialsMessageClass</a>, struct in <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
1559
- </dt>
1560
- <dd></dd>
1561
- <dt>
1562
- <a class="link" href="GUnixSocketAddress.html#GUnixSocketAddressType" title="enum GUnixSocketAddressType">GUnixSocketAddressType</a>, enum in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
1563
- </dt>
1564
- <dd></dd>
1565
- <dt>
1566
- <a class="link" href="GUnixConnection.html#g-unix-connection-receive-credentials" title="g_unix_connection_receive_credentials ()">g_unix_connection_receive_credentials</a>, function in <a class="link" href="GUnixConnection.html" title="GUnixConnection">GUnixConnection</a>
1567
- </dt>
1568
- <dd></dd>
1569
- <dt>
1570
- <a class="link" href="GUnixConnection.html#g-unix-connection-send-credentials" title="g_unix_connection_send_credentials ()">g_unix_connection_send_credentials</a>, function in <a class="link" href="GUnixConnection.html" title="GUnixConnection">GUnixConnection</a>
1571
- </dt>
1572
- <dd></dd>
1573
- <dt>
1574
- <a class="link" href="GUnixCredentialsMessage.html#g-unix-credentials-message-get-credentials" title="g_unix_credentials_message_get_credentials ()">g_unix_credentials_message_get_credentials</a>, function in <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
1575
- </dt>
1576
- <dd></dd>
1577
- <dt>
1578
- <a class="link" href="GUnixCredentialsMessage.html#g-unix-credentials-message-is-supported" title="g_unix_credentials_message_is_supported ()">g_unix_credentials_message_is_supported</a>, function in <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
1579
- </dt>
1580
- <dd></dd>
1581
- <dt>
1582
- <a class="link" href="GUnixCredentialsMessage.html#g-unix-credentials-message-new" title="g_unix_credentials_message_new ()">g_unix_credentials_message_new</a>, function in <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
1583
- </dt>
1584
- <dd></dd>
1585
- <dt>
1586
- <a class="link" href="GUnixCredentialsMessage.html#g-unix-credentials-message-new-with-credentials" title="g_unix_credentials_message_new_with_credentials ()">g_unix_credentials_message_new_with_credentials</a>, function in <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
1587
- </dt>
1588
- <dd></dd>
1589
- <dt>
1590
- <a class="link" href="GUnixSocketAddress.html#g-unix-socket-address-get-address-type" title="g_unix_socket_address_get_address_type ()">g_unix_socket_address_get_address_type</a>, function in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
1591
- </dt>
1592
- <dd></dd>
1593
- <dt>
1594
- <a class="link" href="GUnixSocketAddress.html#g-unix-socket-address-new-with-type" title="g_unix_socket_address_new_with_type ()">g_unix_socket_address_new_with_type</a>, function in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
1595
- </dt>
1596
- <dd></dd>
1597
- <a name="idxW"></a><h3 class="title">W</h3>
1598
- <dt>
1599
- <a class="link" href="gio-GWin32InputStream.html#g-win32-input-stream-get-close-handle" title="g_win32_input_stream_get_close_handle ()">g_win32_input_stream_get_close_handle</a>, function in <a class="link" href="gio-GWin32InputStream.html" title="GWin32InputStream">GWin32InputStream</a>
1600
- </dt>
1601
- <dd></dd>
1602
- <dt>
1603
- <a class="link" href="gio-GWin32InputStream.html#g-win32-input-stream-get-handle" title="g_win32_input_stream_get_handle ()">g_win32_input_stream_get_handle</a>, function in <a class="link" href="gio-GWin32InputStream.html" title="GWin32InputStream">GWin32InputStream</a>
1604
- </dt>
1605
- <dd></dd>
1606
- <dt>
1607
- <a class="link" href="gio-GWin32InputStream.html#g-win32-input-stream-set-close-handle" title="g_win32_input_stream_set_close_handle ()">g_win32_input_stream_set_close_handle</a>, function in <a class="link" href="gio-GWin32InputStream.html" title="GWin32InputStream">GWin32InputStream</a>
1608
- </dt>
1609
- <dd></dd>
1610
- <dt>
1611
- <a class="link" href="gio-GWin32OutputStream.html#g-win32-output-stream-get-close-handle" title="g_win32_output_stream_get_close_handle ()">g_win32_output_stream_get_close_handle</a>, function in <a class="link" href="gio-GWin32OutputStream.html" title="GWin32OutputStream">GWin32OutputStream</a>
1612
- </dt>
1613
- <dd></dd>
1614
- <dt>
1615
- <a class="link" href="gio-GWin32OutputStream.html#g-win32-output-stream-get-handle" title="g_win32_output_stream_get_handle ()">g_win32_output_stream_get_handle</a>, function in <a class="link" href="gio-GWin32OutputStream.html" title="GWin32OutputStream">GWin32OutputStream</a>
1616
- </dt>
1617
- <dd></dd>
1618
- <dt>
1619
- <a class="link" href="gio-GWin32OutputStream.html#g-win32-output-stream-new" title="g_win32_output_stream_new ()">g_win32_output_stream_new</a>, function in <a class="link" href="gio-GWin32OutputStream.html" title="GWin32OutputStream">GWin32OutputStream</a>
1620
- </dt>
1621
- <dd></dd>
1622
- <dt>
1623
- <a class="link" href="gio-GWin32OutputStream.html#g-win32-output-stream-set-close-handle" title="g_win32_output_stream_set_close_handle ()">g_win32_output_stream_set_close_handle</a>, function in <a class="link" href="gio-GWin32OutputStream.html" title="GWin32OutputStream">GWin32OutputStream</a>
1624
- </dt>
1625
- <dd></dd>
1626
- <a name="idxZ"></a><h3 class="title">Z</h3>
1627
- <dt>
1628
- <a class="link" href="GZlibCompressor.html#GZlibCompressor--file-info" title="The “file-info” property">GZlibCompressor:file-info</a>, object property in <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
1629
- </dt>
1630
- <dd></dd>
1631
- <dt>
1632
- <a class="link" href="GZlibDecompressor.html#GZlibDecompressor--file-info" title="The “file-info” property">GZlibDecompressor:file-info</a>, object property in <a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor">GZlibDecompressor</a>
1633
- </dt>
1634
- <dd></dd>
1635
- <dt>
1636
- <a class="link" href="GZlibCompressor.html#g-zlib-compressor-get-file-info" title="g_zlib_compressor_get_file_info ()">g_zlib_compressor_get_file_info</a>, function in <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
1637
- </dt>
1638
- <dd></dd>
1639
- <dt>
1640
- <a class="link" href="GZlibCompressor.html#g-zlib-compressor-set-file-info" title="g_zlib_compressor_set_file_info ()">g_zlib_compressor_set_file_info</a>, function in <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
1641
- </dt>
1642
- <dd></dd>
1643
- <dt>
1644
- <a class="link" href="GZlibDecompressor.html#g-zlib-decompressor-get-file-info" title="g_zlib_decompressor_get_file_info ()">g_zlib_decompressor_get_file_info</a>, function in <a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor">GZlibDecompressor</a>
1645
- </dt>
1646
- <dd></dd>
1647
- </div>
1648
- <div class="footer">
1649
- <hr>Generated by GTK-Doc V1.25.1</div>
1650
- </body>
1651
- </html>