glib2 3.0.8-x86-mingw32 → 3.0.9-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (578) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -2
  3. data/ext/glib2/extconf.rb +0 -1
  4. data/ext/glib2/rbglib-variant-type.c +5 -1
  5. data/ext/glib2/rbglib-variant.c +21 -7
  6. data/ext/glib2/rbglib.c +0 -38
  7. data/ext/glib2/rbglib.h +2 -2
  8. data/ext/glib2/rbglib_convert.c +3 -9
  9. data/ext/glib2/rbglib_matchinfo.c +4 -0
  10. data/ext/glib2/rbglib_regex.c +12 -1
  11. data/ext/glib2/rbgobj_object.c +112 -10
  12. data/ext/glib2/rbgobj_signal.c +12 -1
  13. data/ext/glib2/rbgobj_type.c +7 -1
  14. data/ext/glib2/rbgobject.c +0 -6
  15. data/ext/glib2/rbgprivate.h +0 -4
  16. data/ext/glib2/rbgutil.c +0 -2
  17. data/ext/glib2/rbgutil.h +1 -3
  18. data/lib/2.2/glib2.so +0 -0
  19. data/lib/2.3/glib2.so +0 -0
  20. data/lib/glib2.rb +7 -0
  21. data/lib/gnome2/rake/external-package.rb +119 -2
  22. data/lib/gnome2/rake/package-task.rb +63 -3
  23. data/lib/gnome2/rake/windows-binary-build-task.rb +343 -337
  24. data/lib/gnome2/rake/windows-binary-download-task.rb +151 -148
  25. data/lib/mkmf-gnome2.rb +11 -30
  26. data/test/test-binding.rb +157 -66
  27. data/test/test_glib2.rb +21 -6
  28. data/vendor/local/bin/asn1Coding.exe +0 -0
  29. data/vendor/local/bin/gdbus.exe +0 -0
  30. data/vendor/local/bin/gio-querymodules.exe +0 -0
  31. data/vendor/local/bin/glib-compile-resources.exe +0 -0
  32. data/vendor/local/bin/glib-compile-schemas.exe +0 -0
  33. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  34. data/vendor/local/bin/glib-gettextize +1 -1
  35. data/vendor/local/bin/glib-mkenums +1 -1
  36. data/vendor/local/bin/gobject-query.exe +0 -0
  37. data/vendor/local/bin/gresource.exe +0 -0
  38. data/vendor/local/bin/gsettings.exe +0 -0
  39. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  40. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  41. data/vendor/local/bin/idn.exe +0 -0
  42. data/vendor/local/bin/libasprintf-0.dll +0 -0
  43. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  44. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  45. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  46. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  47. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  48. data/vendor/local/bin/libnettle-6-2.dll +0 -0
  49. data/vendor/local/bin/libpcreposix-0.dll +0 -0
  50. data/vendor/local/bin/nettle-hash.exe +0 -0
  51. data/vendor/local/bin/p11-kit.exe +0 -0
  52. data/vendor/local/bin/pcregrep.exe +0 -0
  53. data/vendor/local/bin/pkcs1-conv.exe +0 -0
  54. data/vendor/local/bin/sexp-conv.exe +0 -0
  55. data/vendor/local/include/glib-2.0/gio/gioenums.h +1 -1
  56. data/vendor/local/include/glib-2.0/glib/gmacros.h +21 -6
  57. data/vendor/local/include/glib-2.0/glib/gregex.h +1 -1
  58. data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
  59. data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
  60. data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
  61. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  62. data/vendor/local/lib/libasprintf.dll.a +0 -0
  63. data/vendor/local/lib/libcharset.dll.a +0 -0
  64. data/vendor/local/lib/libffi.dll.a +0 -0
  65. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  66. data/vendor/local/lib/libgio-2.0.la +1 -1
  67. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  68. data/vendor/local/lib/libglib-2.0.la +1 -1
  69. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  70. data/vendor/local/lib/libgmodule-2.0.la +1 -1
  71. data/vendor/local/lib/libgmp.dll.a +0 -0
  72. data/vendor/local/lib/libgnutls.dll.a +0 -0
  73. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  74. data/vendor/local/lib/libgobject-2.0.la +1 -1
  75. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  76. data/vendor/local/lib/libgthread-2.0.la +1 -1
  77. data/vendor/local/lib/libhogweed.dll.a +0 -0
  78. data/vendor/local/lib/libiconv.dll.a +0 -0
  79. data/vendor/local/lib/libidn.dll.a +0 -0
  80. data/vendor/local/lib/libintl.dll.a +0 -0
  81. data/vendor/local/lib/libnettle.dll.a +0 -0
  82. data/vendor/local/lib/libp11-kit.dll.a +0 -0
  83. data/vendor/local/lib/libpcre.dll.a +0 -0
  84. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  85. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  86. data/vendor/local/lib/libtasn1.dll.a +0 -0
  87. data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
  88. data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
  89. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
  90. data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
  91. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
  92. data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
  93. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  94. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
  95. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  96. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/{libglib-2.0.so.0.4800.0-gdb.py → libglib-2.0.so.0.4800.1-gdb.py} +0 -0
  97. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/{libgobject-2.0.so.0.4800.0-gdb.py → libgobject-2.0.so.0.4800.1-gdb.py} +0 -0
  98. data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
  99. data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
  100. data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
  101. data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
  102. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
  103. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
  104. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
  105. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
  106. data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
  107. data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
  108. data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
  109. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
  110. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
  111. data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
  112. data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
  113. data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
  114. data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
  115. data/vendor/local/share/gtk-doc/html/gio/GAction.html +98 -104
  116. data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +116 -121
  117. data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +28 -33
  118. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +206 -211
  119. data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +9 -9
  120. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +219 -221
  121. data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +87 -87
  122. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +63 -68
  123. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +36 -41
  124. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +62 -62
  125. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +29 -29
  126. data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +18 -18
  127. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +81 -81
  128. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +28 -28
  129. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +16 -21
  130. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +43 -43
  131. data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +7 -7
  132. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +38 -38
  133. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +526 -526
  134. data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +17 -17
  135. data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +66 -71
  136. data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +8 -8
  137. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +202 -202
  138. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +76 -76
  139. data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +29 -29
  140. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +43 -43
  141. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +141 -146
  142. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +32 -36
  143. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +12 -16
  144. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +28 -35
  145. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +229 -229
  146. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +51 -51
  147. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +160 -160
  148. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +86 -86
  149. data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +73 -78
  150. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +181 -186
  151. data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +29 -33
  152. data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +122 -122
  153. data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +12 -16
  154. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +14 -14
  155. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +17 -17
  156. data/vendor/local/share/gtk-doc/html/gio/GFile.html +890 -895
  157. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +9 -16
  158. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +78 -78
  159. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +21 -21
  160. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +9 -9
  161. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +239 -239
  162. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +18 -18
  163. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +29 -29
  164. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +21 -21
  165. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +19 -19
  166. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +15 -15
  167. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +15 -15
  168. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +39 -39
  169. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +60 -60
  170. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +48 -53
  171. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +110 -110
  172. data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +37 -37
  173. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +31 -31
  174. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +68 -75
  175. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +142 -142
  176. data/vendor/local/share/gtk-doc/html/gio/GListModel.html +44 -49
  177. data/vendor/local/share/gtk-doc/html/gio/GListStore.html +35 -35
  178. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +19 -24
  179. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +19 -19
  180. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +57 -57
  181. data/vendor/local/share/gtk-doc/html/gio/GMenu.html +143 -143
  182. data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +107 -107
  183. data/vendor/local/share/gtk-doc/html/gio/GMount.html +161 -166
  184. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +83 -83
  185. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +45 -45
  186. data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +54 -59
  187. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +34 -34
  188. data/vendor/local/share/gtk-doc/html/gio/GNotification.html +51 -51
  189. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +186 -186
  190. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +71 -71
  191. data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +40 -45
  192. data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +40 -45
  193. data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +36 -36
  194. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +25 -30
  195. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +59 -59
  196. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +32 -37
  197. data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +18 -23
  198. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +147 -147
  199. data/vendor/local/share/gtk-doc/html/gio/GResource.html +114 -114
  200. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +46 -51
  201. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +354 -354
  202. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +47 -52
  203. data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +46 -46
  204. data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +15 -15
  205. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +146 -146
  206. data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +5 -5
  207. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +7 -7
  208. data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +19 -19
  209. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +454 -454
  210. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +26 -26
  211. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +138 -138
  212. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +37 -42
  213. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +54 -54
  214. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +20 -20
  215. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +91 -91
  216. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +22 -22
  217. data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +38 -38
  218. data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +139 -139
  219. data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +63 -63
  220. data/vendor/local/share/gtk-doc/html/gio/GTask.html +219 -219
  221. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +12 -12
  222. data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +7 -7
  223. data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +21 -21
  224. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +24 -24
  225. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +16 -16
  226. data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +53 -58
  227. data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +57 -57
  228. data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +40 -47
  229. data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +84 -84
  230. data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +79 -84
  231. data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +13 -17
  232. data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +32 -32
  233. data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +41 -46
  234. data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +11 -15
  235. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +52 -52
  236. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +12 -12
  237. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +43 -43
  238. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +25 -25
  239. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +25 -25
  240. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +25 -25
  241. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +38 -38
  242. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +24 -24
  243. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +117 -122
  244. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +87 -87
  245. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +14 -14
  246. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +10 -10
  247. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +4 -2
  248. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +2 -2
  249. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +2 -2
  250. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +2 -2
  251. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +2 -2
  253. data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +2 -2
  254. data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +2 -2
  255. data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +2 -2
  256. data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +2 -2
  257. data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +2 -2
  258. data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +2 -2
  259. data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +2 -2
  260. data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +2 -2
  261. data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +2 -2
  262. data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +2 -2
  263. data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +2 -2
  264. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +2 -2
  265. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2 -2
  266. data/vendor/local/share/gtk-doc/html/gio/application.html +2 -2
  267. data/vendor/local/share/gtk-doc/html/gio/async.html +2 -2
  268. data/vendor/local/share/gtk-doc/html/gio/ch01.html +2 -2
  269. data/vendor/local/share/gtk-doc/html/gio/ch02.html +3 -3
  270. data/vendor/local/share/gtk-doc/html/gio/ch03.html +2 -2
  271. data/vendor/local/share/gtk-doc/html/gio/ch32.html +2 -2
  272. data/vendor/local/share/gtk-doc/html/gio/ch33.html +7 -7
  273. data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +3 -3
  274. data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +4 -4
  275. data/vendor/local/share/gtk-doc/html/gio/ch34.html +2 -2
  276. data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +2 -2
  277. data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +4 -4
  278. data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +2 -2
  279. data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +2 -2
  280. data/vendor/local/share/gtk-doc/html/gio/ch34s06.html +6 -6
  281. data/vendor/local/share/gtk-doc/html/gio/ch34s07.html +2 -2
  282. data/vendor/local/share/gtk-doc/html/gio/ch35.html +4 -4
  283. data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +3 -3
  284. data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +10 -10
  285. data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +3 -3
  286. data/vendor/local/share/gtk-doc/html/gio/conversion.html +2 -2
  287. data/vendor/local/share/gtk-doc/html/gio/data-models.html +2 -2
  288. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +2 -2
  289. data/vendor/local/share/gtk-doc/html/gio/extending.html +2 -2
  290. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +2 -2
  291. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +2 -2
  292. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +2 -2
  293. data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +2 -2
  294. data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +55 -55
  295. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +2 -2
  296. data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +4 -4
  297. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +2 -2
  298. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +5 -5
  299. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +51 -51
  300. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +188 -188
  301. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +72 -72
  302. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +110 -117
  303. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +48 -48
  304. data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +11 -11
  305. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +86 -86
  306. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +7 -7
  307. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +7 -7
  308. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +103 -103
  309. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +22 -22
  310. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +15 -15
  311. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +41 -41
  312. data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +11 -11
  313. data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +108 -108
  314. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +17 -17
  315. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +17 -17
  316. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +221 -221
  317. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +63 -63
  318. data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +16 -23
  319. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +128 -128
  320. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +57 -57
  321. data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +2 -2
  322. data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +71 -71
  323. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +6 -6
  324. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +2 -2
  325. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +450 -10
  326. data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +3 -3
  327. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +2 -2
  328. data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +2 -2
  329. data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -5
  330. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +2 -2
  331. data/vendor/local/share/gtk-doc/html/gio/icons.html +2 -2
  332. data/vendor/local/share/gtk-doc/html/gio/index.html +3 -3
  333. data/vendor/local/share/gtk-doc/html/gio/migrating.html +2 -2
  334. data/vendor/local/share/gtk-doc/html/gio/networking.html +2 -2
  335. data/vendor/local/share/gtk-doc/html/gio/permissions.html +2 -2
  336. data/vendor/local/share/gtk-doc/html/gio/pt01.html +2 -2
  337. data/vendor/local/share/gtk-doc/html/gio/pt02.html +2 -2
  338. data/vendor/local/share/gtk-doc/html/gio/registry.html +2 -2
  339. data/vendor/local/share/gtk-doc/html/gio/resolver.html +2 -2
  340. data/vendor/local/share/gtk-doc/html/gio/resources.html +2 -2
  341. data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +2 -2
  342. data/vendor/local/share/gtk-doc/html/gio/settings.html +2 -2
  343. data/vendor/local/share/gtk-doc/html/gio/streaming.html +2 -2
  344. data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +2 -2
  345. data/vendor/local/share/gtk-doc/html/gio/testing.html +2 -2
  346. data/vendor/local/share/gtk-doc/html/gio/tls.html +2 -2
  347. data/vendor/local/share/gtk-doc/html/gio/tools.html +2 -2
  348. data/vendor/local/share/gtk-doc/html/gio/types.html +2 -2
  349. data/vendor/local/share/gtk-doc/html/gio/utils.html +2 -2
  350. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +2 -2
  351. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +4 -2
  352. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +2 -2
  353. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +2 -2
  354. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +2 -2
  355. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +2 -2
  356. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +2 -2
  357. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +2 -2
  358. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +2 -2
  359. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +2 -2
  360. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +2 -2
  361. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +2 -2
  362. data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +2 -2
  363. data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +2 -2
  364. data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +2 -2
  365. data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +2 -2
  366. data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +2 -2
  367. data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +2 -2
  368. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -10
  369. data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +2 -2
  370. data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +2 -2
  371. data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +2 -2
  372. data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +2 -2
  373. data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +2 -2
  374. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +2 -2
  375. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +2 -2
  376. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +2 -2
  377. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +3 -10
  378. data/vendor/local/share/gtk-doc/html/glib/deprecated.html +2 -2
  379. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +42 -42
  380. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +44 -44
  381. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +40 -40
  382. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +18 -18
  383. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +32 -32
  384. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +14 -14
  385. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +5 -5
  386. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +68 -68
  387. data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +14 -14
  388. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +56 -56
  389. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +120 -120
  390. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +15 -15
  391. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +35 -35
  392. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +72 -72
  393. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +21 -21
  394. data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +17 -17
  395. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +24 -24
  396. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +93 -93
  397. data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +50 -50
  398. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +64 -64
  399. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +69 -69
  400. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +19 -19
  401. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +21 -21
  402. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +80 -80
  403. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +157 -157
  404. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +20 -20
  405. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +292 -266
  406. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +423 -421
  407. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +13 -13
  408. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +92 -92
  409. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +62 -62
  410. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +12 -12
  411. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +27 -56
  412. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +84 -84
  413. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +81 -81
  414. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +31 -31
  415. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +45 -45
  416. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +55 -55
  417. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +22 -22
  418. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +80 -78
  419. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +36 -36
  420. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +83 -83
  421. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +81 -81
  422. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +4 -4
  423. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +84 -84
  424. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +34 -34
  425. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +15 -15
  426. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +30 -30
  427. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +20 -20
  428. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +67 -67
  429. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +9 -9
  430. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +34 -34
  431. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +58 -58
  432. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +19 -19
  433. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +30 -30
  434. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +12 -12
  435. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +195 -189
  436. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +65 -65
  437. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +91 -91
  438. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +166 -166
  439. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +24 -24
  440. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +86 -86
  441. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +10 -10
  442. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +11 -11
  443. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +8 -8
  444. data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +46 -38
  445. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +16 -16
  446. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +134 -134
  447. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +128 -128
  448. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +19 -19
  449. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +20 -20
  450. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +2 -2
  451. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +2 -2
  452. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +2 -2
  453. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -2
  454. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +2 -2
  455. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +2 -2
  456. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +2 -2
  457. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +2 -2
  458. data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +2 -2
  459. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +2 -2
  460. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +2 -2
  461. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +2 -2
  462. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +2 -2
  463. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +189 -51
  464. data/vendor/local/share/gtk-doc/html/glib/glib.html +2 -2
  465. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +2 -2
  466. data/vendor/local/share/gtk-doc/html/glib/gtester.html +2 -2
  467. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +15 -15
  468. data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +17 -17
  469. data/vendor/local/share/gtk-doc/html/glib/index.html +3 -3
  470. data/vendor/local/share/gtk-doc/html/glib/tools.html +2 -2
  471. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +55 -55
  472. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +28 -33
  473. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +12 -12
  474. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +4 -2
  475. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +2 -2
  476. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +2 -2
  477. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +2 -2
  478. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +2 -2
  479. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +2 -2
  480. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +2 -2
  481. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +2 -2
  482. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +2 -2
  483. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +2 -2
  484. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +2 -2
  485. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +2 -2
  486. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +2 -2
  487. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +2 -2
  488. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +2 -2
  489. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +2 -2
  490. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +2 -2
  491. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +2 -2
  492. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +2 -2
  493. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +2 -2
  494. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +2 -2
  495. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +2 -2
  496. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +2 -2
  497. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +2 -2
  498. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +2 -2
  499. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +2 -2
  500. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +4 -4
  501. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +2 -2
  502. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +3 -3
  503. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +2 -2
  504. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +2 -2
  505. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +72 -62
  506. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +301 -301
  507. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +71 -71
  508. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +139 -139
  509. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +92 -92
  510. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +304 -304
  511. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +570 -682
  512. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +276 -276
  513. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +349 -349
  514. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +54 -54
  515. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +15 -15
  516. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +2 -2
  517. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +5 -5
  518. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +2 -2
  519. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +153 -8
  520. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +3 -3
  521. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +2 -2
  522. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +9 -9
  523. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +2 -2
  524. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +2 -2
  525. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +2 -2
  526. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +4 -4
  527. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
  528. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +15 -15
  529. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +2 -2
  530. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +5 -5
  531. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +4 -4
  532. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +6 -6
  533. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +2 -2
  534. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +9 -9
  535. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +4 -4
  536. data/vendor/local/share/gtk-doc/html/gobject/index.html +3 -3
  537. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +2 -2
  538. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +2 -2
  539. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +2 -2
  540. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +2 -2
  541. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +2 -2
  542. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +2 -2
  543. data/vendor/local/share/gtk-doc/html/gobject/signal.html +5 -5
  544. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +2 -2
  545. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +2 -2
  546. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +3 -3
  547. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +2 -2
  548. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +2 -2
  549. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +4 -4
  550. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +12 -12
  551. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +15 -15
  552. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +2 -2
  553. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +2 -2
  554. data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
  555. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  556. data/vendor/local/share/locale/fur/LC_MESSAGES/glib-networking.mo +0 -0
  557. data/vendor/local/share/locale/gd/LC_MESSAGES/glib-networking.mo +0 -0
  558. data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
  559. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  560. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  561. data/vendor/local/share/man/man1/gapplication.1 +1 -1
  562. data/vendor/local/share/man/man1/gdbus-codegen.1 +1 -1
  563. data/vendor/local/share/man/man1/gdbus.1 +1 -1
  564. data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
  565. data/vendor/local/share/man/man1/glib-compile-resources.1 +1 -1
  566. data/vendor/local/share/man/man1/glib-compile-schemas.1 +1 -1
  567. data/vendor/local/share/man/man1/glib-genmarshal.1 +1 -1
  568. data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
  569. data/vendor/local/share/man/man1/glib-mkenums.1 +1 -1
  570. data/vendor/local/share/man/man1/gobject-query.1 +1 -1
  571. data/vendor/local/share/man/man1/gresource.1 +1 -1
  572. data/vendor/local/share/man/man1/gsettings.1 +1 -1
  573. data/vendor/local/share/man/man1/gtester-report.1 +1 -1
  574. data/vendor/local/share/man/man1/gtester.1 +1 -1
  575. metadata +6 -8
  576. data/vendor/local/share/gtk-doc/html/gio/index.sgml +0 -4612
  577. data/vendor/local/share/gtk-doc/html/glib/index.sgml +0 -3447
  578. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +0 -924
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="glib-utilities.html" title="GLib Utilities">
9
9
  <link rel="prev" href="glib-URI-Functions.html" title="URI Functions">
10
10
  <link rel="next" href="glib-Shell-related-Utilities.html" title="Shell-related Utilities">
11
- <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -112,7 +112,7 @@ g_hostname_to_ascii (<em class="parameter"><code>const <a class="link" href="gli
112
112
  string containing no uppercase letters and not ending with a
113
113
  trailing dot.</p>
114
114
  <div class="refsect3">
115
- <a name="id-1.5.20.6.2.5"></a><h4>Parameters</h4>
115
+ <a name="g-hostname-to-ascii.parameters"></a><h4>Parameters</h4>
116
116
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
117
117
  <colgroup>
118
118
  <col width="150px" class="parameters_name">
@@ -127,7 +127,7 @@ trailing dot.</p>
127
127
  </table></div>
128
128
  </div>
129
129
  <div class="refsect3">
130
- <a name="id-1.5.20.6.2.6"></a><h4>Returns</h4>
130
+ <a name="g-hostname-to-ascii.returns"></a><h4>Returns</h4>
131
131
  <p> an ASCII hostname, which must be freed, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if
132
132
  <em class="parameter"><code>hostname</code></em>
133
133
  is in some way invalid.</p>
@@ -148,7 +148,7 @@ and not ending with a trailing dot.</p>
148
148
  is not an internationalized hostname, then
149
149
  the canonical presentation form will be entirely ASCII.</p>
150
150
  <div class="refsect3">
151
- <a name="id-1.5.20.6.3.6"></a><h4>Parameters</h4>
151
+ <a name="g-hostname-to-unicode.parameters"></a><h4>Parameters</h4>
152
152
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
153
153
  <colgroup>
154
154
  <col width="150px" class="parameters_name">
@@ -163,7 +163,7 @@ the canonical presentation form will be entirely ASCII.</p>
163
163
  </table></div>
164
164
  </div>
165
165
  <div class="refsect3">
166
- <a name="id-1.5.20.6.3.7"></a><h4>Returns</h4>
166
+ <a name="g-hostname-to-unicode.returns"></a><h4>Returns</h4>
167
167
  <p> a UTF-8 hostname, which must be freed, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if
168
168
  <em class="parameter"><code>hostname</code></em>
169
169
  is in some way invalid.</p>
@@ -183,7 +183,7 @@ before using it in non-IDN-aware contexts.</p>
183
183
  segments, and so it is possible for <a class="link" href="glib-Hostname-Utilities.html#g-hostname-is-non-ascii" title="g_hostname_is_non_ascii ()"><code class="function">g_hostname_is_non_ascii()</code></a> and
184
184
  <a class="link" href="glib-Hostname-Utilities.html#g-hostname-is-ascii-encoded" title="g_hostname_is_ascii_encoded ()"><code class="function">g_hostname_is_ascii_encoded()</code></a> to both return <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> for a name.</p>
185
185
  <div class="refsect3">
186
- <a name="id-1.5.20.6.4.6"></a><h4>Parameters</h4>
186
+ <a name="g-hostname-is-non-ascii.parameters"></a><h4>Parameters</h4>
187
187
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
188
188
  <colgroup>
189
189
  <col width="150px" class="parameters_name">
@@ -198,7 +198,7 @@ segments, and so it is possible for <a class="link" href="glib-Hostname-Utilitie
198
198
  </table></div>
199
199
  </div>
200
200
  <div class="refsect3">
201
- <a name="id-1.5.20.6.4.7"></a><h4>Returns</h4>
201
+ <a name="g-hostname-is-non-ascii.returns"></a><h4>Returns</h4>
202
202
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>hostname</code></em>
203
203
  contains any non-ASCII characters</p>
204
204
  </div>
@@ -218,7 +218,7 @@ before displaying it to the user.</p>
218
218
  segments, and so it is possible for <a class="link" href="glib-Hostname-Utilities.html#g-hostname-is-non-ascii" title="g_hostname_is_non_ascii ()"><code class="function">g_hostname_is_non_ascii()</code></a> and
219
219
  <a class="link" href="glib-Hostname-Utilities.html#g-hostname-is-ascii-encoded" title="g_hostname_is_ascii_encoded ()"><code class="function">g_hostname_is_ascii_encoded()</code></a> to both return <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> for a name.</p>
220
220
  <div class="refsect3">
221
- <a name="id-1.5.20.6.5.6"></a><h4>Parameters</h4>
221
+ <a name="g-hostname-is-ascii-encoded.parameters"></a><h4>Parameters</h4>
222
222
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
223
223
  <colgroup>
224
224
  <col width="150px" class="parameters_name">
@@ -233,7 +233,7 @@ segments, and so it is possible for <a class="link" href="glib-Hostname-Utilitie
233
233
  </table></div>
234
234
  </div>
235
235
  <div class="refsect3">
236
- <a name="id-1.5.20.6.5.7"></a><h4>Returns</h4>
236
+ <a name="g-hostname-is-ascii-encoded.returns"></a><h4>Returns</h4>
237
237
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>hostname</code></em>
238
238
  contains any ASCII-encoded
239
239
  segments.</p>
@@ -249,7 +249,7 @@ g_hostname_is_ip_address (<em class="parameter"><code>const <a class="link" href
249
249
  is the string form of an IPv4 or IPv6 address.
250
250
  (Eg, "192.168.0.1".)</p>
251
251
  <div class="refsect3">
252
- <a name="id-1.5.20.6.6.5"></a><h4>Parameters</h4>
252
+ <a name="g-hostname-is-ip-address.parameters"></a><h4>Parameters</h4>
253
253
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
254
254
  <colgroup>
255
255
  <col width="150px" class="parameters_name">
@@ -264,7 +264,7 @@ g_hostname_is_ip_address (<em class="parameter"><code>const <a class="link" href
264
264
  </table></div>
265
265
  </div>
266
266
  <div class="refsect3">
267
- <a name="id-1.5.20.6.6.6"></a><h4>Returns</h4>
267
+ <a name="g-hostname-is-ip-address.returns"></a><h4>Returns</h4>
268
268
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>hostname</code></em>
269
269
  is an IP address</p>
270
270
  </div>
@@ -276,6 +276,6 @@ is an IP address</p>
276
276
  </div>
277
277
  </div>
278
278
  <div class="footer">
279
- <hr>Generated by GTK-Doc V1.24</div>
279
+ <hr>Generated by GTK-Doc V1.25.1</div>
280
280
  </body>
281
281
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="glib-utilities.html" title="GLib Utilities">
9
9
  <link rel="prev" href="glib-Data-HMACs.html" title="Secure HMAC Digests">
10
10
  <link rel="next" href="glib-Date-and-Time-Functions.html" title="Date and Time Functions">
11
- <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -42,12 +42,6 @@
42
42
  <tr>
43
43
  <td class="define_keyword">#define</td>
44
44
  <td class="function_name">
45
- <a class="link" href="glib-I18N.html#gettext-macro" title="_()">_</a><span class="c_punctuation">()</span>
46
- </td>
47
- </tr>
48
- <tr>
49
- <td class="define_keyword">#define</td>
50
- <td class="function_name">
51
45
  <a class="link" href="glib-I18N.html#Q-:CAPS" title="Q_()">Q_</a><span class="c_punctuation">()</span>
52
46
  </td>
53
47
  </tr>
@@ -185,7 +179,7 @@ For an application, note that you also have to call <code class="function">bindt
185
179
  <span class="gtkdoc kwb">int</span>
186
180
  <span class="function">main</span> <span class="gtkdoc opt">(</span><span class="gtkdoc kwb">int</span> argc<span class="gtkdoc opt">,</span> <span class="gtkdoc kwb">char</span> <span class="gtkdoc opt">**</span>argv<span class="gtkdoc opt">)</span>
187
181
  <span class="gtkdoc opt">{</span>
188
- <span class="function"><a href="glib-running.html#setlocale">setlocale</a></span> <span class="gtkdoc opt">(</span>LC_ALL<span class="gtkdoc opt">,</span> <span class="string">&quot;&quot;</span><span class="gtkdoc opt">);</span>
182
+ <span class="function">setlocale</span> <span class="gtkdoc opt">(</span>LC_ALL<span class="gtkdoc opt">,</span> <span class="string">&quot;&quot;</span><span class="gtkdoc opt">);</span>
189
183
  <span class="function">bindtextdomain</span> <span class="gtkdoc opt">(</span>GETTEXT_PACKAGE<span class="gtkdoc opt">,</span> DATADIR <span class="string">&quot;/locale&quot;</span><span class="gtkdoc opt">);</span>
190
184
  <span class="function">bind_textdomain_codeset</span> <span class="gtkdoc opt">(</span>GETTEXT_PACKAGE<span class="gtkdoc opt">,</span> <span class="string">&quot;UTF-8&quot;</span><span class="gtkdoc opt">);</span>
191
185
  <span class="function">textdomain</span> <span class="gtkdoc opt">(</span>GETTEXT_PACKAGE<span class="gtkdoc opt">);</span>
@@ -211,32 +205,9 @@ workflow.</p>
211
205
  <div class="refsect1">
212
206
  <a name="glib-I18N.functions_details"></a><h2>Functions</h2>
213
207
  <div class="refsect2">
214
- <a name="gettext-macro"></a><h3>_()</h3>
215
- <pre class="programlisting">#define _(String)</pre>
216
- <p>Marks a string for translation, gets replaced with the translated string
217
- at runtime.</p>
218
- <div class="refsect3">
219
- <a name="id-1.5.8.6.2.5"></a><h4>Parameters</h4>
220
- <div class="informaltable"><table class="informaltable" width="100%" border="0">
221
- <colgroup>
222
- <col width="150px" class="parameters_name">
223
- <col class="parameters_description">
224
- <col width="200px" class="parameters_annotations">
225
- </colgroup>
226
- <tbody><tr>
227
- <td class="parameter_name"><p>String</p></td>
228
- <td class="parameter_description"><p>the string to be translated</p></td>
229
- <td class="parameter_annotations"> </td>
230
- </tr></tbody>
231
- </table></div>
232
- </div>
233
- <p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
234
- </div>
235
- <hr>
236
- <div class="refsect2">
237
208
  <a name="Q-:CAPS"></a><h3>Q_()</h3>
238
209
  <pre class="programlisting">#define Q_(String)</pre>
239
- <p>Like <a class="link" href="glib-I18N.html#gettext-macro" title="_()"><code class="function">_()</code></a>, but handles context in message ids. This has the advantage
210
+ <p>Like <code class="function">_()</code>, but handles context in message ids. This has the advantage
240
211
  that the string can be adorned with a prefix to guarantee uniqueness
241
212
  and provide context to the translator.</p>
242
213
  <p>One use case given in the gettext manual is GUI translation, where one
@@ -253,7 +224,7 @@ If you are using GNU gettext &gt;= 0.15, you can also use
253
224
  <code class="literal">--keyword=Q_:1g</code> to let xgettext split the context
254
225
  string off into a msgctxt line in the po file.</p>
255
226
  <div class="refsect3">
256
- <a name="id-1.5.8.6.3.8"></a><h4>Parameters</h4>
227
+ <a name="Q-.parameters"></a><h4>Parameters</h4>
257
228
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
258
229
  <colgroup>
259
230
  <col width="150px" class="parameters_name">
@@ -269,7 +240,7 @@ which must not be translated</p></td>
269
240
  </table></div>
270
241
  </div>
271
242
  <div class="refsect3">
272
- <a name="id-1.5.8.6.3.9"></a><h4>Returns</h4>
243
+ <a name="Q-.returns"></a><h4>Returns</h4>
273
244
  <p> the translated message</p>
274
245
  </div>
275
246
  <p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
@@ -302,7 +273,7 @@ label2 <span class="gtkdoc opt">=</span> <span class="function"><a href="glib-I1
302
273
  <code class="literal">--keyword=C_:1c,2</code> to xgettext when extracting messages.
303
274
  Note that this only works with GNU gettext &gt;= 0.15.</p>
304
275
  <div class="refsect3">
305
- <a name="id-1.5.8.6.4.8"></a><h4>Parameters</h4>
276
+ <a name="C-.parameters"></a><h4>Parameters</h4>
306
277
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
307
278
  <colgroup>
308
279
  <col width="150px" class="parameters_name">
@@ -324,7 +295,7 @@ Note that this only works with GNU gettext &gt;= 0.15.</p>
324
295
  </table></div>
325
296
  </div>
326
297
  <div class="refsect3">
327
- <a name="id-1.5.8.6.4.9"></a><h4>Returns</h4>
298
+ <a name="C-.returns"></a><h4>Returns</h4>
328
299
  <p> the translated message</p>
329
300
  </div>
330
301
  <p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
@@ -362,7 +333,7 @@ at runtime.</p>
362
333
  <span class="gtkdoc kwb">const char</span> <span class="gtkdoc opt">*</span>string<span class="gtkdoc opt">;</span>
363
334
  <span class="gtkdoc opt">...</span>
364
335
  string
365
- <span class="gtkdoc opt">=</span> index <span class="gtkdoc opt">&gt;</span> <span class="number">1</span> ? <span class="function"><a href="glib-I18N.html#gettext-macro">_</a></span><span class="gtkdoc opt">(</span><span class="string">&quot;a default message&quot;</span><span class="gtkdoc opt">) :</span> <span class="function">gettext</span> <span class="gtkdoc opt">(</span>messages<span class="gtkdoc opt">[</span>index<span class="gtkdoc opt">]);</span>
336
+ <span class="gtkdoc opt">=</span> index <span class="gtkdoc opt">&gt;</span> <span class="number">1</span> ? <span class="function">_</span><span class="gtkdoc opt">(</span><span class="string">&quot;a default message&quot;</span><span class="gtkdoc opt">) :</span> <span class="function">gettext</span> <span class="gtkdoc opt">(</span>messages<span class="gtkdoc opt">[</span>index<span class="gtkdoc opt">]);</span>
366
337
 
367
338
  <span class="function">fputs</span> <span class="gtkdoc opt">(</span>string<span class="gtkdoc opt">);</span>
368
339
  <span class="gtkdoc opt">...</span>
@@ -374,7 +345,7 @@ at runtime.</p>
374
345
 
375
346
  <p></p>
376
347
  <div class="refsect3">
377
- <a name="id-1.5.8.6.5.7"></a><h4>Parameters</h4>
348
+ <a name="N-.parameters"></a><h4>Parameters</h4>
378
349
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
379
350
  <colgroup>
380
351
  <col width="150px" class="parameters_name">
@@ -441,7 +412,7 @@ translated string, you should call <a class="link" href="glib-I18N.html#g-dpgett
441
412
  Note that this only works with GNU gettext &gt;= 0.15. Intltool has support
442
413
  for the <a class="link" href="glib-I18N.html#NC-:CAPS" title="NC_()"><code class="function">NC_()</code></a> macro since version 0.40.1.</p>
443
414
  <div class="refsect3">
444
- <a name="id-1.5.8.6.6.8"></a><h4>Parameters</h4>
415
+ <a name="NC-.parameters"></a><h4>Parameters</h4>
445
416
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
446
417
  <colgroup>
447
418
  <col width="150px" class="parameters_name">
@@ -496,9 +467,9 @@ starting with "en_")</p></li>
496
467
  has its untranslated messages in a language other than English. In those
497
468
  cases the application should call <code class="function">textdomain()</code> after initializing GTK+.</p>
498
469
  <p>Applications should normally not use this function directly,
499
- but use the <a class="link" href="glib-I18N.html#gettext-macro" title="_()"><code class="function">_()</code></a> macro for translations.</p>
470
+ but use the <code class="function">_()</code> macro for translations.</p>
500
471
  <div class="refsect3">
501
- <a name="id-1.5.8.6.7.10"></a><h4>Parameters</h4>
472
+ <a name="g-dgettext.parameters"></a><h4>Parameters</h4>
502
473
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
503
474
  <colgroup>
504
475
  <col width="150px" class="parameters_name">
@@ -521,7 +492,7 @@ the domain set with <code class="function">textdomain()</code>. </p></td>
521
492
  </table></div>
522
493
  </div>
523
494
  <div class="refsect3">
524
- <a name="id-1.5.8.6.7.11"></a><h4>Returns</h4>
495
+ <a name="g-dgettext.returns"></a><h4>Returns</h4>
525
496
  <p> The translated string</p>
526
497
  </div>
527
498
  <p class="since">Since: <a class="link" href="api-index-2-18.html#api-index-2.18">2.18</a></p>
@@ -538,7 +509,7 @@ category instead of always using <code class="literal">LC_MESSAGES</code>. See <
538
509
  more information about how this functions differs from calling
539
510
  <code class="function">dcgettext()</code> directly.</p>
540
511
  <div class="refsect3">
541
- <a name="id-1.5.8.6.8.5"></a><h4>Parameters</h4>
512
+ <a name="g-dcgettext.parameters"></a><h4>Parameters</h4>
542
513
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
543
514
  <colgroup>
544
515
  <col width="150px" class="parameters_name">
@@ -566,7 +537,7 @@ the domain set with <code class="function">textdomain()</code>. </p></td>
566
537
  </table></div>
567
538
  </div>
568
539
  <div class="refsect3">
569
- <a name="id-1.5.8.6.8.6"></a><h4>Returns</h4>
540
+ <a name="g-dcgettext.returns"></a><h4>Returns</h4>
570
541
  <p> the translated string for the given locale category</p>
571
542
  </div>
572
543
  <p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
@@ -585,7 +556,7 @@ translations for the current locale.</p>
585
556
  <p>See <a class="link" href="glib-I18N.html#g-dgettext" title="g_dgettext ()"><code class="function">g_dgettext()</code></a> for details of how this differs from <code class="function">dngettext()</code>
586
557
  proper.</p>
587
558
  <div class="refsect3">
588
- <a name="id-1.5.8.6.9.6"></a><h4>Parameters</h4>
559
+ <a name="g-dngettext.parameters"></a><h4>Parameters</h4>
589
560
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
590
561
  <colgroup>
591
562
  <col width="150px" class="parameters_name">
@@ -618,7 +589,7 @@ the domain set with <code class="function">textdomain()</code>. </p></td>
618
589
  </table></div>
619
590
  </div>
620
591
  <div class="refsect3">
621
- <a name="id-1.5.8.6.9.7"></a><h4>Returns</h4>
592
+ <a name="g-dngettext.returns"></a><h4>Returns</h4>
622
593
  <p> The translated string</p>
623
594
  </div>
624
595
  <p class="since">Since: <a class="link" href="api-index-2-18.html#api-index-2.18">2.18</a></p>
@@ -644,7 +615,7 @@ with <code class="function">dgettext()</code> proper.</p>
644
615
  <p>Applications should normally not use this function directly,
645
616
  but use the <a class="link" href="glib-I18N.html#C-:CAPS" title="C_()"><code class="function">C_()</code></a> macro for translations with context.</p>
646
617
  <div class="refsect3">
647
- <a name="id-1.5.8.6.10.7"></a><h4>Parameters</h4>
618
+ <a name="g-dpgettext.parameters"></a><h4>Parameters</h4>
648
619
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
649
620
  <colgroup>
650
621
  <col width="150px" class="parameters_name">
@@ -674,7 +645,7 @@ by a \004 character</p></td>
674
645
  </table></div>
675
646
  </div>
676
647
  <div class="refsect3">
677
- <a name="id-1.5.8.6.10.8"></a><h4>Returns</h4>
648
+ <a name="g-dpgettext.returns"></a><h4>Returns</h4>
678
649
  <p> The translated string</p>
679
650
  </div>
680
651
  <p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
@@ -696,7 +667,7 @@ with <code class="function">dgettext()</code> proper.</p>
696
667
  <p>This function differs from <a class="link" href="glib-I18N.html#C-:CAPS" title="C_()"><code class="function">C_()</code></a> in that it is not a macro and
697
668
  thus you may use non-string-literals as context and msgid arguments.</p>
698
669
  <div class="refsect3">
699
- <a name="id-1.5.8.6.11.7"></a><h4>Parameters</h4>
670
+ <a name="g-dpgettext2.parameters"></a><h4>Parameters</h4>
700
671
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
701
672
  <colgroup>
702
673
  <col width="150px" class="parameters_name">
@@ -724,7 +695,7 @@ the domain set with <code class="function">textdomain()</code>. </p></td>
724
695
  </table></div>
725
696
  </div>
726
697
  <div class="refsect3">
727
- <a name="id-1.5.8.6.11.8"></a><h4>Returns</h4>
698
+ <a name="g-dpgettext2.returns"></a><h4>Returns</h4>
728
699
  <p> The translated string</p>
729
700
  </div>
730
701
  <p class="since">Since: <a class="link" href="api-index-2-18.html#api-index-2.18">2.18</a></p>
@@ -737,7 +708,7 @@ g_strip_context (<em class="parameter"><code>const <a class="link" href="glib-Ba
737
708
  <em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *msgval</code></em>);</pre>
738
709
  <p>An auxiliary function for <code class="function">gettext()</code> support (see <a class="link" href="glib-I18N.html#Q-:CAPS" title="Q_()"><code class="function">Q_()</code></a>).</p>
739
710
  <div class="refsect3">
740
- <a name="id-1.5.8.6.12.5"></a><h4>Parameters</h4>
711
+ <a name="g-strip-context.parameters"></a><h4>Parameters</h4>
741
712
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
742
713
  <colgroup>
743
714
  <col width="150px" class="parameters_name">
@@ -759,7 +730,7 @@ g_strip_context (<em class="parameter"><code>const <a class="link" href="glib-Ba
759
730
  </table></div>
760
731
  </div>
761
732
  <div class="refsect3">
762
- <a name="id-1.5.8.6.12.6"></a><h4>Returns</h4>
733
+ <a name="g-strip-context.returns"></a><h4>Returns</h4>
763
734
  <p> <em class="parameter"><code>msgval</code></em>
764
735
  , unless <em class="parameter"><code>msgval</code></em>
765
736
  is identical to <em class="parameter"><code>msgid</code></em>
@@ -783,7 +754,7 @@ the default locale "C".</p>
783
754
  <code class="literal">LC_MESSAGES</code> and <code class="literal">LANG</code> to find the list of locales specified by the
784
755
  user.</p>
785
756
  <div class="refsect3">
786
- <a name="id-1.5.8.6.13.7"></a><h4>Returns</h4>
757
+ <a name="g-get-language-names.returns"></a><h4>Returns</h4>
787
758
  <p> a <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array of strings owned by GLib
788
759
  that must not be modified or freed. </p>
789
760
  <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
@@ -806,7 +777,7 @@ is "fr_BE", "fr".</p>
806
777
  <p>If you need the list of variants for the current locale,
807
778
  use <a class="link" href="glib-I18N.html#g-get-language-names" title="g_get_language_names ()"><code class="function">g_get_language_names()</code></a>.</p>
808
779
  <div class="refsect3">
809
- <a name="id-1.5.8.6.14.7"></a><h4>Parameters</h4>
780
+ <a name="g-get-locale-variants.parameters"></a><h4>Parameters</h4>
810
781
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
811
782
  <colgroup>
812
783
  <col width="150px" class="parameters_name">
@@ -821,7 +792,7 @@ use <a class="link" href="glib-I18N.html#g-get-language-names" title="g_get_lang
821
792
  </table></div>
822
793
  </div>
823
794
  <div class="refsect3">
824
- <a name="id-1.5.8.6.14.8"></a><h4>Returns</h4>
795
+ <a name="g-get-locale-variants.returns"></a><h4>Returns</h4>
825
796
  <p> a newly
826
797
  allocated array of newly allocated strings with the locale variants. Free with
827
798
  <a class="link" href="glib-String-Utility-Functions.html#g-strfreev" title="g_strfreev ()"><code class="function">g_strfreev()</code></a>. </p>
@@ -839,6 +810,6 @@ allocated array of newly allocated strings with the locale variants. Free with
839
810
  </div>
840
811
  </div>
841
812
  <div class="footer">
842
- <hr>Generated by GTK-Doc V1.24</div>
813
+ <hr>Generated by GTK-Doc V1.25.1</div>
843
814
  </body>
844
815
  </html>
@@ -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-Memory-Slices.html" title="Memory Slices">
10
10
  <link rel="next" href="glib-Error-Reporting.html" title="Error Reporting">
11
- <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -476,7 +476,7 @@ in case the argument you pass to this function happens to be both a
476
476
  valid file descriptor and socket. If that happens a warning is
477
477
  issued, and GLib assumes that it is the file descriptor you mean.</p>
478
478
  <div class="refsect3">
479
- <a name="id-1.4.9.7.2.9"></a><h4>Parameters</h4>
479
+ <a name="g-io-channel-unix-new.parameters"></a><h4>Parameters</h4>
480
480
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
481
481
  <colgroup>
482
482
  <col width="150px" class="parameters_name">
@@ -491,7 +491,7 @@ issued, and GLib assumes that it is the file descriptor you mean.</p>
491
491
  </table></div>
492
492
  </div>
493
493
  <div class="refsect3">
494
- <a name="id-1.4.9.7.2.10"></a><h4>Returns</h4>
494
+ <a name="g-io-channel-unix-new.returns"></a><h4>Returns</h4>
495
495
  <p> a new <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>.</p>
496
496
  </div>
497
497
  </div>
@@ -504,7 +504,7 @@ g_io_channel_unix_get_fd (<em class="parameter"><code><a class="link" href="glib
504
504
  <p>On Windows this function returns the file descriptor or socket of
505
505
  the <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>.</p>
506
506
  <div class="refsect3">
507
- <a name="id-1.4.9.7.3.6"></a><h4>Parameters</h4>
507
+ <a name="g-io-channel-unix-get-fd.parameters"></a><h4>Parameters</h4>
508
508
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
509
509
  <colgroup>
510
510
  <col width="150px" class="parameters_name">
@@ -519,7 +519,7 @@ the <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOCha
519
519
  </table></div>
520
520
  </div>
521
521
  <div class="refsect3">
522
- <a name="id-1.4.9.7.3.7"></a><h4>Returns</h4>
522
+ <a name="g-io-channel-unix-get-fd.returns"></a><h4>Returns</h4>
523
523
  <p> the file descriptor of the <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>.</p>
524
524
  </div>
525
525
  </div>
@@ -548,7 +548,7 @@ reads from the file descriptor should be done by this internal GLib
548
548
  thread. Your code should call only <a class="link" href="glib-IO-Channels.html#g-io-channel-read" title="g_io_channel_read ()"><code class="function">g_io_channel_read()</code></a>.</p>
549
549
  <p>This function is available only in GLib on Windows.</p>
550
550
  <div class="refsect3">
551
- <a name="id-1.4.9.7.4.9"></a><h4>Parameters</h4>
551
+ <a name="g-io-channel-win32-new-fd.parameters"></a><h4>Parameters</h4>
552
552
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
553
553
  <colgroup>
554
554
  <col width="150px" class="parameters_name">
@@ -563,7 +563,7 @@ thread. Your code should call only <a class="link" href="glib-IO-Channels.html#g
563
563
  </table></div>
564
564
  </div>
565
565
  <div class="refsect3">
566
- <a name="id-1.4.9.7.4.10"></a><h4>Returns</h4>
566
+ <a name="g-io-channel-win32-new-fd.returns"></a><h4>Returns</h4>
567
567
  <p> a new <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>.</p>
568
568
  </div>
569
569
  </div>
@@ -579,7 +579,7 @@ only in GLib on Windows.</p>
579
579
  socket in non-blocking mode. This is a side-effect of the
580
580
  implementation and unavoidable.</p>
581
581
  <div class="refsect3">
582
- <a name="id-1.4.9.7.5.7"></a><h4>Parameters</h4>
582
+ <a name="g-io-channel-win32-new-socket.parameters"></a><h4>Parameters</h4>
583
583
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
584
584
  <colgroup>
585
585
  <col width="150px" class="parameters_name">
@@ -594,7 +594,7 @@ implementation and unavoidable.</p>
594
594
  </table></div>
595
595
  </div>
596
596
  <div class="refsect3">
597
- <a name="id-1.4.9.7.5.8"></a><h4>Returns</h4>
597
+ <a name="g-io-channel-win32-new-socket.returns"></a><h4>Returns</h4>
598
598
  <p> a new <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a></p>
599
599
  </div>
600
600
  </div>
@@ -607,7 +607,7 @@ g_io_channel_win32_new_messages (<em class="parameter"><code><a class="link" hre
607
607
  <p>This function creates a <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a> that can be used to poll for
608
608
  Windows messages for the window in question.</p>
609
609
  <div class="refsect3">
610
- <a name="id-1.4.9.7.6.6"></a><h4>Parameters</h4>
610
+ <a name="g-io-channel-win32-new-messages.parameters"></a><h4>Parameters</h4>
611
611
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
612
612
  <colgroup>
613
613
  <col width="150px" class="parameters_name">
@@ -622,7 +622,7 @@ Windows messages for the window in question.</p>
622
622
  </table></div>
623
623
  </div>
624
624
  <div class="refsect3">
625
- <a name="id-1.4.9.7.6.7"></a><h4>Returns</h4>
625
+ <a name="g-io-channel-win32-new-messages.returns"></a><h4>Returns</h4>
626
626
  <p> a new <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>.</p>
627
627
  </div>
628
628
  </div>
@@ -636,7 +636,7 @@ g_io_channel_init (<em class="parameter"><code><a class="link" href="glib-IO-Cha
636
636
  <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>, and so is not often needed by the application
637
637
  programmer (unless you are creating a new type of <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>).</p>
638
638
  <div class="refsect3">
639
- <a name="id-1.4.9.7.7.6"></a><h4>Parameters</h4>
639
+ <a name="g-io-channel-init.parameters"></a><h4>Parameters</h4>
640
640
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
641
641
  <colgroup>
642
642
  <col width="150px" class="parameters_name">
@@ -666,7 +666,7 @@ so there is no need to call <a class="link" href="glib-IO-Channels.html#g-io-cha
666
666
  so will not cause problems, as long as no attempt is made to
667
667
  access the channel after it is closed).</p>
668
668
  <div class="refsect3">
669
- <a name="id-1.4.9.7.8.5"></a><h4>Parameters</h4>
669
+ <a name="g-io-channel-new-file.parameters"></a><h4>Parameters</h4>
670
670
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
671
671
  <colgroup>
672
672
  <col width="150px" class="parameters_name">
@@ -694,7 +694,7 @@ the same meaning as in <code class="function">fopen()</code></p></td>
694
694
  </table></div>
695
695
  </div>
696
696
  <div class="refsect3">
697
- <a name="id-1.4.9.7.8.6"></a><h4>Returns</h4>
697
+ <a name="g-io-channel-new-file.returns"></a><h4>Returns</h4>
698
698
  <p> A <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a> on success, <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> on failure.</p>
699
699
  </div>
700
700
  </div>
@@ -709,7 +709,7 @@ g_io_channel_read_chars (<em class="parameter"><code><a class="link" href="glib-
709
709
  <em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
710
710
  <p>Replacement for <a class="link" href="glib-IO-Channels.html#g-io-channel-read" title="g_io_channel_read ()"><code class="function">g_io_channel_read()</code></a> with the new API.</p>
711
711
  <div class="refsect3">
712
- <a name="id-1.4.9.7.9.5"></a><h4>Parameters</h4>
712
+ <a name="g-io-channel-read-chars.parameters"></a><h4>Parameters</h4>
713
713
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
714
714
  <colgroup>
715
715
  <col width="150px" class="parameters_name">
@@ -752,7 +752,7 @@ or <a class="link" href="glib-IO-Channels.html#GIOChannelError" title="enum GIOC
752
752
  </table></div>
753
753
  </div>
754
754
  <div class="refsect3">
755
- <a name="id-1.4.9.7.9.6"></a><h4>Returns</h4>
755
+ <a name="g-io-channel-read-chars.returns"></a><h4>Returns</h4>
756
756
  <p> the status of the operation.</p>
757
757
  </div>
758
758
  </div>
@@ -767,7 +767,7 @@ g_io_channel_read_unichar (<em class="parameter"><code><a class="link" href="gli
767
767
  .
768
768
  This function cannot be called on a channel with <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> encoding.</p>
769
769
  <div class="refsect3">
770
- <a name="id-1.4.9.7.10.5"></a><h4>Parameters</h4>
770
+ <a name="g-io-channel-read-unichar.parameters"></a><h4>Parameters</h4>
771
771
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
772
772
  <colgroup>
773
773
  <col width="150px" class="parameters_name">
@@ -795,7 +795,7 @@ or <a class="link" href="glib-IO-Channels.html#GIOChannelError" title="enum GIOC
795
795
  </table></div>
796
796
  </div>
797
797
  <div class="refsect3">
798
- <a name="id-1.4.9.7.10.6"></a><h4>Returns</h4>
798
+ <a name="g-io-channel-read-unichar.returns"></a><h4>Returns</h4>
799
799
  <p> a <a class="link" href="glib-IO-Channels.html#GIOStatus" title="enum GIOStatus"><span class="type">GIOStatus</span></a></p>
800
800
  </div>
801
801
  </div>
@@ -814,7 +814,7 @@ from a <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIO
814
814
  will contain allocated memory if the return
815
815
  is <a class="link" href="glib-IO-Channels.html#G-IO-STATUS-NORMAL:CAPS"><code class="literal">G_IO_STATUS_NORMAL</code></a>.</p>
816
816
  <div class="refsect3">
817
- <a name="id-1.4.9.7.11.5"></a><h4>Parameters</h4>
817
+ <a name="g-io-channel-read-line.parameters"></a><h4>Parameters</h4>
818
818
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
819
819
  <colgroup>
820
820
  <col width="150px" class="parameters_name">
@@ -856,7 +856,7 @@ or <a class="link" href="glib-IO-Channels.html#GIOChannelError" title="enum GIOC
856
856
  </table></div>
857
857
  </div>
858
858
  <div class="refsect3">
859
- <a name="id-1.4.9.7.11.6"></a><h4>Returns</h4>
859
+ <a name="g-io-channel-read-line.returns"></a><h4>Returns</h4>
860
860
  <p> the status of the operation.</p>
861
861
  </div>
862
862
  </div>
@@ -870,7 +870,7 @@ g_io_channel_read_line_string (<em class="parameter"><code><a class="link" href=
870
870
  <em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
871
871
  <p>Reads a line from a <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>, using a <a class="link" href="glib-Strings.html#GString" title="struct GString"><span class="type">GString</span></a> as a buffer.</p>
872
872
  <div class="refsect3">
873
- <a name="id-1.4.9.7.12.5"></a><h4>Parameters</h4>
873
+ <a name="g-io-channel-read-line-string.parameters"></a><h4>Parameters</h4>
874
874
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
875
875
  <colgroup>
876
876
  <col width="150px" class="parameters_name">
@@ -906,7 +906,7 @@ or <a class="link" href="glib-IO-Channels.html#GIOChannelError" title="enum GIOC
906
906
  </table></div>
907
907
  </div>
908
908
  <div class="refsect3">
909
- <a name="id-1.4.9.7.12.6"></a><h4>Returns</h4>
909
+ <a name="g-io-channel-read-line-string.returns"></a><h4>Returns</h4>
910
910
  <p> the status of the operation.</p>
911
911
  </div>
912
912
  </div>
@@ -920,7 +920,7 @@ g_io_channel_read_to_end (<em class="parameter"><code><a class="link" href="glib
920
920
  <em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
921
921
  <p>Reads all the remaining data from the file.</p>
922
922
  <div class="refsect3">
923
- <a name="id-1.4.9.7.13.5"></a><h4>Parameters</h4>
923
+ <a name="g-io-channel-read-to-end.parameters"></a><h4>Parameters</h4>
924
924
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
925
925
  <colgroup>
926
926
  <col width="150px" class="parameters_name">
@@ -957,7 +957,7 @@ or <a class="link" href="glib-IO-Channels.html#GIOChannelError" title="enum GIOC
957
957
  </table></div>
958
958
  </div>
959
959
  <div class="refsect3">
960
- <a name="id-1.4.9.7.13.6"></a><h4>Returns</h4>
960
+ <a name="g-io-channel-read-to-end.returns"></a><h4>Returns</h4>
961
961
  <p> <a class="link" href="glib-IO-Channels.html#G-IO-STATUS-NORMAL:CAPS"><code class="literal">G_IO_STATUS_NORMAL</code></a> on success.
962
962
  This function never returns <a class="link" href="glib-IO-Channels.html#G-IO-STATUS-EOF:CAPS"><code class="literal">G_IO_STATUS_EOF</code></a>.</p>
963
963
  </div>
@@ -977,7 +977,7 @@ mixing of reading and writing is not allowed. A call to <a class="link" href="gl
977
977
  may only be made on a channel from which data has been read in the
978
978
  cases described in the documentation for <a class="link" href="glib-IO-Channels.html#g-io-channel-set-encoding" title="g_io_channel_set_encoding ()"><code class="function">g_io_channel_set_encoding()</code></a>.</p>
979
979
  <div class="refsect3">
980
- <a name="id-1.4.9.7.14.6"></a><h4>Parameters</h4>
980
+ <a name="g-io-channel-write-chars.parameters"></a><h4>Parameters</h4>
981
981
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
982
982
  <colgroup>
983
983
  <col width="150px" class="parameters_name">
@@ -1022,7 +1022,7 @@ or <a class="link" href="glib-IO-Channels.html#GIOChannelError" title="enum GIOC
1022
1022
  </table></div>
1023
1023
  </div>
1024
1024
  <div class="refsect3">
1025
- <a name="id-1.4.9.7.14.7"></a><h4>Returns</h4>
1025
+ <a name="g-io-channel-write-chars.returns"></a><h4>Returns</h4>
1026
1026
  <p> the status of the operation.</p>
1027
1027
  </div>
1028
1028
  </div>
@@ -1037,7 +1037,7 @@ g_io_channel_write_unichar (<em class="parameter"><code><a class="link" href="gl
1037
1037
  .
1038
1038
  This function cannot be called on a channel with <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> encoding.</p>
1039
1039
  <div class="refsect3">
1040
- <a name="id-1.4.9.7.15.5"></a><h4>Parameters</h4>
1040
+ <a name="g-io-channel-write-unichar.parameters"></a><h4>Parameters</h4>
1041
1041
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1042
1042
  <colgroup>
1043
1043
  <col width="150px" class="parameters_name">
@@ -1065,7 +1065,7 @@ or <a class="link" href="glib-IO-Channels.html#GIOChannelError" title="enum GIOC
1065
1065
  </table></div>
1066
1066
  </div>
1067
1067
  <div class="refsect3">
1068
- <a name="id-1.4.9.7.15.6"></a><h4>Returns</h4>
1068
+ <a name="g-io-channel-write-unichar.returns"></a><h4>Returns</h4>
1069
1069
  <p> a <a class="link" href="glib-IO-Channels.html#GIOStatus" title="enum GIOStatus"><span class="type">GIOStatus</span></a></p>
1070
1070
  </div>
1071
1071
  </div>
@@ -1077,7 +1077,7 @@ g_io_channel_flush (<em class="parameter"><code><a class="link" href="glib-IO-Ch
1077
1077
  <em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1078
1078
  <p>Flushes the write buffer for the GIOChannel.</p>
1079
1079
  <div class="refsect3">
1080
- <a name="id-1.4.9.7.16.5"></a><h4>Parameters</h4>
1080
+ <a name="g-io-channel-flush.parameters"></a><h4>Parameters</h4>
1081
1081
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1082
1082
  <colgroup>
1083
1083
  <col width="150px" class="parameters_name">
@@ -1099,7 +1099,7 @@ g_io_channel_flush (<em class="parameter"><code><a class="link" href="glib-IO-Ch
1099
1099
  </table></div>
1100
1100
  </div>
1101
1101
  <div class="refsect3">
1102
- <a name="id-1.4.9.7.16.6"></a><h4>Returns</h4>
1102
+ <a name="g-io-channel-flush.returns"></a><h4>Returns</h4>
1103
1103
  <p> the status of the operation: One of
1104
1104
  <a class="link" href="glib-IO-Channels.html#G-IO-STATUS-NORMAL:CAPS"><span class="type">G_IO_STATUS_NORMAL</span></a>, <a class="link" href="glib-IO-Channels.html#G-IO-STATUS-AGAIN:CAPS"><span class="type">G_IO_STATUS_AGAIN</span></a>, or
1105
1105
  <a class="link" href="glib-IO-Channels.html#G-IO-STATUS-ERROR:CAPS"><span class="type">G_IO_STATUS_ERROR</span></a>.</p>
@@ -1115,7 +1115,7 @@ g_io_channel_seek_position (<em class="parameter"><code><a class="link" href="gl
1115
1115
  <em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1116
1116
  <p>Replacement for <a class="link" href="glib-IO-Channels.html#g-io-channel-seek" title="g_io_channel_seek ()"><code class="function">g_io_channel_seek()</code></a> with the new API.</p>
1117
1117
  <div class="refsect3">
1118
- <a name="id-1.4.9.7.17.5"></a><h4>Parameters</h4>
1118
+ <a name="g-io-channel-seek-position.parameters"></a><h4>Parameters</h4>
1119
1119
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1120
1120
  <colgroup>
1121
1121
  <col width="150px" class="parameters_name">
@@ -1151,7 +1151,7 @@ is allowed. See the documentation for
1151
1151
  </table></div>
1152
1152
  </div>
1153
1153
  <div class="refsect3">
1154
- <a name="id-1.4.9.7.17.6"></a><h4>Returns</h4>
1154
+ <a name="g-io-channel-seek-position.returns"></a><h4>Returns</h4>
1155
1155
  <p> the status of the operation.</p>
1156
1156
  </div>
1157
1157
  </div>
@@ -1167,7 +1167,7 @@ flushed if <em class="parameter"><code>flush</code></em>
1167
1167
  is <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a>. The channel will not be freed until the
1168
1168
  last reference is dropped using <a class="link" href="glib-IO-Channels.html#g-io-channel-unref" title="g_io_channel_unref ()"><code class="function">g_io_channel_unref()</code></a>.</p>
1169
1169
  <div class="refsect3">
1170
- <a name="id-1.4.9.7.18.5"></a><h4>Parameters</h4>
1170
+ <a name="g-io-channel-shutdown.parameters"></a><h4>Parameters</h4>
1171
1171
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1172
1172
  <colgroup>
1173
1173
  <col width="150px" class="parameters_name">
@@ -1194,7 +1194,7 @@ last reference is dropped using <a class="link" href="glib-IO-Channels.html#g-io
1194
1194
  </table></div>
1195
1195
  </div>
1196
1196
  <div class="refsect3">
1197
- <a name="id-1.4.9.7.18.6"></a><h4>Returns</h4>
1197
+ <a name="g-io-channel-shutdown.returns"></a><h4>Returns</h4>
1198
1198
  <p> the status of the operation.</p>
1199
1199
  </div>
1200
1200
  </div>
@@ -1205,7 +1205,7 @@ last reference is dropped using <a class="link" href="glib-IO-Channels.html#g-io
1205
1205
  g_io_channel_error_from_errno (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="type">gint</span></a> en</code></em>);</pre>
1206
1206
  <p>Converts an <code class="literal">errno</code> error number to a <a class="link" href="glib-IO-Channels.html#GIOChannelError" title="enum GIOChannelError"><span class="type">GIOChannelError</span></a>.</p>
1207
1207
  <div class="refsect3">
1208
- <a name="id-1.4.9.7.19.5"></a><h4>Parameters</h4>
1208
+ <a name="g-io-channel-error-from-errno.parameters"></a><h4>Parameters</h4>
1209
1209
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1210
1210
  <colgroup>
1211
1211
  <col width="150px" class="parameters_name">
@@ -1220,7 +1220,7 @@ g_io_channel_error_from_errno (<em class="parameter"><code><a class="link" href=
1220
1220
  </table></div>
1221
1221
  </div>
1222
1222
  <div class="refsect3">
1223
- <a name="id-1.4.9.7.19.6"></a><h4>Returns</h4>
1223
+ <a name="g-io-channel-error-from-errno.returns"></a><h4>Returns</h4>
1224
1224
  <p> a <a class="link" href="glib-IO-Channels.html#GIOChannelError" title="enum GIOChannelError"><span class="type">GIOChannelError</span></a> error number, e.g.
1225
1225
  <a class="link" href="glib-IO-Channels.html#G-IO-CHANNEL-ERROR-INVAL:CAPS"><code class="literal">G_IO_CHANNEL_ERROR_INVAL</code></a>.</p>
1226
1226
  </div>
@@ -1232,7 +1232,7 @@ g_io_channel_error_from_errno (<em class="parameter"><code><a class="link" href=
1232
1232
  g_io_channel_ref (<em class="parameter"><code><a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a> *channel</code></em>);</pre>
1233
1233
  <p>Increments the reference count of a <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>.</p>
1234
1234
  <div class="refsect3">
1235
- <a name="id-1.4.9.7.20.5"></a><h4>Parameters</h4>
1235
+ <a name="g-io-channel-ref.parameters"></a><h4>Parameters</h4>
1236
1236
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1237
1237
  <colgroup>
1238
1238
  <col width="150px" class="parameters_name">
@@ -1247,7 +1247,7 @@ g_io_channel_ref (<em class="parameter"><code><a class="link" href="glib-IO-Chan
1247
1247
  </table></div>
1248
1248
  </div>
1249
1249
  <div class="refsect3">
1250
- <a name="id-1.4.9.7.20.6"></a><h4>Returns</h4>
1250
+ <a name="g-io-channel-ref.returns"></a><h4>Returns</h4>
1251
1251
  <p> the <em class="parameter"><code>channel</code></em>
1252
1252
  that was passed in (since 2.6)</p>
1253
1253
  </div>
@@ -1259,7 +1259,7 @@ that was passed in (since 2.6)</p>
1259
1259
  g_io_channel_unref (<em class="parameter"><code><a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a> *channel</code></em>);</pre>
1260
1260
  <p>Decrements the reference count of a <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>.</p>
1261
1261
  <div class="refsect3">
1262
- <a name="id-1.4.9.7.21.5"></a><h4>Parameters</h4>
1262
+ <a name="g-io-channel-unref.parameters"></a><h4>Parameters</h4>
1263
1263
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1264
1264
  <colgroup>
1265
1265
  <col width="150px" class="parameters_name">
@@ -1292,7 +1292,7 @@ at the default priority.</p>
1292
1292
  puts the socket in non-blocking mode. This is a side-effect of the
1293
1293
  implementation and unavoidable.</p>
1294
1294
  <div class="refsect3">
1295
- <a name="id-1.4.9.7.22.7"></a><h4>Parameters</h4>
1295
+ <a name="g-io-create-watch.parameters"></a><h4>Parameters</h4>
1296
1296
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1297
1297
  <colgroup>
1298
1298
  <col width="150px" class="parameters_name">
@@ -1314,7 +1314,7 @@ implementation and unavoidable.</p>
1314
1314
  </table></div>
1315
1315
  </div>
1316
1316
  <div class="refsect3">
1317
- <a name="id-1.4.9.7.22.8"></a><h4>Returns</h4>
1317
+ <a name="g-io-create-watch.returns"></a><h4>Returns</h4>
1318
1318
  <p> a new <a class="link" href="glib-The-Main-Event-Loop.html#GSource" title="struct GSource"><span class="type">GSource</span></a></p>
1319
1319
  </div>
1320
1320
  </div>
@@ -1329,7 +1329,7 @@ g_io_add_watch (<em class="parameter"><code><a class="link" href="glib-IO-Channe
1329
1329
  <p>Adds the <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a> into the default main loop context
1330
1330
  with the default priority.</p>
1331
1331
  <div class="refsect3">
1332
- <a name="id-1.4.9.7.23.5"></a><h4>Parameters</h4>
1332
+ <a name="g-io-add-watch.parameters"></a><h4>Parameters</h4>
1333
1333
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1334
1334
  <colgroup>
1335
1335
  <col width="150px" class="parameters_name">
@@ -1362,7 +1362,7 @@ with the default priority.</p>
1362
1362
  </table></div>
1363
1363
  </div>
1364
1364
  <div class="refsect3">
1365
- <a name="id-1.4.9.7.23.6"></a><h4>Returns</h4>
1365
+ <a name="g-io-add-watch.returns"></a><h4>Returns</h4>
1366
1366
  <p> the event source id</p>
1367
1367
  </div>
1368
1368
  </div>
@@ -1383,7 +1383,7 @@ and attaches it to the main loop context with <a class="link" href="glib-The-Mai
1383
1383
  You can do these steps manually if you need greater control.</p>
1384
1384
  <p><span class="annotation">[<acronym title="Rename the original symbol's name to SYMBOL."><span class="acronym">rename-to</span></acronym> g_io_add_watch]</span></p>
1385
1385
  <div class="refsect3">
1386
- <a name="id-1.4.9.7.24.7"></a><h4>Parameters</h4>
1386
+ <a name="g-io-add-watch-full.parameters"></a><h4>Parameters</h4>
1387
1387
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1388
1388
  <colgroup>
1389
1389
  <col width="150px" class="parameters_name">
@@ -1426,7 +1426,7 @@ You can do these steps manually if you need greater control.</p>
1426
1426
  </table></div>
1427
1427
  </div>
1428
1428
  <div class="refsect3">
1429
- <a name="id-1.4.9.7.24.8"></a><h4>Returns</h4>
1429
+ <a name="g-io-add-watch-full.returns"></a><h4>Returns</h4>
1430
1430
  <p> the event source id</p>
1431
1431
  </div>
1432
1432
  </div>
@@ -1441,7 +1441,7 @@ You can do these steps manually if you need greater control.</p>
1441
1441
  <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>, which is called when the requested condition
1442
1442
  on a <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a> is satisfied.</p>
1443
1443
  <div class="refsect3">
1444
- <a name="id-1.4.9.7.25.5"></a><h4>Parameters</h4>
1444
+ <a name="GIOFunc.parameters"></a><h4>Parameters</h4>
1445
1445
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1446
1446
  <colgroup>
1447
1447
  <col width="150px" class="parameters_name">
@@ -1468,7 +1468,7 @@ on a <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOCh
1468
1468
  </table></div>
1469
1469
  </div>
1470
1470
  <div class="refsect3">
1471
- <a name="id-1.4.9.7.25.6"></a><h4>Returns</h4>
1471
+ <a name="GIOFunc.returns"></a><h4>Returns</h4>
1472
1472
  <p> the function should return <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> if the event source
1473
1473
  should be removed</p>
1474
1474
  </div>
@@ -1480,7 +1480,7 @@ should be removed</p>
1480
1480
  g_io_channel_get_buffer_size (<em class="parameter"><code><a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a> *channel</code></em>);</pre>
1481
1481
  <p>Gets the buffer size.</p>
1482
1482
  <div class="refsect3">
1483
- <a name="id-1.4.9.7.26.5"></a><h4>Parameters</h4>
1483
+ <a name="g-io-channel-get-buffer-size.parameters"></a><h4>Parameters</h4>
1484
1484
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1485
1485
  <colgroup>
1486
1486
  <col width="150px" class="parameters_name">
@@ -1495,7 +1495,7 @@ g_io_channel_get_buffer_size (<em class="parameter"><code><a class="link" href="
1495
1495
  </table></div>
1496
1496
  </div>
1497
1497
  <div class="refsect3">
1498
- <a name="id-1.4.9.7.26.6"></a><h4>Returns</h4>
1498
+ <a name="g-io-channel-get-buffer-size.returns"></a><h4>Returns</h4>
1499
1499
  <p> the size of the buffer.</p>
1500
1500
  </div>
1501
1501
  </div>
@@ -1507,7 +1507,7 @@ g_io_channel_set_buffer_size (<em class="parameter"><code><a class="link" href="
1507
1507
  <em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> size</code></em>);</pre>
1508
1508
  <p>Sets the buffer size.</p>
1509
1509
  <div class="refsect3">
1510
- <a name="id-1.4.9.7.27.5"></a><h4>Parameters</h4>
1510
+ <a name="g-io-channel-set-buffer-size.parameters"></a><h4>Parameters</h4>
1511
1511
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1512
1512
  <colgroup>
1513
1513
  <col width="150px" class="parameters_name">
@@ -1538,7 +1538,7 @@ g_io_channel_get_buffer_condition (<em class="parameter"><code><a class="link" h
1538
1538
  is data to be read/space to write data in the internal buffers in
1539
1539
  the <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>. Only the flags <a class="link" href="glib-IO-Channels.html#G-IO-IN:CAPS"><code class="literal">G_IO_IN</code></a> and <a class="link" href="glib-IO-Channels.html#G-IO-OUT:CAPS"><code class="literal">G_IO_OUT</code></a> may be set.</p>
1540
1540
  <div class="refsect3">
1541
- <a name="id-1.4.9.7.28.5"></a><h4>Parameters</h4>
1541
+ <a name="g-io-channel-get-buffer-condition.parameters"></a><h4>Parameters</h4>
1542
1542
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1543
1543
  <colgroup>
1544
1544
  <col width="150px" class="parameters_name">
@@ -1553,7 +1553,7 @@ the <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOCha
1553
1553
  </table></div>
1554
1554
  </div>
1555
1555
  <div class="refsect3">
1556
- <a name="id-1.4.9.7.28.6"></a><h4>Returns</h4>
1556
+ <a name="g-io-channel-get-buffer-condition.returns"></a><h4>Returns</h4>
1557
1557
  <p> A <a class="link" href="glib-IO-Channels.html#GIOCondition" title="enum GIOCondition"><span class="type">GIOCondition</span></a></p>
1558
1558
  </div>
1559
1559
  </div>
@@ -1571,7 +1571,7 @@ of a socket with the UNIX <code class="function">shutdown()</code> function), th
1571
1571
  should immediately call <a class="link" href="glib-IO-Channels.html#g-io-channel-get-flags" title="g_io_channel_get_flags ()"><code class="function">g_io_channel_get_flags()</code></a> to update
1572
1572
  the internal values of these flags.</p>
1573
1573
  <div class="refsect3">
1574
- <a name="id-1.4.9.7.29.6"></a><h4>Parameters</h4>
1574
+ <a name="g-io-channel-get-flags.parameters"></a><h4>Parameters</h4>
1575
1575
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1576
1576
  <colgroup>
1577
1577
  <col width="150px" class="parameters_name">
@@ -1586,7 +1586,7 @@ the internal values of these flags.</p>
1586
1586
  </table></div>
1587
1587
  </div>
1588
1588
  <div class="refsect3">
1589
- <a name="id-1.4.9.7.29.7"></a><h4>Returns</h4>
1589
+ <a name="g-io-channel-get-flags.returns"></a><h4>Returns</h4>
1590
1590
  <p> the flags which are set on the channel</p>
1591
1591
  </div>
1592
1592
  </div>
@@ -1601,7 +1601,7 @@ g_io_channel_set_flags (<em class="parameter"><code><a class="link" href="glib-I
1601
1601
  to (<em class="parameter"><code>flags</code></em>
1602
1602
  &amp; <a class="link" href="glib-IO-Channels.html#G-IO-FLAG-SET-MASK:CAPS"><code class="literal">G_IO_FLAG_SET_MASK</code></a>).</p>
1603
1603
  <div class="refsect3">
1604
- <a name="id-1.4.9.7.30.5"></a><h4>Parameters</h4>
1604
+ <a name="g-io-channel-set-flags.parameters"></a><h4>Parameters</h4>
1605
1605
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1606
1606
  <colgroup>
1607
1607
  <col width="150px" class="parameters_name">
@@ -1628,7 +1628,7 @@ g_io_channel_set_flags (<em class="parameter"><code><a class="link" href="glib-I
1628
1628
  </table></div>
1629
1629
  </div>
1630
1630
  <div class="refsect3">
1631
- <a name="id-1.4.9.7.30.6"></a><h4>Returns</h4>
1631
+ <a name="g-io-channel-set-flags.returns"></a><h4>Returns</h4>
1632
1632
  <p> the status of the operation. </p>
1633
1633
  </div>
1634
1634
  </div>
@@ -1642,7 +1642,7 @@ g_io_channel_get_line_term (<em class="parameter"><code><a class="link" href="gl
1642
1642
  where in the file a line break occurs. A value of <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
1643
1643
  indicates autodetection.</p>
1644
1644
  <div class="refsect3">
1645
- <a name="id-1.4.9.7.31.5"></a><h4>Parameters</h4>
1645
+ <a name="g-io-channel-get-line-term.parameters"></a><h4>Parameters</h4>
1646
1646
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1647
1647
  <colgroup>
1648
1648
  <col width="150px" class="parameters_name">
@@ -1664,7 +1664,7 @@ indicates autodetection.</p>
1664
1664
  </table></div>
1665
1665
  </div>
1666
1666
  <div class="refsect3">
1667
- <a name="id-1.4.9.7.31.6"></a><h4>Returns</h4>
1667
+ <a name="g-io-channel-get-line-term.returns"></a><h4>Returns</h4>
1668
1668
  <p> The line termination string. This value
1669
1669
  is owned by GLib and must not be freed.</p>
1670
1670
  </div>
@@ -1679,7 +1679,7 @@ g_io_channel_set_line_term (<em class="parameter"><code><a class="link" href="gl
1679
1679
  <p>This sets the string that <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a> uses to determine
1680
1680
  where in the file a line break occurs.</p>
1681
1681
  <div class="refsect3">
1682
- <a name="id-1.4.9.7.32.5"></a><h4>Parameters</h4>
1682
+ <a name="g-io-channel-set-line-term.parameters"></a><h4>Parameters</h4>
1683
1683
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1684
1684
  <colgroup>
1685
1685
  <col width="150px" class="parameters_name">
@@ -1719,7 +1719,7 @@ g_io_channel_get_buffered (<em class="parameter"><code><a class="link" href="gli
1719
1719
  <p>Returns whether <em class="parameter"><code>channel</code></em>
1720
1720
  is buffered.</p>
1721
1721
  <div class="refsect3">
1722
- <a name="id-1.4.9.7.33.5"></a><h4>Parameters</h4>
1722
+ <a name="g-io-channel-get-buffered.parameters"></a><h4>Parameters</h4>
1723
1723
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1724
1724
  <colgroup>
1725
1725
  <col width="150px" class="parameters_name">
@@ -1734,7 +1734,7 @@ g_io_channel_get_buffered (<em class="parameter"><code><a class="link" href="gli
1734
1734
  </table></div>
1735
1735
  </div>
1736
1736
  <div class="refsect3">
1737
- <a name="id-1.4.9.7.33.6"></a><h4>Returns</h4>
1737
+ <a name="g-io-channel-get-buffered.returns"></a><h4>Returns</h4>
1738
1738
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>channel</code></em>
1739
1739
  is buffered. </p>
1740
1740
  </div>
@@ -1762,7 +1762,7 @@ calls from the new and old APIs, if this is necessary for
1762
1762
  maintaining old code.</p>
1763
1763
  <p>The default state of the channel is buffered.</p>
1764
1764
  <div class="refsect3">
1765
- <a name="id-1.4.9.7.34.8"></a><h4>Parameters</h4>
1765
+ <a name="g-io-channel-set-buffered.parameters"></a><h4>Parameters</h4>
1766
1766
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1767
1767
  <colgroup>
1768
1768
  <col width="150px" class="parameters_name">
@@ -1793,7 +1793,7 @@ g_io_channel_get_encoding (<em class="parameter"><code><a class="link" href="gli
1793
1793
  The internal encoding is always UTF-8. The encoding <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
1794
1794
  makes the channel safe for binary data.</p>
1795
1795
  <div class="refsect3">
1796
- <a name="id-1.4.9.7.35.5"></a><h4>Parameters</h4>
1796
+ <a name="g-io-channel-get-encoding.parameters"></a><h4>Parameters</h4>
1797
1797
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1798
1798
  <colgroup>
1799
1799
  <col width="150px" class="parameters_name">
@@ -1808,7 +1808,7 @@ makes the channel safe for binary data.</p>
1808
1808
  </table></div>
1809
1809
  </div>
1810
1810
  <div class="refsect3">
1811
- <a name="id-1.4.9.7.35.6"></a><h4>Returns</h4>
1811
+ <a name="g-io-channel-get-encoding.returns"></a><h4>Returns</h4>
1812
1812
  <p> A string containing the encoding, this string is
1813
1813
  owned by GLib and must not be freed.</p>
1814
1814
  </div>
@@ -1848,7 +1848,7 @@ does not guarantee that the encoding can be changed.</p></li>
1848
1848
  they are "seekable", cannot call <a class="link" href="glib-IO-Channels.html#g-io-channel-write-chars" title="g_io_channel_write_chars ()"><code class="function">g_io_channel_write_chars()</code></a> after
1849
1849
  calling one of the API "read" functions.</p>
1850
1850
  <div class="refsect3">
1851
- <a name="id-1.4.9.7.36.9"></a><h4>Parameters</h4>
1851
+ <a name="g-io-channel-set-encoding.parameters"></a><h4>Parameters</h4>
1852
1852
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1853
1853
  <colgroup>
1854
1854
  <col width="150px" class="parameters_name">
@@ -1875,7 +1875,7 @@ calling one of the API "read" functions.</p>
1875
1875
  </table></div>
1876
1876
  </div>
1877
1877
  <div class="refsect3">
1878
- <a name="id-1.4.9.7.36.10"></a><h4>Returns</h4>
1878
+ <a name="g-io-channel-set-encoding.returns"></a><h4>Returns</h4>
1879
1879
  <p> <a class="link" href="glib-IO-Channels.html#G-IO-STATUS-NORMAL:CAPS"><code class="literal">G_IO_STATUS_NORMAL</code></a> if the encoding was successfully set</p>
1880
1880
  </div>
1881
1881
  </div>
@@ -1891,7 +1891,7 @@ will be closed when <em class="parameter"><code>channel</code></em>
1891
1891
  destroyed. The default value of this is <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> for channels created
1892
1892
  by <a class="link" href="glib-IO-Channels.html#g-io-channel-new-file" title="g_io_channel_new_file ()"><code class="function">g_io_channel_new_file()</code></a>, and <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> for all other channels.</p>
1893
1893
  <div class="refsect3">
1894
- <a name="id-1.4.9.7.37.5"></a><h4>Parameters</h4>
1894
+ <a name="g-io-channel-get-close-on-unref.parameters"></a><h4>Parameters</h4>
1895
1895
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1896
1896
  <colgroup>
1897
1897
  <col width="150px" class="parameters_name">
@@ -1906,7 +1906,7 @@ by <a class="link" href="glib-IO-Channels.html#g-io-channel-new-file" title="g_i
1906
1906
  </table></div>
1907
1907
  </div>
1908
1908
  <div class="refsect3">
1909
- <a name="id-1.4.9.7.37.6"></a><h4>Returns</h4>
1909
+ <a name="g-io-channel-get-close-on-unref.returns"></a><h4>Returns</h4>
1910
1910
  <p> Whether the channel will be closed on the final unref of
1911
1911
  the GIOChannel data structure.</p>
1912
1912
  </div>
@@ -1920,7 +1920,7 @@ g_io_channel_set_close_on_unref (<em class="parameter"><code><a class="link" hre
1920
1920
  <p>Setting this flag to <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> for a channel you have already closed
1921
1921
  can cause problems.</p>
1922
1922
  <div class="refsect3">
1923
- <a name="id-1.4.9.7.38.5"></a><h4>Parameters</h4>
1923
+ <a name="g-io-channel-set-close-on-unref.parameters"></a><h4>Parameters</h4>
1924
1924
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1925
1925
  <colgroup>
1926
1926
  <col width="150px" class="parameters_name">
@@ -1959,7 +1959,7 @@ g_io_channel_read (<em class="parameter"><code><a class="link" href="glib-IO-Cha
1959
1959
  </div>
1960
1960
  <p>Reads data from a <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>.</p>
1961
1961
  <div class="refsect3">
1962
- <a name="id-1.4.9.7.39.6"></a><h4>Parameters</h4>
1962
+ <a name="g-io-channel-read.parameters"></a><h4>Parameters</h4>
1963
1963
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1964
1964
  <colgroup>
1965
1965
  <col width="150px" class="parameters_name">
@@ -1992,7 +1992,7 @@ count bytes long)</p></td>
1992
1992
  </table></div>
1993
1993
  </div>
1994
1994
  <div class="refsect3">
1995
- <a name="id-1.4.9.7.39.7"></a><h4>Returns</h4>
1995
+ <a name="g-io-channel-read.returns"></a><h4>Returns</h4>
1996
1996
  <p> <a class="link" href="glib-IO-Channels.html#G-IO-ERROR-NONE:CAPS"><code class="literal">G_IO_ERROR_NONE</code></a> if the operation was successful. </p>
1997
1997
  </div>
1998
1998
  </div>
@@ -2010,7 +2010,7 @@ g_io_channel_write (<em class="parameter"><code><a class="link" href="glib-IO-Ch
2010
2010
  </div>
2011
2011
  <p>Writes data to a <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>.</p>
2012
2012
  <div class="refsect3">
2013
- <a name="id-1.4.9.7.40.6"></a><h4>Parameters</h4>
2013
+ <a name="g-io-channel-write.parameters"></a><h4>Parameters</h4>
2014
2014
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2015
2015
  <colgroup>
2016
2016
  <col width="150px" class="parameters_name">
@@ -2042,7 +2042,7 @@ g_io_channel_write (<em class="parameter"><code><a class="link" href="glib-IO-Ch
2042
2042
  </table></div>
2043
2043
  </div>
2044
2044
  <div class="refsect3">
2045
- <a name="id-1.4.9.7.40.7"></a><h4>Returns</h4>
2045
+ <a name="g-io-channel-write.returns"></a><h4>Returns</h4>
2046
2046
  <p> <a class="link" href="glib-IO-Channels.html#G-IO-ERROR-NONE:CAPS"><code class="literal">G_IO_ERROR_NONE</code></a> if the operation was successful.</p>
2047
2047
  </div>
2048
2048
  </div>
@@ -2060,7 +2060,7 @@ g_io_channel_seek (<em class="parameter"><code><a class="link" href="glib-IO-Cha
2060
2060
  <p>Sets the current position in the <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>, similar to the standard
2061
2061
  library function <code class="function">fseek()</code>.</p>
2062
2062
  <div class="refsect3">
2063
- <a name="id-1.4.9.7.41.6"></a><h4>Parameters</h4>
2063
+ <a name="g-io-channel-seek.parameters"></a><h4>Parameters</h4>
2064
2064
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2065
2065
  <colgroup>
2066
2066
  <col width="150px" class="parameters_name">
@@ -2091,7 +2091,7 @@ position), <a class="link" href="glib-IO-Channels.html#G-SEEK-SET:CAPS"><code cl
2091
2091
  </table></div>
2092
2092
  </div>
2093
2093
  <div class="refsect3">
2094
- <a name="id-1.4.9.7.41.7"></a><h4>Returns</h4>
2094
+ <a name="g-io-channel-seek.returns"></a><h4>Returns</h4>
2095
2095
  <p> <a class="link" href="glib-IO-Channels.html#G-IO-ERROR-NONE:CAPS"><code class="literal">G_IO_ERROR_NONE</code></a> if the operation was successful.</p>
2096
2096
  </div>
2097
2097
  </div>
@@ -2108,7 +2108,7 @@ g_io_channel_close (<em class="parameter"><code><a class="link" href="glib-IO-Ch
2108
2108
  flushed, ignoring errors. The channel will not be freed until the
2109
2109
  last reference is dropped using <a class="link" href="glib-IO-Channels.html#g-io-channel-unref" title="g_io_channel_unref ()"><code class="function">g_io_channel_unref()</code></a>.</p>
2110
2110
  <div class="refsect3">
2111
- <a name="id-1.4.9.7.42.6"></a><h4>Parameters</h4>
2111
+ <a name="g-io-channel-close.parameters"></a><h4>Parameters</h4>
2112
2112
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2113
2113
  <colgroup>
2114
2114
  <col width="150px" class="parameters_name">
@@ -2141,7 +2141,7 @@ functions.</p>
2141
2141
  <p>An enumeration specifying the base position for a
2142
2142
  <a class="link" href="glib-IO-Channels.html#g-io-channel-seek-position" title="g_io_channel_seek_position ()"><code class="function">g_io_channel_seek_position()</code></a> operation.</p>
2143
2143
  <div class="refsect3">
2144
- <a name="id-1.4.9.8.3.4"></a><h4>Members</h4>
2144
+ <a name="GSeekType.members"></a><h4>Members</h4>
2145
2145
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2146
2146
  <colgroup>
2147
2147
  <col width="300px" class="enum_members_name">
@@ -2179,7 +2179,7 @@ functions.</p>
2179
2179
  <a name="GIOStatus"></a><h3>enum GIOStatus</h3>
2180
2180
  <p>Stati returned by most of the <a class="link" href="glib-IO-Channels.html#GIOFuncs" title="struct GIOFuncs"><span class="type">GIOFuncs</span></a> functions.</p>
2181
2181
  <div class="refsect3">
2182
- <a name="id-1.4.9.8.4.4"></a><h4>Members</h4>
2182
+ <a name="GIOStatus.members"></a><h4>Members</h4>
2183
2183
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2184
2184
  <colgroup>
2185
2185
  <col width="300px" class="enum_members_name">
@@ -2224,7 +2224,7 @@ functions.</p>
2224
2224
  <a name="GIOChannelError"></a><h3>enum GIOChannelError</h3>
2225
2225
  <p>Error codes returned by <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a> operations.</p>
2226
2226
  <div class="refsect3">
2227
- <a name="id-1.4.9.8.5.4"></a><h4>Members</h4>
2227
+ <a name="GIOChannelError.members"></a><h4>Members</h4>
2228
2228
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2229
2229
  <colgroup>
2230
2230
  <col width="300px" class="enum_members_name">
@@ -2314,7 +2314,7 @@ information on error domains.</p>
2314
2314
  <p>A bitwise combination representing a condition to watch for on an
2315
2315
  event source.</p>
2316
2316
  <div class="refsect3">
2317
- <a name="id-1.4.9.8.7.4"></a><h4>Members</h4>
2317
+ <a name="GIOCondition.members"></a><h4>Members</h4>
2318
2318
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2319
2319
  <colgroup>
2320
2320
  <col width="300px" class="enum_members_name">
@@ -2401,7 +2401,7 @@ event source.</p>
2401
2401
  <p>A table of functions used to handle different types of <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>
2402
2402
  in a generic way.</p>
2403
2403
  <div class="refsect3">
2404
- <a name="id-1.4.9.8.8.5"></a><h4>Members</h4>
2404
+ <a name="GIOFuncs.members"></a><h4>Members</h4>
2405
2405
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2406
2406
  <colgroup>
2407
2407
  <col width="300px" class="struct_members_name">
@@ -2481,7 +2481,7 @@ automatically adds the others as appropriate.</p></td>
2481
2481
  read with <a class="link" href="glib-IO-Channels.html#g-io-channel-get-flags" title="g_io_channel_get_flags ()"><code class="function">g_io_channel_get_flags()</code></a>, but not changed with
2482
2482
  <a class="link" href="glib-IO-Channels.html#g-io-channel-set-flags" title="g_io_channel_set_flags ()"><code class="function">g_io_channel_set_flags()</code></a>.</p>
2483
2483
  <div class="refsect3">
2484
- <a name="id-1.4.9.8.9.4"></a><h4>Members</h4>
2484
+ <a name="GIOFlags.members"></a><h4>Members</h4>
2485
2485
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2486
2486
  <colgroup>
2487
2487
  <col width="300px" class="enum_members_name">
@@ -2574,7 +2574,7 @@ read with <a class="link" href="glib-IO-Channels.html#g-io-channel-get-flags" ti
2574
2574
  <p><a class="link" href="glib-IO-Channels.html#GIOError" title="enum GIOError"><span class="type">GIOError</span></a> is only used by the deprecated functions
2575
2575
  <a class="link" href="glib-IO-Channels.html#g-io-channel-read" title="g_io_channel_read ()"><code class="function">g_io_channel_read()</code></a>, <a class="link" href="glib-IO-Channels.html#g-io-channel-write" title="g_io_channel_write ()"><code class="function">g_io_channel_write()</code></a>, and <a class="link" href="glib-IO-Channels.html#g-io-channel-seek" title="g_io_channel_seek ()"><code class="function">g_io_channel_seek()</code></a>.</p>
2576
2576
  <div class="refsect3">
2577
- <a name="id-1.4.9.8.10.4"></a><h4>Members</h4>
2577
+ <a name="GIOError.members"></a><h4>Members</h4>
2578
2578
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2579
2579
  <colgroup>
2580
2580
  <col width="300px" class="enum_members_name">
@@ -2622,6 +2622,6 @@ read with <a class="link" href="glib-IO-Channels.html#g-io-channel-get-flags" ti
2622
2622
  </div>
2623
2623
  </div>
2624
2624
  <div class="footer">
2625
- <hr>Generated by GTK-Doc V1.24</div>
2625
+ <hr>Generated by GTK-Doc V1.25.1</div>
2626
2626
  </body>
2627
2627
  </html>