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="application.html" title="Application support">
9
9
  <link rel="prev" href="GSimpleAction.html" title="GSimpleAction">
10
10
  <link rel="next" href="GRemoteActionGroup.html" title="GRemoteActionGroup">
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">
@@ -61,48 +61,48 @@
61
61
  </colgroup>
62
62
  <tbody>
63
63
  <tr>
64
- <td class="property_type"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
64
+ <td class="property_type"><a href="../glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
65
65
  <td class="property_name"><a class="link" href="GPropertyAction.html#GPropertyAction--enabled" title="The “enabled” property">enabled</a></td>
66
66
  <td class="property_flags">Read</td>
67
67
  </tr>
68
68
  <tr>
69
- <td class="property_type"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
69
+ <td class="property_type"><a href="../glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
70
70
  <td class="property_name"><a class="link" href="GPropertyAction.html#GPropertyAction--invert-boolean" title="The “invert-boolean” property">invert-boolean</a></td>
71
71
  <td class="property_flags">Read / Write / Construct Only</td>
72
72
  </tr>
73
73
  <tr>
74
74
  <td class="property_type">
75
- <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
75
+ <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
76
76
  <td class="property_name"><a class="link" href="GPropertyAction.html#GPropertyAction--name" title="The “name” property">name</a></td>
77
77
  <td class="property_flags">Read / Write / Construct Only</td>
78
78
  </tr>
79
79
  <tr>
80
80
  <td class="property_type">
81
- <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *</td>
81
+ <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *</td>
82
82
  <td class="property_name"><a class="link" href="GPropertyAction.html#GPropertyAction--object" title="The “object” property">object</a></td>
83
83
  <td class="property_flags">Write / Construct Only</td>
84
84
  </tr>
85
85
  <tr>
86
86
  <td class="property_type">
87
- <a href="../glib/glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> *</td>
87
+ <a href="../glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> *</td>
88
88
  <td class="property_name"><a class="link" href="GPropertyAction.html#GPropertyAction--parameter-type" title="The “parameter-type” property">parameter-type</a></td>
89
89
  <td class="property_flags">Read</td>
90
90
  </tr>
91
91
  <tr>
92
92
  <td class="property_type">
93
- <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
93
+ <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
94
94
  <td class="property_name"><a class="link" href="GPropertyAction.html#GPropertyAction--property-name" title="The “property-name” property">property-name</a></td>
95
95
  <td class="property_flags">Write / Construct Only</td>
96
96
  </tr>
97
97
  <tr>
98
98
  <td class="property_type">
99
- <a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *</td>
99
+ <a href="../glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *</td>
100
100
  <td class="property_name"><a class="link" href="GPropertyAction.html#GPropertyAction--state" title="The “state” property">state</a></td>
101
101
  <td class="property_flags">Read</td>
102
102
  </tr>
103
103
  <tr>
104
104
  <td class="property_type">
105
- <a href="../glib/glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> *</td>
105
+ <a href="../glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> *</td>
106
106
  <td class="property_name"><a class="link" href="GPropertyAction.html#GPropertyAction--state-type" title="The “state-type” property">state-type</a></td>
107
107
  <td class="property_flags">Read</td>
108
108
  </tr>
@@ -124,7 +124,7 @@
124
124
  </div>
125
125
  <div class="refsect1">
126
126
  <a name="GPropertyAction.object-hierarchy"></a><h2>Object Hierarchy</h2>
127
- <pre class="screen"> <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
127
+ <pre class="screen"> <a href="../gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
128
128
  <span class="lineart">╰──</span> GPropertyAction
129
129
  </pre>
130
130
  </div>
@@ -142,20 +142,20 @@ GPropertyAction implements
142
142
  <div class="refsect1">
143
143
  <a name="GPropertyAction.description"></a><h2>Description</h2>
144
144
  <p>A <a class="link" href="GPropertyAction.html" title="GPropertyAction"><span class="type">GPropertyAction</span></a> is a way to get a <a class="link" href="GAction.html" title="GAction"><span class="type">GAction</span></a> with a state value
145
- reflecting and controlling the value of a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property.</p>
145
+ reflecting and controlling the value of a <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> property.</p>
146
146
  <p>The state of the action will correspond to the value of the property.
147
147
  Changing it will change the property (assuming the requested value
148
- matches the requirements as specified in the <a href="../gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a>).</p>
148
+ matches the requirements as specified in the <a href="../gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a>).</p>
149
149
  <p>Only the most common types are presently supported. Booleans are
150
150
  mapped to booleans, strings to strings, signed/unsigned integers to
151
151
  int32/uint32 and floats and doubles to doubles.</p>
152
152
  <p>If the property is an enum then the state will be string-typed and
153
153
  conversion will automatically be performed between the enum value and
154
- "nick" string as per the <a href="../gobject/gobject-Enumeration-and-Flag-Types.html#GEnumValue"><span class="type">GEnumValue</span></a> table.</p>
154
+ "nick" string as per the <a href="../gobject-Enumeration-and-Flag-Types.html#GEnumValue"><span class="type">GEnumValue</span></a> table.</p>
155
155
  <p>Flags types are not currently supported.</p>
156
156
  <p>Properties of object types, boxed types and pointer types are not
157
157
  supported and probably never will be.</p>
158
- <p>Properties of <a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> types are not currently supported.</p>
158
+ <p>Properties of <a href="../glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> types are not currently supported.</p>
159
159
  <p>If the property is boolean-valued then the action will have a NULL
160
160
  parameter type, and activating the action (with no parameter) will
161
161
  toggle the value of the property.</p>
@@ -166,16 +166,16 @@ particular piece of state is kept (and therefore has to be synchronised
166
166
  between). <a class="link" href="GPropertyAction.html" title="GPropertyAction"><span class="type">GPropertyAction</span></a> does not have a separate state that is kept
167
167
  in sync with the property value -- its state is the property value.</p>
168
168
  <p>For example, it might be useful to create a <a class="link" href="GAction.html" title="GAction"><span class="type">GAction</span></a> corresponding to
169
- the "visible-child-name" property of a <a href="http://developer.gnome.org/gtk2/GtkStack.html"><span class="type">GtkStack</span></a> so that the current
169
+ the "visible-child-name" property of a <span class="type">GtkStack</span> so that the current
170
170
  page can be switched from a menu. The active radio indication in the
171
171
  menu is then directly determined from the active page of the
172
- <a href="http://developer.gnome.org/gtk2/GtkStack.html"><span class="type">GtkStack</span></a>.</p>
172
+ <span class="type">GtkStack</span>.</p>
173
173
  <p>An anti-example would be binding the "active-id" property on a
174
- <a href="http://developer.gnome.org/gtk2/GtkComboBox.html"><span class="type">GtkComboBox</span></a>. This is because the state of the combobox itself is
174
+ <span class="type">GtkComboBox</span>. This is because the state of the combobox itself is
175
175
  probably uninteresting and is actually being used to control
176
176
  something else.</p>
177
177
  <p>Another anti-example would be to bind to the "visible-child-name"
178
- property of a <a href="http://developer.gnome.org/gtk2/GtkStack.html"><span class="type">GtkStack</span></a> if this value is actually stored in
178
+ property of a <span class="type">GtkStack</span> if this value is actually stored in
179
179
  <a class="link" href="GSettings.html" title="GSettings"><span class="type">GSettings</span></a>. In that case, the real source of the value is
180
180
  <a class="link" href="GSettings.html" title="GSettings"><span class="type">GSettings</span></a>. If you want a <a class="link" href="GAction.html" title="GAction"><span class="type">GAction</span></a> to control a setting stored in
181
181
  <a class="link" href="GSettings.html" title="GSettings"><span class="type">GSettings</span></a>, see <a class="link" href="GSettings.html#g-settings-create-action" title="g_settings_create_action ()"><code class="function">g_settings_create_action()</code></a> instead, and possibly
@@ -186,9 +186,9 @@ combine its use with <a class="link" href="GSettings.html#g-settings-bind" title
186
186
  <div class="refsect2">
187
187
  <a name="g-property-action-new"></a><h3>g_property_action_new ()</h3>
188
188
  <pre class="programlisting"><a class="link" href="GPropertyAction.html" title="GPropertyAction"><span class="returnvalue">GPropertyAction</span></a> *
189
- g_property_action_new (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
190
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> object</code></em>,
191
- <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>);</pre>
189
+ g_property_action_new (<em class="parameter"><code>const <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
190
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> object</code></em>,
191
+ <em class="parameter"><code>const <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>);</pre>
192
192
  <p>Creates a <a class="link" href="GAction.html" title="GAction"><span class="type">GAction</span></a> corresponding to the value of property
193
193
  <em class="parameter"><code>property_name</code></em>
194
194
  on <em class="parameter"><code>object</code></em>
@@ -199,7 +199,7 @@ construct-only).</p>
199
199
  and doesn't release it
200
200
  until the action is destroyed.</p>
201
201
  <div class="refsect3">
202
- <a name="id-1.4.24.9.10.2.7"></a><h4>Parameters</h4>
202
+ <a name="g-property-action-new.parameters"></a><h4>Parameters</h4>
203
203
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
204
204
  <colgroup>
205
205
  <col width="150px" class="parameters_name">
@@ -227,7 +227,7 @@ to wrap. </p></td>
227
227
  </table></div>
228
228
  </div>
229
229
  <div class="refsect3">
230
- <a name="id-1.4.24.9.10.2.8"></a><h4>Returns</h4>
230
+ <a name="g-property-action-new.returns"></a><h4>Returns</h4>
231
231
  <p> a new <a class="link" href="GPropertyAction.html" title="GPropertyAction"><span class="type">GPropertyAction</span></a></p>
232
232
  </div>
233
233
  <p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
@@ -246,7 +246,7 @@ to wrap. </p></td>
246
246
  <a name="GPropertyAction.property-details"></a><h2>Property Details</h2>
247
247
  <div class="refsect2">
248
248
  <a name="GPropertyAction--enabled"></a><h3>The <code class="literal">“enabled”</code> property</h3>
249
- <pre class="programlisting"> “enabled” <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
249
+ <pre class="programlisting"> “enabled” <a href="../glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
250
250
  <p>If <em class="parameter"><code>action</code></em>
251
251
  is currently enabled.</p>
252
252
  <p>If the action is disabled then calls to <a class="link" href="GAction.html#g-action-activate" title="g_action_activate ()"><code class="function">g_action_activate()</code></a> and
@@ -258,8 +258,8 @@ to wrap. </p></td>
258
258
  <hr>
259
259
  <div class="refsect2">
260
260
  <a name="GPropertyAction--invert-boolean"></a><h3>The <code class="literal">“invert-boolean”</code> property</h3>
261
- <pre class="programlisting"> “invert-boolean” <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
262
- <p>If <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the state of the action will be the negation of the
261
+ <pre class="programlisting"> “invert-boolean” <a href="../glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
262
+ <p>If <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the state of the action will be the negation of the
263
263
  property value, provided the property is boolean.</p>
264
264
  <p>Flags: Read / Write / Construct Only</p>
265
265
  <p>Default value: FALSE</p>
@@ -268,7 +268,7 @@ property value, provided the property is boolean.</p>
268
268
  <hr>
269
269
  <div class="refsect2">
270
270
  <a name="GPropertyAction--name"></a><h3>The <code class="literal">“name”</code> property</h3>
271
- <pre class="programlisting"> “name” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
271
+ <pre class="programlisting"> “name” <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
272
272
  <p>The name of the action. This is mostly meaningful for identifying
273
273
  the action once it has been added to a <a class="link" href="GActionMap.html" title="GActionMap"><span class="type">GActionMap</span></a>.</p>
274
274
  <p>Flags: Read / Write / Construct Only</p>
@@ -278,16 +278,16 @@ the action once it has been added to a <a class="link" href="GActionMap.html" ti
278
278
  <hr>
279
279
  <div class="refsect2">
280
280
  <a name="GPropertyAction--object"></a><h3>The <code class="literal">“object”</code> property</h3>
281
- <pre class="programlisting"> “object” <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *</pre>
281
+ <pre class="programlisting"> “object” <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *</pre>
282
282
  <p>The object to wrap a property on.</p>
283
- <p>The object must be a non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> with properties.</p>
283
+ <p>The object must be a non-<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> with properties.</p>
284
284
  <p>Flags: Write / Construct Only</p>
285
285
  <p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
286
286
  </div>
287
287
  <hr>
288
288
  <div class="refsect2">
289
289
  <a name="GPropertyAction--parameter-type"></a><h3>The <code class="literal">“parameter-type”</code> property</h3>
290
- <pre class="programlisting"> “parameter-type” <a href="../glib/glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> *</pre>
290
+ <pre class="programlisting"> “parameter-type” <a href="../glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> *</pre>
291
291
  <p>The type of the parameter that must be given when activating the
292
292
  action.</p>
293
293
  <p>Flags: Read</p>
@@ -296,7 +296,7 @@ action.</p>
296
296
  <hr>
297
297
  <div class="refsect2">
298
298
  <a name="GPropertyAction--property-name"></a><h3>The <code class="literal">“property-name”</code> property</h3>
299
- <pre class="programlisting"> “property-name” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
299
+ <pre class="programlisting"> “property-name” <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
300
300
  <p>The name of the property to wrap on the object.</p>
301
301
  <p>The property must exist on the passed-in object and it must be
302
302
  readable and writable (and not construct-only).</p>
@@ -307,8 +307,8 @@ readable and writable (and not construct-only).</p>
307
307
  <hr>
308
308
  <div class="refsect2">
309
309
  <a name="GPropertyAction--state"></a><h3>The <code class="literal">“state”</code> property</h3>
310
- <pre class="programlisting"> “state” <a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *</pre>
311
- <p>The state of the action, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the action is stateless.</p>
310
+ <pre class="programlisting"> “state” <a href="../glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *</pre>
311
+ <p>The state of the action, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the action is stateless.</p>
312
312
  <p>Flags: Read</p>
313
313
  <p>Allowed values: GVariant&lt;*&gt;</p>
314
314
  <p>Default value: NULL</p>
@@ -317,8 +317,8 @@ readable and writable (and not construct-only).</p>
317
317
  <hr>
318
318
  <div class="refsect2">
319
319
  <a name="GPropertyAction--state-type"></a><h3>The <code class="literal">“state-type”</code> property</h3>
320
- <pre class="programlisting"> “state-type” <a href="../glib/glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> *</pre>
321
- <p>The <a href="../glib/glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> of the state that the action has, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
320
+ <pre class="programlisting"> “state-type” <a href="../glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> *</pre>
321
+ <p>The <a href="../glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> of the state that the action has, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
322
322
  action is stateless.</p>
323
323
  <p>Flags: Read</p>
324
324
  <p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
@@ -326,6 +326,6 @@ action is stateless.</p>
326
326
  </div>
327
327
  </div>
328
328
  <div class="footer">
329
- <hr>Generated by GTK-Doc V1.24</div>
329
+ <hr>Generated by GTK-Doc V1.25.1</div>
330
330
  </body>
331
331
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="networking.html" title="Low-level network support">
9
9
  <link rel="prev" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">
10
10
  <link rel="next" href="GProxyAddress.html" title="GProxyAddress">
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">
@@ -75,7 +75,7 @@
75
75
  </tr>
76
76
  <tr>
77
77
  <td class="function_type">
78
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
78
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
79
79
  </td>
80
80
  <td class="function_name">
81
81
  <a class="link" href="GProxy.html#g-proxy-supports-hostname" title="g_proxy_supports_hostname ()">g_proxy_supports_hostname</a> <span class="c_punctuation">()</span>
@@ -109,7 +109,7 @@
109
109
  </div>
110
110
  <div class="refsect1">
111
111
  <a name="GProxy.object-hierarchy"></a><h2>Object Hierarchy</h2>
112
- <pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
112
+ <pre class="screen"> <a href="/home/desrt/Install/jhbuild/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
113
113
  <span class="lineart">╰──</span> GProxy
114
114
  </pre>
115
115
  </div>
@@ -117,7 +117,7 @@
117
117
  <a name="GProxy.prerequisites"></a><h2>Prerequisites</h2>
118
118
  <p>
119
119
  GProxy requires
120
- <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
120
+ <a href="../gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>.</p>
121
121
  </div>
122
122
  <div class="refsect1">
123
123
  <a name="GProxy.includes"></a><h2>Includes</h2>
@@ -142,7 +142,7 @@ g_proxy_connect (<em class="parameter"><code><a class="link" href="GProxy.html"
142
142
  <em class="parameter"><code><a class="link" href="GIOStream.html" title="GIOStream"><span class="type">GIOStream</span></a> *connection</code></em>,
143
143
  <em class="parameter"><code><a class="link" href="GProxyAddress.html" title="GProxyAddress"><span class="type">GProxyAddress</span></a> *proxy_address</code></em>,
144
144
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
145
- <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
145
+ <em class="parameter"><code><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
146
146
  <p>Given <em class="parameter"><code>connection</code></em>
147
147
  to communicate with a proxy (eg, a
148
148
  <a class="link" href="GSocketConnection.html" title="GSocketConnection"><span class="type">GSocketConnection</span></a> that is connected to the proxy server), this
@@ -150,7 +150,7 @@ does the necessary handshake to connect to <em class="parameter"><code>proxy_add
150
150
  , and if
151
151
  required, wraps the <a class="link" href="GIOStream.html" title="GIOStream"><span class="type">GIOStream</span></a> to handle proxy payload.</p>
152
152
  <div class="refsect3">
153
- <a name="id-1.4.13.14.9.2.5"></a><h4>Parameters</h4>
153
+ <a name="g-proxy-connect.parameters"></a><h4>Parameters</h4>
154
154
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
155
155
  <colgroup>
156
156
  <col width="150px" class="parameters_name">
@@ -180,14 +180,14 @@ required, wraps the <a class="link" href="GIOStream.html" title="GIOStream"><spa
180
180
  </tr>
181
181
  <tr>
182
182
  <td class="parameter_name"><p>error</p></td>
183
- <td class="parameter_description"><p>return <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
183
+ <td class="parameter_description"><p>return <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
184
184
  <td class="parameter_annotations"> </td>
185
185
  </tr>
186
186
  </tbody>
187
187
  </table></div>
188
188
  </div>
189
189
  <div class="refsect3">
190
- <a name="id-1.4.13.14.9.2.6"></a><h4>Returns</h4>
190
+ <a name="g-proxy-connect.returns"></a><h4>Returns</h4>
191
191
  <p> a <a class="link" href="GIOStream.html" title="GIOStream"><span class="type">GIOStream</span></a> that will replace <em class="parameter"><code>connection</code></em>
192
192
  . This might
193
193
  be the same as <em class="parameter"><code>connection</code></em>
@@ -206,10 +206,10 @@ g_proxy_connect_async (<em class="parameter"><code><a class="link" href="GProxy.
206
206
  <em class="parameter"><code><a class="link" href="GProxyAddress.html" title="GProxyAddress"><span class="type">GProxyAddress</span></a> *proxy_address</code></em>,
207
207
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
208
208
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
209
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
209
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
210
210
  <p>Asynchronous version of <a class="link" href="GProxy.html#g-proxy-connect" title="g_proxy_connect ()"><code class="function">g_proxy_connect()</code></a>.</p>
211
211
  <div class="refsect3">
212
- <a name="id-1.4.13.14.9.3.5"></a><h4>Parameters</h4>
212
+ <a name="g-proxy-connect-async.parameters"></a><h4>Parameters</h4>
213
213
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
214
214
  <colgroup>
215
215
  <col width="150px" class="parameters_name">
@@ -258,10 +258,10 @@ g_proxy_connect_async (<em class="parameter"><code><a class="link" href="GProxy.
258
258
  <pre class="programlisting"><a class="link" href="GIOStream.html" title="GIOStream"><span class="returnvalue">GIOStream</span></a> *
259
259
  g_proxy_connect_finish (<em class="parameter"><code><a class="link" href="GProxy.html" title="GProxy"><span class="type">GProxy</span></a> *proxy</code></em>,
260
260
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
261
- <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
261
+ <em class="parameter"><code><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
262
262
  <p>See <a class="link" href="GProxy.html#g-proxy-connect" title="g_proxy_connect ()"><code class="function">g_proxy_connect()</code></a>.</p>
263
263
  <div class="refsect3">
264
- <a name="id-1.4.13.14.9.4.5"></a><h4>Parameters</h4>
264
+ <a name="g-proxy-connect-finish.parameters"></a><h4>Parameters</h4>
265
265
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
266
266
  <colgroup>
267
267
  <col width="150px" class="parameters_name">
@@ -281,14 +281,14 @@ g_proxy_connect_finish (<em class="parameter"><code><a class="link" href="GProxy
281
281
  </tr>
282
282
  <tr>
283
283
  <td class="parameter_name"><p>error</p></td>
284
- <td class="parameter_description"><p>return <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
284
+ <td class="parameter_description"><p>return <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
285
285
  <td class="parameter_annotations"> </td>
286
286
  </tr>
287
287
  </tbody>
288
288
  </table></div>
289
289
  </div>
290
290
  <div class="refsect3">
291
- <a name="id-1.4.13.14.9.4.6"></a><h4>Returns</h4>
291
+ <a name="g-proxy-connect-finish.returns"></a><h4>Returns</h4>
292
292
  <p> a <a class="link" href="GIOStream.html" title="GIOStream"><span class="type">GIOStream</span></a>. </p>
293
293
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
294
294
  </div>
@@ -298,11 +298,11 @@ g_proxy_connect_finish (<em class="parameter"><code><a class="link" href="GProxy
298
298
  <div class="refsect2">
299
299
  <a name="g-proxy-get-default-for-protocol"></a><h3>g_proxy_get_default_for_protocol ()</h3>
300
300
  <pre class="programlisting"><a class="link" href="GProxy.html" title="GProxy"><span class="returnvalue">GProxy</span></a> *
301
- g_proxy_get_default_for_protocol (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *protocol</code></em>);</pre>
301
+ g_proxy_get_default_for_protocol (<em class="parameter"><code>const <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *protocol</code></em>);</pre>
302
302
  <p>Lookup "gio-proxy" extension point for a proxy implementation that supports
303
303
  specified protocol.</p>
304
304
  <div class="refsect3">
305
- <a name="id-1.4.13.14.9.5.5"></a><h4>Parameters</h4>
305
+ <a name="g-proxy-get-default-for-protocol.parameters"></a><h4>Parameters</h4>
306
306
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
307
307
  <colgroup>
308
308
  <col width="150px" class="parameters_name">
@@ -317,7 +317,7 @@ specified protocol.</p>
317
317
  </table></div>
318
318
  </div>
319
319
  <div class="refsect3">
320
- <a name="id-1.4.13.14.9.5.6"></a><h4>Returns</h4>
320
+ <a name="g-proxy-get-default-for-protocol.returns"></a><h4>Returns</h4>
321
321
  <p> return a <a class="link" href="GProxy.html" title="GProxy"><span class="type">GProxy</span></a> or NULL if protocol
322
322
  is not supported. </p>
323
323
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -327,18 +327,18 @@ is not supported. </p>
327
327
  <hr>
328
328
  <div class="refsect2">
329
329
  <a name="g-proxy-supports-hostname"></a><h3>g_proxy_supports_hostname ()</h3>
330
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
330
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
331
331
  g_proxy_supports_hostname (<em class="parameter"><code><a class="link" href="GProxy.html" title="GProxy"><span class="type">GProxy</span></a> *proxy</code></em>);</pre>
332
332
  <p>Some proxy protocols expect to be passed a hostname, which they
333
333
  will resolve to an IP address themselves. Others, like SOCKS4, do
334
- not allow this. This function will return <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>proxy</code></em>
334
+ not allow this. This function will return <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>proxy</code></em>
335
335
  is
336
- implementing such a protocol. When <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned, the caller
336
+ implementing such a protocol. When <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned, the caller
337
337
  should resolve the destination hostname first, and then pass a
338
338
  <a class="link" href="GProxyAddress.html" title="GProxyAddress"><span class="type">GProxyAddress</span></a> containing the stringified IP address to
339
339
  <a class="link" href="GProxy.html#g-proxy-connect" title="g_proxy_connect ()"><code class="function">g_proxy_connect()</code></a> or <a class="link" href="GProxy.html#g-proxy-connect-async" title="g_proxy_connect_async ()"><code class="function">g_proxy_connect_async()</code></a>.</p>
340
340
  <div class="refsect3">
341
- <a name="id-1.4.13.14.9.6.5"></a><h4>Parameters</h4>
341
+ <a name="g-proxy-supports-hostname.parameters"></a><h4>Parameters</h4>
342
342
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
343
343
  <colgroup>
344
344
  <col width="150px" class="parameters_name">
@@ -353,8 +353,8 @@ should resolve the destination hostname first, and then pass a
353
353
  </table></div>
354
354
  </div>
355
355
  <div class="refsect3">
356
- <a name="id-1.4.13.14.9.6.6"></a><h4>Returns</h4>
357
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if hostname resolution is supported.</p>
356
+ <a name="g-proxy-supports-hostname.returns"></a><h4>Returns</h4>
357
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if hostname resolution is supported.</p>
358
358
  </div>
359
359
  <p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
360
360
  </div>
@@ -397,7 +397,7 @@ should resolve the destination hostname first, and then pass a
397
397
  </pre>
398
398
  <p>Provides an interface for handling proxy connection and payload.</p>
399
399
  <div class="refsect3">
400
- <a name="id-1.4.13.14.10.3.5"></a><h4>Members</h4>
400
+ <a name="GProxyInterface.members"></a><h4>Members</h4>
401
401
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
402
402
  <colgroup>
403
403
  <col width="300px" class="struct_members_name">
@@ -406,11 +406,6 @@ should resolve the destination hostname first, and then pass a
406
406
  </colgroup>
407
407
  <tbody>
408
408
  <tr>
409
- <td class="struct_member_name"><p><a href="../gobject/gobject-Type-Information.html#GTypeInterface"><span class="type">GTypeInterface</span></a> <em class="structfield"><code><a name="GProxyInterface.g-iface"></a>g_iface</code></em>;</p></td>
410
- <td class="struct_member_description"><p>The parent interface.</p></td>
411
- <td class="struct_member_annotations"> </td>
412
- </tr>
413
- <tr>
414
409
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GProxyInterface.connect"></a>connect</code></em> ()</p></td>
415
410
  <td class="struct_member_description"><p>Connect to proxy server and wrap (if required) the <span class="type">connection</span>
416
411
  to handle payload.</p></td>
@@ -448,6 +443,6 @@ See Extending GIO.</p>
448
443
  </div>
449
444
  </div>
450
445
  <div class="footer">
451
- <hr>Generated by GTK-Doc V1.24</div>
446
+ <hr>Generated by GTK-Doc V1.25.1</div>
452
447
  </body>
453
448
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="networking.html" title="Low-level network support">
9
9
  <link rel="prev" href="GProxy.html" title="GProxy">
10
10
  <link rel="next" href="gio-gnetworking.h.html" title="gnetworking.h">
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">
@@ -43,14 +43,14 @@
43
43
  </colgroup>
44
44
  <tbody>
45
45
  <tr>
46
- <td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
46
+ <td class="function_type">const <a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
47
47
  </td>
48
48
  <td class="function_name">
49
49
  <a class="link" href="GProxyAddress.html#g-proxy-address-get-destination-protocol" title="g_proxy_address_get_destination_protocol ()">g_proxy_address_get_destination_protocol</a> <span class="c_punctuation">()</span>
50
50
  </td>
51
51
  </tr>
52
52
  <tr>
53
- <td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
53
+ <td class="function_type">const <a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
54
54
  </td>
55
55
  <td class="function_name">
56
56
  <a class="link" href="GProxyAddress.html#g-proxy-address-get-destination-hostname" title="g_proxy_address_get_destination_hostname ()">g_proxy_address_get_destination_hostname</a> <span class="c_punctuation">()</span>
@@ -58,35 +58,35 @@
58
58
  </tr>
59
59
  <tr>
60
60
  <td class="function_type">
61
- <a href="../glib/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
61
+ <a href="../glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
62
62
  </td>
63
63
  <td class="function_name">
64
64
  <a class="link" href="GProxyAddress.html#g-proxy-address-get-destination-port" title="g_proxy_address_get_destination_port ()">g_proxy_address_get_destination_port</a> <span class="c_punctuation">()</span>
65
65
  </td>
66
66
  </tr>
67
67
  <tr>
68
- <td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
68
+ <td class="function_type">const <a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
69
69
  </td>
70
70
  <td class="function_name">
71
71
  <a class="link" href="GProxyAddress.html#g-proxy-address-get-password" title="g_proxy_address_get_password ()">g_proxy_address_get_password</a> <span class="c_punctuation">()</span>
72
72
  </td>
73
73
  </tr>
74
74
  <tr>
75
- <td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
75
+ <td class="function_type">const <a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
76
76
  </td>
77
77
  <td class="function_name">
78
78
  <a class="link" href="GProxyAddress.html#g-proxy-address-get-protocol" title="g_proxy_address_get_protocol ()">g_proxy_address_get_protocol</a> <span class="c_punctuation">()</span>
79
79
  </td>
80
80
  </tr>
81
81
  <tr>
82
- <td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
82
+ <td class="function_type">const <a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
83
83
  </td>
84
84
  <td class="function_name">
85
85
  <a class="link" href="GProxyAddress.html#g-proxy-address-get-username" title="g_proxy_address_get_username ()">g_proxy_address_get_username</a> <span class="c_punctuation">()</span>
86
86
  </td>
87
87
  </tr>
88
88
  <tr>
89
- <td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
89
+ <td class="function_type">const <a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
90
90
  </td>
91
91
  <td class="function_name">
92
92
  <a class="link" href="GProxyAddress.html#g-proxy-address-get-uri" title="g_proxy_address_get_uri ()">g_proxy_address_get_uri</a> <span class="c_punctuation">()</span>
@@ -114,42 +114,42 @@
114
114
  <tbody>
115
115
  <tr>
116
116
  <td class="property_type">
117
- <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
117
+ <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
118
118
  <td class="property_name"><a class="link" href="GProxyAddress.html#GProxyAddress--destination-hostname" title="The “destination-hostname” property">destination-hostname</a></td>
119
119
  <td class="property_flags">Read / Write / Construct Only</td>
120
120
  </tr>
121
121
  <tr>
122
- <td class="property_type"><a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
122
+ <td class="property_type"><a href="../glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
123
123
  <td class="property_name"><a class="link" href="GProxyAddress.html#GProxyAddress--destination-port" title="The “destination-port” property">destination-port</a></td>
124
124
  <td class="property_flags">Read / Write / Construct Only</td>
125
125
  </tr>
126
126
  <tr>
127
127
  <td class="property_type">
128
- <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
128
+ <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
129
129
  <td class="property_name"><a class="link" href="GProxyAddress.html#GProxyAddress--destination-protocol" title="The “destination-protocol” property">destination-protocol</a></td>
130
130
  <td class="property_flags">Read / Write / Construct Only</td>
131
131
  </tr>
132
132
  <tr>
133
133
  <td class="property_type">
134
- <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
134
+ <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
135
135
  <td class="property_name"><a class="link" href="GProxyAddress.html#GProxyAddress--password" title="The “password” property">password</a></td>
136
136
  <td class="property_flags">Read / Write / Construct Only</td>
137
137
  </tr>
138
138
  <tr>
139
139
  <td class="property_type">
140
- <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
140
+ <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
141
141
  <td class="property_name"><a class="link" href="GProxyAddress.html#GProxyAddress--protocol" title="The “protocol” property">protocol</a></td>
142
142
  <td class="property_flags">Read / Write / Construct Only</td>
143
143
  </tr>
144
144
  <tr>
145
145
  <td class="property_type">
146
- <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
146
+ <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
147
147
  <td class="property_name"><a class="link" href="GProxyAddress.html#GProxyAddress--uri" title="The “uri” property">uri</a></td>
148
148
  <td class="property_flags">Read / Write / Construct Only</td>
149
149
  </tr>
150
150
  <tr>
151
151
  <td class="property_type">
152
- <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
152
+ <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
153
153
  <td class="property_name"><a class="link" href="GProxyAddress.html#GProxyAddress--username" title="The “username” property">username</a></td>
154
154
  <td class="property_flags">Read / Write / Construct Only</td>
155
155
  </tr>
@@ -177,7 +177,7 @@
177
177
  </div>
178
178
  <div class="refsect1">
179
179
  <a name="GProxyAddress.object-hierarchy"></a><h2>Object Hierarchy</h2>
180
- <pre class="screen"> <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
180
+ <pre class="screen"> <a href="../gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
181
181
  <span class="lineart">╰──</span> <a class="link" href="GSocketAddress.html" title="GSocketAddress">GSocketAddress</a>
182
182
  <span class="lineart">╰──</span> <a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress">GInetSocketAddress</a>
183
183
  <span class="lineart">╰──</span> GProxyAddress
@@ -202,13 +202,13 @@ GProxyAddress implements
202
202
  <a name="GProxyAddress.functions_details"></a><h2>Functions</h2>
203
203
  <div class="refsect2">
204
204
  <a name="g-proxy-address-get-destination-protocol"></a><h3>g_proxy_address_get_destination_protocol ()</h3>
205
- <pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
205
+ <pre class="programlisting">const <a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
206
206
  g_proxy_address_get_destination_protocol
207
207
  (<em class="parameter"><code><a class="link" href="GProxyAddress.html" title="GProxyAddress"><span class="type">GProxyAddress</span></a> *proxy</code></em>);</pre>
208
208
  <p>Gets the protocol that is being spoken to the destination
209
209
  server; eg, "http" or "ftp".</p>
210
210
  <div class="refsect3">
211
- <a name="id-1.4.13.15.10.2.5"></a><h4>Parameters</h4>
211
+ <a name="g-proxy-address-get-destination-protocol.parameters"></a><h4>Parameters</h4>
212
212
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
213
213
  <colgroup>
214
214
  <col width="150px" class="parameters_name">
@@ -223,7 +223,7 @@ server; eg, "http" or "ftp".</p>
223
223
  </table></div>
224
224
  </div>
225
225
  <div class="refsect3">
226
- <a name="id-1.4.13.15.10.2.6"></a><h4>Returns</h4>
226
+ <a name="g-proxy-address-get-destination-protocol.returns"></a><h4>Returns</h4>
227
227
  <p> the <em class="parameter"><code>proxy</code></em>
228
228
  's destination protocol</p>
229
229
  </div>
@@ -232,7 +232,7 @@ server; eg, "http" or "ftp".</p>
232
232
  <hr>
233
233
  <div class="refsect2">
234
234
  <a name="g-proxy-address-get-destination-hostname"></a><h3>g_proxy_address_get_destination_hostname ()</h3>
235
- <pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
235
+ <pre class="programlisting">const <a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
236
236
  g_proxy_address_get_destination_hostname
237
237
  (<em class="parameter"><code><a class="link" href="GProxyAddress.html" title="GProxyAddress"><span class="type">GProxyAddress</span></a> *proxy</code></em>);</pre>
238
238
  <p>Gets <em class="parameter"><code>proxy</code></em>
@@ -240,7 +240,7 @@ g_proxy_address_get_destination_hostname
240
240
  that will be connected to via the proxy, not the name of the proxy
241
241
  itself.</p>
242
242
  <div class="refsect3">
243
- <a name="id-1.4.13.15.10.3.5"></a><h4>Parameters</h4>
243
+ <a name="g-proxy-address-get-destination-hostname.parameters"></a><h4>Parameters</h4>
244
244
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
245
245
  <colgroup>
246
246
  <col width="150px" class="parameters_name">
@@ -255,7 +255,7 @@ itself.</p>
255
255
  </table></div>
256
256
  </div>
257
257
  <div class="refsect3">
258
- <a name="id-1.4.13.15.10.3.6"></a><h4>Returns</h4>
258
+ <a name="g-proxy-address-get-destination-hostname.returns"></a><h4>Returns</h4>
259
259
  <p> the <em class="parameter"><code>proxy</code></em>
260
260
  's destination hostname</p>
261
261
  </div>
@@ -264,14 +264,14 @@ itself.</p>
264
264
  <hr>
265
265
  <div class="refsect2">
266
266
  <a name="g-proxy-address-get-destination-port"></a><h3>g_proxy_address_get_destination_port ()</h3>
267
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
267
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
268
268
  g_proxy_address_get_destination_port (<em class="parameter"><code><a class="link" href="GProxyAddress.html" title="GProxyAddress"><span class="type">GProxyAddress</span></a> *proxy</code></em>);</pre>
269
269
  <p>Gets <em class="parameter"><code>proxy</code></em>
270
270
  's destination port; that is, the port on the
271
271
  destination host that will be connected to via the proxy, not the
272
272
  port number of the proxy itself.</p>
273
273
  <div class="refsect3">
274
- <a name="id-1.4.13.15.10.4.5"></a><h4>Parameters</h4>
274
+ <a name="g-proxy-address-get-destination-port.parameters"></a><h4>Parameters</h4>
275
275
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
276
276
  <colgroup>
277
277
  <col width="150px" class="parameters_name">
@@ -286,7 +286,7 @@ port number of the proxy itself.</p>
286
286
  </table></div>
287
287
  </div>
288
288
  <div class="refsect3">
289
- <a name="id-1.4.13.15.10.4.6"></a><h4>Returns</h4>
289
+ <a name="g-proxy-address-get-destination-port.returns"></a><h4>Returns</h4>
290
290
  <p> the <em class="parameter"><code>proxy</code></em>
291
291
  's destination port</p>
292
292
  </div>
@@ -295,12 +295,12 @@ port number of the proxy itself.</p>
295
295
  <hr>
296
296
  <div class="refsect2">
297
297
  <a name="g-proxy-address-get-password"></a><h3>g_proxy_address_get_password ()</h3>
298
- <pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
298
+ <pre class="programlisting">const <a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
299
299
  g_proxy_address_get_password (<em class="parameter"><code><a class="link" href="GProxyAddress.html" title="GProxyAddress"><span class="type">GProxyAddress</span></a> *proxy</code></em>);</pre>
300
300
  <p>Gets <em class="parameter"><code>proxy</code></em>
301
301
  's password.</p>
302
302
  <div class="refsect3">
303
- <a name="id-1.4.13.15.10.5.5"></a><h4>Parameters</h4>
303
+ <a name="g-proxy-address-get-password.parameters"></a><h4>Parameters</h4>
304
304
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
305
305
  <colgroup>
306
306
  <col width="150px" class="parameters_name">
@@ -315,7 +315,7 @@ g_proxy_address_get_password (<em class="parameter"><code><a class="link" href="
315
315
  </table></div>
316
316
  </div>
317
317
  <div class="refsect3">
318
- <a name="id-1.4.13.15.10.5.6"></a><h4>Returns</h4>
318
+ <a name="g-proxy-address-get-password.returns"></a><h4>Returns</h4>
319
319
  <p> the <em class="parameter"><code>proxy</code></em>
320
320
  's password</p>
321
321
  </div>
@@ -324,12 +324,12 @@ g_proxy_address_get_password (<em class="parameter"><code><a class="link" href="
324
324
  <hr>
325
325
  <div class="refsect2">
326
326
  <a name="g-proxy-address-get-protocol"></a><h3>g_proxy_address_get_protocol ()</h3>
327
- <pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
327
+ <pre class="programlisting">const <a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
328
328
  g_proxy_address_get_protocol (<em class="parameter"><code><a class="link" href="GProxyAddress.html" title="GProxyAddress"><span class="type">GProxyAddress</span></a> *proxy</code></em>);</pre>
329
329
  <p>Gets <em class="parameter"><code>proxy</code></em>
330
330
  's protocol. eg, "socks" or "http"</p>
331
331
  <div class="refsect3">
332
- <a name="id-1.4.13.15.10.6.5"></a><h4>Parameters</h4>
332
+ <a name="g-proxy-address-get-protocol.parameters"></a><h4>Parameters</h4>
333
333
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
334
334
  <colgroup>
335
335
  <col width="150px" class="parameters_name">
@@ -344,7 +344,7 @@ g_proxy_address_get_protocol (<em class="parameter"><code><a class="link" href="
344
344
  </table></div>
345
345
  </div>
346
346
  <div class="refsect3">
347
- <a name="id-1.4.13.15.10.6.6"></a><h4>Returns</h4>
347
+ <a name="g-proxy-address-get-protocol.returns"></a><h4>Returns</h4>
348
348
  <p> the <em class="parameter"><code>proxy</code></em>
349
349
  's protocol</p>
350
350
  </div>
@@ -353,12 +353,12 @@ g_proxy_address_get_protocol (<em class="parameter"><code><a class="link" href="
353
353
  <hr>
354
354
  <div class="refsect2">
355
355
  <a name="g-proxy-address-get-username"></a><h3>g_proxy_address_get_username ()</h3>
356
- <pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
356
+ <pre class="programlisting">const <a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
357
357
  g_proxy_address_get_username (<em class="parameter"><code><a class="link" href="GProxyAddress.html" title="GProxyAddress"><span class="type">GProxyAddress</span></a> *proxy</code></em>);</pre>
358
358
  <p>Gets <em class="parameter"><code>proxy</code></em>
359
359
  's username.</p>
360
360
  <div class="refsect3">
361
- <a name="id-1.4.13.15.10.7.5"></a><h4>Parameters</h4>
361
+ <a name="g-proxy-address-get-username.parameters"></a><h4>Parameters</h4>
362
362
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
363
363
  <colgroup>
364
364
  <col width="150px" class="parameters_name">
@@ -373,7 +373,7 @@ g_proxy_address_get_username (<em class="parameter"><code><a class="link" href="
373
373
  </table></div>
374
374
  </div>
375
375
  <div class="refsect3">
376
- <a name="id-1.4.13.15.10.7.6"></a><h4>Returns</h4>
376
+ <a name="g-proxy-address-get-username.returns"></a><h4>Returns</h4>
377
377
  <p> the <em class="parameter"><code>proxy</code></em>
378
378
  's username</p>
379
379
  </div>
@@ -382,12 +382,12 @@ g_proxy_address_get_username (<em class="parameter"><code><a class="link" href="
382
382
  <hr>
383
383
  <div class="refsect2">
384
384
  <a name="g-proxy-address-get-uri"></a><h3>g_proxy_address_get_uri ()</h3>
385
- <pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
385
+ <pre class="programlisting">const <a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
386
386
  g_proxy_address_get_uri (<em class="parameter"><code><a class="link" href="GProxyAddress.html" title="GProxyAddress"><span class="type">GProxyAddress</span></a> *proxy</code></em>);</pre>
387
387
  <p>Gets the proxy URI that <em class="parameter"><code>proxy</code></em>
388
388
  was constructed from.</p>
389
389
  <div class="refsect3">
390
- <a name="id-1.4.13.15.10.8.5"></a><h4>Parameters</h4>
390
+ <a name="g-proxy-address-get-uri.parameters"></a><h4>Parameters</h4>
391
391
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
392
392
  <colgroup>
393
393
  <col width="150px" class="parameters_name">
@@ -402,9 +402,9 @@ g_proxy_address_get_uri (<em class="parameter"><code><a class="link" href="GProx
402
402
  </table></div>
403
403
  </div>
404
404
  <div class="refsect3">
405
- <a name="id-1.4.13.15.10.8.6"></a><h4>Returns</h4>
405
+ <a name="g-proxy-address-get-uri.returns"></a><h4>Returns</h4>
406
406
  <p> the <em class="parameter"><code>proxy</code></em>
407
- 's URI, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if unknown</p>
407
+ 's URI, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if unknown</p>
408
408
  </div>
409
409
  <p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p>
410
410
  </div>
@@ -413,12 +413,12 @@ g_proxy_address_get_uri (<em class="parameter"><code><a class="link" href="GProx
413
413
  <a name="g-proxy-address-new"></a><h3>g_proxy_address_new ()</h3>
414
414
  <pre class="programlisting"><a class="link" href="GSocketAddress.html" title="GSocketAddress"><span class="returnvalue">GSocketAddress</span></a> *
415
415
  g_proxy_address_new (<em class="parameter"><code><a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a> *inetaddr</code></em>,
416
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> port</code></em>,
417
- <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *protocol</code></em>,
418
- <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dest_hostname</code></em>,
419
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> dest_port</code></em>,
420
- <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *username</code></em>,
421
- <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *password</code></em>);</pre>
416
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> port</code></em>,
417
+ <em class="parameter"><code>const <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *protocol</code></em>,
418
+ <em class="parameter"><code>const <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dest_hostname</code></em>,
419
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> dest_port</code></em>,
420
+ <em class="parameter"><code>const <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *username</code></em>,
421
+ <em class="parameter"><code>const <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *password</code></em>);</pre>
422
422
  <p>Creates a new <a class="link" href="GProxyAddress.html" title="GProxyAddress"><span class="type">GProxyAddress</span></a> for <em class="parameter"><code>inetaddr</code></em>
423
423
  with <em class="parameter"><code>protocol</code></em>
424
424
  that should
@@ -426,10 +426,10 @@ tunnel through <em class="parameter"><code>dest_hostname</code></em>
426
426
  and <em class="parameter"><code>dest_port</code></em>
427
427
  .</p>
428
428
  <p>(Note that this method doesn't set the <a class="link" href="GProxyAddress.html#GProxyAddress--uri" title="The “uri” property"><span class="type">“uri”</span></a> or
429
- <a class="link" href="GProxyAddress.html#GProxyAddress--destination-protocol" title="The “destination-protocol” property"><span class="type">“destination-protocol”</span></a> fields; use <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-new"><code class="function">g_object_new()</code></a>
429
+ <a class="link" href="GProxyAddress.html#GProxyAddress--destination-protocol" title="The “destination-protocol” property"><span class="type">“destination-protocol”</span></a> fields; use <a href="../gobject-The-Base-Object-Type.html#g-object-new"><code class="function">g_object_new()</code></a>
430
430
  directly if you want to set those.)</p>
431
431
  <div class="refsect3">
432
- <a name="id-1.4.13.15.10.9.6"></a><h4>Parameters</h4>
432
+ <a name="g-proxy-address-new.parameters"></a><h4>Parameters</h4>
433
433
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
434
434
  <colgroup>
435
435
  <col width="150px" class="parameters_name">
@@ -465,20 +465,20 @@ directly if you want to set those.)</p>
465
465
  <tr>
466
466
  <td class="parameter_name"><p>username</p></td>
467
467
  <td class="parameter_description"><p> The username to authenticate to the proxy server
468
- (or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). </p></td>
468
+ (or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). </p></td>
469
469
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
470
470
  </tr>
471
471
  <tr>
472
472
  <td class="parameter_name"><p>password</p></td>
473
473
  <td class="parameter_description"><p> The password to authenticate to the proxy server
474
- (or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). </p></td>
474
+ (or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). </p></td>
475
475
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
476
476
  </tr>
477
477
  </tbody>
478
478
  </table></div>
479
479
  </div>
480
480
  <div class="refsect3">
481
- <a name="id-1.4.13.15.10.9.7"></a><h4>Returns</h4>
481
+ <a name="g-proxy-address-new.returns"></a><h4>Returns</h4>
482
482
  <p> a new <a class="link" href="GProxyAddress.html" title="GProxyAddress"><span class="type">GProxyAddress</span></a></p>
483
483
  </div>
484
484
  <p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
@@ -507,7 +507,7 @@ directly if you want to set those.)</p>
507
507
  <a name="GProxyAddress.property-details"></a><h2>Property Details</h2>
508
508
  <div class="refsect2">
509
509
  <a name="GProxyAddress--destination-hostname"></a><h3>The <code class="literal">“destination-hostname”</code> property</h3>
510
- <pre class="programlisting"> “destination-hostname” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
510
+ <pre class="programlisting"> “destination-hostname” <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
511
511
  <p>The proxy destination hostname.</p>
512
512
  <p>Flags: Read / Write / Construct Only</p>
513
513
  <p>Default value: NULL</p>
@@ -515,7 +515,7 @@ directly if you want to set those.)</p>
515
515
  <hr>
516
516
  <div class="refsect2">
517
517
  <a name="GProxyAddress--destination-port"></a><h3>The <code class="literal">“destination-port”</code> property</h3>
518
- <pre class="programlisting"> “destination-port” <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
518
+ <pre class="programlisting"> “destination-port” <a href="../glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
519
519
  <p>The proxy destination port.</p>
520
520
  <p>Flags: Read / Write / Construct Only</p>
521
521
  <p>Allowed values: &lt;= 65535</p>
@@ -524,8 +524,8 @@ directly if you want to set those.)</p>
524
524
  <hr>
525
525
  <div class="refsect2">
526
526
  <a name="GProxyAddress--destination-protocol"></a><h3>The <code class="literal">“destination-protocol”</code> property</h3>
527
- <pre class="programlisting"> “destination-protocol” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
528
- <p>The protocol being spoke to the destination host, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
527
+ <pre class="programlisting"> “destination-protocol” <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
528
+ <p>The protocol being spoke to the destination host, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
529
529
  the <a class="link" href="GProxyAddress.html" title="GProxyAddress"><span class="type">GProxyAddress</span></a> doesn't know.</p>
530
530
  <p>Flags: Read / Write / Construct Only</p>
531
531
  <p>Default value: NULL</p>
@@ -534,7 +534,7 @@ the <a class="link" href="GProxyAddress.html" title="GProxyAddress"><span class=
534
534
  <hr>
535
535
  <div class="refsect2">
536
536
  <a name="GProxyAddress--password"></a><h3>The <code class="literal">“password”</code> property</h3>
537
- <pre class="programlisting"> “password” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
537
+ <pre class="programlisting"> “password” <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
538
538
  <p>The proxy password.</p>
539
539
  <p>Flags: Read / Write / Construct Only</p>
540
540
  <p>Default value: NULL</p>
@@ -542,7 +542,7 @@ the <a class="link" href="GProxyAddress.html" title="GProxyAddress"><span class=
542
542
  <hr>
543
543
  <div class="refsect2">
544
544
  <a name="GProxyAddress--protocol"></a><h3>The <code class="literal">“protocol”</code> property</h3>
545
- <pre class="programlisting"> “protocol” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
545
+ <pre class="programlisting"> “protocol” <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
546
546
  <p>The proxy protocol.</p>
547
547
  <p>Flags: Read / Write / Construct Only</p>
548
548
  <p>Default value: NULL</p>
@@ -550,8 +550,8 @@ the <a class="link" href="GProxyAddress.html" title="GProxyAddress"><span class=
550
550
  <hr>
551
551
  <div class="refsect2">
552
552
  <a name="GProxyAddress--uri"></a><h3>The <code class="literal">“uri”</code> property</h3>
553
- <pre class="programlisting"> “uri” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
554
- <p>The URI string that the proxy was constructed from (or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
553
+ <pre class="programlisting"> “uri” <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
554
+ <p>The URI string that the proxy was constructed from (or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
555
555
  if the creator didn't specify this).</p>
556
556
  <p>Flags: Read / Write / Construct Only</p>
557
557
  <p>Default value: NULL</p>
@@ -560,7 +560,7 @@ if the creator didn't specify this).</p>
560
560
  <hr>
561
561
  <div class="refsect2">
562
562
  <a name="GProxyAddress--username"></a><h3>The <code class="literal">“username”</code> property</h3>
563
- <pre class="programlisting"> “username” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
563
+ <pre class="programlisting"> “username” <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
564
564
  <p>The proxy username.</p>
565
565
  <p>Flags: Read / Write / Construct Only</p>
566
566
  <p>Default value: NULL</p>
@@ -568,6 +568,6 @@ if the creator didn't specify this).</p>
568
568
  </div>
569
569
  </div>
570
570
  <div class="footer">
571
- <hr>Generated by GTK-Doc V1.24</div>
571
+ <hr>Generated by GTK-Doc V1.25.1</div>
572
572
  </body>
573
573
  </html>