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,283 +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.48: 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-46.html" title="Index of new symbols in 2.46">
10
- <link rel="next" href="api-index-2-50.html" title="Index of new symbols in 2.50">
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="#idxD">D</a>
17
-  <span class="dim">|</span> 
18
- <a class="shortcut" href="#idxI">I</a>
19
-  <span class="dim">|</span> 
20
- <a class="shortcut" href="#idxS">S</a>
21
-  <span class="dim">|</span> 
22
- <a class="shortcut" href="#idxT">T</a></span></td>
23
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
25
- <td><a accesskey="p" href="api-index-2-46.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
- <td><a accesskey="n" href="api-index-2-50.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
- </tr></table>
28
- <div class="index">
29
- <div class="titlepage"><div><div><h1 class="title">
30
- <a name="api-index-2-48"></a>Index of new symbols in 2.48</h1></div></div></div>
31
- <a name="idx"></a><a name="idxD"></a><h3 class="title">D</h3>
32
- <dt>
33
- <a class="link" href="GDatagramBased.html#GDatagramBased-struct" title="GDatagramBased">GDatagramBased</a>, struct in <a class="link" href="GDatagramBased.html" title="GDatagramBased">GDatagramBased</a>
34
- </dt>
35
- <dd></dd>
36
- <dt>
37
- <a class="link" href="GDatagramBased.html#GDatagramBasedInterface" title="struct GDatagramBasedInterface">GDatagramBasedInterface</a>, struct in <a class="link" href="GDatagramBased.html" title="GDatagramBased">GDatagramBased</a>
38
- </dt>
39
- <dd></dd>
40
- <dt>
41
- <a class="link" href="GDatagramBased.html#GDatagramBasedSourceFunc" title="GDatagramBasedSourceFunc ()">GDatagramBasedSourceFunc</a>, user_function in <a class="link" href="GDatagramBased.html" title="GDatagramBased">GDatagramBased</a>
42
- </dt>
43
- <dd></dd>
44
- <dt>
45
- <a class="link" href="GDatagramBased.html#g-datagram-based-condition-check" title="g_datagram_based_condition_check ()">g_datagram_based_condition_check</a>, function in <a class="link" href="GDatagramBased.html" title="GDatagramBased">GDatagramBased</a>
46
- </dt>
47
- <dd></dd>
48
- <dt>
49
- <a class="link" href="GDatagramBased.html#g-datagram-based-condition-wait" title="g_datagram_based_condition_wait ()">g_datagram_based_condition_wait</a>, function in <a class="link" href="GDatagramBased.html" title="GDatagramBased">GDatagramBased</a>
50
- </dt>
51
- <dd></dd>
52
- <dt>
53
- <a class="link" href="GDatagramBased.html#g-datagram-based-create-source" title="g_datagram_based_create_source ()">g_datagram_based_create_source</a>, function in <a class="link" href="GDatagramBased.html" title="GDatagramBased">GDatagramBased</a>
54
- </dt>
55
- <dd></dd>
56
- <dt>
57
- <a class="link" href="GDatagramBased.html#g-datagram-based-receive-messages" title="g_datagram_based_receive_messages ()">g_datagram_based_receive_messages</a>, function in <a class="link" href="GDatagramBased.html" title="GDatagramBased">GDatagramBased</a>
58
- </dt>
59
- <dd></dd>
60
- <dt>
61
- <a class="link" href="GDatagramBased.html#g-datagram-based-send-messages" title="g_datagram_based_send_messages ()">g_datagram_based_send_messages</a>, function in <a class="link" href="GDatagramBased.html" title="GDatagramBased">GDatagramBased</a>
62
- </dt>
63
- <dd></dd>
64
- <dt>
65
- <a class="link" href="GDtlsClientConnection.html#GDtlsClientConnection-struct" title="GDtlsClientConnection">GDtlsClientConnection</a>, struct in <a class="link" href="GDtlsClientConnection.html" title="GDtlsClientConnection">GDtlsClientConnection</a>
66
- </dt>
67
- <dd></dd>
68
- <dt>
69
- <a class="link" href="GDtlsClientConnection.html#GDtlsClientConnection--accepted-cas" title="The “accepted-cas” property">GDtlsClientConnection:accepted-cas</a>, object property in <a class="link" href="GDtlsClientConnection.html" title="GDtlsClientConnection">GDtlsClientConnection</a>
70
- </dt>
71
- <dd></dd>
72
- <dt>
73
- <a class="link" href="GDtlsClientConnection.html#GDtlsClientConnection--server-identity" title="The “server-identity” property">GDtlsClientConnection:server-identity</a>, object property in <a class="link" href="GDtlsClientConnection.html" title="GDtlsClientConnection">GDtlsClientConnection</a>
74
- </dt>
75
- <dd></dd>
76
- <dt>
77
- <a class="link" href="GDtlsClientConnection.html#GDtlsClientConnection--validation-flags" title="The “validation-flags” property">GDtlsClientConnection:validation-flags</a>, object property in <a class="link" href="GDtlsClientConnection.html" title="GDtlsClientConnection">GDtlsClientConnection</a>
78
- </dt>
79
- <dd></dd>
80
- <dt>
81
- <a class="link" href="GDtlsClientConnection.html#GDtlsClientConnectionInterface" title="struct GDtlsClientConnectionInterface">GDtlsClientConnectionInterface</a>, struct in <a class="link" href="GDtlsClientConnection.html" title="GDtlsClientConnection">GDtlsClientConnection</a>
82
- </dt>
83
- <dd></dd>
84
- <dt>
85
- <a class="link" href="GDtlsConnection.html#GDtlsConnection-struct" title="GDtlsConnection">GDtlsConnection</a>, struct in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
86
- </dt>
87
- <dd></dd>
88
- <dt>
89
- <a class="link" href="GDtlsConnection.html#GDtlsConnection-accept-certificate" title="The “accept-certificate” signal">GDtlsConnection::accept-certificate</a>, object signal in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
90
- </dt>
91
- <dd></dd>
92
- <dt>
93
- <a class="link" href="GDtlsConnection.html#GDtlsConnection--base-socket" title="The “base-socket” property">GDtlsConnection:base-socket</a>, object property in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
94
- </dt>
95
- <dd></dd>
96
- <dt>
97
- <a class="link" href="GDtlsConnection.html#GDtlsConnection--certificate" title="The “certificate” property">GDtlsConnection:certificate</a>, object property in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
98
- </dt>
99
- <dd></dd>
100
- <dt>
101
- <a class="link" href="GDtlsConnection.html#GDtlsConnection--database" title="The “database” property">GDtlsConnection:database</a>, object property in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
102
- </dt>
103
- <dd></dd>
104
- <dt>
105
- <a class="link" href="GDtlsConnection.html#GDtlsConnection--interaction" title="The “interaction” property">GDtlsConnection:interaction</a>, object property in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
106
- </dt>
107
- <dd></dd>
108
- <dt>
109
- <a class="link" href="GDtlsConnection.html#GDtlsConnection--peer-certificate" title="The “peer-certificate” property">GDtlsConnection:peer-certificate</a>, object property in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
110
- </dt>
111
- <dd></dd>
112
- <dt>
113
- <a class="link" href="GDtlsConnection.html#GDtlsConnection--peer-certificate-errors" title="The “peer-certificate-errors” property">GDtlsConnection:peer-certificate-errors</a>, object property in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
114
- </dt>
115
- <dd></dd>
116
- <dt>
117
- <a class="link" href="GDtlsConnection.html#GDtlsConnection--rehandshake-mode" title="The “rehandshake-mode” property">GDtlsConnection:rehandshake-mode</a>, object property in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
118
- </dt>
119
- <dd></dd>
120
- <dt>
121
- <a class="link" href="GDtlsConnection.html#GDtlsConnection--require-close-notify" title="The “require-close-notify” property">GDtlsConnection:require-close-notify</a>, object property in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
122
- </dt>
123
- <dd></dd>
124
- <dt>
125
- <a class="link" href="GDtlsServerConnection.html#GDtlsServerConnection-struct" title="GDtlsServerConnection">GDtlsServerConnection</a>, struct in <a class="link" href="GDtlsServerConnection.html" title="GDtlsServerConnection">GDtlsServerConnection</a>
126
- </dt>
127
- <dd></dd>
128
- <dt>
129
- <a class="link" href="GDtlsServerConnection.html#GDtlsServerConnection--authentication-mode" title="The “authentication-mode” property">GDtlsServerConnection:authentication-mode</a>, object property in <a class="link" href="GDtlsServerConnection.html" title="GDtlsServerConnection">GDtlsServerConnection</a>
130
- </dt>
131
- <dd></dd>
132
- <dt>
133
- <a class="link" href="GDtlsServerConnection.html#GDtlsServerConnectionInterface" title="struct GDtlsServerConnectionInterface">GDtlsServerConnectionInterface</a>, struct in <a class="link" href="GDtlsServerConnection.html" title="GDtlsServerConnection">GDtlsServerConnection</a>
134
- </dt>
135
- <dd></dd>
136
- <dt>
137
- <a class="link" href="GDtlsClientConnection.html#g-dtls-client-connection-get-accepted-cas" title="g_dtls_client_connection_get_accepted_cas ()">g_dtls_client_connection_get_accepted_cas</a>, function in <a class="link" href="GDtlsClientConnection.html" title="GDtlsClientConnection">GDtlsClientConnection</a>
138
- </dt>
139
- <dd></dd>
140
- <dt>
141
- <a class="link" href="GDtlsClientConnection.html#g-dtls-client-connection-get-server-identity" title="g_dtls_client_connection_get_server_identity ()">g_dtls_client_connection_get_server_identity</a>, function in <a class="link" href="GDtlsClientConnection.html" title="GDtlsClientConnection">GDtlsClientConnection</a>
142
- </dt>
143
- <dd></dd>
144
- <dt>
145
- <a class="link" href="GDtlsClientConnection.html#g-dtls-client-connection-get-validation-flags" title="g_dtls_client_connection_get_validation_flags ()">g_dtls_client_connection_get_validation_flags</a>, function in <a class="link" href="GDtlsClientConnection.html" title="GDtlsClientConnection">GDtlsClientConnection</a>
146
- </dt>
147
- <dd></dd>
148
- <dt>
149
- <a class="link" href="GDtlsClientConnection.html#g-dtls-client-connection-new" title="g_dtls_client_connection_new ()">g_dtls_client_connection_new</a>, function in <a class="link" href="GDtlsClientConnection.html" title="GDtlsClientConnection">GDtlsClientConnection</a>
150
- </dt>
151
- <dd></dd>
152
- <dt>
153
- <a class="link" href="GDtlsClientConnection.html#g-dtls-client-connection-set-server-identity" title="g_dtls_client_connection_set_server_identity ()">g_dtls_client_connection_set_server_identity</a>, function in <a class="link" href="GDtlsClientConnection.html" title="GDtlsClientConnection">GDtlsClientConnection</a>
154
- </dt>
155
- <dd></dd>
156
- <dt>
157
- <a class="link" href="GDtlsClientConnection.html#g-dtls-client-connection-set-validation-flags" title="g_dtls_client_connection_set_validation_flags ()">g_dtls_client_connection_set_validation_flags</a>, function in <a class="link" href="GDtlsClientConnection.html" title="GDtlsClientConnection">GDtlsClientConnection</a>
158
- </dt>
159
- <dd></dd>
160
- <dt>
161
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-close" title="g_dtls_connection_close ()">g_dtls_connection_close</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
162
- </dt>
163
- <dd></dd>
164
- <dt>
165
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-close-async" title="g_dtls_connection_close_async ()">g_dtls_connection_close_async</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
166
- </dt>
167
- <dd></dd>
168
- <dt>
169
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-close-finish" title="g_dtls_connection_close_finish ()">g_dtls_connection_close_finish</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
170
- </dt>
171
- <dd></dd>
172
- <dt>
173
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-emit-accept-certificate" title="g_dtls_connection_emit_accept_certificate ()">g_dtls_connection_emit_accept_certificate</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
174
- </dt>
175
- <dd></dd>
176
- <dt>
177
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-get-certificate" title="g_dtls_connection_get_certificate ()">g_dtls_connection_get_certificate</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
178
- </dt>
179
- <dd></dd>
180
- <dt>
181
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-get-database" title="g_dtls_connection_get_database ()">g_dtls_connection_get_database</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
182
- </dt>
183
- <dd></dd>
184
- <dt>
185
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-get-interaction" title="g_dtls_connection_get_interaction ()">g_dtls_connection_get_interaction</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
186
- </dt>
187
- <dd></dd>
188
- <dt>
189
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-get-peer-certificate" title="g_dtls_connection_get_peer_certificate ()">g_dtls_connection_get_peer_certificate</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
190
- </dt>
191
- <dd></dd>
192
- <dt>
193
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-get-peer-certificate-errors" title="g_dtls_connection_get_peer_certificate_errors ()">g_dtls_connection_get_peer_certificate_errors</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
194
- </dt>
195
- <dd></dd>
196
- <dt>
197
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-get-rehandshake-mode" title="g_dtls_connection_get_rehandshake_mode ()">g_dtls_connection_get_rehandshake_mode</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
198
- </dt>
199
- <dd></dd>
200
- <dt>
201
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-get-require-close-notify" title="g_dtls_connection_get_require_close_notify ()">g_dtls_connection_get_require_close_notify</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
202
- </dt>
203
- <dd></dd>
204
- <dt>
205
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-handshake" title="g_dtls_connection_handshake ()">g_dtls_connection_handshake</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
206
- </dt>
207
- <dd></dd>
208
- <dt>
209
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-handshake-async" title="g_dtls_connection_handshake_async ()">g_dtls_connection_handshake_async</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
210
- </dt>
211
- <dd></dd>
212
- <dt>
213
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-handshake-finish" title="g_dtls_connection_handshake_finish ()">g_dtls_connection_handshake_finish</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
214
- </dt>
215
- <dd></dd>
216
- <dt>
217
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-set-certificate" title="g_dtls_connection_set_certificate ()">g_dtls_connection_set_certificate</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
218
- </dt>
219
- <dd></dd>
220
- <dt>
221
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-set-database" title="g_dtls_connection_set_database ()">g_dtls_connection_set_database</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
222
- </dt>
223
- <dd></dd>
224
- <dt>
225
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-set-interaction" title="g_dtls_connection_set_interaction ()">g_dtls_connection_set_interaction</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
226
- </dt>
227
- <dd></dd>
228
- <dt>
229
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-set-rehandshake-mode" title="g_dtls_connection_set_rehandshake_mode ()">g_dtls_connection_set_rehandshake_mode</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
230
- </dt>
231
- <dd></dd>
232
- <dt>
233
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-set-require-close-notify" title="g_dtls_connection_set_require_close_notify ()">g_dtls_connection_set_require_close_notify</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
234
- </dt>
235
- <dd></dd>
236
- <dt>
237
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-shutdown" title="g_dtls_connection_shutdown ()">g_dtls_connection_shutdown</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
238
- </dt>
239
- <dd></dd>
240
- <dt>
241
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-shutdown-async" title="g_dtls_connection_shutdown_async ()">g_dtls_connection_shutdown_async</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
242
- </dt>
243
- <dd></dd>
244
- <dt>
245
- <a class="link" href="GDtlsConnection.html#g-dtls-connection-shutdown-finish" title="g_dtls_connection_shutdown_finish ()">g_dtls_connection_shutdown_finish</a>, function in <a class="link" href="GDtlsConnection.html" title="GDtlsConnection">GDtlsConnection</a>
246
- </dt>
247
- <dd></dd>
248
- <dt>
249
- <a class="link" href="GDtlsServerConnection.html#g-dtls-server-connection-new" title="g_dtls_server_connection_new ()">g_dtls_server_connection_new</a>, function in <a class="link" href="GDtlsServerConnection.html" title="GDtlsServerConnection">GDtlsServerConnection</a>
250
- </dt>
251
- <dd></dd>
252
- <a name="idxI"></a><h3 class="title">I</h3>
253
- <dt>
254
- <a class="link" href="GSocket.html#GInputMessage" title="struct GInputMessage">GInputMessage</a>, struct in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
255
- </dt>
256
- <dd></dd>
257
- <a name="idxS"></a><h3 class="title">S</h3>
258
- <dt>
259
- <a class="link" href="GSocketConnectable.html#g-socket-connectable-to-string" title="g_socket_connectable_to_string ()">g_socket_connectable_to_string</a>, function in <a class="link" href="GSocketConnectable.html" title="GSocketConnectable">GSocketConnectable</a>
260
- </dt>
261
- <dd></dd>
262
- <dt>
263
- <a class="link" href="GSocket.html#g-socket-receive-messages" title="g_socket_receive_messages ()">g_socket_receive_messages</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
264
- </dt>
265
- <dd></dd>
266
- <a name="idxT"></a><h3 class="title">T</h3>
267
- <dt>
268
- <a class="link" href="GTlsBackend.html#g-tls-backend-get-dtls-client-connection-type" title="g_tls_backend_get_dtls_client_connection_type ()">g_tls_backend_get_dtls_client_connection_type</a>, function in <a class="link" href="GTlsBackend.html" title="GTlsBackend">GTlsBackend</a>
269
- </dt>
270
- <dd></dd>
271
- <dt>
272
- <a class="link" href="GTlsBackend.html#g-tls-backend-get-dtls-server-connection-type" title="g_tls_backend_get_dtls_server_connection_type ()">g_tls_backend_get_dtls_server_connection_type</a>, function in <a class="link" href="GTlsBackend.html" title="GTlsBackend">GTlsBackend</a>
273
- </dt>
274
- <dd></dd>
275
- <dt>
276
- <a class="link" href="GTlsBackend.html#g-tls-backend-supports-dtls" title="g_tls_backend_supports_dtls ()">g_tls_backend_supports_dtls</a>, function in <a class="link" href="GTlsBackend.html" title="GTlsBackend">GTlsBackend</a>
277
- </dt>
278
- <dd></dd>
279
- </div>
280
- <div class="footer">
281
- <hr>Generated by GTK-Doc V1.25.1</div>
282
- </body>
283
- </html>
@@ -1,79 +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.50: 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-48.html" title="Index of new symbols in 2.48">
10
- <link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
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="#idxD">D</a>
19
-  <span class="dim">|</span> 
20
- <a class="shortcut" href="#idxS">S</a>
21
-  <span class="dim">|</span> 
22
- <a class="shortcut" href="#idxV">V</a></span></td>
23
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
25
- <td><a accesskey="p" href="api-index-2-48.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
- <td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
- </tr></table>
28
- <div class="index">
29
- <div class="titlepage"><div><div><h1 class="title">
30
- <a name="api-index-2-50"></a>Index of new symbols in 2.50</h1></div></div></div>
31
- <a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
32
- <dt>
33
- <a class="link" href="GAppInfo.html#g-app-info-launch-default-for-uri-async" title="g_app_info_launch_default_for_uri_async ()">g_app_info_launch_default_for_uri_async</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
34
- </dt>
35
- <dd></dd>
36
- <dt>
37
- <a class="link" href="GAppInfo.html#g-app-info-launch-default-for-uri-finish" title="g_app_info_launch_default_for_uri_finish ()">g_app_info_launch_default_for_uri_finish</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
38
- </dt>
39
- <dd></dd>
40
- <a name="idxD"></a><h3 class="title">D</h3>
41
- <dt>
42
- <a class="link" href="GDrive.html#g-drive-is-removable" title="g_drive_is_removable ()">g_drive_is_removable</a>, function in <a class="link" href="GDrive.html" title="GDrive">GDrive</a>
43
- </dt>
44
- <dd></dd>
45
- <a name="idxS"></a><h3 class="title">S</h3>
46
- <dt>
47
- <a class="link" href="GSettings.html#g-settings-get-int64" title="g_settings_get_int64 ()">g_settings_get_int64</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
48
- </dt>
49
- <dd></dd>
50
- <dt>
51
- <a class="link" href="GSettings.html#g-settings-get-uint64" title="g_settings_get_uint64 ()">g_settings_get_uint64</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
52
- </dt>
53
- <dd></dd>
54
- <dt>
55
- <a class="link" href="GSettings.html#g-settings-set-int64" title="g_settings_set_int64 ()">g_settings_set_int64</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
56
- </dt>
57
- <dd></dd>
58
- <dt>
59
- <a class="link" href="GSettings.html#g-settings-set-uint64" title="g_settings_set_uint64 ()">g_settings_set_uint64</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
60
- </dt>
61
- <dd></dd>
62
- <a name="idxV"></a><h3 class="title">V</h3>
63
- <dt>
64
- <a class="link" href="GVfs.html#GVfsFileLookupFunc" title="GVfsFileLookupFunc ()">GVfsFileLookupFunc</a>, user_function in <a class="link" href="GVfs.html" title="GVfs">GVfs</a>
65
- </dt>
66
- <dd></dd>
67
- <dt>
68
- <a class="link" href="GVfs.html#g-vfs-register-uri-scheme" title="g_vfs_register_uri_scheme ()">g_vfs_register_uri_scheme</a>, function in <a class="link" href="GVfs.html" title="GVfs">GVfs</a>
69
- </dt>
70
- <dd></dd>
71
- <dt>
72
- <a class="link" href="GVfs.html#g-vfs-unregister-uri-scheme" title="g_vfs_unregister_uri_scheme ()">g_vfs_unregister_uri_scheme</a>, function in <a class="link" href="GVfs.html" title="GVfs">GVfs</a>
73
- </dt>
74
- <dd></dd>
75
- </div>
76
- <div class="footer">
77
- <hr>Generated by GTK-Doc V1.25.1</div>
78
- </body>
79
- </html>
@@ -1,321 +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 deprecated symbols: 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-full.html" title="Index">
10
- <link rel="next" href="api-index-2-18.html" title="Index of new symbols in 2.18">
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="#idxD">D</a>
19
-  <span class="dim">|</span> 
20
- <a class="shortcut" href="#idxF">F</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="#idxS">S</a>
29
-  <span class="dim">|</span> 
30
- <a class="shortcut" href="#idxT">T</a>
31
-  <span class="dim">|</span> 
32
- <a class="shortcut" href="#idxU">U</a>
33
-  <span class="dim">|</span> 
34
- <a class="shortcut" href="#idxV">V</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-full.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
38
- <td><a accesskey="n" href="api-index-2-18.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-deprecated"></a>Index of deprecated symbols</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="GApplication.html#g-application-set-action-group" title="g_application_set_action_group ()">g_application_set_action_group</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
46
- </dt>
47
- <dd></dd>
48
- <a name="idxD"></a><h3 class="title">D</h3>
49
- <dt>
50
- <a class="link" href="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfoLookup-struct" title="GDesktopAppInfoLookup">GDesktopAppInfoLookup</a>, struct in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
51
- </dt>
52
- <dd></dd>
53
- <dt>
54
- <a class="link" href="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfoLookupIface" title="struct GDesktopAppInfoLookupIface">GDesktopAppInfoLookupIface</a>, struct in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
55
- </dt>
56
- <dd></dd>
57
- <dt>
58
- <a class="link" href="gio-Desktop-file-based-GAppInfo.html#G-DESKTOP-APP-INFO-LOOKUP-EXTENSION-POINT-NAME:CAPS" title="G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME">G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME</a>, macro in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
59
- </dt>
60
- <dd></dd>
61
- <dt>
62
- <a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-set-desktop-env" title="g_desktop_app_info_set_desktop_env ()">g_desktop_app_info_set_desktop_env</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
63
- </dt>
64
- <dd></dd>
65
- <dt>
66
- <a class="link" href="GDrive.html#g-drive-eject" title="g_drive_eject ()">g_drive_eject</a>, function in <a class="link" href="GDrive.html" title="GDrive">GDrive</a>
67
- </dt>
68
- <dd></dd>
69
- <dt>
70
- <a class="link" href="GDrive.html#g-drive-eject-finish" title="g_drive_eject_finish ()">g_drive_eject_finish</a>, function in <a class="link" href="GDrive.html" title="GDrive">GDrive</a>
71
- </dt>
72
- <dd></dd>
73
- <a name="idxF"></a><h3 class="title">F</h3>
74
- <dt>
75
- <a class="link" href="GFile.html#g-file-eject-mountable" title="g_file_eject_mountable ()">g_file_eject_mountable</a>, function in <a class="link" href="GFile.html" title="GFile">GFile</a>
76
- </dt>
77
- <dd></dd>
78
- <dt>
79
- <a class="link" href="GFile.html#g-file-eject-mountable-finish" title="g_file_eject_mountable_finish ()">g_file_eject_mountable_finish</a>, function in <a class="link" href="GFile.html" title="GFile">GFile</a>
80
- </dt>
81
- <dd></dd>
82
- <dt>
83
- <a class="link" href="GFile.html#g-file-unmount-mountable" title="g_file_unmount_mountable ()">g_file_unmount_mountable</a>, function in <a class="link" href="GFile.html" title="GFile">GFile</a>
84
- </dt>
85
- <dd></dd>
86
- <dt>
87
- <a class="link" href="GFile.html#g-file-unmount-mountable-finish" title="g_file_unmount_mountable_finish ()">g_file_unmount_mountable_finish</a>, function in <a class="link" href="GFile.html" title="GFile">GFile</a>
88
- </dt>
89
- <dd></dd>
90
- <a name="idxI"></a><h3 class="title">I</h3>
91
- <dt>
92
- <a class="link" href="gio-GIOScheduler.html#g-io-scheduler-cancel-all-jobs" title="g_io_scheduler_cancel_all_jobs ()">g_io_scheduler_cancel_all_jobs</a>, function in <a class="link" href="gio-GIOScheduler.html" title="GIOScheduler">GIOScheduler</a>
93
- </dt>
94
- <dd></dd>
95
- <dt>
96
- <a class="link" href="gio-GIOScheduler.html#g-io-scheduler-job-send-to-mainloop" title="g_io_scheduler_job_send_to_mainloop ()">g_io_scheduler_job_send_to_mainloop</a>, function in <a class="link" href="gio-GIOScheduler.html" title="GIOScheduler">GIOScheduler</a>
97
- </dt>
98
- <dd></dd>
99
- <dt>
100
- <a class="link" href="gio-GIOScheduler.html#g-io-scheduler-job-send-to-mainloop-async" title="g_io_scheduler_job_send_to_mainloop_async ()">g_io_scheduler_job_send_to_mainloop_async</a>, function in <a class="link" href="gio-GIOScheduler.html" title="GIOScheduler">GIOScheduler</a>
101
- </dt>
102
- <dd></dd>
103
- <dt>
104
- <a class="link" href="gio-GIOScheduler.html#g-io-scheduler-push-job" title="g_io_scheduler_push_job ()">g_io_scheduler_push_job</a>, function in <a class="link" href="gio-GIOScheduler.html" title="GIOScheduler">GIOScheduler</a>
105
- </dt>
106
- <dd></dd>
107
- <a name="idxM"></a><h3 class="title">M</h3>
108
- <dt>
109
- <a class="link" href="GMount.html#g-mount-eject" title="g_mount_eject ()">g_mount_eject</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
110
- </dt>
111
- <dd></dd>
112
- <dt>
113
- <a class="link" href="GMount.html#g-mount-eject-finish" title="g_mount_eject_finish ()">g_mount_eject_finish</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
114
- </dt>
115
- <dd></dd>
116
- <dt>
117
- <a class="link" href="GMount.html#g-mount-unmount" title="g_mount_unmount ()">g_mount_unmount</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
118
- </dt>
119
- <dd></dd>
120
- <dt>
121
- <a class="link" href="GMount.html#g-mount-unmount-finish" title="g_mount_unmount_finish ()">g_mount_unmount_finish</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
122
- </dt>
123
- <dd></dd>
124
- <a name="idxN"></a><h3 class="title">N</h3>
125
- <dt>
126
- <a class="link" href="GNotification.html#g-notification-set-urgent" title="g_notification_set_urgent ()">g_notification_set_urgent</a>, function in <a class="link" href="GNotification.html" title="GNotification">GNotification</a>
127
- </dt>
128
- <dd></dd>
129
- <a name="idxS"></a><h3 class="title">S</h3>
130
- <dt>
131
- <a class="link" href="GSettings.html#GSettings--schema" title="The “schema” property">GSettings:schema</a>, object property in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
132
- </dt>
133
- <dd></dd>
134
- <dt>
135
- <a class="link" href="GSettings.html#g-settings-get-range" title="g_settings_get_range ()">g_settings_get_range</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
136
- </dt>
137
- <dd></dd>
138
- <dt>
139
- <a class="link" href="GSettings.html#g-settings-list-keys" title="g_settings_list_keys ()">g_settings_list_keys</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
140
- </dt>
141
- <dd></dd>
142
- <dt>
143
- <a class="link" href="GSettings.html#g-settings-list-relocatable-schemas" title="g_settings_list_relocatable_schemas ()">g_settings_list_relocatable_schemas</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
144
- </dt>
145
- <dd></dd>
146
- <dt>
147
- <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>
148
- </dt>
149
- <dd></dd>
150
- <dt>
151
- <a class="link" href="GSettings.html#g-settings-range-check" title="g_settings_range_check ()">g_settings_range_check</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
152
- </dt>
153
- <dd></dd>
154
- <dt>
155
- <a class="link" href="GSimpleActionGroup.html#g-simple-action-group-add-entries" title="g_simple_action_group_add_entries ()">g_simple_action_group_add_entries</a>, function in <a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup">GSimpleActionGroup</a>
156
- </dt>
157
- <dd></dd>
158
- <dt>
159
- <a class="link" href="GSimpleActionGroup.html#g-simple-action-group-insert" title="g_simple_action_group_insert ()">g_simple_action_group_insert</a>, function in <a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup">GSimpleActionGroup</a>
160
- </dt>
161
- <dd></dd>
162
- <dt>
163
- <a class="link" href="GSimpleActionGroup.html#g-simple-action-group-lookup" title="g_simple_action_group_lookup ()">g_simple_action_group_lookup</a>, function in <a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup">GSimpleActionGroup</a>
164
- </dt>
165
- <dd></dd>
166
- <dt>
167
- <a class="link" href="GSimpleActionGroup.html#g-simple-action-group-remove" title="g_simple_action_group_remove ()">g_simple_action_group_remove</a>, function in <a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup">GSimpleActionGroup</a>
168
- </dt>
169
- <dd></dd>
170
- <dt>
171
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-report-error-in-idle" title="g_simple_async_report_error_in_idle ()">g_simple_async_report_error_in_idle</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
172
- </dt>
173
- <dd></dd>
174
- <dt>
175
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-report-gerror-in-idle" title="g_simple_async_report_gerror_in_idle ()">g_simple_async_report_gerror_in_idle</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
176
- </dt>
177
- <dd></dd>
178
- <dt>
179
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-report-take-gerror-in-idle" title="g_simple_async_report_take_gerror_in_idle ()">g_simple_async_report_take_gerror_in_idle</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
180
- </dt>
181
- <dd></dd>
182
- <dt>
183
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-complete" title="g_simple_async_result_complete ()">g_simple_async_result_complete</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
184
- </dt>
185
- <dd></dd>
186
- <dt>
187
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-complete-in-idle" title="g_simple_async_result_complete_in_idle ()">g_simple_async_result_complete_in_idle</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
188
- </dt>
189
- <dd></dd>
190
- <dt>
191
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gboolean" title="g_simple_async_result_get_op_res_gboolean ()">g_simple_async_result_get_op_res_gboolean</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
192
- </dt>
193
- <dd></dd>
194
- <dt>
195
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gpointer" title="g_simple_async_result_get_op_res_gpointer ()">g_simple_async_result_get_op_res_gpointer</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
196
- </dt>
197
- <dd></dd>
198
- <dt>
199
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gssize" title="g_simple_async_result_get_op_res_gssize ()">g_simple_async_result_get_op_res_gssize</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
200
- </dt>
201
- <dd></dd>
202
- <dt>
203
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-get-source-tag" title="g_simple_async_result_get_source_tag ()">g_simple_async_result_get_source_tag</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
204
- </dt>
205
- <dd></dd>
206
- <dt>
207
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-is-valid" title="g_simple_async_result_is_valid ()">g_simple_async_result_is_valid</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
208
- </dt>
209
- <dd></dd>
210
- <dt>
211
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-new" title="g_simple_async_result_new ()">g_simple_async_result_new</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
212
- </dt>
213
- <dd></dd>
214
- <dt>
215
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-new-error" title="g_simple_async_result_new_error ()">g_simple_async_result_new_error</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
216
- </dt>
217
- <dd></dd>
218
- <dt>
219
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-new-from-error" title="g_simple_async_result_new_from_error ()">g_simple_async_result_new_from_error</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
220
- </dt>
221
- <dd></dd>
222
- <dt>
223
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-new-take-error" title="g_simple_async_result_new_take_error ()">g_simple_async_result_new_take_error</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
224
- </dt>
225
- <dd></dd>
226
- <dt>
227
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-propagate-error" title="g_simple_async_result_propagate_error ()">g_simple_async_result_propagate_error</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
228
- </dt>
229
- <dd></dd>
230
- <dt>
231
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-run-in-thread" title="g_simple_async_result_run_in_thread ()">g_simple_async_result_run_in_thread</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
232
- </dt>
233
- <dd></dd>
234
- <dt>
235
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-check-cancellable" title="g_simple_async_result_set_check_cancellable ()">g_simple_async_result_set_check_cancellable</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
236
- </dt>
237
- <dd></dd>
238
- <dt>
239
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-error" title="g_simple_async_result_set_error ()">g_simple_async_result_set_error</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
240
- </dt>
241
- <dd></dd>
242
- <dt>
243
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-error-va" title="g_simple_async_result_set_error_va ()">g_simple_async_result_set_error_va</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
244
- </dt>
245
- <dd></dd>
246
- <dt>
247
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-from-error" title="g_simple_async_result_set_from_error ()">g_simple_async_result_set_from_error</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
248
- </dt>
249
- <dd></dd>
250
- <dt>
251
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-handle-cancellation" title="g_simple_async_result_set_handle_cancellation ()">g_simple_async_result_set_handle_cancellation</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
252
- </dt>
253
- <dd></dd>
254
- <dt>
255
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gboolean" title="g_simple_async_result_set_op_res_gboolean ()">g_simple_async_result_set_op_res_gboolean</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
256
- </dt>
257
- <dd></dd>
258
- <dt>
259
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gpointer" title="g_simple_async_result_set_op_res_gpointer ()">g_simple_async_result_set_op_res_gpointer</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
260
- </dt>
261
- <dd></dd>
262
- <dt>
263
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gssize" title="g_simple_async_result_set_op_res_gssize ()">g_simple_async_result_set_op_res_gssize</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
264
- </dt>
265
- <dd></dd>
266
- <dt>
267
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-take-error" title="g_simple_async_result_take_error ()">g_simple_async_result_take_error</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
268
- </dt>
269
- <dd></dd>
270
- <a name="idxT"></a><h3 class="title">T</h3>
271
- <dt>
272
- <a class="link" href="GTlsConnection.html#GTlsConnection--use-system-certdb" title="The “use-system-certdb” property">GTlsConnection:use-system-certdb</a>, object property in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
273
- </dt>
274
- <dd></dd>
275
- <dt>
276
- <a class="link" href="GTlsConnection.html#g-tls-connection-get-use-system-certdb" title="g_tls_connection_get_use_system_certdb ()">g_tls_connection_get_use_system_certdb</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
277
- </dt>
278
- <dd></dd>
279
- <dt>
280
- <a class="link" href="GTlsConnection.html#g-tls-connection-set-use-system-certdb" title="g_tls_connection_set_use_system_certdb ()">g_tls_connection_set_use_system_certdb</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
281
- </dt>
282
- <dd></dd>
283
- <a name="idxU"></a><h3 class="title">U</h3>
284
- <dt>
285
- <a class="link" href="GUnixSocketAddress.html#GUnixSocketAddress--abstract" title="The “abstract” property">GUnixSocketAddress:abstract</a>, object property in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
286
- </dt>
287
- <dd></dd>
288
- <dt>
289
- <a class="link" href="gio-Unix-Mounts.html#g-unix-mount-monitor-new" title="g_unix_mount_monitor_new ()">g_unix_mount_monitor_new</a>, function in <a class="link" href="gio-Unix-Mounts.html" title="Unix Mounts">Unix Mounts</a>
290
- </dt>
291
- <dd></dd>
292
- <dt>
293
- <a class="link" href="gio-Unix-Mounts.html#g-unix-mount-monitor-set-rate-limit" title="g_unix_mount_monitor_set_rate_limit ()">g_unix_mount_monitor_set_rate_limit</a>, function in <a class="link" href="gio-Unix-Mounts.html" title="Unix Mounts">Unix Mounts</a>
294
- </dt>
295
- <dd></dd>
296
- <dt>
297
- <a class="link" href="GUnixSocketAddress.html#g-unix-socket-address-get-is-abstract" title="g_unix_socket_address_get_is_abstract ()">g_unix_socket_address_get_is_abstract</a>, function in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
298
- </dt>
299
- <dd></dd>
300
- <dt>
301
- <a class="link" href="GUnixSocketAddress.html#g-unix-socket-address-new-abstract" title="g_unix_socket_address_new_abstract ()">g_unix_socket_address_new_abstract</a>, function in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
302
- </dt>
303
- <dd></dd>
304
- <a name="idxV"></a><h3 class="title">V</h3>
305
- <dt>
306
- <a class="link" href="GVolume.html#g-volume-eject" title="g_volume_eject ()">g_volume_eject</a>, function in <a class="link" href="GVolume.html" title="GVolume">GVolume</a>
307
- </dt>
308
- <dd></dd>
309
- <dt>
310
- <a class="link" href="GVolume.html#g-volume-eject-finish" title="g_volume_eject_finish ()">g_volume_eject_finish</a>, function in <a class="link" href="GVolume.html" title="GVolume">GVolume</a>
311
- </dt>
312
- <dd></dd>
313
- <dt>
314
- <a class="link" href="GVolumeMonitor.html#g-volume-monitor-adopt-orphan-mount" title="g_volume_monitor_adopt_orphan_mount ()">g_volume_monitor_adopt_orphan_mount</a>, function in <a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor">GVolumeMonitor</a>
315
- </dt>
316
- <dd></dd>
317
- </div>
318
- <div class="footer">
319
- <hr>Generated by GTK-Doc V1.25.1</div>
320
- </body>
321
- </html>