glib2 3.2.1-x64-mingw32 → 3.2.2-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (927) hide show
  1. checksums.yaml +5 -5
  2. data/Rakefile +16 -15
  3. data/ext/glib2/glib2.def +3 -0
  4. data/ext/glib2/rbglib-bytes.c +1 -0
  5. data/ext/glib2/rbglib.h +5 -1
  6. data/ext/glib2/rbgobj_object.c +30 -17
  7. data/ext/glib2/rbgobj_type.c +246 -130
  8. data/ext/glib2/rbgobject.h +12 -1
  9. data/lib/2.2/glib2.so +0 -0
  10. data/lib/2.3/glib2.so +0 -0
  11. data/lib/2.4/glib2.so +0 -0
  12. data/lib/2.5/glib2.so +0 -0
  13. data/lib/gnome2/rake/external-package.rb +32 -12
  14. data/lib/gnome2/rake/windows-binary-build-task.rb +53 -52
  15. data/lib/mkmf-gnome2.rb +0 -10
  16. data/vendor/local/bin/asn1Coding.exe +0 -0
  17. data/vendor/local/bin/asn1Decoding.exe +0 -0
  18. data/vendor/local/bin/asn1Parser.exe +0 -0
  19. data/vendor/local/bin/envsubst.exe +0 -0
  20. data/vendor/local/bin/gdbus-codegen +13 -1
  21. data/vendor/local/bin/gdbus.exe +0 -0
  22. data/vendor/local/bin/gettext.exe +0 -0
  23. data/vendor/local/bin/gio-querymodules.exe +0 -0
  24. data/vendor/local/bin/gio.exe +0 -0
  25. data/vendor/local/bin/glib-compile-resources.exe +0 -0
  26. data/vendor/local/bin/glib-compile-schemas.exe +0 -0
  27. data/vendor/local/bin/glib-genmarshal +25 -14
  28. data/vendor/local/bin/glib-gettextize +2 -2
  29. data/vendor/local/bin/glib-mkenums +48 -21
  30. data/vendor/local/bin/gobject-query.exe +0 -0
  31. data/vendor/local/bin/gresource.exe +0 -0
  32. data/vendor/local/bin/gsettings.exe +0 -0
  33. data/vendor/local/bin/gspawn-win64-helper-console.exe +0 -0
  34. data/vendor/local/bin/gspawn-win64-helper.exe +0 -0
  35. data/vendor/local/bin/iconv.exe +0 -0
  36. data/vendor/local/bin/idn2.exe +0 -0
  37. data/vendor/local/bin/libasprintf-0.dll +0 -0
  38. data/vendor/local/bin/libcharset-1.dll +0 -0
  39. data/vendor/local/bin/libffi-6.dll +0 -0
  40. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  41. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  42. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  43. data/vendor/local/bin/libgmp-10.dll +0 -0
  44. data/vendor/local/bin/libgnutls-30.dll +0 -0
  45. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  46. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  47. data/vendor/local/bin/libhogweed-4-2.dll +0 -0
  48. data/vendor/local/bin/libiconv-2.dll +0 -0
  49. data/vendor/local/bin/libidn2-0.dll +0 -0
  50. data/vendor/local/bin/libintl-8.dll +0 -0
  51. data/vendor/local/bin/libnettle-6-2.dll +0 -0
  52. data/vendor/local/bin/libp11-kit-0.dll +0 -0
  53. data/vendor/local/bin/libpcre-1.dll +0 -0
  54. data/vendor/local/bin/libpcrecpp-0.dll +0 -0
  55. data/vendor/local/bin/libpcreposix-0.dll +0 -0
  56. data/vendor/local/bin/libtasn1-6.dll +0 -0
  57. data/vendor/local/bin/nettle-hash.exe +0 -0
  58. data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
  59. data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
  60. data/vendor/local/bin/ngettext.exe +0 -0
  61. data/vendor/local/bin/p11-kit.exe +0 -0
  62. data/vendor/local/bin/pcre-config +1 -1
  63. data/vendor/local/bin/pcregrep.exe +0 -0
  64. data/vendor/local/bin/pcretest.exe +0 -0
  65. data/vendor/local/bin/pkcs1-conv.exe +0 -0
  66. data/vendor/local/bin/sexp-conv.exe +0 -0
  67. data/vendor/local/bin/trust.exe +0 -0
  68. data/vendor/local/include/glib-2.0/gio/gappinfo.h +6 -6
  69. data/vendor/local/include/glib-2.0/gio/gapplication.h +9 -1
  70. data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +3 -3
  71. data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +3 -3
  72. data/vendor/local/include/glib-2.0/gio/gdbuserror.h +2 -2
  73. data/vendor/local/include/glib-2.0/gio/gdbusnamewatching.h +1 -1
  74. data/vendor/local/include/glib-2.0/gio/gfile.h +21 -0
  75. data/vendor/local/include/glib-2.0/gio/gioenums.h +4 -4
  76. data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +1 -1
  77. data/vendor/local/include/glib-2.0/gio/giomodule.h +24 -0
  78. data/vendor/local/include/glib-2.0/gio/giotypes.h +9 -3
  79. data/vendor/local/include/glib-2.0/gio/gmountoperation.h +15 -0
  80. data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +1 -1
  81. data/vendor/local/include/glib-2.0/gio/gproxyaddressenumerator.h +1 -1
  82. data/vendor/local/include/glib-2.0/gio/gsocket.h +12 -0
  83. data/vendor/local/include/glib-2.0/gio/gsocketaddressenumerator.h +1 -1
  84. data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +1 -1
  85. data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +1 -1
  86. data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +2 -2
  87. data/vendor/local/include/glib-2.0/glib/gatomic.h +23 -23
  88. data/vendor/local/include/glib-2.0/glib/gbacktrace.h +3 -0
  89. data/vendor/local/include/glib-2.0/glib/gconvert.h +9 -3
  90. data/vendor/local/include/glib-2.0/glib/gdate.h +2 -0
  91. data/vendor/local/include/glib-2.0/glib/gdatetime.h +4 -0
  92. data/vendor/local/include/glib-2.0/glib/gfileutils.h +4 -8
  93. data/vendor/local/include/glib-2.0/glib/gkeyfile.h +5 -0
  94. data/vendor/local/include/glib-2.0/glib/gmacros.h +37 -6
  95. data/vendor/local/include/glib-2.0/glib/gmain.h +44 -12
  96. data/vendor/local/include/glib-2.0/glib/gmem.h +5 -4
  97. data/vendor/local/include/glib-2.0/glib/gmessages.h +69 -68
  98. data/vendor/local/include/glib-2.0/glib/gregex.h +3 -3
  99. data/vendor/local/include/glib-2.0/glib/gspawn.h +1 -1
  100. data/vendor/local/include/glib-2.0/glib/gtestutils.h +14 -5
  101. data/vendor/local/include/glib-2.0/glib/gtypes.h +2 -2
  102. data/vendor/local/include/glib-2.0/glib/gunicode.h +4 -4
  103. data/vendor/local/include/glib-2.0/glib/gutils.h +3 -1
  104. data/vendor/local/include/glib-2.0/glib/gversionmacros.h +24 -0
  105. data/vendor/local/include/glib-2.0/gobject/gobject.h +111 -4
  106. data/vendor/local/include/glib-2.0/gobject/gtype.h +8 -8
  107. data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -1
  108. data/vendor/local/include/glib-2.0/gobject/gvalue.h +2 -0
  109. data/vendor/local/include/idn2.h +347 -0
  110. data/vendor/local/include/libtasn1.h +1 -1
  111. data/vendor/local/include/nettle/nettle-stdint.h +1 -1
  112. data/vendor/local/include/p11-kit-1/p11-kit/iter.h +2 -0
  113. data/vendor/local/include/p11-kit-1/p11-kit/pkcs11.h +27 -6
  114. data/vendor/local/include/p11-kit-1/p11-kit/uri.h +12 -0
  115. data/vendor/local/lib/charset.alias +1 -1
  116. data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
  117. data/vendor/local/lib/glib-2.0/include/glibconfig.h +7 -2
  118. data/vendor/local/lib/libasprintf.a +0 -0
  119. data/vendor/local/lib/libasprintf.dll.a +0 -0
  120. data/vendor/local/lib/libasprintf.la +2 -2
  121. data/vendor/local/lib/libcharset.a +0 -0
  122. data/vendor/local/lib/libcharset.dll.a +0 -0
  123. data/vendor/local/lib/libcharset.la +2 -2
  124. data/vendor/local/lib/libffi.a +0 -0
  125. data/vendor/local/lib/libffi.dll.a +0 -0
  126. data/vendor/local/lib/libffi.la +2 -2
  127. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  128. data/vendor/local/lib/libgio-2.0.la +6 -6
  129. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  130. data/vendor/local/lib/libglib-2.0.la +6 -6
  131. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  132. data/vendor/local/lib/libgmodule-2.0.la +6 -6
  133. data/vendor/local/lib/libgmp.dll.a +0 -0
  134. data/vendor/local/lib/libgmp.la +2 -2
  135. data/vendor/local/lib/libgnutls.dll.a +0 -0
  136. data/vendor/local/lib/libgnutls.la +2 -2
  137. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  138. data/vendor/local/lib/libgobject-2.0.la +6 -6
  139. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  140. data/vendor/local/lib/libgthread-2.0.la +6 -6
  141. data/vendor/local/lib/libhogweed.a +0 -0
  142. data/vendor/local/lib/libhogweed.dll.a +0 -0
  143. data/vendor/local/lib/libiconv.dll.a +0 -0
  144. data/vendor/local/lib/libiconv.la +2 -2
  145. data/vendor/local/lib/libidn2.a +0 -0
  146. data/vendor/local/lib/libidn2.dll.a +0 -0
  147. data/vendor/local/lib/libidn2.la +41 -0
  148. data/vendor/local/lib/libintl.a +0 -0
  149. data/vendor/local/lib/libintl.dll.a +0 -0
  150. data/vendor/local/lib/libintl.la +2 -2
  151. data/vendor/local/lib/libnettle.a +0 -0
  152. data/vendor/local/lib/libnettle.dll.a +0 -0
  153. data/vendor/local/lib/libp11-kit.dll.a +0 -0
  154. data/vendor/local/lib/libp11-kit.la +6 -6
  155. data/vendor/local/lib/libpcre.a +0 -0
  156. data/vendor/local/lib/libpcre.dll.a +0 -0
  157. data/vendor/local/lib/libpcre.la +2 -2
  158. data/vendor/local/lib/libpcrecpp.a +0 -0
  159. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  160. data/vendor/local/lib/libpcrecpp.la +2 -2
  161. data/vendor/local/lib/libpcreposix.a +0 -0
  162. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  163. data/vendor/local/lib/libpcreposix.la +2 -2
  164. data/vendor/local/lib/libtasn1.a +0 -0
  165. data/vendor/local/lib/libtasn1.dll.a +0 -0
  166. data/vendor/local/lib/libtasn1.la +3 -3
  167. data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
  168. data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
  169. data/vendor/local/lib/pkcs11/p11-kit-trust.la +6 -6
  170. data/vendor/local/lib/pkgconfig/gio-2.0.pc +3 -3
  171. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +2 -2
  172. data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
  173. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
  174. data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +2 -2
  175. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
  176. data/vendor/local/lib/pkgconfig/gnutls.pc +3 -3
  177. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +3 -3
  178. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
  179. data/vendor/local/lib/pkgconfig/hogweed.pc +1 -1
  180. data/vendor/local/lib/pkgconfig/libffi.pc +1 -1
  181. data/vendor/local/lib/pkgconfig/libidn2.pc +11 -0
  182. data/vendor/local/lib/pkgconfig/libpcre.pc +1 -1
  183. data/vendor/local/lib/pkgconfig/libpcrecpp.pc +1 -1
  184. data/vendor/local/lib/pkgconfig/libpcreposix.pc +1 -1
  185. data/vendor/local/lib/pkgconfig/libtasn1.pc +2 -2
  186. data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
  187. data/vendor/local/lib/pkgconfig/p11-kit-1.pc +3 -2
  188. data/vendor/local/libexec/p11-kit/p11-kit-remote.exe +0 -0
  189. data/vendor/local/{lib → libexec}/p11-kit/trust-extract-compat +0 -0
  190. data/vendor/local/share/aclocal/glib-2.0.m4 +4 -1
  191. data/vendor/local/share/aclocal/glib-gettext.m4 +4 -1
  192. data/vendor/local/share/aclocal/gsettings.m4 +3 -0
  193. data/vendor/local/share/bash-completion/completions/gsettings +6 -2
  194. data/vendor/local/share/doc/gettext/gettext.1.html +1 -1
  195. data/vendor/local/share/doc/gettext/ngettext.1.html +1 -1
  196. data/vendor/local/share/gdb/auto-load/home/vagrant/{ruby-gnome2.win64/glib2/vendor/local/lib/libglib-2.0.so.0.5400.1-gdb.py → ruby-gnome2/glib2/vendor/local/lib/libglib-2.0.so.0.5600.0-gdb.py} +1 -1
  197. data/vendor/local/share/gdb/auto-load/home/vagrant/{ruby-gnome2.win64/glib2/vendor/local/lib/libgobject-2.0.so.0.5400.1-gdb.py → ruby-gnome2/glib2/vendor/local/lib/libgobject-2.0.so.0.5600.0-gdb.py} +1 -1
  198. data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
  199. data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
  200. data/vendor/local/share/glib-2.0/codegen/codegen.py +2392 -2369
  201. data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
  202. data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
  203. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.py +3 -5
  204. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
  205. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
  206. data/vendor/local/share/glib-2.0/codegen/codegen_main.py +100 -55
  207. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
  208. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
  209. data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
  210. data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
  211. data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
  212. data/vendor/local/share/glib-2.0/codegen/dbustypes.py +9 -2
  213. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
  214. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
  215. data/vendor/local/share/glib-2.0/codegen/parser.py +3 -2
  216. data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
  217. data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
  218. data/vendor/local/share/glib-2.0/codegen/utils.py +40 -0
  219. data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
  220. data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
  221. data/vendor/local/share/glib-2.0/schemas/gschema.dtd +3 -2
  222. data/vendor/local/share/gtk-doc/html/gio/GAction.html +11 -11
  223. data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +14 -14
  224. data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +31 -31
  225. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +71 -68
  226. data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +4 -4
  227. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +162 -25
  228. data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +87 -89
  229. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +74 -74
  230. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +58 -49
  231. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +10 -10
  232. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +4 -4
  234. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +27 -27
  235. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +2 -2
  236. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +7 -7
  237. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +3 -3
  238. data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +7 -5
  239. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +22 -22
  240. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +148 -141
  241. data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +7 -7
  242. data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +7 -7
  243. data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +7 -5
  244. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +40 -40
  245. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +26 -26
  246. data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +5 -5
  247. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +6 -6
  248. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +25 -24
  249. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +4 -4
  250. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +3 -3
  251. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +87 -73
  253. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +4 -4
  254. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +55 -38
  255. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +10 -10
  256. data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +11 -11
  257. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +20 -20
  258. data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +7 -7
  259. data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +16 -16
  260. data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +5 -5
  261. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +4 -4
  262. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +6 -6
  263. data/vendor/local/share/gtk-doc/html/gio/GFile.html +503 -218
  264. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +4 -4
  265. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +31 -31
  266. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +8 -8
  267. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +4 -4
  268. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +20 -20
  269. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +8 -8
  270. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +3 -3
  271. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +4 -4
  272. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +4 -4
  273. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +3 -3
  274. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +3 -3
  275. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +32 -11
  276. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +11 -11
  277. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +11 -11
  278. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +3 -3
  279. data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +3 -3
  280. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +3 -3
  281. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +8 -8
  282. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +30 -30
  283. data/vendor/local/share/gtk-doc/html/gio/GListModel.html +6 -6
  284. data/vendor/local/share/gtk-doc/html/gio/GListStore.html +10 -10
  285. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +11 -11
  286. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +6 -6
  287. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +15 -15
  288. data/vendor/local/share/gtk-doc/html/gio/GMenu.html +57 -57
  289. data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +14 -14
  290. data/vendor/local/share/gtk-doc/html/gio/GMount.html +31 -29
  291. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +9 -9
  292. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +9 -9
  293. data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +12 -18
  294. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +3 -3
  295. data/vendor/local/share/gtk-doc/html/gio/GNotification.html +12 -8
  296. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +40 -40
  297. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +6 -6
  298. data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +7 -7
  299. data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +11 -7
  300. data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +7 -7
  301. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +10 -10
  302. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +4 -4
  303. data/vendor/local/share/gtk-doc/html/gio/GProxyAddressEnumerator.html +170 -0
  304. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +11 -11
  305. data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +4 -4
  306. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +25 -25
  307. data/vendor/local/share/gtk-doc/html/gio/GResource.html +37 -33
  308. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +16 -9
  309. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +99 -96
  310. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +17 -17
  311. data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +18 -18
  312. data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +4 -4
  313. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +107 -106
  314. data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +2 -2
  315. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +2 -2
  316. data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +4 -4
  317. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +209 -53
  318. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +3 -3
  319. data/vendor/local/share/gtk-doc/html/gio/GSocketAddressEnumerator.html +291 -0
  320. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +31 -31
  321. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +67 -344
  322. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +10 -10
  323. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +5 -5
  324. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +23 -23
  325. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +3 -3
  326. data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +4 -4
  327. data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +33 -33
  328. data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +25 -20
  329. data/vendor/local/share/gtk-doc/html/gio/GTask.html +360 -357
  330. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +2 -2
  331. data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +3 -3
  332. data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +11 -11
  333. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +23 -23
  334. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +2 -2
  335. data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +7 -7
  336. data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +10 -10
  337. data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +40 -23
  338. data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +9 -9
  339. data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +34 -34
  340. data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +5 -5
  341. data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +6 -6
  342. data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +9 -9
  343. data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +5 -5
  344. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +17 -17
  345. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +3 -3
  346. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +8 -8
  347. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +6 -6
  348. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +3 -3
  349. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +3 -3
  350. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +5 -5
  351. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +15 -15
  352. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +27 -27
  353. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +12 -10
  354. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +4 -4
  355. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +3 -3
  356. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +10 -3
  357. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +71 -11
  358. data/vendor/local/share/gtk-doc/html/gio/application.html +2 -2
  359. data/vendor/local/share/gtk-doc/html/gio/async.html +2 -2
  360. data/vendor/local/share/gtk-doc/html/gio/ch01.html +2 -2
  361. data/vendor/local/share/gtk-doc/html/gio/ch02.html +2 -2
  362. data/vendor/local/share/gtk-doc/html/gio/ch03.html +2 -2
  363. data/vendor/local/share/gtk-doc/html/gio/ch32.html +2 -2
  364. data/vendor/local/share/gtk-doc/html/gio/ch33.html +31 -31
  365. data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +2 -2
  366. data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +2 -2
  367. data/vendor/local/share/gtk-doc/html/gio/ch34.html +2 -2
  368. data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +2 -2
  369. data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +2 -2
  370. data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +2 -2
  371. data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +2 -2
  372. data/vendor/local/share/gtk-doc/html/gio/ch34s06.html +2 -2
  373. data/vendor/local/share/gtk-doc/html/gio/ch34s07.html +2 -2
  374. data/vendor/local/share/gtk-doc/html/gio/ch35.html +2 -2
  375. data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +2 -2
  376. data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +60 -60
  377. data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +15 -15
  378. data/vendor/local/share/gtk-doc/html/gio/conversion.html +2 -2
  379. data/vendor/local/share/gtk-doc/html/gio/data-models.html +2 -2
  380. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +2 -2
  381. data/vendor/local/share/gtk-doc/html/gio/extending.html +2 -2
  382. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +2 -2
  383. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +2 -2
  384. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +2 -2
  385. data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +2 -2
  386. data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +285 -199
  387. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +2 -2
  388. data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +9 -9
  389. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +2 -2
  390. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +2 -2
  391. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +15 -13
  392. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +23 -23
  393. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +3 -3
  394. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +70 -21
  395. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +18 -18
  396. data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +2 -2
  397. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +12 -12
  398. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +3 -3
  399. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +3 -3
  400. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +39 -39
  401. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +3 -3
  402. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +7 -7
  403. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +5 -5
  404. data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +2 -2
  405. data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +58 -58
  406. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +3 -3
  407. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +3 -3
  408. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +127 -127
  409. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +14 -14
  410. data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +2 -2
  411. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +114 -24
  412. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +13 -13
  413. data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +3 -3
  414. data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +14 -14
  415. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +6 -6
  416. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +2 -2
  417. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +31 -14
  418. data/vendor/local/share/gtk-doc/html/gio/gio.html +2 -2
  419. data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +2 -2
  420. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +2 -2
  421. data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +2 -2
  422. data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -4
  423. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +2 -2
  424. data/vendor/local/share/gtk-doc/html/gio/icons.html +2 -2
  425. data/vendor/local/share/gtk-doc/html/gio/index.html +9 -3
  426. data/vendor/local/share/gtk-doc/html/gio/migrating.html +2 -2
  427. data/vendor/local/share/gtk-doc/html/gio/networking.html +2 -2
  428. data/vendor/local/share/gtk-doc/html/gio/permissions.html +2 -2
  429. data/vendor/local/share/gtk-doc/html/gio/pt01.html +2 -2
  430. data/vendor/local/share/gtk-doc/html/gio/pt02.html +8 -2
  431. data/vendor/local/share/gtk-doc/html/gio/registry.html +2 -2
  432. data/vendor/local/share/gtk-doc/html/gio/resolver.html +8 -2
  433. data/vendor/local/share/gtk-doc/html/gio/resources.html +2 -2
  434. data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +2 -2
  435. data/vendor/local/share/gtk-doc/html/gio/settings.html +2 -2
  436. data/vendor/local/share/gtk-doc/html/gio/streaming.html +2 -2
  437. data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +2 -2
  438. data/vendor/local/share/gtk-doc/html/gio/testing.html +2 -2
  439. data/vendor/local/share/gtk-doc/html/gio/tls.html +2 -2
  440. data/vendor/local/share/gtk-doc/html/gio/tools.html +2 -2
  441. data/vendor/local/share/gtk-doc/html/gio/types.html +2 -2
  442. data/vendor/local/share/gtk-doc/html/gio/utils.html +2 -2
  443. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +2 -2
  444. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +6 -4
  445. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +47 -3
  446. data/vendor/local/share/gtk-doc/html/glib/deprecated.html +2 -2
  447. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +25 -23
  448. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +7 -7
  449. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +11 -11
  450. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +7 -7
  451. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +5 -5
  452. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +23 -21
  453. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +19 -15
  454. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +36 -32
  455. data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +2 -2
  456. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +55 -43
  457. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +4 -4
  458. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +3 -3
  459. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +169 -108
  460. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +91 -91
  461. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +6 -5
  462. data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +8 -7
  463. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +33 -23
  464. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +50 -10
  465. data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +56 -56
  466. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +13 -6
  467. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +45 -38
  468. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +42 -42
  469. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +116 -117
  470. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +57 -47
  471. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +106 -12
  472. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +5 -4
  473. data/vendor/local/share/gtk-doc/html/glib/glib-GUuid.html +4 -3
  474. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +258 -249
  475. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +26 -25
  476. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +3 -3
  477. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +52 -43
  478. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +6 -5
  479. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +3 -2
  480. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +51 -51
  481. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +20 -20
  482. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +237 -50
  483. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +57 -38
  484. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +3 -2
  485. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +36 -30
  486. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +33 -33
  487. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +109 -70
  488. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +180 -74
  489. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +147 -91
  490. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +12 -8
  491. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +2 -2
  492. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +102 -102
  493. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +24 -22
  494. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +8 -8
  495. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +3 -3
  496. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +3 -3
  497. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +43 -41
  498. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +16 -15
  499. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +74 -74
  500. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +26 -18
  501. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +88 -82
  502. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +7 -7
  503. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +3 -3
  504. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +48 -41
  505. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +29 -29
  506. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +264 -124
  507. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +284 -180
  508. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +2 -2
  509. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +192 -191
  510. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +2 -2
  511. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +4 -4
  512. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +12 -12
  513. data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +4 -4
  514. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +14 -13
  515. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +49 -37
  516. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +43 -4
  517. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +46 -26
  518. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +10 -10
  519. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +108 -99
  520. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +2 -2
  521. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +2 -2
  522. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -2
  523. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +2 -2
  524. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +2 -2
  525. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +2 -2
  526. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +2 -2
  527. data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +2 -2
  528. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +2 -2
  529. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +2 -2
  530. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +7 -2
  531. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +2 -2
  532. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +16 -2
  533. data/vendor/local/share/gtk-doc/html/glib/glib.html +2 -2
  534. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +2 -2
  535. data/vendor/local/share/gtk-doc/html/glib/gtester.html +2 -2
  536. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +157 -157
  537. data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +9 -9
  538. data/vendor/local/share/gtk-doc/html/glib/index.html +3 -3
  539. data/vendor/local/share/gtk-doc/html/glib/tools.html +2 -2
  540. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +35 -34
  541. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +71 -60
  542. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +7 -7
  543. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +4 -2
  544. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +10 -2
  545. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +15 -15
  546. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +32 -32
  547. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +64 -64
  548. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +4 -4
  549. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +24 -24
  550. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +98 -21
  551. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +349 -61
  552. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +21 -21
  553. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +164 -162
  554. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +31 -31
  555. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +12 -12
  556. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +51 -49
  557. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +67 -65
  558. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +55 -52
  559. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +392 -222
  560. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +254 -254
  561. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +20 -19
  562. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +2 -2
  563. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +2 -2
  564. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +91 -91
  565. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +2 -2
  566. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +2 -0
  567. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +18 -18
  568. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +72 -72
  569. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +117 -117
  570. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +26 -26
  571. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +10 -10
  572. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +14 -14
  573. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +46 -46
  574. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +42 -42
  575. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +134 -134
  576. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +29 -29
  577. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +39 -39
  578. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +72 -72
  579. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +61 -61
  580. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +67 -67
  581. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +64 -64
  582. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +27 -27
  583. data/vendor/local/share/gtk-doc/html/gobject/index.html +3 -3
  584. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +2 -2
  585. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +2 -2
  586. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +2 -2
  587. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +2 -2
  588. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +2 -2
  589. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +2 -2
  590. data/vendor/local/share/gtk-doc/html/gobject/signal.html +19 -19
  591. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +2 -2
  592. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +2 -2
  593. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +9 -9
  594. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +2 -2
  595. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +2 -2
  596. data/vendor/local/share/gtk-doc/html/libidn2/api-index-full.html +214 -0
  597. data/vendor/local/share/gtk-doc/html/libidn2/home.png +0 -0
  598. data/vendor/local/share/gtk-doc/html/libidn2/index.html +38 -0
  599. data/vendor/local/share/gtk-doc/html/libidn2/left-insensitive.png +0 -0
  600. data/vendor/local/share/gtk-doc/html/libidn2/left.png +0 -0
  601. data/vendor/local/share/gtk-doc/html/libidn2/libidn2-idn2.html +1806 -0
  602. data/vendor/local/share/gtk-doc/html/libidn2/libidn2.devhelp2 +104 -0
  603. data/vendor/local/share/gtk-doc/html/libidn2/libidn2.html +35 -0
  604. data/vendor/local/share/gtk-doc/html/libidn2/right-insensitive.png +0 -0
  605. data/vendor/local/share/gtk-doc/html/libidn2/right.png +0 -0
  606. data/vendor/local/share/gtk-doc/html/libidn2/style.css +479 -0
  607. data/vendor/local/share/gtk-doc/html/libidn2/up-insensitive.png +0 -0
  608. data/vendor/local/share/gtk-doc/html/libidn2/up.png +0 -0
  609. data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +7 -7
  610. data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -3
  611. data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -3
  612. data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -3
  613. data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +4 -4
  614. data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -3
  615. data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -3
  616. data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -3
  617. data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +3 -3
  618. data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +3 -3
  619. data/vendor/local/share/gtk-doc/html/p11-kit/index.html +4 -4
  620. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +44 -44
  621. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +180 -90
  622. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +107 -66
  623. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +58 -58
  624. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +303 -64
  625. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +17 -17
  626. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +10 -0
  627. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +7 -5
  628. data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +6 -6
  629. data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +39 -3
  630. data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -3
  631. data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +3 -3
  632. data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -3
  633. data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -3
  634. data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -3
  635. data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +3 -3
  636. data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -3
  637. data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +3 -3
  638. data/vendor/local/share/info/dir +4 -7
  639. data/vendor/local/share/info/libidn2.info +1134 -0
  640. data/vendor/local/share/info/libtasn1.info +2 -2
  641. data/vendor/local/share/installed-tests/glib-networking/certificate.test +3 -0
  642. data/vendor/local/share/installed-tests/glib-networking/connection.test +3 -0
  643. data/vendor/local/share/installed-tests/glib-networking/dtls-connection.test +3 -0
  644. data/vendor/local/share/installed-tests/glib-networking/file-database.test +3 -0
  645. data/vendor/local/share/installed-tests/glib-networking/pkcs11-array.test +3 -0
  646. data/vendor/local/share/installed-tests/glib-networking/pkcs11-pin.test +3 -0
  647. data/vendor/local/share/installed-tests/glib-networking/pkcs11-slot.test +3 -0
  648. data/vendor/local/share/installed-tests/glib-networking/pkcs11-util.test +3 -0
  649. data/vendor/local/share/license/glib-networking/COPYING +112 -91
  650. data/vendor/local/share/license/libidn2/AUTHORS +7 -0
  651. data/vendor/local/share/license/libidn2/COPYING +35 -0
  652. data/vendor/local/share/license/{p11-kit → p11-glue/p11-kit}/AUTHORS +0 -0
  653. data/vendor/local/share/license/{p11-kit → p11-glue/p11-kit}/COPYING +0 -0
  654. data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
  655. data/vendor/local/share/locale/an/LC_MESSAGES/glib-networking.mo +0 -0
  656. data/vendor/local/share/locale/an/LC_MESSAGES/glib20.mo +0 -0
  657. data/vendor/local/share/locale/ar/LC_MESSAGES/glib-networking.mo +0 -0
  658. data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
  659. data/vendor/local/share/locale/as/LC_MESSAGES/glib-networking.mo +0 -0
  660. data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
  661. data/vendor/local/share/locale/be/LC_MESSAGES/glib-networking.mo +0 -0
  662. data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
  663. data/vendor/local/share/locale/bg/LC_MESSAGES/glib-networking.mo +0 -0
  664. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  665. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib-networking.mo +0 -0
  666. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
  667. data/vendor/local/share/locale/bs/LC_MESSAGES/glib-networking.mo +0 -0
  668. data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
  669. data/vendor/local/share/locale/ca/LC_MESSAGES/glib-networking.mo +0 -0
  670. data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
  671. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo +0 -0
  672. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
  673. data/vendor/local/share/locale/cs/LC_MESSAGES/glib-networking.mo +0 -0
  674. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  675. data/vendor/local/share/locale/da/LC_MESSAGES/glib-networking.mo +0 -0
  676. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  677. data/vendor/local/share/locale/de/LC_MESSAGES/glib-networking.mo +0 -0
  678. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  679. data/vendor/local/share/locale/el/LC_MESSAGES/glib-networking.mo +0 -0
  680. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  681. data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib-networking.mo +0 -0
  682. data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
  683. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib-networking.mo +0 -0
  684. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  685. data/vendor/local/share/locale/eo/LC_MESSAGES/glib-networking.mo +0 -0
  686. data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
  687. data/vendor/local/share/locale/es/LC_MESSAGES/glib-networking.mo +0 -0
  688. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  689. data/vendor/local/share/locale/et/LC_MESSAGES/glib-networking.mo +0 -0
  690. data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
  691. data/vendor/local/share/locale/eu/LC_MESSAGES/glib-networking.mo +0 -0
  692. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  693. data/vendor/local/share/locale/fa/LC_MESSAGES/glib-networking.mo +0 -0
  694. data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
  695. data/vendor/local/share/locale/fi/LC_MESSAGES/glib-networking.mo +0 -0
  696. data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
  697. data/vendor/local/share/locale/fr/LC_MESSAGES/glib-networking.mo +0 -0
  698. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  699. data/vendor/local/share/locale/fur/LC_MESSAGES/glib-networking.mo +0 -0
  700. data/vendor/local/share/locale/fur/LC_MESSAGES/glib20.mo +0 -0
  701. data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
  702. data/vendor/local/share/locale/gd/LC_MESSAGES/glib-networking.mo +0 -0
  703. data/vendor/local/share/locale/gd/LC_MESSAGES/glib20.mo +0 -0
  704. data/vendor/local/share/locale/gl/LC_MESSAGES/glib-networking.mo +0 -0
  705. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  706. data/vendor/local/share/locale/gu/LC_MESSAGES/glib-networking.mo +0 -0
  707. data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
  708. data/vendor/local/share/locale/he/LC_MESSAGES/glib-networking.mo +0 -0
  709. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  710. data/vendor/local/share/locale/hi/LC_MESSAGES/glib-networking.mo +0 -0
  711. data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
  712. data/vendor/local/share/locale/hr/LC_MESSAGES/glib-networking.mo +0 -0
  713. data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
  714. data/vendor/local/share/locale/hu/LC_MESSAGES/glib-networking.mo +0 -0
  715. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  716. data/vendor/local/share/locale/id/LC_MESSAGES/glib-networking.mo +0 -0
  717. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  718. data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
  719. data/vendor/local/share/locale/it/LC_MESSAGES/glib-networking.mo +0 -0
  720. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  721. data/vendor/local/share/locale/ja/LC_MESSAGES/glib-networking.mo +0 -0
  722. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  723. data/vendor/local/share/locale/kk/LC_MESSAGES/glib-networking.mo +0 -0
  724. data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
  725. data/vendor/local/share/locale/km/LC_MESSAGES/glib-networking.mo +0 -0
  726. data/vendor/local/share/locale/kn/LC_MESSAGES/glib-networking.mo +0 -0
  727. data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
  728. data/vendor/local/share/locale/ko/LC_MESSAGES/glib-networking.mo +0 -0
  729. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  730. data/vendor/local/share/locale/lt/LC_MESSAGES/glib-networking.mo +0 -0
  731. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  732. data/vendor/local/share/locale/lv/LC_MESSAGES/glib-networking.mo +0 -0
  733. data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
  734. data/vendor/local/share/locale/ml/LC_MESSAGES/glib-networking.mo +0 -0
  735. data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
  736. data/vendor/local/share/locale/mr/LC_MESSAGES/glib-networking.mo +0 -0
  737. data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
  738. data/vendor/local/share/locale/nb/LC_MESSAGES/glib-networking.mo +0 -0
  739. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  740. data/vendor/local/share/locale/ne/LC_MESSAGES/glib-networking.mo +0 -0
  741. data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
  742. data/vendor/local/share/locale/nl/LC_MESSAGES/glib-networking.mo +0 -0
  743. data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
  744. data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
  745. data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
  746. data/vendor/local/share/locale/or/LC_MESSAGES/glib-networking.mo +0 -0
  747. data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
  748. data/vendor/local/share/locale/pa/LC_MESSAGES/glib-networking.mo +0 -0
  749. data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
  750. data/vendor/local/share/locale/pl/LC_MESSAGES/glib-networking.mo +0 -0
  751. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  752. data/vendor/local/share/locale/pt/LC_MESSAGES/glib-networking.mo +0 -0
  753. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  754. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib-networking.mo +0 -0
  755. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  756. data/vendor/local/share/locale/ro/LC_MESSAGES/glib-networking.mo +0 -0
  757. data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
  758. data/vendor/local/share/locale/ru/LC_MESSAGES/glib-networking.mo +0 -0
  759. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  760. data/vendor/local/share/locale/sk/LC_MESSAGES/glib-networking.mo +0 -0
  761. data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
  762. data/vendor/local/share/locale/sl/LC_MESSAGES/glib-networking.mo +0 -0
  763. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  764. data/vendor/local/share/locale/sr/LC_MESSAGES/glib-networking.mo +0 -0
  765. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  766. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo +0 -0
  767. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  768. data/vendor/local/share/locale/sv/LC_MESSAGES/glib-networking.mo +0 -0
  769. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  770. data/vendor/local/share/locale/ta/LC_MESSAGES/glib-networking.mo +0 -0
  771. data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
  772. data/vendor/local/share/locale/te/LC_MESSAGES/glib-networking.mo +0 -0
  773. data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
  774. data/vendor/local/share/locale/tg/LC_MESSAGES/glib-networking.mo +0 -0
  775. data/vendor/local/share/locale/tg/LC_MESSAGES/glib20.mo +0 -0
  776. data/vendor/local/share/locale/th/LC_MESSAGES/glib-networking.mo +0 -0
  777. data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
  778. data/vendor/local/share/locale/tr/LC_MESSAGES/glib-networking.mo +0 -0
  779. data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
  780. data/vendor/local/share/locale/ug/LC_MESSAGES/glib-networking.mo +0 -0
  781. data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
  782. data/vendor/local/share/locale/uk/LC_MESSAGES/glib-networking.mo +0 -0
  783. data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
  784. data/vendor/local/share/locale/vi/LC_MESSAGES/glib-networking.mo +0 -0
  785. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  786. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo +0 -0
  787. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  788. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib-networking.mo +0 -0
  789. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
  790. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib-networking.mo +0 -0
  791. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  792. data/vendor/local/share/man/man1/asn1Coding.1 +1 -1
  793. data/vendor/local/share/man/man1/asn1Decoding.1 +1 -1
  794. data/vendor/local/share/man/man1/asn1Parser.1 +1 -1
  795. data/vendor/local/share/man/man1/gapplication.1 +1 -1
  796. data/vendor/local/share/man/man1/gdbus-codegen.1 +107 -17
  797. data/vendor/local/share/man/man1/gdbus.1 +1 -1
  798. data/vendor/local/share/man/man1/gettext.1 +1 -1
  799. data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
  800. data/vendor/local/share/man/man1/gio.1 +1 -1
  801. data/vendor/local/share/man/man1/glib-compile-resources.1 +1 -1
  802. data/vendor/local/share/man/man1/glib-compile-schemas.1 +1 -1
  803. data/vendor/local/share/man/man1/glib-genmarshal.1 +55 -1
  804. data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
  805. data/vendor/local/share/man/man1/glib-mkenums.1 +241 -23
  806. data/vendor/local/share/man/man1/gobject-query.1 +1 -1
  807. data/vendor/local/share/man/man1/gresource.1 +1 -1
  808. data/vendor/local/share/man/man1/gsettings.1 +5 -3
  809. data/vendor/local/share/man/man1/gtester-report.1 +1 -1
  810. data/vendor/local/share/man/man1/gtester.1 +1 -1
  811. data/vendor/local/share/man/man1/idn2.1 +72 -0
  812. data/vendor/local/share/man/man1/ngettext.1 +1 -1
  813. data/vendor/local/share/man/man3/idn2_check_version.3 +40 -0
  814. data/vendor/local/share/man/man3/idn2_free.3 +33 -0
  815. data/vendor/local/share/man/man3/idn2_lookup_u8.3 +62 -0
  816. data/vendor/local/share/man/man3/idn2_lookup_ul.3 +55 -0
  817. data/vendor/local/share/man/man3/idn2_register_u8.3 +52 -0
  818. data/vendor/local/share/man/man3/idn2_register_ul.3 +51 -0
  819. data/vendor/local/share/man/man3/idn2_strerror.3 +32 -0
  820. data/vendor/local/share/man/man3/idn2_strerror_name.3 +36 -0
  821. data/vendor/local/share/man/man3/idn2_to_ascii_4i.3 +57 -0
  822. data/vendor/local/share/man/man3/idn2_to_ascii_4z.3 +42 -0
  823. data/vendor/local/share/man/man3/idn2_to_ascii_8z.3 +42 -0
  824. data/vendor/local/share/man/man3/idn2_to_ascii_lz.3 +43 -0
  825. data/vendor/local/share/man/man3/idn2_to_unicode_44i.3 +46 -0
  826. data/vendor/local/share/man/man3/idn2_to_unicode_4z4z.3 +39 -0
  827. data/vendor/local/share/man/man3/idn2_to_unicode_8z4z.3 +39 -0
  828. data/vendor/local/share/man/man3/idn2_to_unicode_8z8z.3 +39 -0
  829. data/vendor/local/share/man/man3/idn2_to_unicode_8zlz.3 +40 -0
  830. data/vendor/local/share/man/man3/idn2_to_unicode_lzlz.3 +40 -0
  831. data/vendor/local/share/p11-kit/modules/p11-kit-trust.module +1 -1
  832. metadata +64 -105
  833. data/vendor/local/bin/idn.exe +0 -0
  834. data/vendor/local/bin/libidn-11.def +0 -77
  835. data/vendor/local/bin/libidn-11.dll +0 -0
  836. data/vendor/local/include/idn-free.h +0 -74
  837. data/vendor/local/include/idn-int.h +0 -1
  838. data/vendor/local/include/idna.h +0 -123
  839. data/vendor/local/include/pr29.h +0 -73
  840. data/vendor/local/include/punycode.h +0 -239
  841. data/vendor/local/include/stringprep.h +0 -242
  842. data/vendor/local/include/tld.h +0 -135
  843. data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
  844. data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
  845. data/vendor/local/lib/gio/modules/libgiognutls.la +0 -41
  846. data/vendor/local/lib/libidn.a +0 -0
  847. data/vendor/local/lib/libidn.dll.a +0 -0
  848. data/vendor/local/lib/libidn.la +0 -41
  849. data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
  850. data/vendor/local/lib/pkgconfig/libidn.pc +0 -23
  851. data/vendor/local/share/emacs/site-lisp/idna.el +0 -192
  852. data/vendor/local/share/emacs/site-lisp/punycode.el +0 -182
  853. data/vendor/local/share/gtk-doc/html/p11-kit/index.sgml +0 -189
  854. data/vendor/local/share/info/libidn-components.png +0 -0
  855. data/vendor/local/share/info/libidn.info +0 -4406
  856. data/vendor/local/share/license/glib-networking/AUTHORS +0 -0
  857. data/vendor/local/share/license/libidn/AUTHORS +0 -794
  858. data/vendor/local/share/license/libidn/COPYING +0 -30
  859. data/vendor/local/share/locale/cs/LC_MESSAGES/libidn.mo +0 -0
  860. data/vendor/local/share/locale/da/LC_MESSAGES/libidn.mo +0 -0
  861. data/vendor/local/share/locale/de/LC_MESSAGES/libidn.mo +0 -0
  862. data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/libidn.mo +0 -0
  863. data/vendor/local/share/locale/en@quot/LC_MESSAGES/libidn.mo +0 -0
  864. data/vendor/local/share/locale/eo/LC_MESSAGES/libidn.mo +0 -0
  865. data/vendor/local/share/locale/fi/LC_MESSAGES/libidn.mo +0 -0
  866. data/vendor/local/share/locale/fr/LC_MESSAGES/libidn.mo +0 -0
  867. data/vendor/local/share/locale/hr/LC_MESSAGES/libidn.mo +0 -0
  868. data/vendor/local/share/locale/hu/LC_MESSAGES/libidn.mo +0 -0
  869. data/vendor/local/share/locale/id/LC_MESSAGES/libidn.mo +0 -0
  870. data/vendor/local/share/locale/it/LC_MESSAGES/libidn.mo +0 -0
  871. data/vendor/local/share/locale/ja/LC_MESSAGES/libidn.mo +0 -0
  872. data/vendor/local/share/locale/nl/LC_MESSAGES/libidn.mo +0 -0
  873. data/vendor/local/share/locale/pl/LC_MESSAGES/libidn.mo +0 -0
  874. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libidn.mo +0 -0
  875. data/vendor/local/share/locale/ro/LC_MESSAGES/libidn.mo +0 -0
  876. data/vendor/local/share/locale/sr/LC_MESSAGES/libidn.mo +0 -0
  877. data/vendor/local/share/locale/uk/LC_MESSAGES/libidn.mo +0 -0
  878. data/vendor/local/share/locale/vi/LC_MESSAGES/libidn.mo +0 -0
  879. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libidn.mo +0 -0
  880. data/vendor/local/share/man/man1/idn.1 +0 -92
  881. data/vendor/local/share/man/man3/idn_free.3 +0 -49
  882. data/vendor/local/share/man/man3/idna_strerror.3 +0 -80
  883. data/vendor/local/share/man/man3/idna_to_ascii_4i.3 +0 -70
  884. data/vendor/local/share/man/man3/idna_to_ascii_4z.3 +0 -51
  885. data/vendor/local/share/man/man3/idna_to_ascii_8z.3 +0 -51
  886. data/vendor/local/share/man/man3/idna_to_ascii_lz.3 +0 -52
  887. data/vendor/local/share/man/man3/idna_to_unicode_44i.3 +0 -75
  888. data/vendor/local/share/man/man3/idna_to_unicode_4z4z.3 +0 -52
  889. data/vendor/local/share/man/man3/idna_to_unicode_8z4z.3 +0 -52
  890. data/vendor/local/share/man/man3/idna_to_unicode_8z8z.3 +0 -52
  891. data/vendor/local/share/man/man3/idna_to_unicode_8zlz.3 +0 -53
  892. data/vendor/local/share/man/man3/idna_to_unicode_lzlz.3 +0 -54
  893. data/vendor/local/share/man/man3/pr29_4.3 +0 -51
  894. data/vendor/local/share/man/man3/pr29_4z.3 +0 -49
  895. data/vendor/local/share/man/man3/pr29_8z.3 +0 -50
  896. data/vendor/local/share/man/man3/pr29_strerror.3 +0 -55
  897. data/vendor/local/share/man/man3/punycode_decode.3 +0 -73
  898. data/vendor/local/share/man/man3/punycode_encode.3 +0 -76
  899. data/vendor/local/share/man/man3/punycode_strerror.3 +0 -56
  900. data/vendor/local/share/man/man3/stringprep.3 +0 -65
  901. data/vendor/local/share/man/man3/stringprep_4i.3 +0 -70
  902. data/vendor/local/share/man/man3/stringprep_4zi.3 +0 -62
  903. data/vendor/local/share/man/man3/stringprep_check_version.3 +0 -50
  904. data/vendor/local/share/man/man3/stringprep_convert.3 +0 -50
  905. data/vendor/local/share/man/man3/stringprep_locale_charset.3 +0 -57
  906. data/vendor/local/share/man/man3/stringprep_locale_to_utf8.3 +0 -46
  907. data/vendor/local/share/man/man3/stringprep_profile.3 +0 -63
  908. data/vendor/local/share/man/man3/stringprep_strerror.3 +0 -86
  909. data/vendor/local/share/man/man3/stringprep_ucs4_nfkc_normalize.3 +0 -48
  910. data/vendor/local/share/man/man3/stringprep_ucs4_to_utf8.3 +0 -56
  911. data/vendor/local/share/man/man3/stringprep_unichar_to_utf8.3 +0 -48
  912. data/vendor/local/share/man/man3/stringprep_utf8_nfkc_normalize.3 +0 -59
  913. data/vendor/local/share/man/man3/stringprep_utf8_to_locale.3 +0 -46
  914. data/vendor/local/share/man/man3/stringprep_utf8_to_ucs4.3 +0 -54
  915. data/vendor/local/share/man/man3/stringprep_utf8_to_unichar.3 +0 -46
  916. data/vendor/local/share/man/man3/tld_check_4.3 +0 -62
  917. data/vendor/local/share/man/man3/tld_check_4t.3 +0 -58
  918. data/vendor/local/share/man/man3/tld_check_4tz.3 +0 -55
  919. data/vendor/local/share/man/man3/tld_check_4z.3 +0 -59
  920. data/vendor/local/share/man/man3/tld_check_8z.3 +0 -61
  921. data/vendor/local/share/man/man3/tld_check_lz.3 +0 -61
  922. data/vendor/local/share/man/man3/tld_default_table.3 +0 -51
  923. data/vendor/local/share/man/man3/tld_get_4.3 +0 -51
  924. data/vendor/local/share/man/man3/tld_get_4z.3 +0 -48
  925. data/vendor/local/share/man/man3/tld_get_table.3 +0 -49
  926. data/vendor/local/share/man/man3/tld_get_z.3 +0 -49
  927. data/vendor/local/share/man/man3/tld_strerror.3 +0 -60
@@ -8,7 +8,7 @@
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">
10
10
  <link rel="next" href="glib-Threads.html" title="Threads">
11
- <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -788,6 +788,22 @@
788
788
  <a class="link" href="glib-The-Main-Event-Loop.html#g-source-remove-by-user-data" title="g_source_remove_by_user_data ()">g_source_remove_by_user_data</a> <span class="c_punctuation">()</span>
789
789
  </td>
790
790
  </tr>
791
+ <tr>
792
+ <td class="function_type">
793
+ <span class="returnvalue">void</span>
794
+ </td>
795
+ <td class="function_name">
796
+ <span class="c_punctuation">(</span><a class="link" href="glib-The-Main-Event-Loop.html#GClearHandleFunc" title="GClearHandleFunc ()">*GClearHandleFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
797
+ </td>
798
+ </tr>
799
+ <tr>
800
+ <td class="function_type">
801
+ <span class="returnvalue">void</span>
802
+ </td>
803
+ <td class="function_name">
804
+ <a class="link" href="glib-The-Main-Event-Loop.html#g-clear-handle-id" title="g_clear_handle_id ()">g_clear_handle_id</a> <span class="c_punctuation">()</span>
805
+ </td>
806
+ </tr>
791
807
  </tbody>
792
808
  </table></div>
793
809
  </div>
@@ -899,8 +915,8 @@ This is often used in GTK+ applications when showing modal dialog
899
915
  boxes. Note that event sources are associated with a particular
900
916
  <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a>, and will be checked and dispatched for all main
901
917
  loops associated with that GMainContext.</p>
902
- <p>GTK+ contains wrappers of some of these functions, e.g. <a href="../gtk4/gtk4-General.html#gtk-main"><code class="function">gtk_main()</code></a>,
903
- <a href="../gtk4/gtk4-General.html#gtk-main-quit"><code class="function">gtk_main_quit()</code></a> and <a href="../gtk4/gtk4-General.html#gtk-events-pending"><code class="function">gtk_events_pending()</code></a>.</p>
918
+ <p>GTK+ contains wrappers of some of these functions, e.g. <code class="function">gtk_main()</code>,
919
+ <code class="function">gtk_main_quit()</code> and <code class="function">gtk_events_pending()</code>.</p>
904
920
  <div class="refsect3">
905
921
  <a name="id-1.4.2.6.9"></a><h4>Creating new source types</h4>
906
922
  <p>One of the unusual features of the <a class="link" href="glib-The-Main-Event-Loop.html#GMainLoop" title="GMainLoop"><span class="type">GMainLoop</span></a> functionality
@@ -987,7 +1003,7 @@ g_main_loop_new (<em class="parameter"><code><a class="link" href="glib-The-Main
987
1003
  <tbody>
988
1004
  <tr>
989
1005
  <td class="parameter_name"><p>context</p></td>
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>
1006
+ <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
1007
  <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
1008
  </tr>
993
1009
  <tr>
@@ -1155,7 +1171,7 @@ g_main_loop_get_context (<em class="parameter"><code><a class="link" href="glib-
1155
1171
  </div>
1156
1172
  <div class="refsect3">
1157
1173
  <a name="g-main-loop-get-context.returns"></a><h4>Returns</h4>
1158
- <p> the <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> of <em class="parameter"><code>loop</code></em>
1174
+ <p>the <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> of <em class="parameter"><code>loop</code></em>
1159
1175
  . </p>
1160
1176
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1161
1177
  </div>
@@ -1368,7 +1384,7 @@ specified, and corresponds to the "main" main loop. See also
1368
1384
  <a class="link" href="glib-The-Main-Event-Loop.html#g-main-context-get-thread-default" title="g_main_context_get_thread_default ()"><code class="function">g_main_context_get_thread_default()</code></a>.</p>
1369
1385
  <div class="refsect3">
1370
1386
  <a name="g-main-context-default.returns"></a><h4>Returns</h4>
1371
- <p> the global default main context. </p>
1387
+ <p>the global default main context. </p>
1372
1388
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1373
1389
  </div>
1374
1390
  </div>
@@ -1403,7 +1419,7 @@ be interrupted for other reasons than an event source becoming ready.</p>
1403
1419
  <tbody>
1404
1420
  <tr>
1405
1421
  <td class="parameter_name"><p>context</p></td>
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>
1422
+ <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
1423
  <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
1424
  </tr>
1409
1425
  <tr>
@@ -1467,7 +1483,7 @@ g_main_context_pending (<em class="parameter"><code><a class="link" href="glib-T
1467
1483
  </colgroup>
1468
1484
  <tbody><tr>
1469
1485
  <td class="parameter_name"><p>context</p></td>
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>
1486
+ <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
1487
  <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
1488
  </tr></tbody>
1473
1489
  </table></div>
@@ -1517,7 +1533,7 @@ wrong source.</p>
1517
1533
  <tbody>
1518
1534
  <tr>
1519
1535
  <td class="parameter_name"><p>context</p></td>
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>
1536
+ <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
1537
  <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
1538
  </tr>
1523
1539
  <tr>
@@ -1530,7 +1546,7 @@ wrong source.</p>
1530
1546
  </div>
1531
1547
  <div class="refsect3">
1532
1548
  <a name="g-main-context-find-source-by-id.returns"></a><h4>Returns</h4>
1533
- <p> the <a class="link" href="glib-The-Main-Event-Loop.html#GSource" title="struct GSource"><span class="type">GSource</span></a>. </p>
1549
+ <p>the <a class="link" href="glib-The-Main-Event-Loop.html#GSource" title="struct GSource"><span class="type">GSource</span></a>. </p>
1534
1550
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1535
1551
  </div>
1536
1552
  </div>
@@ -1568,7 +1584,7 @@ one found will be returned.</p>
1568
1584
  </div>
1569
1585
  <div class="refsect3">
1570
1586
  <a name="g-main-context-find-source-by-user-data.returns"></a><h4>Returns</h4>
1571
- <p> the source, if one was found, otherwise <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p>
1587
+ <p>the source, if one was found, otherwise <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p>
1572
1588
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1573
1589
  </div>
1574
1590
  </div>
@@ -1594,7 +1610,7 @@ the first one found will be returned.</p>
1594
1610
  <tbody>
1595
1611
  <tr>
1596
1612
  <td class="parameter_name"><p>context</p></td>
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>
1613
+ <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
1614
  <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
1615
  </tr>
1600
1616
  <tr>
@@ -1613,7 +1629,7 @@ passed to <a class="link" href="glib-The-Main-Event-Loop.html#g-source-new" titl
1613
1629
  </div>
1614
1630
  <div class="refsect3">
1615
1631
  <a name="g-main-context-find-source-by-funcs-user-data.returns"></a><h4>Returns</h4>
1616
- <p> the source, if one was found, otherwise <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p>
1632
+ <p>the source, if one was found, otherwise <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p>
1617
1633
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1618
1634
  </div>
1619
1635
  </div>
@@ -1642,12 +1658,12 @@ loop with a termination condition, computed from multiple threads:</p>
1642
1658
  4
1643
1659
  5
1644
1660
  6</pre></td>
1645
- <td class="listing_code"><pre class="programlisting"><span class="gtkdoc ppc">#define NUM_TASKS 10</span>
1646
- <span class="gtkdoc kwb">static</span> <span class="gtkdoc kwc">volatile</span> gint tasks_remaining <span class="gtkdoc opt">=</span> NUM_TASKS<span class="gtkdoc opt">;</span>
1647
- <span class="gtkdoc opt">...</span>
1648
-
1649
- <span class="keyword">while</span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-Atomic-Operations.html#g-atomic-int-get">g_atomic_int_get</a></span> <span class="gtkdoc opt">(&amp;</span>tasks_remaining<span class="gtkdoc opt">) !=</span> <span class="number">0</span><span class="gtkdoc opt">)</span>
1650
- <span class="function"><a href="glib-The-Main-Event-Loop.html#g-main-context-iteration">g_main_context_iteration</a></span> <span class="gtkdoc opt">(</span>NULL<span class="gtkdoc opt">,</span> TRUE<span class="gtkdoc opt">);</span></pre></td>
1661
+ <td class="listing_code"><pre class="programlisting"><span class="preproc">#define</span><span class="normal"> NUM_TASKS </span><span class="number">10</span>
1662
+ <span class="keyword">static</span><span class="normal"> </span><span class="keyword">volatile</span><span class="normal"> </span><span class="usertype">gint</span><span class="normal"> tasks_remaining </span><span class="symbol">=</span><span class="normal"> NUM_TASKS</span><span class="symbol">;</span>
1663
+ <span class="symbol">...</span>
1664
+ <span class="normal"> </span>
1665
+ <span class="keyword">while</span><span class="normal"> </span><span class="symbol">(</span><span class="function"><a href="glib-Atomic-Operations.html#g-atomic-int-get">g_atomic_int_get</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">tasks_remaining</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">!=</span><span class="normal"> </span><span class="number">0</span><span class="symbol">)</span>
1666
+ <span class="normal"> </span><span class="function"><a href="glib-The-Main-Event-Loop.html#g-main-context-iteration">g_main_context_iteration</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> <a href="glib-Standard-Macros.html#TRUE:CAPS">TRUE</a></span><span class="symbol">);</span></pre></td>
1651
1667
  </tr>
1652
1668
  </tbody>
1653
1669
  </table>
@@ -1663,10 +1679,10 @@ loop with a termination condition, computed from multiple threads:</p>
1663
1679
  2
1664
1680
  3
1665
1681
  4</pre></td>
1666
- <td class="listing_code"><pre class="programlisting"><span class="function">perform_work</span><span class="gtkdoc opt">();</span>
1682
+ <td class="listing_code"><pre class="programlisting"><span class="function">perform_work</span><span class="symbol">();</span>
1667
1683
 
1668
- <span class="keyword">if</span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-Atomic-Operations.html#g-atomic-int-dec-and-test">g_atomic_int_dec_and_test</a></span> <span class="gtkdoc opt">(&amp;</span>tasks_remaining<span class="gtkdoc opt">))</span>
1669
- <span class="function"><a href="glib-The-Main-Event-Loop.html#g-main-context-wakeup">g_main_context_wakeup</a></span> <span class="gtkdoc opt">(</span>NULL<span class="gtkdoc opt">);</span></pre></td>
1684
+ <span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="function"><a href="glib-Atomic-Operations.html#g-atomic-int-dec-and-test">g_atomic_int_dec_and_test</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">tasks_remaining</span><span class="symbol">))</span>
1685
+ <span class="normal"> </span><span class="function"><a href="glib-The-Main-Event-Loop.html#g-main-context-wakeup">g_main_context_wakeup</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span></pre></td>
1670
1686
  </tr>
1671
1687
  </tbody>
1672
1688
  </table>
@@ -1903,18 +1919,18 @@ g_main_context_query (<em class="parameter"><code><a class="link" href="glib-The
1903
1919
  </tr>
1904
1920
  <tr>
1905
1921
  <td class="parameter_name"><p>timeout_</p></td>
1906
- <td class="parameter_description"><p> location to store timeout to be used in polling. </p></td>
1922
+ <td class="parameter_description"><p>location to store timeout to be used in polling. </p></td>
1907
1923
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1908
1924
  </tr>
1909
1925
  <tr>
1910
1926
  <td class="parameter_name"><p>fds</p></td>
1911
- <td class="parameter_description"><p> location to
1927
+ <td class="parameter_description"><p>location to
1912
1928
  store <a class="link" href="glib-The-Main-Event-Loop.html#GPollFD" title="struct GPollFD"><span class="type">GPollFD</span></a> records that need to be polled. </p></td>
1913
1929
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_fds]</span></td>
1914
1930
  </tr>
1915
1931
  <tr>
1916
1932
  <td class="parameter_name"><p>n_fds</p></td>
1917
- <td class="parameter_description"><p> length of <em class="parameter"><code>fds</code></em>
1933
+ <td class="parameter_description"><p>length of <em class="parameter"><code>fds</code></em>
1918
1934
  . </p></td>
1919
1935
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input. Default is transfer none."><span class="acronym">in</span></acronym>]</span></td>
1920
1936
  </tr>
@@ -1962,7 +1978,7 @@ g_main_context_check (<em class="parameter"><code><a class="link" href="glib-The
1962
1978
  </tr>
1963
1979
  <tr>
1964
1980
  <td class="parameter_name"><p>fds</p></td>
1965
- <td class="parameter_description"><p> array of <a class="link" href="glib-The-Main-Event-Loop.html#GPollFD" title="struct GPollFD"><span class="type">GPollFD</span></a>'s that was passed to
1981
+ <td class="parameter_description"><p>array of <a class="link" href="glib-The-Main-Event-Loop.html#GPollFD" title="struct GPollFD"><span class="type">GPollFD</span></a>'s that was passed to
1966
1982
  the last call to <a class="link" href="glib-The-Main-Event-Loop.html#g-main-context-query" title="g_main_context_query ()"><code class="function">g_main_context_query()</code></a>. </p></td>
1967
1983
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_fds]</span></td>
1968
1984
  </tr>
@@ -2129,7 +2145,7 @@ a typical event source will use <a class="link" href="glib-The-Main-Event-Loop.h
2129
2145
  <tbody>
2130
2146
  <tr>
2131
2147
  <td class="parameter_name"><p>context</p></td>
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>
2148
+ <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
2149
  <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
2150
  </tr>
2135
2151
  <tr>
@@ -2225,33 +2241,33 @@ Imagine an extremely simple "garbage collected" system.</p>
2225
2241
  25
2226
2242
  26
2227
2243
  27</pre></td>
2228
- <td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">static</span> GList <span class="gtkdoc opt">*</span>free_list<span class="gtkdoc opt">;</span>
2244
+ <td class="listing_code"><pre class="programlisting"><span class="keyword">static</span><span class="normal"> </span><span class="usertype">GList</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">free_list</span><span class="symbol">;</span>
2229
2245
 
2230
- gpointer
2231
- <span class="function">allocate_memory</span> <span class="gtkdoc opt">(</span>gsize size<span class="gtkdoc opt">)</span>
2232
- <span class="gtkdoc opt">{</span>
2233
- gpointer result <span class="gtkdoc opt">=</span> <span class="function"><a href="glib-Memory-Allocation.html#g-malloc">g_malloc</a></span> <span class="gtkdoc opt">(</span>size<span class="gtkdoc opt">);</span>
2234
- free_list <span class="gtkdoc opt">=</span> <span class="function"><a href="glib-Doubly-Linked-Lists.html#g-list-prepend">g_list_prepend</a></span> <span class="gtkdoc opt">(</span>free_list<span class="gtkdoc opt">,</span> result<span class="gtkdoc opt">);</span>
2235
- <span class="keyword">return</span> result<span class="gtkdoc opt">;</span>
2236
- <span class="gtkdoc opt">}</span>
2246
+ <span class="normal"><a href="glib-Basic-Types.html#gpointer">gpointer</a></span>
2247
+ <span class="function">allocate_memory</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">gsize</span><span class="normal"> size</span><span class="symbol">)</span>
2248
+ <span class="cbracket">{</span><span class="normal"> </span>
2249
+ <span class="normal"> </span><span class="usertype">gpointer</span><span class="normal"> result </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-Memory-Allocation.html#g-malloc">g_malloc</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">size</span><span class="symbol">);</span>
2250
+ <span class="normal"> free_list </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-Doubly-Linked-Lists.html#g-list-prepend">g_list_prepend</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">free_list</span><span class="symbol">,</span><span class="normal"> result</span><span class="symbol">);</span>
2251
+ <span class="normal"> </span><span class="keyword">return</span><span class="normal"> result</span><span class="symbol">;</span>
2252
+ <span class="cbracket">}</span>
2237
2253
 
2238
- <span class="gtkdoc kwb">void</span>
2239
- <span class="function">free_allocated_memory</span> <span class="gtkdoc opt">(</span><span class="gtkdoc kwb">void</span><span class="gtkdoc opt">)</span>
2240
- <span class="gtkdoc opt">{</span>
2241
- GList <span class="gtkdoc opt">*</span>l<span class="gtkdoc opt">;</span>
2242
- <span class="keyword">for</span> <span class="gtkdoc opt">(</span>l <span class="gtkdoc opt">=</span> free_list<span class="gtkdoc opt">;</span> l<span class="gtkdoc opt">;</span> l <span class="gtkdoc opt">=</span> l<span class="gtkdoc opt">-&gt;</span>next<span class="gtkdoc opt">);</span>
2243
- <span class="function"><a href="glib-Memory-Allocation.html#g-free">g_free</a></span> <span class="gtkdoc opt">(</span>l<span class="gtkdoc opt">-&gt;</span>data<span class="gtkdoc opt">);</span>
2244
- <span class="function"><a href="glib-Doubly-Linked-Lists.html#g-list-free">g_list_free</a></span> <span class="gtkdoc opt">(</span>free_list<span class="gtkdoc opt">);</span>
2245
- free_list <span class="gtkdoc opt">=</span> NULL<span class="gtkdoc opt">;</span>
2246
- <span class="gtkdoc opt">}</span>
2254
+ <span class="type">void</span>
2255
+ <span class="function">free_allocated_memory</span><span class="normal"> </span><span class="symbol">(</span><span class="type">void</span><span class="symbol">)</span>
2256
+ <span class="cbracket">{</span>
2257
+ <span class="normal"> </span><span class="usertype">GList</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">l</span><span class="symbol">;</span>
2258
+ <span class="normal"> </span><span class="keyword">for</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">l </span><span class="symbol">=</span><span class="normal"> free_list</span><span class="symbol">;</span><span class="normal"> l</span><span class="symbol">;</span><span class="normal"> l </span><span class="symbol">=</span><span class="normal"> l</span><span class="symbol">-&gt;</span><span class="normal">next</span><span class="symbol">);</span>
2259
+ <span class="normal"> </span><span class="function"><a href="glib-Memory-Allocation.html#g-free">g_free</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">l</span><span class="symbol">-&gt;</span><span class="normal">data</span><span class="symbol">);</span>
2260
+ <span class="normal"> </span><span class="function"><a href="glib-Doubly-Linked-Lists.html#g-list-free">g_list_free</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">free_list</span><span class="symbol">);</span>
2261
+ <span class="normal"> free_list </span><span class="symbol">=</span><span class="normal"> <a href="glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">;</span>
2262
+ <span class="normal"> </span><span class="cbracket">}</span>
2247
2263
 
2248
- <span class="gtkdoc opt">[...]</span>
2264
+ <span class="symbol">[...]</span>
2249
2265
 
2250
- <span class="keyword">while</span> <span class="gtkdoc opt">(</span>TRUE<span class="gtkdoc opt">);</span>
2251
- <span class="gtkdoc opt">{</span>
2252
- <span class="function"><a href="glib-The-Main-Event-Loop.html#g-main-context-iteration">g_main_context_iteration</a></span> <span class="gtkdoc opt">(</span>NULL<span class="gtkdoc opt">,</span> TRUE<span class="gtkdoc opt">);</span>
2253
- <span class="function">free_allocated_memory</span><span class="gtkdoc opt">();</span>
2254
- <span class="gtkdoc opt">}</span></pre></td>
2266
+ <span class="keyword">while</span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="glib-Standard-Macros.html#TRUE:CAPS">TRUE</a></span><span class="symbol">);</span><span class="normal"> </span>
2267
+ <span class="normal"> </span><span class="cbracket">{</span>
2268
+ <span class="normal"> </span><span class="function"><a href="glib-The-Main-Event-Loop.html#g-main-context-iteration">g_main_context_iteration</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> <a href="glib-Standard-Macros.html#TRUE:CAPS">TRUE</a></span><span class="symbol">);</span>
2269
+ <span class="normal"> </span><span class="function">free_allocated_memory</span><span class="symbol">();</span>
2270
+ <span class="normal"> </span><span class="cbracket">}</span></pre></td>
2255
2271
  </tr>
2256
2272
  </tbody>
2257
2273
  </table>
@@ -2298,36 +2314,36 @@ recursive callback. This can be fixed by using <a class="link" href="glib-The-Ma
2298
2314
  28
2299
2315
  29
2300
2316
  30</pre></td>
2301
- <td class="listing_code"><pre class="programlisting">gpointer
2302
- <span class="function">allocate_memory</span> <span class="gtkdoc opt">(</span>gsize size<span class="gtkdoc opt">)</span>
2303
- <span class="gtkdoc opt">{</span>
2304
- FreeListBlock <span class="gtkdoc opt">*</span>block <span class="gtkdoc opt">=</span> <span class="function"><a href="glib-Memory-Allocation.html#g-new">g_new</a></span> <span class="gtkdoc opt">(</span>FreeListBlock<span class="gtkdoc opt">,</span> <span class="number">1</span><span class="gtkdoc opt">);</span>
2305
- block<span class="gtkdoc opt">-&gt;</span>mem <span class="gtkdoc opt">=</span> <span class="function"><a href="glib-Memory-Allocation.html#g-malloc">g_malloc</a></span> <span class="gtkdoc opt">(</span>size<span class="gtkdoc opt">);</span>
2306
- block<span class="gtkdoc opt">-&gt;</span>depth <span class="gtkdoc opt">=</span> <span class="function"><a href="glib-The-Main-Event-Loop.html#g-main-depth">g_main_depth</a></span> <span class="gtkdoc opt">();</span>
2307
- free_list <span class="gtkdoc opt">=</span> <span class="function"><a href="glib-Doubly-Linked-Lists.html#g-list-prepend">g_list_prepend</a></span> <span class="gtkdoc opt">(</span>free_list<span class="gtkdoc opt">,</span> block<span class="gtkdoc opt">);</span>
2308
- <span class="keyword">return</span> block<span class="gtkdoc opt">-&gt;</span>mem<span class="gtkdoc opt">;</span>
2309
- <span class="gtkdoc opt">}</span>
2317
+ <td class="listing_code"><pre class="programlisting"><span class="normal"><a href="glib-Basic-Types.html#gpointer">gpointer</a></span>
2318
+ <span class="function">allocate_memory</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">gsize</span><span class="normal"> size</span><span class="symbol">)</span>
2319
+ <span class="cbracket">{</span><span class="normal"> </span>
2320
+ <span class="normal"> </span><span class="usertype">FreeListBlock</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">block </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-Memory-Allocation.html#g-new">g_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">FreeListBlock</span><span class="symbol">,</span><span class="normal"> </span><span class="number">1</span><span class="symbol">);</span>
2321
+ <span class="normal"> block</span><span class="symbol">-&gt;</span><span class="normal">mem </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-Memory-Allocation.html#g-malloc">g_malloc</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">size</span><span class="symbol">);</span>
2322
+ <span class="normal"> block</span><span class="symbol">-&gt;</span><span class="normal">depth </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-The-Main-Event-Loop.html#g-main-depth">g_main_depth</a></span><span class="normal"> </span><span class="symbol">();</span><span class="normal"> </span>
2323
+ <span class="normal"> free_list </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-Doubly-Linked-Lists.html#g-list-prepend">g_list_prepend</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">free_list</span><span class="symbol">,</span><span class="normal"> block</span><span class="symbol">);</span>
2324
+ <span class="normal"> </span><span class="keyword">return</span><span class="normal"> block</span><span class="symbol">-&gt;</span><span class="normal">mem</span><span class="symbol">;</span>
2325
+ <span class="cbracket">}</span>
2310
2326
 
2311
- <span class="gtkdoc kwb">void</span>
2312
- <span class="function">free_allocated_memory</span> <span class="gtkdoc opt">(</span><span class="gtkdoc kwb">void</span><span class="gtkdoc opt">)</span>
2313
- <span class="gtkdoc opt">{</span>
2314
- GList <span class="gtkdoc opt">*</span>l<span class="gtkdoc opt">;</span>
2315
-
2316
- <span class="gtkdoc kwb">int</span> depth <span class="gtkdoc opt">=</span> <span class="function"><a href="glib-The-Main-Event-Loop.html#g-main-depth">g_main_depth</a></span> <span class="gtkdoc opt">();</span>
2317
- <span class="keyword">for</span> <span class="gtkdoc opt">(</span>l <span class="gtkdoc opt">=</span> free_list<span class="gtkdoc opt">;</span> l<span class="gtkdoc opt">; );</span>
2318
- <span class="gtkdoc opt">{</span>
2319
- GList <span class="gtkdoc opt">*</span>next <span class="gtkdoc opt">=</span> l<span class="gtkdoc opt">-&gt;</span>next<span class="gtkdoc opt">;</span>
2320
- FreeListBlock <span class="gtkdoc opt">*</span>block <span class="gtkdoc opt">=</span> l<span class="gtkdoc opt">-&gt;</span>data<span class="gtkdoc opt">;</span>
2321
- <span class="keyword">if</span> <span class="gtkdoc opt">(</span>block<span class="gtkdoc opt">-&gt;</span>depth <span class="gtkdoc opt">&gt;</span> depth<span class="gtkdoc opt">)</span>
2322
- <span class="gtkdoc opt">{</span>
2323
- <span class="function"><a href="glib-Memory-Allocation.html#g-free">g_free</a></span> <span class="gtkdoc opt">(</span>block<span class="gtkdoc opt">-&gt;</span>mem<span class="gtkdoc opt">);</span>
2324
- <span class="function"><a href="glib-Memory-Allocation.html#g-free">g_free</a></span> <span class="gtkdoc opt">(</span>block<span class="gtkdoc opt">);</span>
2325
- free_list <span class="gtkdoc opt">=</span> <span class="function"><a href="glib-Doubly-Linked-Lists.html#g-list-delete-link">g_list_delete_link</a></span> <span class="gtkdoc opt">(</span>free_list<span class="gtkdoc opt">,</span> l<span class="gtkdoc opt">);</span>
2326
- <span class="gtkdoc opt">}</span>
2327
-
2328
- l <span class="gtkdoc opt">=</span> next<span class="gtkdoc opt">;</span>
2329
- <span class="gtkdoc opt">}</span>
2330
- <span class="gtkdoc opt">}</span></pre></td>
2327
+ <span class="type">void</span>
2328
+ <span class="function">free_allocated_memory</span><span class="normal"> </span><span class="symbol">(</span><span class="type">void</span><span class="symbol">)</span>
2329
+ <span class="cbracket">{</span>
2330
+ <span class="normal"> </span><span class="usertype">GList</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">l</span><span class="symbol">;</span>
2331
+ <span class="normal"> </span>
2332
+ <span class="normal"> </span><span class="type">int</span><span class="normal"> depth </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-The-Main-Event-Loop.html#g-main-depth">g_main_depth</a></span><span class="normal"> </span><span class="symbol">();</span>
2333
+ <span class="normal"> </span><span class="keyword">for</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">l </span><span class="symbol">=</span><span class="normal"> free_list</span><span class="symbol">;</span><span class="normal"> l</span><span class="symbol">;</span><span class="normal"> </span><span class="symbol">);</span>
2334
+ <span class="normal"> </span><span class="cbracket">{</span>
2335
+ <span class="normal"> </span><span class="usertype">GList</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">next </span><span class="symbol">=</span><span class="normal"> l</span><span class="symbol">-&gt;</span><span class="normal">next</span><span class="symbol">;</span>
2336
+ <span class="normal"> </span><span class="usertype">FreeListBlock</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">block </span><span class="symbol">=</span><span class="normal"> l</span><span class="symbol">-&gt;</span><span class="normal">data</span><span class="symbol">;</span>
2337
+ <span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">block</span><span class="symbol">-&gt;</span><span class="normal">depth </span><span class="symbol">&gt;</span><span class="normal"> depth</span><span class="symbol">)</span>
2338
+ <span class="normal"> </span><span class="cbracket">{</span>
2339
+ <span class="normal"> </span><span class="function"><a href="glib-Memory-Allocation.html#g-free">g_free</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">block</span><span class="symbol">-&gt;</span><span class="normal">mem</span><span class="symbol">);</span>
2340
+ <span class="normal"> </span><span class="function"><a href="glib-Memory-Allocation.html#g-free">g_free</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">block</span><span class="symbol">);</span>
2341
+ <span class="normal"> free_list </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-Doubly-Linked-Lists.html#g-list-delete-link">g_list_delete_link</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">free_list</span><span class="symbol">,</span><span class="normal"> l</span><span class="symbol">);</span>
2342
+ <span class="normal"> </span><span class="cbracket">}</span>
2343
+ <span class="normal"> </span>
2344
+ <span class="normal"> l </span><span class="symbol">=</span><span class="normal"> next</span><span class="symbol">;</span>
2345
+ <span class="normal"> </span><span class="cbracket">}</span>
2346
+ <span class="normal"> </span><span class="cbracket">}</span></pre></td>
2331
2347
  </tr>
2332
2348
  </tbody>
2333
2349
  </table>
@@ -2346,7 +2362,7 @@ these checks all over your code, since there are doubtless many,
2346
2362
  many things that the user could do. Instead, you can use the
2347
2363
  following techniques:</p>
2348
2364
  <div class="orderedlist"><ol class="orderedlist" type="1">
2349
- <li class="listitem"><p>Use <a href="../gtk4/GtkWidget.html#gtk-widget-set-sensitive"><code class="function">gtk_widget_set_sensitive()</code></a> or modal dialogs to prevent
2365
+ <li class="listitem"><p>Use <code class="function">gtk_widget_set_sensitive()</code> or modal dialogs to prevent
2350
2366
  the user from interacting with elements while the main
2351
2367
  loop is recursing.</p></li>
2352
2368
  <li class="listitem"><p>Avoid main loop recursion in situations where you can't handle
@@ -2367,7 +2383,7 @@ g_main_current_source (<em class="parameter"><code><span class="type">void</span
2367
2383
  <p>Returns the currently firing source for this thread.</p>
2368
2384
  <div class="refsect3">
2369
2385
  <a name="g-main-current-source.returns"></a><h4>Returns</h4>
2370
- <p> The currently firing source or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p>
2386
+ <p>The currently firing source or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p>
2371
2387
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2372
2388
  </div>
2373
2389
  <p class="since">Since: <a class="link" href="api-index-2-12.html#api-index-2.12">2.12</a></p>
@@ -2443,7 +2459,7 @@ loop (and may prevent this call from returning).</p>
2443
2459
  <tbody>
2444
2460
  <tr>
2445
2461
  <td class="parameter_name"><p>context</p></td>
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>
2462
+ <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
2463
  <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
2464
  </tr>
2449
2465
  <tr>
@@ -2476,7 +2492,7 @@ g_main_context_invoke_full (<em class="parameter"><code><a class="link" href="gl
2476
2492
  invocation of <em class="parameter"><code>function</code></em>
2477
2493
  .</p>
2478
2494
  <p>This function is the same as <a class="link" href="glib-The-Main-Event-Loop.html#g-main-context-invoke" title="g_main_context_invoke ()"><code class="function">g_main_context_invoke()</code></a> except that it
2479
- lets you specify the priority incase <em class="parameter"><code>function</code></em>
2495
+ lets you specify the priority in case <em class="parameter"><code>function</code></em>
2480
2496
  ends up being
2481
2497
  scheduled as an idle and also lets you give a <a class="link" href="glib-Datasets.html#GDestroyNotify" title="GDestroyNotify ()"><span class="type">GDestroyNotify</span></a> for <em class="parameter"><code>data</code></em>
2482
2498
  .</p>
@@ -2494,7 +2510,7 @@ thread or with any particular context acquired.</p>
2494
2510
  <tbody>
2495
2511
  <tr>
2496
2512
  <td class="parameter_name"><p>context</p></td>
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>
2513
+ <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
2514
  <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
2515
  </tr>
2500
2516
  <tr>
@@ -2516,7 +2532,7 @@ thread or with any particular context acquired.</p>
2516
2532
  </tr>
2517
2533
  <tr>
2518
2534
  <td class="parameter_name"><p>notify</p></td>
2519
- <td class="parameter_description"><p> a function to call when <em class="parameter"><code>data</code></em>
2535
+ <td class="parameter_description"><p>a function to call when <em class="parameter"><code>data</code></em>
2520
2536
  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
2537
  <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
2538
  </tr>
@@ -2542,7 +2558,7 @@ always return <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="
2542
2558
  <a class="link" href="glib-The-Main-Event-Loop.html#g-main-context-ref-thread-default" title="g_main_context_ref_thread_default ()"><code class="function">g_main_context_ref_thread_default()</code></a> instead.</p>
2543
2559
  <div class="refsect3">
2544
2560
  <a name="g-main-context-get-thread-default.returns"></a><h4>Returns</h4>
2545
- <p> the thread-default <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a>, or
2561
+ <p>the thread-default <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a>, or
2546
2562
  <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the thread-default context is the global default context. </p>
2547
2563
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2548
2564
  </div>
@@ -2561,7 +2577,7 @@ is the global default context, this will return that <a class="link" href="glib-
2561
2577
  (with a ref added to it) rather than returning <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>.</p>
2562
2578
  <div class="refsect3">
2563
2579
  <a name="g-main-context-ref-thread-default.returns"></a><h4>Returns</h4>
2564
- <p> the thread-default <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a>. Unref
2580
+ <p>the thread-default <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a>. Unref
2565
2581
  with <a class="link" href="glib-The-Main-Event-Loop.html#g-main-context-unref" title="g_main_context_unref ()"><code class="function">g_main_context_unref()</code></a> when you are done with it. </p>
2566
2582
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
2567
2583
  </div>
@@ -2607,7 +2623,7 @@ ensure that no other asynchronous operations accidentally get
2607
2623
  started while the non-default context is active.</p>
2608
2624
  <p>Beware that libraries that predate this function may not correctly
2609
2625
  handle being used from a thread with a thread-default context. Eg,
2610
- see <a href="../gio/GFile.html#g-file-supports-thread-contexts"><code class="function">g_file_supports_thread_contexts()</code></a>.</p>
2626
+ see <a href="../GFile.html#g-file-supports-thread-contexts"><code class="function">g_file_supports_thread_contexts()</code></a>.</p>
2611
2627
  <div class="refsect3">
2612
2628
  <a name="g-main-context-push-thread-default.parameters"></a><h4>Parameters</h4>
2613
2629
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -2618,7 +2634,7 @@ see <a href="../gio/GFile.html#g-file-supports-thread-contexts"><code class="fun
2618
2634
  </colgroup>
2619
2635
  <tbody><tr>
2620
2636
  <td class="parameter_name"><p>context</p></td>
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>
2637
+ <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
2638
  <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
2639
  </tr></tbody>
2624
2640
  </table></div>
@@ -2643,7 +2659,7 @@ it was on the top of the stack).</p>
2643
2659
  </colgroup>
2644
2660
  <tbody><tr>
2645
2661
  <td class="parameter_name"><p>context</p></td>
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>
2662
+ <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
2663
  <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
2664
  </tr></tbody>
2649
2665
  </table></div>
@@ -2848,7 +2864,7 @@ the range between <a class="link" href="glib-The-Main-Event-Loop.html#G-PRIORITY
2848
2864
  </tr>
2849
2865
  <tr>
2850
2866
  <td class="parameter_name"><p>notify</p></td>
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>
2867
+ <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
2868
  <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
2869
  </tr>
2854
2870
  </tbody>
@@ -2992,7 +3008,7 @@ the range between <a class="link" href="glib-The-Main-Event-Loop.html#G-PRIORITY
2992
3008
  </tr>
2993
3009
  <tr>
2994
3010
  <td class="parameter_name"><p>notify</p></td>
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>
3011
+ <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
3012
  <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
3013
  </tr>
2998
3014
  </tbody>
@@ -3115,7 +3131,7 @@ range between <a class="link" href="glib-The-Main-Event-Loop.html#G-PRIORITY-DEF
3115
3131
  </tr>
3116
3132
  <tr>
3117
3133
  <td class="parameter_name"><p>notify</p></td>
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>
3134
+ <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
3135
  <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
3136
  </tr>
3121
3137
  </tbody>
@@ -3208,14 +3224,28 @@ executed.</p>
3208
3224
  must not be closed while the
3209
3225
  source is still active. Typically, you will want to call
3210
3226
  <a class="link" href="glib-Spawning-Processes.html#g-spawn-close-pid" title="g_spawn_close_pid ()"><code class="function">g_spawn_close_pid()</code></a> in the callback function for the source.</p>
3211
- <p>Note further that using <a class="link" href="glib-The-Main-Event-Loop.html#g-child-watch-source-new" title="g_child_watch_source_new ()"><code class="function">g_child_watch_source_new()</code></a> is not
3212
- compatible with calling <code class="literal">waitpid</code> with a nonpositive first
3213
- argument in the application. Calling <code class="function">waitpid()</code> for individual
3214
- pids will still work fine.</p>
3215
- <p>Similarly, on POSIX platforms, the <em class="parameter"><code>pid</code></em>
3216
- passed to this function must
3217
- be greater than 0 (i.e. this function must wait for a specific child,
3218
- and cannot wait for one of many children by using a nonpositive argument).</p>
3227
+ <p>On POSIX platforms, the following restrictions apply to this API
3228
+ due to limitations in POSIX process interfaces:</p>
3229
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
3230
+ <li class="listitem"><p><em class="parameter"><code>pid</code></em>
3231
+ must be a child of this process</p></li>
3232
+ <li class="listitem"><p><em class="parameter"><code>pid</code></em>
3233
+ must be positive</p></li>
3234
+ <li class="listitem"><p>the application must not call <code class="literal">waitpid</code> with a non-positive
3235
+ first argument, for instance in another thread</p></li>
3236
+ <li class="listitem"><p>the application must not wait for <em class="parameter"><code>pid</code></em>
3237
+ to exit by any other
3238
+ mechanism, including <code class="literal">waitpid(pid, ...)</code> or a second child-watch
3239
+ source for the same <em class="parameter"><code>pid</code></em>
3240
+ </p></li>
3241
+ <li class="listitem"><p>the application must not ignore SIGCHILD</p></li>
3242
+ </ul></div>
3243
+ <p>If any of those conditions are not met, this and related APIs will
3244
+ not work correctly. This can often be diagnosed via a GLib warning
3245
+ stating that <code class="literal">ECHILD</code> was received by <code class="literal">waitpid</code>.</p>
3246
+ <p>Calling <code class="literal">waitpid</code> for specific processes other than <em class="parameter"><code>pid</code></em>
3247
+ remains a
3248
+ valid thing to do.</p>
3219
3249
  <div class="refsect3">
3220
3250
  <a name="g-child-watch-source-new.parameters"></a><h4>Parameters</h4>
3221
3251
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -3257,7 +3287,9 @@ the spawn function for the child watching to work.</p>
3257
3287
  must not be closed while the
3258
3288
  source is still active. Typically, you will want to call
3259
3289
  <a class="link" href="glib-Spawning-Processes.html#g-spawn-close-pid" title="g_spawn_close_pid ()"><code class="function">g_spawn_close_pid()</code></a> in the callback function for the source.</p>
3260
- <p>GLib supports only a single callback per process id.</p>
3290
+ <p>GLib supports only a single callback per process id.
3291
+ On POSIX platforms, the same restrictions mentioned for
3292
+ <a class="link" href="glib-The-Main-Event-Loop.html#g-child-watch-source-new" title="g_child_watch_source_new ()"><code class="function">g_child_watch_source_new()</code></a> apply to this function.</p>
3261
3293
  <p>This internally creates a main loop source using
3262
3294
  <a class="link" href="glib-The-Main-Event-Loop.html#g-child-watch-source-new" title="g_child_watch_source_new ()"><code class="function">g_child_watch_source_new()</code></a> and attaches it to the main loop context
3263
3295
  using <a class="link" href="glib-The-Main-Event-Loop.html#g-source-attach" title="g_source_attach ()"><code class="function">g_source_attach()</code></a>. You can do these steps manually if you
@@ -3323,7 +3355,9 @@ successfully.</p>
3323
3355
  must not be closed while the source
3324
3356
  is still active. Typically, you should invoke <a class="link" href="glib-Spawning-Processes.html#g-spawn-close-pid" title="g_spawn_close_pid ()"><code class="function">g_spawn_close_pid()</code></a>
3325
3357
  in the callback function for the source.</p>
3326
- <p>GLib supports only a single callback per process id.</p>
3358
+ <p>GLib supports only a single callback per process id.
3359
+ On POSIX platforms, the same restrictions mentioned for
3360
+ <a class="link" href="glib-The-Main-Event-Loop.html#g-child-watch-source-new" title="g_child_watch_source_new ()"><code class="function">g_child_watch_source_new()</code></a> apply to this function.</p>
3327
3361
  <p>This internally creates a main loop source using
3328
3362
  <a class="link" href="glib-The-Main-Event-Loop.html#g-child-watch-source-new" title="g_child_watch_source_new ()"><code class="function">g_child_watch_source_new()</code></a> and attaches it to the main loop context
3329
3363
  using <a class="link" href="glib-The-Main-Event-Loop.html#g-source-attach" title="g_source_attach ()"><code class="function">g_source_attach()</code></a>. You can do these steps manually if you
@@ -3363,7 +3397,7 @@ Windows a handle for a process (which doesn't have to be a child).</p></td>
3363
3397
  </tr>
3364
3398
  <tr>
3365
3399
  <td class="parameter_name"><p>notify</p></td>
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>
3400
+ <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
3401
  <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
3402
  </tr>
3369
3403
  </tbody>
@@ -3390,9 +3424,12 @@ directly if you need to block until a file descriptor is ready, but
3390
3424
  don't want to run the full main loop.</p>
3391
3425
  <p>Each element of <em class="parameter"><code>fds</code></em>
3392
3426
  is a <a class="link" href="glib-The-Main-Event-Loop.html#GPollFD" title="struct GPollFD"><span class="type">GPollFD</span></a> describing a single file
3393
- descriptor to poll. The <code class="literal">fd</code> field indicates the file descriptor,
3394
- and the <code class="literal">events</code> field indicates the events to poll for. On return,
3395
- the <code class="literal">revents</code> fields will be filled with the events that actually
3427
+ descriptor to poll. The <em class="parameter"><code>fd</code></em>
3428
+ field indicates the file descriptor,
3429
+ and the <em class="parameter"><code>events</code></em>
3430
+ field indicates the events to poll for. On return,
3431
+ the <em class="parameter"><code>revents</code></em>
3432
+ fields will be filled with the events that actually
3396
3433
  occurred.</p>
3397
3434
  <p>On POSIX systems, the file descriptors in <em class="parameter"><code>fds</code></em>
3398
3435
  can be any sort of
@@ -3431,7 +3468,8 @@ Windows, the easiest solution is to construct all of your
3431
3468
  <div class="refsect3">
3432
3469
  <a name="g-poll.returns"></a><h4>Returns</h4>
3433
3470
  <p> the number of entries in <em class="parameter"><code>fds</code></em>
3434
- whose <code class="literal">revents</code> fields
3471
+ whose <em class="parameter"><code>revents</code></em>
3472
+ fields
3435
3473
  were filled in, or 0 if the operation timed out, or -1 on error or
3436
3474
  if the call was interrupted.</p>
3437
3475
  </div>
@@ -3442,7 +3480,7 @@ if the call was interrupted.</p>
3442
3480
  <a name="GSourceDummyMarshal"></a><h3>GSourceDummyMarshal ()</h3>
3443
3481
  <pre class="programlisting"><span class="returnvalue">void</span>
3444
3482
  <span class="c_punctuation">(</span>*GSourceDummyMarshal<span class="c_punctuation">)</span> (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
3445
- <p>This is just a placeholder for <a href="../gobject/gobject-Closures.html#GClosureMarshal"><span class="type">GClosureMarshal</span></a>,
3483
+ <p>This is just a placeholder for <a href="../gobject-Closures.html#GClosureMarshal"><span class="type">GClosureMarshal</span></a>,
3446
3484
  which cannot be used here for dependency reasons.</p>
3447
3485
  </div>
3448
3486
  <hr>
@@ -3594,7 +3632,7 @@ that context. Remove it by calling <a class="link" href="glib-The-Main-Event-Loo
3594
3632
  </tr>
3595
3633
  <tr>
3596
3634
  <td class="parameter_name"><p>context</p></td>
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>
3635
+ <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
3636
  <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
3637
  </tr>
3600
3638
  </tbody>
@@ -3674,35 +3712,35 @@ before the dispatch of your idle handler.</p>
3674
3712
  27
3675
3713
  28
3676
3714
  29</pre></td>
3677
- <td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">static</span> gboolean
3678
- <span class="function">idle_callback</span> <span class="gtkdoc opt">(</span>gpointer data<span class="gtkdoc opt">)</span>
3679
- <span class="gtkdoc opt">{</span>
3680
- SomeWidget <span class="gtkdoc opt">*</span>self <span class="gtkdoc opt">=</span> data<span class="gtkdoc opt">;</span>
3681
-
3682
- <span class="function"><a href="../gdk4/gdk4-Threads.html#GDK-THREADS-ENTER:CAPS">GDK_THREADS_ENTER</a></span> <span class="gtkdoc opt">();</span>
3683
- <span class="gtkdoc slc">// do stuff with self</span>
3684
- self<span class="gtkdoc opt">-&gt;</span>idle_id <span class="gtkdoc opt">=</span> <span class="number">0</span><span class="gtkdoc opt">;</span>
3685
- <span class="function"><a href="../gdk4/gdk4-Threads.html#GDK-THREADS-LEAVE:CAPS">GDK_THREADS_LEAVE</a></span> <span class="gtkdoc opt">();</span>
3686
-
3687
- <span class="keyword">return</span> G_SOURCE_REMOVE<span class="gtkdoc opt">;</span>
3688
- <span class="gtkdoc opt">}</span>
3689
-
3690
- <span class="gtkdoc kwb">static void</span>
3691
- <span class="function">some_widget_do_stuff_later</span> <span class="gtkdoc opt">(</span>SomeWidget <span class="gtkdoc opt">*</span>self<span class="gtkdoc opt">)</span>
3692
- <span class="gtkdoc opt">{</span>
3693
- self<span class="gtkdoc opt">-&gt;</span>idle_id <span class="gtkdoc opt">=</span> <span class="function"><a href="glib-The-Main-Event-Loop.html#g-idle-add">g_idle_add</a></span> <span class="gtkdoc opt">(</span>idle_callback<span class="gtkdoc opt">,</span> self<span class="gtkdoc opt">);</span>
3694
- <span class="gtkdoc opt">}</span>
3695
-
3696
- <span class="gtkdoc kwb">static void</span>
3697
- <span class="function">some_widget_finalize</span> <span class="gtkdoc opt">(</span>GObject <span class="gtkdoc opt">*</span>object<span class="gtkdoc opt">)</span>
3698
- <span class="gtkdoc opt">{</span>
3699
- SomeWidget <span class="gtkdoc opt">*</span>self <span class="gtkdoc opt">=</span> <span class="function">SOME_WIDGET</span> <span class="gtkdoc opt">(</span>object<span class="gtkdoc opt">);</span>
3700
-
3701
- <span class="keyword">if</span> <span class="gtkdoc opt">(</span>self<span class="gtkdoc opt">-&gt;</span>idle_id<span class="gtkdoc opt">)</span>
3702
- <span class="function"><a href="glib-The-Main-Event-Loop.html#g-source-remove">g_source_remove</a></span> <span class="gtkdoc opt">(</span>self<span class="gtkdoc opt">-&gt;</span>idle_id<span class="gtkdoc opt">);</span>
3703
-
3704
- <span class="function"><a href="../gobject/gobject-The-Base-Object-Type.html#G-OBJECT-CLASS:CAPS">G_OBJECT_CLASS</a></span> <span class="gtkdoc opt">(</span>parent_class<span class="gtkdoc opt">)-&gt;</span><span class="function">finalize</span> <span class="gtkdoc opt">(</span>object<span class="gtkdoc opt">);</span>
3705
- <span class="gtkdoc opt">}</span></pre></td>
3715
+ <td class="listing_code"><pre class="programlisting"><span class="keyword">static</span><span class="normal"> <a href="glib-Basic-Types.html#gboolean">gboolean</a> </span>
3716
+ <span class="function">idle_callback</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">gpointer</span><span class="normal"> data</span><span class="symbol">)</span>
3717
+ <span class="cbracket">{</span>
3718
+ <span class="normal"> </span><span class="usertype">SomeWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">self </span><span class="symbol">=</span><span class="normal"> data</span><span class="symbol">;</span>
3719
+ <span class="normal"> </span>
3720
+ <span class="normal"> </span><span class="function">GDK_THREADS_ENTER</span><span class="normal"> </span><span class="symbol">();</span>
3721
+ <span class="normal"> </span><span class="comment">// do stuff with self</span>
3722
+ <span class="normal"> self</span><span class="symbol">-&gt;</span><span class="normal">idle_id </span><span class="symbol">=</span><span class="normal"> </span><span class="number">0</span><span class="symbol">;</span>
3723
+ <span class="normal"> </span><span class="function">GDK_THREADS_LEAVE</span><span class="normal"> </span><span class="symbol">();</span>
3724
+ <span class="normal"> </span>
3725
+ <span class="normal"> </span><span class="keyword">return</span><span class="normal"> <a href="glib-The-Main-Event-Loop.html#G-SOURCE-REMOVE:CAPS">G_SOURCE_REMOVE</a></span><span class="symbol">;</span>
3726
+ <span class="cbracket">}</span>
3727
+ <span class="normal"> </span>
3728
+ <span class="keyword">static</span><span class="normal"> </span><span class="type">void</span><span class="normal"> </span>
3729
+ <span class="function">some_widget_do_stuff_later</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">SomeWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">self</span><span class="symbol">)</span>
3730
+ <span class="cbracket">{</span>
3731
+ <span class="normal"> self</span><span class="symbol">-&gt;</span><span class="normal">idle_id </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-The-Main-Event-Loop.html#g-idle-add">g_idle_add</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">idle_callback</span><span class="symbol">,</span><span class="normal"> self</span><span class="symbol">);</span>
3732
+ <span class="cbracket">}</span>
3733
+ <span class="normal"> </span>
3734
+ <span class="keyword">static</span><span class="normal"> </span><span class="type">void</span><span class="normal"> </span>
3735
+ <span class="function">some_widget_finalize</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">GObject</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">object</span><span class="symbol">)</span>
3736
+ <span class="cbracket">{</span>
3737
+ <span class="normal"> </span><span class="usertype">SomeWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">self </span><span class="symbol">=</span><span class="normal"> </span><span class="function">SOME_WIDGET</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">object</span><span class="symbol">);</span>
3738
+ <span class="normal"> </span>
3739
+ <span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">self</span><span class="symbol">-&gt;</span><span class="normal">idle_id</span><span class="symbol">)</span>
3740
+ <span class="normal"> </span><span class="function"><a href="glib-The-Main-Event-Loop.html#g-source-remove">g_source_remove</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">self</span><span class="symbol">-&gt;</span><span class="normal">idle_id</span><span class="symbol">);</span>
3741
+ <span class="normal"> </span>
3742
+ <span class="normal"> </span><span class="function"><a href="../gobject-The-Base-Object-Type.html#G-OBJECT-CLASS:CAPS">G_OBJECT_CLASS</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">parent_class</span><span class="symbol">)-&gt;</span><span class="function">finalize</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">object</span><span class="symbol">);</span>
3743
+ <span class="cbracket">}</span></pre></td>
3706
3744
  </tr>
3707
3745
  </tbody>
3708
3746
  </table>
@@ -3732,20 +3770,20 @@ has already been destroy within the callback.</p>
3732
3770
  12
3733
3771
  13
3734
3772
  14</pre></td>
3735
- <td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">static</span> gboolean
3736
- <span class="function">idle_callback</span> <span class="gtkdoc opt">(</span>gpointer data<span class="gtkdoc opt">)</span>
3737
- <span class="gtkdoc opt">{</span>
3738
- SomeWidget <span class="gtkdoc opt">*</span>self <span class="gtkdoc opt">=</span> data<span class="gtkdoc opt">;</span>
3739
-
3740
- <span class="function"><a href="../gdk4/gdk4-Threads.html#GDK-THREADS-ENTER:CAPS">GDK_THREADS_ENTER</a></span> <span class="gtkdoc opt">();</span>
3741
- <span class="keyword">if</span> <span class="gtkdoc opt">(!</span><span class="function"><a href="glib-The-Main-Event-Loop.html#g-source-is-destroyed">g_source_is_destroyed</a></span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-The-Main-Event-Loop.html#g-main-current-source">g_main_current_source</a></span> <span class="gtkdoc opt">()))</span>
3742
- <span class="gtkdoc opt">{</span>
3743
- <span class="gtkdoc slc">// do stuff with self</span>
3744
- <span class="gtkdoc opt">}</span>
3745
- <span class="function"><a href="../gdk4/gdk4-Threads.html#GDK-THREADS-LEAVE:CAPS">GDK_THREADS_LEAVE</a></span> <span class="gtkdoc opt">();</span>
3746
-
3747
- <span class="keyword">return</span> FALSE<span class="gtkdoc opt">;</span>
3748
- <span class="gtkdoc opt">}</span></pre></td>
3773
+ <td class="listing_code"><pre class="programlisting"><span class="keyword">static</span><span class="normal"> <a href="glib-Basic-Types.html#gboolean">gboolean</a> </span>
3774
+ <span class="function">idle_callback</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">gpointer</span><span class="normal"> data</span><span class="symbol">)</span>
3775
+ <span class="cbracket">{</span>
3776
+ <span class="normal"> </span><span class="usertype">SomeWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">self </span><span class="symbol">=</span><span class="normal"> data</span><span class="symbol">;</span>
3777
+ <span class="normal"> </span>
3778
+ <span class="normal"> </span><span class="function">GDK_THREADS_ENTER</span><span class="normal"> </span><span class="symbol">();</span>
3779
+ <span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(!</span><span class="function"><a href="glib-The-Main-Event-Loop.html#g-source-is-destroyed">g_source_is_destroyed</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function"><a href="glib-The-Main-Event-Loop.html#g-main-current-source">g_main_current_source</a></span><span class="normal"> </span><span class="symbol">()))</span>
3780
+ <span class="normal"> </span><span class="cbracket">{</span>
3781
+ <span class="normal"> </span><span class="comment">// do stuff with self</span>
3782
+ <span class="normal"> </span><span class="cbracket">}</span>
3783
+ <span class="normal"> </span><span class="function">GDK_THREADS_LEAVE</span><span class="normal"> </span><span class="symbol">();</span>
3784
+ <span class="normal"> </span>
3785
+ <span class="normal"> </span><span class="keyword">return</span><span class="normal"> <a href="glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">;</span>
3786
+ <span class="cbracket">}</span></pre></td>
3749
3787
  </tr>
3750
3788
  </tbody>
3751
3789
  </table>
@@ -4073,7 +4111,7 @@ whose <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="G
4073
4111
  </div>
4074
4112
  <div class="refsect3">
4075
4113
  <a name="g-source-get-context.returns"></a><h4>Returns</h4>
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
4114
+ <p>the <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> with which the
4077
4115
  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
4078
4116
  yet been added to a source. </p>
4079
4117
  <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>
@@ -4126,7 +4164,7 @@ to the type of source you are using.</p>
4126
4164
  </tr>
4127
4165
  <tr>
4128
4166
  <td class="parameter_name"><p>notify</p></td>
4129
- <td class="parameter_description"><p> a function to call when <em class="parameter"><code>data</code></em>
4167
+ <td class="parameter_description"><p>a function to call when <em class="parameter"><code>data</code></em>
4130
4168
  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>
4131
4169
  <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>
4132
4170
  </tr>
@@ -4227,7 +4265,7 @@ so yourself, from the source dispatch function.</p>
4227
4265
  <p>Note that if you have a pair of sources where the ready time of one
4228
4266
  suggests that it will be delivered first but the priority for the
4229
4267
  other suggests that it would be delivered first, and the ready time
4230
- for both sources is reached during the same main context iteration
4268
+ for both sources is reached during the same main context iteration,
4231
4269
  then the order of dispatch is undefined.</p>
4232
4270
  <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
4271
  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>
@@ -4335,7 +4373,7 @@ Do not call this API on a <a class="link" href="glib-The-Main-Event-Loop.html#GS
4335
4373
  </div>
4336
4374
  <div class="refsect3">
4337
4375
  <a name="g-source-add-unix-fd.returns"></a><h4>Returns</h4>
4338
- <p> an opaque tag. </p>
4376
+ <p>an opaque tag. </p>
4339
4377
  <p><span class="annotation">[<acronym title="NULL must not be passed as the value in, out, in-out; or as a return value."><span class="acronym">not nullable</span></acronym>]</span></p>
4340
4378
  </div>
4341
4379
  <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
@@ -4369,7 +4407,7 @@ Do not call this API on a <a class="link" href="glib-The-Main-Event-Loop.html#GS
4369
4407
  </tr>
4370
4408
  <tr>
4371
4409
  <td class="parameter_name"><p>tag</p></td>
4372
- <td class="parameter_description"><p> the tag from <a class="link" href="glib-The-Main-Event-Loop.html#g-source-add-unix-fd" title="g_source_add_unix_fd ()"><code class="function">g_source_add_unix_fd()</code></a>. </p></td>
4410
+ <td class="parameter_description"><p>the tag from <a class="link" href="glib-The-Main-Event-Loop.html#g-source-add-unix-fd" title="g_source_add_unix_fd ()"><code class="function">g_source_add_unix_fd()</code></a>. </p></td>
4373
4411
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL must not be passed as the value in, out, in-out; or as a return value."><span class="acronym">not nullable</span></acronym>]</span></td>
4374
4412
  </tr>
4375
4413
  </tbody>
@@ -4409,7 +4447,7 @@ Do not call this API on a <a class="link" href="glib-The-Main-Event-Loop.html#GS
4409
4447
  </tr>
4410
4448
  <tr>
4411
4449
  <td class="parameter_name"><p>tag</p></td>
4412
- <td class="parameter_description"><p> the tag from <a class="link" href="glib-The-Main-Event-Loop.html#g-source-add-unix-fd" title="g_source_add_unix_fd ()"><code class="function">g_source_add_unix_fd()</code></a>. </p></td>
4450
+ <td class="parameter_description"><p>the tag from <a class="link" href="glib-The-Main-Event-Loop.html#g-source-add-unix-fd" title="g_source_add_unix_fd ()"><code class="function">g_source_add_unix_fd()</code></a>. </p></td>
4413
4451
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL must not be passed as the value in, out, in-out; or as a return value."><span class="acronym">not nullable</span></acronym>]</span></td>
4414
4452
  </tr>
4415
4453
  <tr>
@@ -4454,7 +4492,7 @@ Do not call this API on a <a class="link" href="glib-The-Main-Event-Loop.html#GS
4454
4492
  </tr>
4455
4493
  <tr>
4456
4494
  <td class="parameter_name"><p>tag</p></td>
4457
- <td class="parameter_description"><p> the tag from <a class="link" href="glib-The-Main-Event-Loop.html#g-source-add-unix-fd" title="g_source_add_unix_fd ()"><code class="function">g_source_add_unix_fd()</code></a>. </p></td>
4495
+ <td class="parameter_description"><p>the tag from <a class="link" href="glib-The-Main-Event-Loop.html#g-source-add-unix-fd" title="g_source_add_unix_fd ()"><code class="function">g_source_add_unix_fd()</code></a>. </p></td>
4458
4496
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL must not be passed as the value in, out, in-out; or as a return value."><span class="acronym">not nullable</span></acronym>]</span></td>
4459
4497
  </tr>
4460
4498
  </tbody>
@@ -4564,7 +4602,7 @@ callback), and when <em class="parameter"><code>source</code></em>
4564
4602
  its own prepare/check functions indicate that it is ready.)</p>
4565
4603
  <p>If you don't need <em class="parameter"><code>child_source</code></em>
4566
4604
  to do anything on its own when it
4567
- triggers, you can call <a href="../gobject/gobject-Closures.html#g-source-set-dummy-callback"><code class="function">g_source_set_dummy_callback()</code></a> on it to set a
4605
+ triggers, you can call <a href="../gobject-Closures.html#g-source-set-dummy-callback"><code class="function">g_source_set_dummy_callback()</code></a> on it to set a
4568
4606
  callback that does nothing (except return <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if appropriate).</p>
4569
4607
  <p><em class="parameter"><code>source</code></em>
4570
4608
  will hold a reference on <em class="parameter"><code>child_source</code></em>
@@ -4707,14 +4745,13 @@ g_source_get_current_time (<em class="parameter"><code><a class="link" href="gli
4707
4745
  <a name="g-source-remove"></a><h3>g_source_remove ()</h3>
4708
4746
  <pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a>
4709
4747
  g_source_remove (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> tag</code></em>);</pre>
4710
- <p>Removes the source with the given id from the default main context.</p>
4711
- <p>The id of a <a class="link" href="glib-The-Main-Event-Loop.html#GSource" title="struct GSource"><span class="type">GSource</span></a> is given by <a class="link" href="glib-The-Main-Event-Loop.html#g-source-get-id" title="g_source_get_id ()"><code class="function">g_source_get_id()</code></a>, or will be
4748
+ <p>Removes the source with the given ID from the default main context. You must
4749
+ use <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> for sources added to a non-default main context.</p>
4750
+ <p>The ID of a <a class="link" href="glib-The-Main-Event-Loop.html#GSource" title="struct GSource"><span class="type">GSource</span></a> is given by <a class="link" href="glib-The-Main-Event-Loop.html#g-source-get-id" title="g_source_get_id ()"><code class="function">g_source_get_id()</code></a>, or will be
4712
4751
  returned by the functions <a class="link" href="glib-The-Main-Event-Loop.html#g-source-attach" title="g_source_attach ()"><code class="function">g_source_attach()</code></a>, <a class="link" href="glib-The-Main-Event-Loop.html#g-idle-add" title="g_idle_add ()"><code class="function">g_idle_add()</code></a>,
4713
4752
  <a class="link" href="glib-The-Main-Event-Loop.html#g-idle-add-full" title="g_idle_add_full ()"><code class="function">g_idle_add_full()</code></a>, <a class="link" href="glib-The-Main-Event-Loop.html#g-timeout-add" title="g_timeout_add ()"><code class="function">g_timeout_add()</code></a>, <a class="link" href="glib-The-Main-Event-Loop.html#g-timeout-add-full" title="g_timeout_add_full ()"><code class="function">g_timeout_add_full()</code></a>,
4714
4753
  <a class="link" href="glib-The-Main-Event-Loop.html#g-child-watch-add" title="g_child_watch_add ()"><code class="function">g_child_watch_add()</code></a>, <a class="link" href="glib-The-Main-Event-Loop.html#g-child-watch-add-full" title="g_child_watch_add_full ()"><code class="function">g_child_watch_add_full()</code></a>, <a class="link" href="glib-IO-Channels.html#g-io-add-watch" title="g_io_add_watch ()"><code class="function">g_io_add_watch()</code></a>, and
4715
4754
  <a class="link" href="glib-IO-Channels.html#g-io-add-watch-full" title="g_io_add_watch_full ()"><code class="function">g_io_add_watch_full()</code></a>.</p>
4716
- <p>See also <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>. You must use <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> for sources
4717
- added to a non-default main context.</p>
4718
4755
  <p>It is a programmer error to attempt to remove a non-existent source.</p>
4719
4756
  <p>More specifically: source IDs can be reissued after a source has been
4720
4757
  destroyed and therefore it is never valid to use this function with a
@@ -4809,6 +4846,73 @@ data, only one will be destroyed.</p>
4809
4846
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a source was found and removed. </p>
4810
4847
  </div>
4811
4848
  </div>
4849
+ <hr>
4850
+ <div class="refsect2">
4851
+ <a name="GClearHandleFunc"></a><h3>GClearHandleFunc ()</h3>
4852
+ <pre class="programlisting"><span class="returnvalue">void</span>
4853
+ <span class="c_punctuation">(</span>*GClearHandleFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> handle_id</code></em>);</pre>
4854
+ <p>Specifies the type of function passed to <a class="link" href="glib-The-Main-Event-Loop.html#g-clear-handle-id" title="g_clear_handle_id ()"><code class="function">g_clear_handle_id()</code></a>.
4855
+ The implementation is expected to free the resource identified
4856
+ by <em class="parameter"><code>handle_id</code></em>
4857
+ ; for instance, if <em class="parameter"><code>handle_id</code></em>
4858
+ is a <a class="link" href="glib-The-Main-Event-Loop.html#GSource" title="struct GSource"><span class="type">GSource</span></a> ID,
4859
+ <a class="link" href="glib-The-Main-Event-Loop.html#g-source-remove" title="g_source_remove ()"><code class="function">g_source_remove()</code></a> can be used.</p>
4860
+ <div class="refsect3">
4861
+ <a name="GClearHandleFunc.parameters"></a><h4>Parameters</h4>
4862
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
4863
+ <colgroup>
4864
+ <col width="150px" class="parameters_name">
4865
+ <col class="parameters_description">
4866
+ <col width="200px" class="parameters_annotations">
4867
+ </colgroup>
4868
+ <tbody><tr>
4869
+ <td class="parameter_name"><p>handle_id</p></td>
4870
+ <td class="parameter_description"><p>the handle ID to clear</p></td>
4871
+ <td class="parameter_annotations"> </td>
4872
+ </tr></tbody>
4873
+ </table></div>
4874
+ </div>
4875
+ <p class="since">Since: <a class="link" href="api-index-2-56.html#api-index-2.56">2.56</a></p>
4876
+ </div>
4877
+ <hr>
4878
+ <div class="refsect2">
4879
+ <a name="g-clear-handle-id"></a><h3>g_clear_handle_id ()</h3>
4880
+ <pre class="programlisting"><span class="returnvalue">void</span>
4881
+ g_clear_handle_id (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> *tag_ptr</code></em>,
4882
+ <em class="parameter"><code><a class="link" href="glib-The-Main-Event-Loop.html#GClearHandleFunc" title="GClearHandleFunc ()"><span class="type">GClearHandleFunc</span></a> clear_func</code></em>);</pre>
4883
+ <p>Clears a numeric handler, such as a <a class="link" href="glib-The-Main-Event-Loop.html#GSource" title="struct GSource"><span class="type">GSource</span></a> ID.</p>
4884
+ <p><em class="parameter"><code>tag_ptr</code></em>
4885
+ must be a valid pointer to the variable holding the handler.</p>
4886
+ <p>If the ID is zero then this function does nothing.
4887
+ Otherwise, <code class="function">clear_func()</code> is called with the ID as a parameter, and the tag is
4888
+ set to zero.</p>
4889
+ <p>A macro is also included that allows this function to be used without
4890
+ pointer casts.</p>
4891
+ <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
4892
+ <div class="refsect3">
4893
+ <a name="g-clear-handle-id.parameters"></a><h4>Parameters</h4>
4894
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
4895
+ <colgroup>
4896
+ <col width="150px" class="parameters_name">
4897
+ <col class="parameters_description">
4898
+ <col width="200px" class="parameters_annotations">
4899
+ </colgroup>
4900
+ <tbody>
4901
+ <tr>
4902
+ <td class="parameter_name"><p>tag_ptr</p></td>
4903
+ <td class="parameter_description"><p>a pointer to the handler ID. </p></td>
4904
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL must not be passed as the value in, out, in-out; or as a return value."><span class="acronym">not nullable</span></acronym>]</span></td>
4905
+ </tr>
4906
+ <tr>
4907
+ <td class="parameter_name"><p>clear_func</p></td>
4908
+ <td class="parameter_description"><p>the function to call to clear the handler. </p></td>
4909
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL must not be passed as the value in, out, in-out; or as a return value."><span class="acronym">not nullable</span></acronym>]</span></td>
4910
+ </tr>
4911
+ </tbody>
4912
+ </table></div>
4913
+ </div>
4914
+ <p class="since">Since: <a class="link" href="api-index-2-56.html#api-index-2.56">2.56</a></p>
4915
+ </div>
4812
4916
  </div>
4813
4917
  <div class="refsect1">
4814
4918
  <a name="glib-The-Main-Event-Loop.other_details"></a><h2>Types and Values</h2>
@@ -5027,8 +5131,8 @@ values returned which were &gt;= 0. Since 2.36 this may
5027
5131
  be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, in which case the effect is as if the function always returns
5028
5132
  <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> with a timeout of -1. If <em class="parameter"><code>prepare</code></em>
5029
5133
  returns a
5030
- timeout and the source also has a 'ready time' set then the
5031
- nearer of the two will be used.</p></td>
5134
+ timeout and the source also has a ready time set, then the
5135
+ lower of the two will be used.</p></td>
5032
5136
  <td class="struct_member_annotations"> </td>
5033
5137
  </tr>
5034
5138
  <tr>
@@ -5046,24 +5150,24 @@ be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code
5046
5150
  <td class="struct_member_description"><p>Called to dispatch the event source, after it has returned
5047
5151
  <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> in either its <em class="parameter"><code>prepare</code></em>
5048
5152
  or its <em class="parameter"><code>check</code></em>
5049
- function. The <em class="parameter"><code>dispatch</code></em>
5050
- function is passed in a callback function and data. The callback
5051
- function may be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the source was never connected to a callback
5052
- using <a class="link" href="glib-The-Main-Event-Loop.html#g-source-set-callback" title="g_source_set_callback ()"><code class="function">g_source_set_callback()</code></a>. The <em class="parameter"><code>dispatch</code></em>
5053
- function should call the
5054
- callback function with <em class="parameter"><code>user_data</code></em>
5055
- and whatever additional parameters
5056
- are needed for this type of event source. The return value of the
5057
- <em class="parameter"><code>dispatch</code></em>
5058
- function should be <a class="link" href="glib-The-Main-Event-Loop.html#G-SOURCE-REMOVE:CAPS" title="G_SOURCE_REMOVE"><span class="type">G_SOURCE_REMOVE</span></a> if the source should be
5059
- removed or <a class="link" href="glib-The-Main-Event-Loop.html#G-SOURCE-CONTINUE:CAPS" title="G_SOURCE_CONTINUE"><span class="type">G_SOURCE_CONTINUE</span></a> to keep it.</p></td>
5153
+ function, or if a ready time
5154
+ has been reached. The <em class="parameter"><code>dispatch</code></em>
5155
+ function receives a callback function and
5156
+ user data. The callback function may be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the source was never
5157
+ connected to a callback using <a class="link" href="glib-The-Main-Event-Loop.html#g-source-set-callback" title="g_source_set_callback ()"><code class="function">g_source_set_callback()</code></a>. The <em class="parameter"><code>dispatch</code></em>
5158
+ function should call the callback function with <em class="parameter"><code>user_data</code></em>
5159
+ and whatever
5160
+ additional parameters are needed for this type of event source. The
5161
+ return value of the <em class="parameter"><code>dispatch</code></em>
5162
+ function should be <a class="link" href="glib-The-Main-Event-Loop.html#G-SOURCE-REMOVE:CAPS" title="G_SOURCE_REMOVE"><span class="type">G_SOURCE_REMOVE</span></a> if the
5163
+ source should be removed or <a class="link" href="glib-The-Main-Event-Loop.html#G-SOURCE-CONTINUE:CAPS" title="G_SOURCE_CONTINUE"><span class="type">G_SOURCE_CONTINUE</span></a> to keep it.</p></td>
5060
5164
  <td class="struct_member_annotations"> </td>
5061
5165
  </tr>
5062
5166
  <tr>
5063
5167
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GSourceFuncs.finalize"></a>finalize</code></em> ()</p></td>
5064
5168
  <td class="struct_member_description"><p>Called when the source is finalized. At this point, the source
5065
5169
  will have been destroyed, had its callback cleared, and have been removed
5066
- from its <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a>, but it will still have its final reference count;
5170
+ from its <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a>, but it will still have its final reference count,
5067
5171
  so methods can be called on it from within this function.</p></td>
5068
5172
  <td class="struct_member_annotations"> </td>
5069
5173
  </tr>
@@ -5117,6 +5221,6 @@ callback object.</p></td>
5117
5221
  </div>
5118
5222
  </div>
5119
5223
  <div class="footer">
5120
- <hr>Generated by GTK-Doc V1.25.1</div>
5224
+ <hr>Generated by GTK-Doc V1.27</div>
5121
5225
  </body>
5122
5226
  </html>