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
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Random Numbers: GLib Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="glib-utilities.html" title="GLib Utilities">
9
9
  <link rel="prev" href="glib-GDateTime.html" title="GDateTime">
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Relations and Tuples: GLib Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="deprecated.html" title="Deprecated APIs">
9
9
  <link rel="prev" href="glib-Caches.html" title="Caches">
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Sequences: GLib Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="glib-data-types.html" title="GLib Data Types">
9
9
  <link rel="prev" href="glib-Double-ended-Queues.html" title="Double-ended Queues">
@@ -481,7 +481,7 @@ are removed from the sequence.</p>
481
481
  <tbody><tr>
482
482
  <td class="parameter_name"><p>data_destroy</p></td>
483
483
  <td class="parameter_description"><p> a <a class="link" href="glib-Datasets.html#GDestroyNotify" title="GDestroyNotify ()"><span class="type">GDestroyNotify</span></a> function, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
484
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
484
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
485
485
  </tr></tbody>
486
486
  </table></div>
487
487
  </div>
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Shell-related Utilities: GLib Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="glib-utilities.html" title="GLib Utilities">
9
9
  <link rel="prev" href="glib-Hostname-Utilities.html" title="Hostname Utilities">
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Simple XML Subset Parser: GLib Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="glib-utilities.html" title="GLib Utilities">
9
9
  <link rel="prev" href="glib-regex-syntax.html" title="Regular expression syntax">
@@ -595,12 +595,12 @@ semantics for what constitutes the "current" line number other than
595
595
  <tr>
596
596
  <td class="parameter_name"><p>line_number</p></td>
597
597
  <td class="parameter_description"><p> return location for a line number, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
598
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
598
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
599
599
  </tr>
600
600
  <tr>
601
601
  <td class="parameter_name"><p>char_number</p></td>
602
602
  <td class="parameter_description"><p> return location for a char-on-line number, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
603
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
603
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
604
604
  </tr>
605
605
  </tbody>
606
606
  </table></div>
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Singly-Linked Lists: GLib Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="glib-data-types.html" title="GLib Data Types">
9
9
  <link rel="prev" href="glib-Doubly-Linked-Lists.html" title="Doubly-Linked Lists">
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Spawning Processes: GLib Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="glib-utilities.html" title="GLib Utilities">
9
9
  <link rel="prev" href="glib-Timers.html" title="Timers">
@@ -396,7 +396,7 @@ the spawned program opens its windows on the right screen.</p>
396
396
  <tr>
397
397
  <td class="parameter_name"><p>working_directory</p></td>
398
398
  <td class="parameter_description"><p> child's current working directory, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to inherit parent's, in the GLib file name encoding. </p></td>
399
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
399
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
400
400
  </tr>
401
401
  <tr>
402
402
  <td class="parameter_name"><p>argv</p></td>
@@ -406,7 +406,7 @@ the spawned program opens its windows on the right screen.</p>
406
406
  <tr>
407
407
  <td class="parameter_name"><p>envp</p></td>
408
408
  <td class="parameter_description"><p> child's environment, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to inherit parent's, in the GLib file name encoding. </p></td>
409
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
409
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
410
410
  </tr>
411
411
  <tr>
412
412
  <td class="parameter_name"><p>flags</p></td>
@@ -416,7 +416,7 @@ the spawned program opens its windows on the right screen.</p>
416
416
  <tr>
417
417
  <td class="parameter_name"><p>child_setup</p></td>
418
418
  <td class="parameter_description"><p> function to run in the child just before <code class="function">exec()</code>. </p></td>
419
- <td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
419
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
420
420
  </tr>
421
421
  <tr>
422
422
  <td class="parameter_name"><p>user_data</p></td>
@@ -427,22 +427,22 @@ the spawned program opens its windows on the right screen.</p>
427
427
  <tr>
428
428
  <td class="parameter_name"><p>child_pid</p></td>
429
429
  <td class="parameter_description"><p> return location for child process ID, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
430
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
430
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
431
431
  </tr>
432
432
  <tr>
433
433
  <td class="parameter_name"><p>standard_input</p></td>
434
434
  <td class="parameter_description"><p> return location for file descriptor to write to child's stdin, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
435
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
435
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
436
436
  </tr>
437
437
  <tr>
438
438
  <td class="parameter_name"><p>standard_output</p></td>
439
439
  <td class="parameter_description"><p> return location for file descriptor to read child's stdout, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
440
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
440
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
441
441
  </tr>
442
442
  <tr>
443
443
  <td class="parameter_name"><p>standard_error</p></td>
444
444
  <td class="parameter_description"><p> return location for file descriptor to read child's stderr, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
445
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
445
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
446
446
  </tr>
447
447
  <tr>
448
448
  <td class="parameter_name"><p>error</p></td>
@@ -493,7 +493,7 @@ are different concepts on Windows.</p>
493
493
  <tr>
494
494
  <td class="parameter_name"><p>working_directory</p></td>
495
495
  <td class="parameter_description"><p> child's current working directory, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to inherit parent's. </p></td>
496
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
496
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
497
497
  </tr>
498
498
  <tr>
499
499
  <td class="parameter_name"><p>argv</p></td>
@@ -503,7 +503,7 @@ are different concepts on Windows.</p>
503
503
  <tr>
504
504
  <td class="parameter_name"><p>envp</p></td>
505
505
  <td class="parameter_description"><p> child's environment, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to inherit parent's. </p></td>
506
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
506
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
507
507
  </tr>
508
508
  <tr>
509
509
  <td class="parameter_name"><p>flags</p></td>
@@ -513,7 +513,7 @@ are different concepts on Windows.</p>
513
513
  <tr>
514
514
  <td class="parameter_name"><p>child_setup</p></td>
515
515
  <td class="parameter_description"><p> function to run in the child just before <code class="function">exec()</code>. </p></td>
516
- <td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
516
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
517
517
  </tr>
518
518
  <tr>
519
519
  <td class="parameter_name"><p>user_data</p></td>
@@ -524,7 +524,7 @@ are different concepts on Windows.</p>
524
524
  <tr>
525
525
  <td class="parameter_name"><p>child_pid</p></td>
526
526
  <td class="parameter_description"><p> return location for child process reference, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
527
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
527
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
528
528
  </tr>
529
529
  <tr>
530
530
  <td class="parameter_name"><p>error</p></td>
@@ -589,7 +589,7 @@ how these functions work on Windows.</p>
589
589
  <tr>
590
590
  <td class="parameter_name"><p>working_directory</p></td>
591
591
  <td class="parameter_description"><p> child's current working directory, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to inherit parent's. </p></td>
592
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
592
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
593
593
  </tr>
594
594
  <tr>
595
595
  <td class="parameter_name"><p>argv</p></td>
@@ -599,7 +599,7 @@ how these functions work on Windows.</p>
599
599
  <tr>
600
600
  <td class="parameter_name"><p>envp</p></td>
601
601
  <td class="parameter_description"><p> child's environment, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to inherit parent's. </p></td>
602
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
602
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
603
603
  </tr>
604
604
  <tr>
605
605
  <td class="parameter_name"><p>flags</p></td>
@@ -609,7 +609,7 @@ how these functions work on Windows.</p>
609
609
  <tr>
610
610
  <td class="parameter_name"><p>child_setup</p></td>
611
611
  <td class="parameter_description"><p> function to run in the child just before <code class="function">exec()</code>. </p></td>
612
- <td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
612
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
613
613
  </tr>
614
614
  <tr>
615
615
  <td class="parameter_name"><p>user_data</p></td>
@@ -620,17 +620,17 @@ how these functions work on Windows.</p>
620
620
  <tr>
621
621
  <td class="parameter_name"><p>standard_output</p></td>
622
622
  <td class="parameter_description"><p> return location for child output, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
623
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
623
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
624
624
  </tr>
625
625
  <tr>
626
626
  <td class="parameter_name"><p>standard_error</p></td>
627
627
  <td class="parameter_description"><p> return location for child error messages, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
628
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
628
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
629
629
  </tr>
630
630
  <tr>
631
631
  <td class="parameter_name"><p>exit_status</p></td>
632
632
  <td class="parameter_description"><p> return location for child exit status, as returned by <code class="function">waitpid()</code>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
633
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
633
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
634
634
  </tr>
635
635
  <tr>
636
636
  <td class="parameter_name"><p>error</p></td>
@@ -811,17 +811,17 @@ separator. You need to enclose such paths with single quotes, like
811
811
  <tr>
812
812
  <td class="parameter_name"><p>standard_output</p></td>
813
813
  <td class="parameter_description"><p> return location for child output. </p></td>
814
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
814
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
815
815
  </tr>
816
816
  <tr>
817
817
  <td class="parameter_name"><p>standard_error</p></td>
818
818
  <td class="parameter_description"><p> return location for child errors. </p></td>
819
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
819
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
820
820
  </tr>
821
821
  <tr>
822
822
  <td class="parameter_name"><p>exit_status</p></td>
823
823
  <td class="parameter_description"><p> return location for child exit status, as returned by <code class="function">waitpid()</code>. </p></td>
824
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
824
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
825
825
  </tr>
826
826
  <tr>
827
827
  <td class="parameter_name"><p>error</p></td>
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Standard Macros: GLib Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="glib-fundamentals.html" title="GLib Fundamentals">
9
9
  <link rel="prev" href="glib-Basic-Types.html" title="Basic Types">
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>String Chunks: GLib Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="glib-data-types.html" title="GLib Data Types">
9
9
  <link rel="prev" href="glib-Strings.html" title="Strings">
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>String Utility Functions: GLib Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="glib-utilities.html" title="GLib Utilities">
9
9
  <link rel="prev" href="glib-utilities.html" title="GLib Utilities">
@@ -1144,12 +1144,12 @@ Comparing two <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="
1144
1144
  <tr>
1145
1145
  <td class="parameter_name"><p>str1</p></td>
1146
1146
  <td class="parameter_description"><p> a C string or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
1147
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1147
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1148
1148
  </tr>
1149
1149
  <tr>
1150
1150
  <td class="parameter_name"><p>str2</p></td>
1151
1151
  <td class="parameter_description"><p> another C string or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
1152
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1152
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1153
1153
  </tr>
1154
1154
  </tbody>
1155
1155
  </table></div>
@@ -1205,7 +1205,7 @@ to be done independently of the currently locale, specify "C" for
1205
1205
  <tr>
1206
1206
  <td class="parameter_name"><p>from_locale</p></td>
1207
1207
  <td class="parameter_description"><p> the source locale, if known. </p></td>
1208
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1208
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1209
1209
  </tr>
1210
1210
  </tbody>
1211
1211
  </table></div>
@@ -1257,7 +1257,7 @@ known.</p>
1257
1257
  <td class="parameter_description"><p> the language code (like 'de' or
1258
1258
  'en_GB') from which <em class="parameter"><code>string</code></em>
1259
1259
  originates. </p></td>
1260
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1260
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1261
1261
  </tr>
1262
1262
  <tr>
1263
1263
  <td class="parameter_name"><p>ascii_alternates</p></td>
@@ -3447,7 +3447,7 @@ allow nesting such as</p>
3447
3447
  <td class="parameter_name"><p>delimiters</p></td>
3448
3448
  <td class="parameter_description"><p> a string containing the current delimiters,
3449
3449
  or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to use the standard delimiters defined in <a class="link" href="glib-String-Utility-Functions.html#G-STR-DELIMITERS:CAPS" title="G_STR_DELIMITERS"><span class="type">G_STR_DELIMITERS</span></a>. </p></td>
3450
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
3450
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
3451
3451
  </tr>
3452
3452
  <tr>
3453
3453
  <td class="parameter_name"><p>new_delimiter</p></td>
@@ -3813,7 +3813,7 @@ should be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" t
3813
3813
  <td class="parameter_name"><p>separator</p></td>
3814
3814
  <td class="parameter_description"><p> a string to insert between each of the
3815
3815
  strings, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
3816
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
3816
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
3817
3817
  </tr>
3818
3818
  <tr>
3819
3819
  <td class="parameter_name"><p>...</p></td>
@@ -3859,7 +3859,7 @@ appear in the resulting string.</p>
3859
3859
  <td class="parameter_name"><p>separator</p></td>
3860
3860
  <td class="parameter_description"><p> a string to insert between each of the
3861
3861
  strings, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
3862
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
3862
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
3863
3863
  </tr>
3864
3864
  <tr>
3865
3865
  <td class="parameter_name"><p>str_array</p></td>
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Strings: GLib Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="glib-data-types.html" title="GLib Data Types">
9
9
  <link rel="prev" href="glib-Hash-Tables.html" title="Hash Tables">
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Testing: GLib Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="glib-utilities.html" title="GLib Utilities">
9
9
  <link rel="prev" href="glib-Bookmark-file-parser.html" title="Bookmark file parser">
@@ -1466,7 +1466,7 @@ the test.</p>
1466
1466
  <tbody><tr>
1467
1467
  <td class="parameter_name"><p>msg</p></td>
1468
1468
  <td class="parameter_description"><p> explanation. </p></td>
1469
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1469
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1470
1470
  </tr></tbody>
1471
1471
  </table></div>
1472
1472
  </div>
@@ -1496,7 +1496,7 @@ the test.</p>
1496
1496
  <tbody><tr>
1497
1497
  <td class="parameter_name"><p>msg</p></td>
1498
1498
  <td class="parameter_description"><p> explanation. </p></td>
1499
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1499
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1500
1500
  </tr></tbody>
1501
1501
  </table></div>
1502
1502
  </div>
@@ -1775,7 +1775,7 @@ g_test_queue_destroy (<em class="parameter"><code><a class="link" href="glib-Dat
1775
1775
  <p>This function enqueus a callback <em class="parameter"><code>destroy_func</code></em>
1776
1776
  to be executed
1777
1777
  during the next test case teardown phase. This is most useful
1778
- to auto destruct allocted test resources at the end of a test run.
1778
+ to auto destruct allocated test resources at the end of a test run.
1779
1779
  Resources are released in reverse queue order, that means enqueueing
1780
1780
  callback A before callback B will cause <code class="function">B()</code> to be called before
1781
1781
  <code class="function">A()</code> during teardown.</p>
@@ -1891,7 +1891,7 @@ expected via <a class="link" href="glib-Testing.html#g-test-expect-message" titl
1891
1891
  <tr>
1892
1892
  <td class="parameter_name"><p>log_domain</p></td>
1893
1893
  <td class="parameter_description"><p> the log domain of the message. </p></td>
1894
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1894
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1895
1895
  </tr>
1896
1896
  <tr>
1897
1897
  <td class="parameter_name"><p>log_level</p></td>
@@ -2030,7 +2030,7 @@ message.</p>
2030
2030
  <tr>
2031
2031
  <td class="parameter_name"><p>test_path</p></td>
2032
2032
  <td class="parameter_description"><p> Test to run in a subprocess. </p></td>
2033
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2033
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
2034
2034
  </tr>
2035
2035
  <tr>
2036
2036
  <td class="parameter_name"><p>usec_timeout</p></td>
@@ -2403,7 +2403,9 @@ see <a class="link" href="glib-Testing.html#g-test-rand-int" title="g_test_rand_
2403
2403
  fails. If the assertion fails (i.e. the expression is not true),
2404
2404
  an error message is logged and the application is terminated.</p>
2405
2405
  <p>The macro can be turned off in final releases of code by defining
2406
- <code class="literal">G_DISABLE_ASSERT</code> when compiling the application.</p>
2406
+ <code class="literal">G_DISABLE_ASSERT</code> when compiling the application, so code must
2407
+ not depend on any side effects from <em class="parameter"><code>expr</code></em>
2408
+ .</p>
2407
2409
  <div class="refsect3">
2408
2410
  <a name="g-assert.parameters"></a><h4>Parameters</h4>
2409
2411
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>The Main Event Loop: GLib Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="glib-core.html" title="GLib Core Application Support">
9
9
  <link rel="prev" href="glib-core.html" title="GLib Core Application Support">
@@ -265,7 +265,7 @@
265
265
  </tr>
266
266
  <tr>
267
267
  <td class="function_type">
268
- <a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
268
+ <a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a>
269
269
  </td>
270
270
  <td class="function_name">
271
271
  <a class="link" href="glib-The-Main-Event-Loop.html#g-main-context-check" title="g_main_context_check ()">g_main_context_check</a> <span class="c_punctuation">()</span>
@@ -988,7 +988,7 @@ g_main_loop_new (<em class="parameter"><code><a class="link" href="glib-The-Main
988
988
  <tr>
989
989
  <td class="parameter_name"><p>context</p></td>
990
990
  <td class="parameter_description"><p> a <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> (if <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, the default context will be used). </p></td>
991
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
991
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
992
992
  </tr>
993
993
  <tr>
994
994
  <td class="parameter_name"><p>is_running</p></td>
@@ -1404,7 +1404,7 @@ be interrupted for other reasons than an event source becoming ready.</p>
1404
1404
  <tr>
1405
1405
  <td class="parameter_name"><p>context</p></td>
1406
1406
  <td class="parameter_description"><p> a <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> (if <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, the default context will be used). </p></td>
1407
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1407
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1408
1408
  </tr>
1409
1409
  <tr>
1410
1410
  <td class="parameter_name"><p>may_block</p></td>
@@ -1468,7 +1468,7 @@ g_main_context_pending (<em class="parameter"><code><a class="link" href="glib-T
1468
1468
  <tbody><tr>
1469
1469
  <td class="parameter_name"><p>context</p></td>
1470
1470
  <td class="parameter_description"><p> a <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> (if <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, the default context will be used). </p></td>
1471
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1471
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1472
1472
  </tr></tbody>
1473
1473
  </table></div>
1474
1474
  </div>
@@ -1518,7 +1518,7 @@ wrong source.</p>
1518
1518
  <tr>
1519
1519
  <td class="parameter_name"><p>context</p></td>
1520
1520
  <td class="parameter_description"><p> a <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> (if <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, the default context will be used). </p></td>
1521
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1521
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1522
1522
  </tr>
1523
1523
  <tr>
1524
1524
  <td class="parameter_name"><p>source_id</p></td>
@@ -1595,7 +1595,7 @@ the first one found will be returned.</p>
1595
1595
  <tr>
1596
1596
  <td class="parameter_name"><p>context</p></td>
1597
1597
  <td class="parameter_description"><p> a <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> (if <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, the default context will be used). </p></td>
1598
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1598
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1599
1599
  </tr>
1600
1600
  <tr>
1601
1601
  <td class="parameter_name"><p>funcs</p></td>
@@ -1933,7 +1933,7 @@ of records that need to be stored.</p>
1933
1933
  <hr>
1934
1934
  <div class="refsect2">
1935
1935
  <a name="g-main-context-check"></a><h3>g_main_context_check ()</h3>
1936
- <pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
1936
+ <pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a>
1937
1937
  g_main_context_check (<em class="parameter"><code><a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> *context</code></em>,
1938
1938
  <em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="type">gint</span></a> max_priority</code></em>,
1939
1939
  <em class="parameter"><code><a class="link" href="glib-The-Main-Event-Loop.html#GPollFD" title="struct GPollFD"><span class="type">GPollFD</span></a> *fds</code></em>,
@@ -2130,7 +2130,7 @@ a typical event source will use <a class="link" href="glib-The-Main-Event-Loop.h
2130
2130
  <tr>
2131
2131
  <td class="parameter_name"><p>context</p></td>
2132
2132
  <td class="parameter_description"><p> a <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> (or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> for the default context). </p></td>
2133
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2133
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
2134
2134
  </tr>
2135
2135
  <tr>
2136
2136
  <td class="parameter_name"><p>fd</p></td>
@@ -2444,7 +2444,7 @@ loop (and may prevent this call from returning).</p>
2444
2444
  <tr>
2445
2445
  <td class="parameter_name"><p>context</p></td>
2446
2446
  <td class="parameter_description"><p> a <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
2447
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2447
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
2448
2448
  </tr>
2449
2449
  <tr>
2450
2450
  <td class="parameter_name"><p>function</p></td>
@@ -2495,7 +2495,7 @@ thread or with any particular context acquired.</p>
2495
2495
  <tr>
2496
2496
  <td class="parameter_name"><p>context</p></td>
2497
2497
  <td class="parameter_description"><p> a <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
2498
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2498
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
2499
2499
  </tr>
2500
2500
  <tr>
2501
2501
  <td class="parameter_name"><p>priority</p></td>
@@ -2518,7 +2518,7 @@ thread or with any particular context acquired.</p>
2518
2518
  <td class="parameter_name"><p>notify</p></td>
2519
2519
  <td class="parameter_description"><p> a function to call when <em class="parameter"><code>data</code></em>
2520
2520
  is no longer in use, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
2521
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2521
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
2522
2522
  </tr>
2523
2523
  </tbody>
2524
2524
  </table></div>
@@ -2619,7 +2619,7 @@ see <a href="https://developer.gnome.org/gio/unstable/GFile.html#g-file-supports
2619
2619
  <tbody><tr>
2620
2620
  <td class="parameter_name"><p>context</p></td>
2621
2621
  <td class="parameter_description"><p> a <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> for the global default context. </p></td>
2622
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2622
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
2623
2623
  </tr></tbody>
2624
2624
  </table></div>
2625
2625
  </div>
@@ -2644,7 +2644,7 @@ it was on the top of the stack).</p>
2644
2644
  <tbody><tr>
2645
2645
  <td class="parameter_name"><p>context</p></td>
2646
2646
  <td class="parameter_description"><p> a <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> object, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
2647
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2647
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
2648
2648
  </tr></tbody>
2649
2649
  </table></div>
2650
2650
  </div>
@@ -2849,7 +2849,7 @@ the range between <a class="link" href="glib-The-Main-Event-Loop.html#G-PRIORITY
2849
2849
  <tr>
2850
2850
  <td class="parameter_name"><p>notify</p></td>
2851
2851
  <td class="parameter_description"><p> function to call when the timeout is removed, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
2852
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2852
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
2853
2853
  </tr>
2854
2854
  </tbody>
2855
2855
  </table></div>
@@ -2993,7 +2993,7 @@ the range between <a class="link" href="glib-The-Main-Event-Loop.html#G-PRIORITY
2993
2993
  <tr>
2994
2994
  <td class="parameter_name"><p>notify</p></td>
2995
2995
  <td class="parameter_description"><p> function to call when the timeout is removed, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
2996
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2996
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
2997
2997
  </tr>
2998
2998
  </tbody>
2999
2999
  </table></div>
@@ -3116,7 +3116,7 @@ range between <a class="link" href="glib-The-Main-Event-Loop.html#G-PRIORITY-DEF
3116
3116
  <tr>
3117
3117
  <td class="parameter_name"><p>notify</p></td>
3118
3118
  <td class="parameter_description"><p> function to call when the idle is removed, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
3119
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
3119
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
3120
3120
  </tr>
3121
3121
  </tbody>
3122
3122
  </table></div>
@@ -3364,7 +3364,7 @@ Windows a handle for a process (which doesn't have to be a child).</p></td>
3364
3364
  <tr>
3365
3365
  <td class="parameter_name"><p>notify</p></td>
3366
3366
  <td class="parameter_description"><p> function to call when the idle is removed, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
3367
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
3367
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
3368
3368
  </tr>
3369
3369
  </tbody>
3370
3370
  </table></div>
@@ -3595,7 +3595,7 @@ that context. Remove it by calling <a class="link" href="glib-The-Main-Event-Loo
3595
3595
  <tr>
3596
3596
  <td class="parameter_name"><p>context</p></td>
3597
3597
  <td class="parameter_description"><p> a <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> (if <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, the default context will be used). </p></td>
3598
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
3598
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
3599
3599
  </tr>
3600
3600
  </tbody>
3601
3601
  </table></div>
@@ -3752,6 +3752,11 @@ has already been destroy within the callback.</p>
3752
3752
  </div>
3753
3753
 
3754
3754
  <p></p>
3755
+ <p>Calls to this function from a thread other than the one acquired by the
3756
+ <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> the <a class="link" href="glib-The-Main-Event-Loop.html#GSource" title="struct GSource"><span class="type">GSource</span></a> is attached to are typically redundant, as the
3757
+ source could be destroyed immediately after this function returns. However,
3758
+ once a source is destroyed it cannot be un-destroyed, so this function can be
3759
+ used for opportunistic checks from any thread.</p>
3755
3760
  <div class="refsect3">
3756
3761
  <a name="g-source-is-destroyed.parameters"></a><h4>Parameters</h4>
3757
3762
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -4071,7 +4076,7 @@ whose <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="G
4071
4076
  <p> the <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> with which the
4072
4077
  source is associated, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the context has not
4073
4078
  yet been added to a source. </p>
4074
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></p>
4079
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
4075
4080
  </div>
4076
4081
  </div>
4077
4082
  <hr>
@@ -4123,7 +4128,7 @@ to the type of source you are using.</p>
4123
4128
  <td class="parameter_name"><p>notify</p></td>
4124
4129
  <td class="parameter_description"><p> a function to call when <em class="parameter"><code>data</code></em>
4125
4130
  is no longer in use, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
4126
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
4131
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
4127
4132
  </tr>
4128
4133
  </tbody>
4129
4134
  </table></div>
@@ -4224,6 +4229,8 @@ suggests that it will be delivered first but the priority for the
4224
4229
  other suggests that it would be delivered first, and the ready time
4225
4230
  for both sources is reached during the same main context iteration
4226
4231
  then the order of dispatch is undefined.</p>
4232
+ <p>It is a no-op to call this function on a <a class="link" href="glib-The-Main-Event-Loop.html#GSource" title="struct GSource"><span class="type">GSource</span></a> which has already been
4233
+ destroyed with <a class="link" href="glib-The-Main-Event-Loop.html#g-source-destroy" title="g_source_destroy ()"><code class="function">g_source_destroy()</code></a>.</p>
4227
4234
  <p>This API is only intended to be used by implementations of <a class="link" href="glib-The-Main-Event-Loop.html#GSource" title="struct GSource"><span class="type">GSource</span></a>.
4228
4235
  Do not call this API on a <a class="link" href="glib-The-Main-Event-Loop.html#GSource" title="struct GSource"><span class="type">GSource</span></a> that you did not create.</p>
4229
4236
  <div class="refsect3">