atk 0.90.4-x86-mingw32 → 0.90.5-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (585) hide show
  1. data/ext/atk/extconf.rb +8 -0
  2. data/lib/1.8/atk.so +0 -0
  3. data/lib/1.9/atk.so +0 -0
  4. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  5. data/vendor/local/bin/glib-gettextize +2 -2
  6. data/vendor/local/bin/glib-mkenums +35 -9
  7. data/vendor/local/bin/gobject-query.exe +0 -0
  8. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  9. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  10. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  11. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  12. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  13. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  14. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  15. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  16. data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +2 -2
  17. data/vendor/local/include/atk-1.0/atk/atktext.h +1 -1
  18. data/vendor/local/include/glib-2.0/gio/gappinfo.h +0 -1
  19. data/vendor/local/include/glib-2.0/gio/gbufferedoutputstream.h +0 -1
  20. data/vendor/local/include/glib-2.0/gio/gcontenttype.h +18 -18
  21. data/vendor/local/include/glib-2.0/gio/gconverterinputstream.h +0 -1
  22. data/vendor/local/include/glib-2.0/gio/gconverteroutputstream.h +0 -1
  23. data/vendor/local/include/glib-2.0/gio/gcredentials.h +76 -0
  24. data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +42 -25
  25. data/vendor/local/include/glib-2.0/gio/gdataoutputstream.h +0 -1
  26. data/vendor/local/include/glib-2.0/gio/gdbusaddress.h +58 -0
  27. data/vendor/local/include/glib-2.0/gio/gdbusauthobserver.h +46 -0
  28. data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +562 -0
  29. data/vendor/local/include/glib-2.0/gio/gdbuserror.h +100 -0
  30. data/vendor/local/include/glib-2.0/gio/gdbusintrospection.h +286 -0
  31. data/vendor/local/include/glib-2.0/gio/gdbusmessage.h +149 -0
  32. data/vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h +73 -0
  33. data/vendor/local/include/glib-2.0/gio/gdbusnameowning.h +112 -0
  34. data/vendor/local/include/glib-2.0/gio/gdbusnamewatching.h +94 -0
  35. data/vendor/local/include/glib-2.0/gio/gdbusproxy.h +167 -0
  36. data/vendor/local/include/glib-2.0/gio/gdbusserver.h +54 -0
  37. data/vendor/local/include/glib-2.0/gio/gdbusutils.h +44 -0
  38. data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +0 -1
  39. data/vendor/local/include/glib-2.0/gio/gfileinfo.h +1 -0
  40. data/vendor/local/include/glib-2.0/gio/gio.h +30 -9
  41. data/vendor/local/include/glib-2.0/gio/gioenums.h +526 -8
  42. data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +42 -0
  43. data/vendor/local/include/glib-2.0/gio/gioerror.h +4 -0
  44. data/vendor/local/include/glib-2.0/gio/giotypes.h +36 -0
  45. data/vendor/local/include/glib-2.0/gio/gmemoryoutputstream.h +1 -0
  46. data/vendor/local/include/glib-2.0/gio/gnetworkaddress.h +4 -0
  47. data/vendor/local/include/glib-2.0/gio/gnetworkservice.h +2 -0
  48. data/vendor/local/include/glib-2.0/gio/gpermission.h +118 -0
  49. data/vendor/local/include/glib-2.0/gio/gproxy.h +123 -0
  50. data/vendor/local/include/glib-2.0/gio/gproxyaddress.h +76 -0
  51. data/vendor/local/include/glib-2.0/gio/gproxyaddressenumerator.h +75 -0
  52. data/vendor/local/include/glib-2.0/gio/gproxyresolver.h +96 -0
  53. data/vendor/local/include/glib-2.0/gio/gsettings.h +258 -0
  54. data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +138 -0
  55. data/vendor/local/include/glib-2.0/gio/gsimplepermission.h +45 -0
  56. data/vendor/local/include/glib-2.0/gio/gsocket.h +18 -0
  57. data/vendor/local/include/glib-2.0/gio/gsocketclient.h +22 -0
  58. data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +7 -1
  59. data/vendor/local/include/glib-2.0/gio/gvolumemonitor.h +0 -1
  60. data/vendor/local/include/glib-2.0/gio/gzlibcompressor.h +5 -0
  61. data/vendor/local/include/glib-2.0/gio/gzlibdecompressor.h +3 -0
  62. data/vendor/local/include/glib-2.0/glib-object.h +1 -0
  63. data/vendor/local/include/glib-2.0/glib.h +2 -0
  64. data/vendor/local/include/glib-2.0/glib/galloca.h +47 -0
  65. data/vendor/local/include/glib-2.0/glib/gatomic.h +25 -5
  66. data/vendor/local/include/glib-2.0/glib/gbacktrace.h +7 -7
  67. data/vendor/local/include/glib-2.0/glib/gbase64.h +22 -22
  68. data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +27 -3
  69. data/vendor/local/include/glib-2.0/glib/gcache.h +1 -1
  70. data/vendor/local/include/glib-2.0/glib/gchecksum.h +20 -20
  71. data/vendor/local/include/glib-2.0/glib/gcompletion.h +4 -0
  72. data/vendor/local/include/glib-2.0/glib/gconvert.h +26 -2
  73. data/vendor/local/include/glib-2.0/glib/gdatetime.h +217 -0
  74. data/vendor/local/include/glib-2.0/glib/gkeyfile.h +16 -0
  75. data/vendor/local/include/glib-2.0/glib/gmacros.h +7 -0
  76. data/vendor/local/include/glib-2.0/glib/gmain.h +305 -78
  77. data/vendor/local/include/glib-2.0/glib/gmarkup.h +1 -1
  78. data/vendor/local/include/glib-2.0/glib/gmem.h +107 -1
  79. data/vendor/local/include/glib-2.0/glib/gnode.h +4 -2
  80. data/vendor/local/include/glib-2.0/glib/gpoll.h +27 -3
  81. data/vendor/local/include/glib-2.0/glib/gregex.h +228 -0
  82. data/vendor/local/include/glib-2.0/glib/grel.h +4 -0
  83. data/vendor/local/include/glib-2.0/glib/gstdio.h +27 -39
  84. data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +3 -1
  85. data/vendor/local/include/glib-2.0/glib/gtestutils.h +19 -14
  86. data/vendor/local/include/glib-2.0/glib/gthread.h +0 -1
  87. data/vendor/local/include/glib-2.0/glib/gtimezone.h +44 -0
  88. data/vendor/local/include/glib-2.0/glib/gunicode.h +18 -1
  89. data/vendor/local/include/glib-2.0/glib/gutils.h +1 -1
  90. data/vendor/local/include/glib-2.0/glib/gvariant.h +25 -1
  91. data/vendor/local/include/glib-2.0/glib/gvarianttype.h +29 -0
  92. data/vendor/local/include/glib-2.0/gobject/gbinding.h +136 -0
  93. data/vendor/local/include/glib-2.0/gobject/gboxed.h +18 -6
  94. data/vendor/local/include/glib-2.0/gobject/gmarshal.h +37 -20
  95. data/vendor/local/include/glib-2.0/gobject/gobject.h +5 -0
  96. data/vendor/local/include/glib-2.0/gobject/gobjectnotifyqueue.c +48 -21
  97. data/vendor/local/include/glib-2.0/gobject/gparam.h +9 -4
  98. data/vendor/local/include/glib-2.0/gobject/gparamspecs.h +54 -0
  99. data/vendor/local/include/glib-2.0/gobject/gtype.h +129 -1
  100. data/vendor/local/include/glib-2.0/gobject/gvaluecollector.h +6 -1
  101. data/vendor/local/include/glib-2.0/gobject/gvaluetypes.h +17 -0
  102. data/vendor/local/lib/atk-1.0.def +1 -0
  103. data/vendor/local/lib/atk-1.0.lib +0 -0
  104. data/vendor/local/lib/gio-2.0.def +345 -2
  105. data/vendor/local/lib/gio-2.0.lib +0 -0
  106. data/vendor/local/lib/glib-2.0.def +71 -0
  107. data/vendor/local/lib/glib-2.0.lib +0 -0
  108. data/vendor/local/lib/glib-2.0/include/glibconfig.h +2 -2
  109. data/vendor/local/lib/gmodule-2.0.lib +0 -0
  110. data/vendor/local/lib/gobject-2.0.def +21 -0
  111. data/vendor/local/lib/gobject-2.0.lib +0 -0
  112. data/vendor/local/lib/gthread-2.0.lib +0 -0
  113. data/vendor/local/lib/intl.lib +0 -0
  114. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  115. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  116. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  117. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  118. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  119. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  120. data/vendor/local/lib/pkgconfig/atk.pc +2 -2
  121. data/vendor/local/lib/pkgconfig/gio-2.0.pc +3 -2
  122. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +11 -0
  123. data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
  124. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
  125. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
  126. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
  127. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
  128. data/vendor/local/manifest/{atk-dev_1.30.0-2_win32.mft → atk-dev_1.32.0-1_win32.mft} +3 -3
  129. data/vendor/local/manifest/{atk_1.30.0-2_win32.mft → atk_1.32.0-1_win32.mft} +3 -1
  130. data/vendor/local/manifest/{glib-dev_2.24.2-2_win32.mft → glib-dev_2.26.0-2_win32.mft} +87 -8
  131. data/vendor/local/manifest/{glib_2.24.2-2_win32.mft → glib_2.26.0-2_win32.mft} +3 -2
  132. data/vendor/local/share/aclocal/glib-gettext.m4 +2 -2
  133. data/vendor/local/share/doc/{glib-2.24.2 → glib-2.26.0}/COPYING +0 -0
  134. data/vendor/local/share/doc/{glib-dev-2.24.2 → glib-dev-2.26.0}/COPYING +0 -0
  135. data/vendor/local/share/glib-2.0/gdb/glib.py +1 -4
  136. data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +3 -1
  137. data/vendor/local/share/glib-2.0/schemas/gschema.dtd +60 -0
  138. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +179 -166
  139. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +276 -74
  140. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +35 -35
  141. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +114 -119
  142. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +43 -47
  143. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +67 -67
  144. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +41 -41
  145. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +70 -35
  146. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +398 -0
  147. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +254 -0
  148. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +6211 -0
  149. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +1833 -0
  150. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +618 -0
  151. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +2050 -0
  152. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +1124 -0
  153. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +373 -151
  154. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +103 -107
  155. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +158 -158
  156. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +22 -22
  157. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +19 -19
  158. data/vendor/local/share/gtk-doc/html/gio/GFile.html +935 -923
  159. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +18 -13
  160. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +71 -75
  161. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +29 -29
  162. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +18 -18
  163. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +303 -275
  164. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +27 -27
  165. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +32 -32
  166. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +29 -29
  167. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +30 -30
  168. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +31 -25
  169. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +31 -25
  170. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +27 -27
  171. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +58 -58
  172. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +38 -38
  173. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +109 -109
  174. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +26 -25
  175. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +72 -72
  176. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +120 -120
  177. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +29 -29
  178. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +24 -24
  179. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +90 -59
  180. data/vendor/local/share/gtk-doc/html/gio/GMount.html +155 -155
  181. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +76 -76
  182. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +119 -39
  183. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +100 -37
  184. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +137 -131
  185. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +560 -0
  186. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +312 -0
  187. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +348 -0
  188. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +301 -0
  189. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +116 -116
  190. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +54 -54
  191. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +2424 -0
  192. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +609 -0
  193. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +362 -148
  194. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +107 -0
  195. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +612 -326
  196. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +36 -36
  197. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +470 -108
  198. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +131 -46
  199. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +48 -259
  200. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +27 -26
  201. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +123 -119
  202. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +24 -24
  203. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +165 -0
  204. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +36 -36
  205. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +27 -27
  206. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +298 -0
  207. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +222 -0
  208. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +65 -57
  209. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +59 -51
  210. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +38 -38
  211. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +39 -39
  212. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +246 -61
  213. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +36 -36
  214. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +113 -113
  215. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +67 -71
  216. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +90 -18
  217. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +56 -14
  218. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +65 -0
  219. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -3
  220. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -3
  221. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +8 -12
  222. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +21 -4
  223. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +1598 -0
  224. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +18 -3
  225. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2412 -661
  226. data/vendor/local/share/gtk-doc/html/gio/async.html +3 -3
  227. data/vendor/local/share/gtk-doc/html/gio/ch01.html +50 -14
  228. data/vendor/local/share/gtk-doc/html/gio/ch02.html +14 -9
  229. data/vendor/local/share/gtk-doc/html/gio/ch03.html +122 -22
  230. data/vendor/local/share/gtk-doc/html/gio/{ch19.html → ch24.html} +8 -8
  231. data/vendor/local/share/gtk-doc/html/gio/{ch20.html → ch25.html} +19 -19
  232. data/vendor/local/share/gtk-doc/html/gio/{ch20s02.html → ch25s02.html} +10 -10
  233. data/vendor/local/share/gtk-doc/html/gio/{ch20s03.html → ch25s03.html} +12 -12
  234. data/vendor/local/share/gtk-doc/html/gio/ch26.html +57 -0
  235. data/vendor/local/share/gtk-doc/html/gio/ch26s02.html +59 -0
  236. data/vendor/local/share/gtk-doc/html/gio/ch26s03.html +159 -0
  237. data/vendor/local/share/gtk-doc/html/gio/ch26s04.html +46 -0
  238. data/vendor/local/share/gtk-doc/html/gio/ch26s05.html +48 -0
  239. data/vendor/local/share/gtk-doc/html/gio/ch26s06.html +277 -0
  240. data/vendor/local/share/gtk-doc/html/gio/ch26s07.html +95 -0
  241. data/vendor/local/share/gtk-doc/html/gio/ch27.html +70 -0
  242. data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +130 -0
  243. data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +202 -0
  244. data/vendor/local/share/gtk-doc/html/gio/ch27s04.html +96 -0
  245. data/vendor/local/share/gtk-doc/html/gio/ch27s05.html +823 -0
  246. data/vendor/local/share/gtk-doc/html/gio/ch27s06.html +828 -0
  247. data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
  248. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +33 -20
  249. data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
  250. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
  251. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
  252. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
  253. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +41 -0
  254. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +59 -0
  255. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +243 -0
  256. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +316 -0
  257. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +1117 -0
  258. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +216 -0
  259. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +35 -35
  260. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +58 -50
  261. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +98 -88
  262. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +15 -19
  263. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +15 -19
  264. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +908 -0
  265. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +37 -31
  266. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +97 -16
  267. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +50 -50
  268. data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +38 -38
  269. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +736 -0
  270. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +113 -122
  271. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +666 -0
  272. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +26 -10
  273. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +53 -0
  274. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +569 -68
  275. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +692 -70
  276. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +102 -0
  277. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +11 -5
  278. data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
  279. data/vendor/local/share/gtk-doc/html/gio/index.html +137 -20
  280. data/vendor/local/share/gtk-doc/html/gio/index.sgml +814 -96
  281. data/vendor/local/share/gtk-doc/html/gio/migrating.html +32 -12
  282. data/vendor/local/share/gtk-doc/html/gio/networking.html +19 -7
  283. data/vendor/local/share/gtk-doc/html/gio/permissions.html +39 -0
  284. data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
  285. data/vendor/local/share/gtk-doc/html/gio/pt02.html +112 -15
  286. data/vendor/local/share/gtk-doc/html/gio/resolver.html +8 -5
  287. data/vendor/local/share/gtk-doc/html/gio/settings.html +38 -0
  288. data/vendor/local/share/gtk-doc/html/gio/streaming.html +4 -4
  289. data/vendor/local/share/gtk-doc/html/gio/style.css +8 -0
  290. data/vendor/local/share/gtk-doc/html/gio/tools.html +44 -0
  291. data/vendor/local/share/gtk-doc/html/gio/types.html +3 -3
  292. data/vendor/local/share/gtk-doc/html/gio/utils.html +5 -5
  293. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
  294. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +77 -0
  295. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
  296. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
  297. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -7
  298. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
  299. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -3
  300. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
  301. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
  302. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
  303. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +5 -4
  304. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +359 -0
  305. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +10 -3
  306. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +8 -4
  307. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -3
  308. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +82 -3
  309. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +393 -14
  310. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +52 -52
  311. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +51 -51
  312. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +75 -74
  313. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +59 -23
  314. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +35 -35
  315. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +19 -19
  316. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +37 -37
  317. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -85
  318. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +39 -39
  319. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +69 -69
  320. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +21 -21
  321. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +130 -223
  322. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +114 -108
  323. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +25 -25
  324. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +20 -20
  325. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +87 -84
  326. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +61 -61
  327. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +96 -96
  328. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +30 -30
  329. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +33 -30
  330. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +98 -56
  331. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +2201 -0
  332. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +239 -0
  333. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +736 -256
  334. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +140 -91
  335. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +15 -15
  336. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +59 -59
  337. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +65 -65
  338. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +11 -11
  339. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +91 -28
  340. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +72 -72
  341. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +257 -73
  342. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +27 -27
  343. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +50 -50
  344. data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +37 -37
  345. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +70 -66
  346. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +14 -14
  347. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +44 -44
  348. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +20 -20
  349. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +108 -63
  350. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +151 -91
  351. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +132 -103
  352. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +83 -81
  353. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +34 -44
  354. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +442 -345
  355. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +40 -40
  356. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +19 -19
  357. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +35 -35
  358. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +72 -23
  359. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +46 -46
  360. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +15 -15
  361. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +35 -36
  362. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +130 -129
  363. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +21 -21
  364. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +30 -26
  365. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +21 -21
  366. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +245 -232
  367. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +104 -103
  368. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +171 -85
  369. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +422 -323
  370. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +24 -24
  371. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +135 -135
  372. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +18 -18
  373. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +11 -11
  374. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +13 -13
  375. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +103 -17
  376. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +189 -97
  377. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +119 -16
  378. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +24 -24
  379. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +32 -32
  380. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +53 -25
  381. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -7
  382. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
  383. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
  384. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
  385. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -3
  386. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
  387. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +11 -11
  388. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +94 -272
  389. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
  390. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +43 -26
  391. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +10 -4
  392. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +131 -32
  393. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +174 -59
  394. data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
  395. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +11 -11
  396. data/vendor/local/share/gtk-doc/html/glib/gtester.html +11 -11
  397. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +190 -73
  398. data/vendor/local/share/gtk-doc/html/glib/index.html +13 -5
  399. data/vendor/local/share/gtk-doc/html/glib/index.sgml +133 -4
  400. data/vendor/local/share/gtk-doc/html/glib/style.css +8 -0
  401. data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -3
  402. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +803 -0
  403. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +21 -21
  404. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -19
  405. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +47 -0
  406. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -3
  407. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
  408. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
  409. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
  410. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
  411. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
  412. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +6 -5
  413. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +201 -0
  414. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -3
  415. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
  416. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
  417. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
  418. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +148 -4
  419. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
  420. data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
  421. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +4 -4
  422. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +6 -6
  423. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
  424. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +14 -14
  425. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +28 -22
  426. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +29 -17
  427. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +45 -34
  428. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +130 -73
  429. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +43 -43
  430. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +83 -73
  431. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +35 -35
  432. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +71 -71
  433. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +558 -245
  434. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +358 -92
  435. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +391 -158
  436. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +47 -44
  437. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +42 -12
  438. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +6 -6
  439. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +8 -8
  440. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
  441. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +48 -9
  442. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +53 -9
  443. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
  444. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +4 -4
  445. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +5 -5
  446. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +3 -3
  447. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
  448. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
  449. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +3 -3
  450. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
  451. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
  452. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +8 -8
  453. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
  454. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
  455. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +4 -4
  456. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
  457. data/vendor/local/share/gtk-doc/html/gobject/index.html +15 -10
  458. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +53 -1
  459. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
  460. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
  461. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
  462. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
  463. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +7 -4
  464. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +6 -6
  465. data/vendor/local/share/gtk-doc/html/gobject/signal.html +11 -11
  466. data/vendor/local/share/gtk-doc/html/gobject/style.css +8 -0
  467. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
  468. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
  469. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +3 -3
  470. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
  471. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
  472. data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
  473. data/vendor/local/share/locale/am/LC_MESSAGES/glib20.mo +0 -0
  474. data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
  475. data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
  476. data/vendor/local/share/locale/ast/LC_MESSAGES/glib20.mo +0 -0
  477. data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
  478. data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
  479. data/vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo +0 -0
  480. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  481. data/vendor/local/share/locale/bn/LC_MESSAGES/glib20.mo +0 -0
  482. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
  483. data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
  484. data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
  485. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
  486. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  487. data/vendor/local/share/locale/cy/LC_MESSAGES/glib20.mo +0 -0
  488. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  489. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  490. data/vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo +0 -0
  491. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  492. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/atk10.mo +0 -0
  493. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo +0 -0
  494. data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
  495. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  496. data/vendor/local/share/locale/eo/LC_MESSAGES/atk10.mo +0 -0
  497. data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
  498. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  499. data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
  500. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  501. data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
  502. data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
  503. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  504. data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
  505. data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
  506. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  507. data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
  508. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  509. data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
  510. data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
  511. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  512. data/vendor/local/share/locale/hy/LC_MESSAGES/atk10.mo +0 -0
  513. data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
  514. data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
  515. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  516. data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
  517. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  518. data/vendor/local/share/locale/ja/LC_MESSAGES/atk10.mo +0 -0
  519. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  520. data/vendor/local/share/locale/ka/LC_MESSAGES/glib20.mo +0 -0
  521. data/vendor/local/share/locale/kk/LC_MESSAGES/atk10.mo +0 -0
  522. data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
  523. data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
  524. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  525. data/vendor/local/share/locale/ku/LC_MESSAGES/glib20.mo +0 -0
  526. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  527. data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
  528. data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
  529. data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
  530. data/vendor/local/share/locale/mk/LC_MESSAGES/glib20.mo +0 -0
  531. data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
  532. data/vendor/local/share/locale/mn/LC_MESSAGES/glib20.mo +0 -0
  533. data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
  534. data/vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo +0 -0
  535. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  536. data/vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo +0 -0
  537. data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
  538. data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
  539. data/vendor/local/share/locale/nn/LC_MESSAGES/glib20.mo +0 -0
  540. data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
  541. data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
  542. data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
  543. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  544. data/vendor/local/share/locale/ps/LC_MESSAGES/glib20.mo +0 -0
  545. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  546. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  547. data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
  548. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  549. data/vendor/local/share/locale/rw/LC_MESSAGES/glib20.mo +0 -0
  550. data/vendor/local/share/locale/si/LC_MESSAGES/glib20.mo +0 -0
  551. data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
  552. data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
  553. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  554. data/vendor/local/share/locale/sq/LC_MESSAGES/atk10.mo +0 -0
  555. data/vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo +0 -0
  556. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  557. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo +0 -0
  558. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  559. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  560. data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
  561. data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
  562. data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
  563. data/vendor/local/share/locale/tl/LC_MESSAGES/glib20.mo +0 -0
  564. data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
  565. data/vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo +0 -0
  566. data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
  567. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  568. data/vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo +0 -0
  569. data/vendor/local/share/locale/xh/LC_MESSAGES/glib20.mo +0 -0
  570. data/vendor/local/share/locale/yi/LC_MESSAGES/glib20.mo +0 -0
  571. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  572. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
  573. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  574. data/vendor/local/share/man/man1/glib-genmarshal.1 +9 -4
  575. data/vendor/local/share/man/man1/glib-mkenums.1 +17 -5
  576. data/vendor/local/share/man/man1/gobject-query.1 +4 -4
  577. data/vendor/local/src/tml/packaging/atk_1.32.0-1_win32.log +730 -0
  578. data/vendor/local/src/tml/packaging/{atk_1.30.0-2_win32.sh → atk_1.32.0-1_win32.sh} +8 -6
  579. data/vendor/local/src/tml/packaging/{glib_2.24.2-2_win32.log → glib_2.26.0-2_win32.log} +1102 -837
  580. data/vendor/local/src/tml/packaging/glib_2.26.0-2_win32.sh +64 -0
  581. metadata +906 -826
  582. data/ext/atk/Makefile +0 -160
  583. data/ext/atk/rbatkversion.h +0 -24
  584. data/vendor/local/src/tml/packaging/atk_1.30.0-2_win32.log +0 -739
  585. data/vendor/local/src/tml/packaging/glib_2.24.2-2_win32.sh +0 -290
@@ -0,0 +1,301 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>GProxyResolver</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
+ <link rel="home" href="index.html" title="GIO Reference Manual">
8
+ <link rel="up" href="resolver.html" title="DNS resolution">
9
+ <link rel="prev" href="GResolver.html" title="GResolver">
10
+ <link rel="next" href="GSocketConnectable.html" title="GSocketConnectable">
11
+ <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
+ <tr valign="middle">
17
+ <td><a accesskey="p" href="GResolver.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
+ <td><a accesskey="u" href="resolver.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
+ <th width="100%" align="center">GIO Reference Manual</th>
21
+ <td><a accesskey="n" href="GSocketConnectable.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
+ </tr>
23
+ <tr><td colspan="5" class="shortcuts">
24
+ <a href="#GProxyResolver.synopsis" class="shortcut">Top</a>
25
+  | 
26
+ <a href="#GProxyResolver.description" class="shortcut">Description</a>
27
+  | 
28
+ <a href="#GProxyResolver.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
+  | 
30
+ <a href="#GProxyResolver.prerequisites" class="shortcut">Prerequisites</a>
31
+ </td></tr>
32
+ </table>
33
+ <div class="refentry">
34
+ <a name="GProxyResolver"></a><div class="titlepage"></div>
35
+ <div class="refnamediv"><table width="100%"><tr>
36
+ <td valign="top">
37
+ <h2><span class="refentrytitle"><a name="GProxyResolver.top_of_page"></a>GProxyResolver</span></h2>
38
+ <p>GProxyResolver — Asynchronous and cancellable network proxy resolver</p>
39
+ </td>
40
+ <td valign="top" align="right"></td>
41
+ </tr></table></div>
42
+ <div class="refsynopsisdiv">
43
+ <a name="GProxyResolver.synopsis"></a><h2>Synopsis</h2>
44
+ <pre class="synopsis">
45
+ #include &lt;gio/gio.h&gt;
46
+
47
+ <a class="link" href="GProxyResolver.html#GProxyResolver-struct" title="GProxyResolver">GProxyResolver</a>;
48
+ #define <a class="link" href="GProxyResolver.html#G-PROXY-RESOLVER-EXTENSION-POINT-NAME:CAPS" title="G_PROXY_RESOLVER_EXTENSION_POINT_NAME">G_PROXY_RESOLVER_EXTENSION_POINT_NAME</a>
49
+ <a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="returnvalue">GProxyResolver</span></a> * <a class="link" href="GProxyResolver.html#g-proxy-resolver-get-default" title="g_proxy_resolver_get_default ()">g_proxy_resolver_get_default</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
50
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GProxyResolver.html#g-proxy-resolver-is-supported" title="g_proxy_resolver_is_supported ()">g_proxy_resolver_is_supported</a> (<em class="parameter"><code><a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="type">GProxyResolver</span></a> *resolver</code></em>);
51
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> ** <a class="link" href="GProxyResolver.html#g-proxy-resolver-lookup" title="g_proxy_resolver_lookup ()">g_proxy_resolver_lookup</a> (<em class="parameter"><code><a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="type">GProxyResolver</span></a> *resolver</code></em>,
52
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
53
+ <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
54
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
55
+ <span class="returnvalue">void</span> <a class="link" href="GProxyResolver.html#g-proxy-resolver-lookup-async" title="g_proxy_resolver_lookup_async ()">g_proxy_resolver_lookup_async</a> (<em class="parameter"><code><a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="type">GProxyResolver</span></a> *resolver</code></em>,
56
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
57
+ <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
58
+ <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
59
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
60
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> ** <a class="link" href="GProxyResolver.html#g-proxy-resolver-lookup-finish" title="g_proxy_resolver_lookup_finish ()">g_proxy_resolver_lookup_finish</a> (<em class="parameter"><code><a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="type">GProxyResolver</span></a> *resolver</code></em>,
61
+ <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
62
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
63
+ </pre>
64
+ </div>
65
+ <div class="refsect1">
66
+ <a name="GProxyResolver.object-hierarchy"></a><h2>Object Hierarchy</h2>
67
+ <pre class="synopsis">
68
+ GInterface
69
+ +----GProxyResolver
70
+ </pre>
71
+ </div>
72
+ <div class="refsect1">
73
+ <a name="GProxyResolver.prerequisites"></a><h2>Prerequisites</h2>
74
+ <p>
75
+ GProxyResolver requires
76
+ <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
77
+ </div>
78
+ <div class="refsect1">
79
+ <a name="GProxyResolver.description"></a><h2>Description</h2>
80
+ <p>
81
+ <a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="type">GProxyResolver</span></a> provides synchronous and asynchronous network proxy
82
+ resolution. <a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="type">GProxyResolver</span></a> is used within <span class="type">GClientSocket</span> through
83
+ the method <a class="link" href="GSocketConnectable.html#g-socket-connectable-proxy-enumerate" title="g_socket_connectable_proxy_enumerate ()"><code class="function">g_socket_connectable_proxy_enumerate()</code></a>.
84
+ </p>
85
+ </div>
86
+ <div class="refsect1">
87
+ <a name="GProxyResolver.details"></a><h2>Details</h2>
88
+ <div class="refsect2">
89
+ <a name="GProxyResolver-struct"></a><h3>GProxyResolver</h3>
90
+ <pre class="programlisting">typedef struct _GProxyResolver GProxyResolver;</pre>
91
+ <p>
92
+ A helper class to enumerate proxies base on URI.
93
+ </p>
94
+ <p class="since">Since 2.26</p>
95
+ </div>
96
+ <hr>
97
+ <div class="refsect2">
98
+ <a name="G-PROXY-RESOLVER-EXTENSION-POINT-NAME:CAPS"></a><h3>G_PROXY_RESOLVER_EXTENSION_POINT_NAME</h3>
99
+ <pre class="programlisting">#define G_PROXY_RESOLVER_EXTENSION_POINT_NAME "gio-proxy-resolver"
100
+ </pre>
101
+ <p>
102
+ Extension point for proxy resolving functionality.
103
+ See Extending GIO.
104
+ </p>
105
+ </div>
106
+ <hr>
107
+ <div class="refsect2">
108
+ <a name="g-proxy-resolver-get-default"></a><h3>g_proxy_resolver_get_default ()</h3>
109
+ <pre class="programlisting"><a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="returnvalue">GProxyResolver</span></a> * g_proxy_resolver_get_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
110
+ <p>
111
+ Gets the default <a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="type">GProxyResolver</span></a> for the system.
112
+ </p>
113
+ <div class="variablelist"><table border="0">
114
+ <col align="left" valign="top">
115
+ <tbody><tr>
116
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
117
+ <td> the default <a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="type">GProxyResolver</span></a>.
118
+
119
+ </td>
120
+ </tr></tbody>
121
+ </table></div>
122
+ <p class="since">Since 2.26</p>
123
+ </div>
124
+ <hr>
125
+ <div class="refsect2">
126
+ <a name="g-proxy-resolver-is-supported"></a><h3>g_proxy_resolver_is_supported ()</h3>
127
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_proxy_resolver_is_supported (<em class="parameter"><code><a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="type">GProxyResolver</span></a> *resolver</code></em>);</pre>
128
+ <p>
129
+ Checks if <em class="parameter"><code>resolver</code></em> can be used on this system. (This is used
130
+ internally; <a class="link" href="GProxyResolver.html#g-proxy-resolver-get-default" title="g_proxy_resolver_get_default ()"><code class="function">g_proxy_resolver_get_default()</code></a> will only return a proxy
131
+ resolver that returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> for this method.)
132
+ </p>
133
+ <div class="variablelist"><table border="0">
134
+ <col align="left" valign="top">
135
+ <tbody>
136
+ <tr>
137
+ <td><p><span class="term"><em class="parameter"><code>resolver</code></em> :</span></p></td>
138
+ <td>a <a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="type">GProxyResolver</span></a>
139
+ </td>
140
+ </tr>
141
+ <tr>
142
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
143
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>resolver</code></em> is supported.
144
+
145
+ </td>
146
+ </tr>
147
+ </tbody>
148
+ </table></div>
149
+ <p class="since">Since 2.26</p>
150
+ </div>
151
+ <hr>
152
+ <div class="refsect2">
153
+ <a name="g-proxy-resolver-lookup"></a><h3>g_proxy_resolver_lookup ()</h3>
154
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> ** g_proxy_resolver_lookup (<em class="parameter"><code><a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="type">GProxyResolver</span></a> *resolver</code></em>,
155
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
156
+ <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
157
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
158
+ <p>
159
+ Looks into the system proxy configuration to determine what proxy,
160
+ if any, to use to connect to <em class="parameter"><code>uri</code></em>. The returned proxy URIs are of the
161
+ form <code class="literal">&lt;protocol&gt;://[user[:password]@]host:port</code>
162
+ or <code class="literal">direct://</code>, where &lt;protocol&gt; could be
163
+ http, rtsp, socks or other proxying protocol.
164
+ </p>
165
+ <p>
166
+ If you don't know what network protocol is being used on the
167
+ socket, you should use <code class="literal">none</code> as the URI protocol.
168
+ In this case, the resolver might still return a generic proxy type
169
+ (such as SOCKS), but would not return protocol-specific proxy types
170
+ (such as http).
171
+ </p>
172
+ <p>
173
+ <code class="literal">direct://</code> is used when no proxy is needed.
174
+ Direct connection should not be attempted unless it is part of the
175
+ returned array of proxies.
176
+ </p>
177
+ <div class="variablelist"><table border="0">
178
+ <col align="left" valign="top">
179
+ <tbody>
180
+ <tr>
181
+ <td><p><span class="term"><em class="parameter"><code>resolver</code></em> :</span></p></td>
182
+ <td>a <a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="type">GProxyResolver</span></a>
183
+ </td>
184
+ </tr>
185
+ <tr>
186
+ <td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
187
+ <td>a URI representing the destination to connect to
188
+ </td>
189
+ </tr>
190
+ <tr>
191
+ <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
192
+ <td>a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
193
+ </td>
194
+ </tr>
195
+ <tr>
196
+ <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
197
+ <td>return location for a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
198
+ </td>
199
+ </tr>
200
+ <tr>
201
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
202
+ <td> A NULL-terminated array of proxy URIs. Must be freed with
203
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a>.
204
+
205
+ </td>
206
+ </tr>
207
+ </tbody>
208
+ </table></div>
209
+ <p class="since">Since 2.26</p>
210
+ </div>
211
+ <hr>
212
+ <div class="refsect2">
213
+ <a name="g-proxy-resolver-lookup-async"></a><h3>g_proxy_resolver_lookup_async ()</h3>
214
+ <pre class="programlisting"><span class="returnvalue">void</span> g_proxy_resolver_lookup_async (<em class="parameter"><code><a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="type">GProxyResolver</span></a> *resolver</code></em>,
215
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
216
+ <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
217
+ <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
218
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
219
+ <p>
220
+ Asynchronous lookup of proxy. See <a class="link" href="GProxyResolver.html#g-proxy-resolver-lookup" title="g_proxy_resolver_lookup ()"><code class="function">g_proxy_resolver_lookup()</code></a> for more
221
+ details.
222
+ </p>
223
+ <div class="variablelist"><table border="0">
224
+ <col align="left" valign="top">
225
+ <tbody>
226
+ <tr>
227
+ <td><p><span class="term"><em class="parameter"><code>resolver</code></em> :</span></p></td>
228
+ <td>a <a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="type">GProxyResolver</span></a>
229
+ </td>
230
+ </tr>
231
+ <tr>
232
+ <td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
233
+ <td>a URI representing the destination to connect to
234
+ </td>
235
+ </tr>
236
+ <tr>
237
+ <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
238
+ <td>a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
239
+ </td>
240
+ </tr>
241
+ <tr>
242
+ <td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
243
+ <td>callback to call after resolution completes
244
+ </td>
245
+ </tr>
246
+ <tr>
247
+ <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
248
+ <td>data for <em class="parameter"><code>callback</code></em>
249
+ </td>
250
+ </tr>
251
+ </tbody>
252
+ </table></div>
253
+ <p class="since">Since 2.26</p>
254
+ </div>
255
+ <hr>
256
+ <div class="refsect2">
257
+ <a name="g-proxy-resolver-lookup-finish"></a><h3>g_proxy_resolver_lookup_finish ()</h3>
258
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> ** g_proxy_resolver_lookup_finish (<em class="parameter"><code><a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="type">GProxyResolver</span></a> *resolver</code></em>,
259
+ <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
260
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
261
+ <p>
262
+ Call this function to obtain the array of proxy URIs when
263
+ <a class="link" href="GProxyResolver.html#g-proxy-resolver-lookup-async" title="g_proxy_resolver_lookup_async ()"><code class="function">g_proxy_resolver_lookup_async()</code></a> is complete. See
264
+ <a class="link" href="GProxyResolver.html#g-proxy-resolver-lookup" title="g_proxy_resolver_lookup ()"><code class="function">g_proxy_resolver_lookup()</code></a> for more details.
265
+ </p>
266
+ <div class="variablelist"><table border="0">
267
+ <col align="left" valign="top">
268
+ <tbody>
269
+ <tr>
270
+ <td><p><span class="term"><em class="parameter"><code>resolver</code></em> :</span></p></td>
271
+ <td>a <a class="link" href="GProxyResolver.html" title="GProxyResolver"><span class="type">GProxyResolver</span></a>
272
+ </td>
273
+ </tr>
274
+ <tr>
275
+ <td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
276
+ <td>the result passed to your <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>
277
+ </td>
278
+ </tr>
279
+ <tr>
280
+ <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
281
+ <td>return location for a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
282
+ </td>
283
+ </tr>
284
+ <tr>
285
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
286
+ <td> A NULL-terminated array of proxy URIs. Must be freed with
287
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a>.
288
+
289
+ </td>
290
+ </tr>
291
+ </tbody>
292
+ </table></div>
293
+ <p class="since">Since 2.26</p>
294
+ </div>
295
+ </div>
296
+ </div>
297
+ <div class="footer">
298
+ <hr>
299
+ Generated by GTK-Doc V1.15.1</div>
300
+ </body>
301
+ </html>
@@ -7,8 +7,8 @@
7
7
  <link rel="home" href="index.html" title="GIO Reference Manual">
8
8
  <link rel="up" href="resolver.html" title="DNS resolution">
9
9
  <link rel="prev" href="resolver.html" title="DNS resolution">
10
- <link rel="next" href="GSocketConnectable.html" title="GSocketConnectable">
11
- <meta name="generator" content="GTK-Doc V1.14 (XML mode)">
10
+ <link rel="next" href="GProxyResolver.html" title="GProxyResolver">
11
+ <meta name="generator" content="GTK-Doc V1.15.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">
@@ -18,7 +18,7 @@
18
18
  <td><a accesskey="u" href="resolver.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
19
  <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
20
  <th width="100%" align="center">GIO Reference Manual</th>
21
- <td><a accesskey="n" href="GSocketConnectable.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
+ <td><a accesskey="n" href="GProxyResolver.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
22
  </tr>
23
23
  <tr><td colspan="5" class="shortcuts">
24
24
  <a href="#GResolver.synopsis" class="shortcut">Top</a>
@@ -30,7 +30,7 @@
30
30
  <a href="#GResolver.signals" class="shortcut">Signals</a>
31
31
  </td></tr>
32
32
  </table>
33
- <div class="refentry" title="GResolver">
33
+ <div class="refentry">
34
34
  <a name="GResolver"></a><div class="titlepage"></div>
35
35
  <div class="refnamediv"><table width="100%"><tr>
36
36
  <td valign="top">
@@ -39,7 +39,7 @@
39
39
  </td>
40
40
  <td valign="top" align="right"></td>
41
41
  </tr></table></div>
42
- <div class="refsynopsisdiv" title="Synopsis">
42
+ <div class="refsynopsisdiv">
43
43
  <a name="GResolver.synopsis"></a><h2>Synopsis</h2>
44
44
  <pre class="synopsis">
45
45
  #include &lt;gio/gio.h&gt;
@@ -47,67 +47,67 @@
47
47
  <a class="link" href="GResolver.html#GResolver-struct" title="GResolver">GResolver</a>;
48
48
  <a class="link" href="GResolver.html" title="GResolver"><span class="returnvalue">GResolver</span></a> * <a class="link" href="GResolver.html#g-resolver-get-default" title="g_resolver_get_default ()">g_resolver_get_default</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
49
49
  <span class="returnvalue">void</span> <a class="link" href="GResolver.html#g-resolver-set-default" title="g_resolver_set_default ()">g_resolver_set_default</a> (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>);
50
- <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GResolver.html#g-resolver-lookup-by-name" title="g_resolver_lookup_by_name ()">g_resolver_lookup_by_name</a> (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
51
- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *hostname</code></em>,
50
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GResolver.html#g-resolver-lookup-by-name" title="g_resolver_lookup_by_name ()">g_resolver_lookup_by_name</a> (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
51
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *hostname</code></em>,
52
52
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
53
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
53
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
54
54
  <span class="returnvalue">void</span> <a class="link" href="GResolver.html#g-resolver-lookup-by-name-async" title="g_resolver_lookup_by_name_async ()">g_resolver_lookup_by_name_async</a> (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
55
- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *hostname</code></em>,
55
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *hostname</code></em>,
56
56
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
57
57
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
58
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
59
- <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GResolver.html#g-resolver-lookup-by-name-finish" title="g_resolver_lookup_by_name_finish ()">g_resolver_lookup_by_name_finish</a> (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
58
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
59
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GResolver.html#g-resolver-lookup-by-name-finish" title="g_resolver_lookup_by_name_finish ()">g_resolver_lookup_by_name_finish</a> (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
60
60
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
61
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
62
- <span class="returnvalue">void</span> <a class="link" href="GResolver.html#g-resolver-free-addresses" title="g_resolver_free_addresses ()">g_resolver_free_addresses</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *addresses</code></em>);
63
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GResolver.html#g-resolver-lookup-by-address" title="g_resolver_lookup_by_address ()">g_resolver_lookup_by_address</a> (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
61
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
62
+ <span class="returnvalue">void</span> <a class="link" href="GResolver.html#g-resolver-free-addresses" title="g_resolver_free_addresses ()">g_resolver_free_addresses</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *addresses</code></em>);
63
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GResolver.html#g-resolver-lookup-by-address" title="g_resolver_lookup_by_address ()">g_resolver_lookup_by_address</a> (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
64
64
  <em class="parameter"><code><a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a> *address</code></em>,
65
65
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
66
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
66
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
67
67
  <span class="returnvalue">void</span> <a class="link" href="GResolver.html#g-resolver-lookup-by-address-async" title="g_resolver_lookup_by_address_async ()">g_resolver_lookup_by_address_async</a> (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
68
68
  <em class="parameter"><code><a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a> *address</code></em>,
69
69
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
70
70
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
71
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
72
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GResolver.html#g-resolver-lookup-by-address-finish" title="g_resolver_lookup_by_address_finish ()">g_resolver_lookup_by_address_finish</a> (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
71
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
72
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GResolver.html#g-resolver-lookup-by-address-finish" title="g_resolver_lookup_by_address_finish ()">g_resolver_lookup_by_address_finish</a> (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
73
73
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
74
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
75
- <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GResolver.html#g-resolver-lookup-service" title="g_resolver_lookup_service ()">g_resolver_lookup_service</a> (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
76
- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *service</code></em>,
77
- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *protocol</code></em>,
78
- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *domain</code></em>,
74
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
75
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GResolver.html#g-resolver-lookup-service" title="g_resolver_lookup_service ()">g_resolver_lookup_service</a> (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
76
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *service</code></em>,
77
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *protocol</code></em>,
78
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *domain</code></em>,
79
79
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
80
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
80
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
81
81
  <span class="returnvalue">void</span> <a class="link" href="GResolver.html#g-resolver-lookup-service-async" title="g_resolver_lookup_service_async ()">g_resolver_lookup_service_async</a> (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
82
- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *service</code></em>,
83
- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *protocol</code></em>,
84
- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *domain</code></em>,
82
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *service</code></em>,
83
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *protocol</code></em>,
84
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *domain</code></em>,
85
85
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
86
86
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
87
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
88
- <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GResolver.html#g-resolver-lookup-service-finish" title="g_resolver_lookup_service_finish ()">g_resolver_lookup_service_finish</a> (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
87
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
88
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GResolver.html#g-resolver-lookup-service-finish" title="g_resolver_lookup_service_finish ()">g_resolver_lookup_service_finish</a> (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
89
89
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
90
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
91
- <span class="returnvalue">void</span> <a class="link" href="GResolver.html#g-resolver-free-targets" title="g_resolver_free_targets ()">g_resolver_free_targets</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *targets</code></em>);
90
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
91
+ <span class="returnvalue">void</span> <a class="link" href="GResolver.html#g-resolver-free-targets" title="g_resolver_free_targets ()">g_resolver_free_targets</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *targets</code></em>);
92
92
 
93
93
  #define <a class="link" href="GResolver.html#G-RESOLVER-ERROR:CAPS" title="G_RESOLVER_ERROR">G_RESOLVER_ERROR</a>
94
94
  enum <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError">GResolverError</a>;
95
95
  </pre>
96
96
  </div>
97
- <div class="refsect1" title="Object Hierarchy">
97
+ <div class="refsect1">
98
98
  <a name="GResolver.object-hierarchy"></a><h2>Object Hierarchy</h2>
99
99
  <pre class="synopsis">
100
- <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
100
+ <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
101
101
  +----GResolver
102
102
  </pre>
103
103
  </div>
104
- <div class="refsect1" title="Signals">
104
+ <div class="refsect1">
105
105
  <a name="GResolver.signals"></a><h2>Signals</h2>
106
106
  <pre class="synopsis">
107
107
  "<a class="link" href="GResolver.html#GResolver-reload" title='The "reload" signal'>reload</a>" : Run Last
108
108
  </pre>
109
109
  </div>
110
- <div class="refsect1" title="Description">
110
+ <div class="refsect1">
111
111
  <a name="GResolver.description"></a><h2>Description</h2>
112
112
  <p>
113
113
  <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> provides cancellable synchronous and asynchronous DNS
@@ -121,9 +121,9 @@ resolution, for hostnames (<a class="link" href="GResolver.html#g-resolver-looku
121
121
  making it easy to connect to a remote host/service.
122
122
  </p>
123
123
  </div>
124
- <div class="refsect1" title="Details">
124
+ <div class="refsect1">
125
125
  <a name="GResolver.details"></a><h2>Details</h2>
126
- <div class="refsect2" title="GResolver">
126
+ <div class="refsect2">
127
127
  <a name="GResolver-struct"></a><h3>GResolver</h3>
128
128
  <pre class="programlisting">typedef struct _GResolver GResolver;</pre>
129
129
  <p>
@@ -132,7 +132,7 @@ to get the default resolver.
132
132
  </p>
133
133
  </div>
134
134
  <hr>
135
- <div class="refsect2" title="g_resolver_get_default ()">
135
+ <div class="refsect2">
136
136
  <a name="g-resolver-get-default"></a><h3>g_resolver_get_default ()</h3>
137
137
  <pre class="programlisting"><a class="link" href="GResolver.html" title="GResolver"><span class="returnvalue">GResolver</span></a> * g_resolver_get_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
138
138
  <p>
@@ -153,7 +153,7 @@ resolutions.
153
153
  <p class="since">Since 2.22</p>
154
154
  </div>
155
155
  <hr>
156
- <div class="refsect2" title="g_resolver_set_default ()">
156
+ <div class="refsect2">
157
157
  <a name="g-resolver-set-default"></a><h3>g_resolver_set_default ()</h3>
158
158
  <pre class="programlisting"><span class="returnvalue">void</span> g_resolver_set_default (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>);</pre>
159
159
  <p>
@@ -179,12 +179,12 @@ itself as the default resolver for all later code to use.
179
179
  <p class="since">Since 2.22</p>
180
180
  </div>
181
181
  <hr>
182
- <div class="refsect2" title="g_resolver_lookup_by_name ()">
182
+ <div class="refsect2">
183
183
  <a name="g-resolver-lookup-by-name"></a><h3>g_resolver_lookup_by_name ()</h3>
184
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_resolver_lookup_by_name (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
185
- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *hostname</code></em>,
184
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_resolver_lookup_by_name (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
185
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *hostname</code></em>,
186
186
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
187
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
187
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
188
188
  <p>
189
189
  Synchronously resolves <em class="parameter"><code>hostname</code></em> to determine its associated IP
190
190
  address(es). <em class="parameter"><code>hostname</code></em> may be an ASCII-only or UTF-8 hostname, or
@@ -192,18 +192,18 @@ the textual form of an IP address (in which case this just becomes
192
192
  a wrapper around <a class="link" href="GInetAddress.html#g-inet-address-new-from-string" title="g_inet_address_new_from_string ()"><code class="function">g_inet_address_new_from_string()</code></a>).
193
193
  </p>
194
194
  <p>
195
- On success, <a class="link" href="GResolver.html#g-resolver-lookup-by-name" title="g_resolver_lookup_by_name ()"><code class="function">g_resolver_lookup_by_name()</code></a> will return a <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of
195
+ On success, <a class="link" href="GResolver.html#g-resolver-lookup-by-name" title="g_resolver_lookup_by_name ()"><code class="function">g_resolver_lookup_by_name()</code></a> will return a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of
196
196
  <a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a>, sorted in order of preference. (That is, you should
197
197
  attempt to connect to the first address first, then the second if
198
198
  the first fails, etc.)
199
199
  </p>
200
200
  <p>
201
- If the DNS resolution fails, <em class="parameter"><code>error</code></em> (if non-<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to a
201
+ If the DNS resolution fails, <em class="parameter"><code>error</code></em> (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to a
202
202
  value from <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a>.
203
203
  </p>
204
204
  <p>
205
- If <em class="parameter"><code>cancellable</code></em> is non-<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, it can be used to cancel the
206
- operation, in which case <em class="parameter"><code>error</code></em> (if non-<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to
205
+ If <em class="parameter"><code>cancellable</code></em> is non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, it can be used to cancel the
206
+ operation, in which case <em class="parameter"><code>error</code></em> (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to
207
207
  <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a>.
208
208
  </p>
209
209
  <p>
@@ -226,17 +226,17 @@ address, it may be easier to create a <a class="link" href="GNetworkAddress.html
226
226
  </tr>
227
227
  <tr>
228
228
  <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
229
- <td>a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
229
+ <td>a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
230
230
  </td>
231
231
  </tr>
232
232
  <tr>
233
233
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
234
- <td>return location for a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
234
+ <td>return location for a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
235
235
  </td>
236
236
  </tr>
237
237
  <tr>
238
238
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
239
- <td> a <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. You
239
+ <td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. You
240
240
  must unref each of the addresses and free the list when you are
241
241
  done with it. (You can use <a class="link" href="GResolver.html#g-resolver-free-addresses" title="g_resolver_free_addresses ()"><code class="function">g_resolver_free_addresses()</code></a> to do this.)
242
242
 
@@ -247,13 +247,13 @@ done with it. (You can use <a class="link" href="GResolver.html#g-resolver-free-
247
247
  <p class="since">Since 2.22</p>
248
248
  </div>
249
249
  <hr>
250
- <div class="refsect2" title="g_resolver_lookup_by_name_async ()">
250
+ <div class="refsect2">
251
251
  <a name="g-resolver-lookup-by-name-async"></a><h3>g_resolver_lookup_by_name_async ()</h3>
252
252
  <pre class="programlisting"><span class="returnvalue">void</span> g_resolver_lookup_by_name_async (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
253
- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *hostname</code></em>,
253
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *hostname</code></em>,
254
254
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
255
255
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
256
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
256
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
257
257
  <p>
258
258
  Begins asynchronously resolving <em class="parameter"><code>hostname</code></em> to determine its
259
259
  associated IP address(es), and eventually calls <em class="parameter"><code>callback</code></em>, which
@@ -275,7 +275,7 @@ See <a class="link" href="GResolver.html#g-resolver-lookup-by-name" title="g_res
275
275
  </tr>
276
276
  <tr>
277
277
  <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
278
- <td>a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
278
+ <td>a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
279
279
  </td>
280
280
  </tr>
281
281
  <tr>
@@ -293,17 +293,17 @@ See <a class="link" href="GResolver.html#g-resolver-lookup-by-name" title="g_res
293
293
  <p class="since">Since 2.22</p>
294
294
  </div>
295
295
  <hr>
296
- <div class="refsect2" title="g_resolver_lookup_by_name_finish ()">
296
+ <div class="refsect2">
297
297
  <a name="g-resolver-lookup-by-name-finish"></a><h3>g_resolver_lookup_by_name_finish ()</h3>
298
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_resolver_lookup_by_name_finish (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
298
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_resolver_lookup_by_name_finish (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
299
299
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
300
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
300
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
301
301
  <p>
302
302
  Retrieves the result of a call to
303
303
  <a class="link" href="GResolver.html#g-resolver-lookup-by-name-async" title="g_resolver_lookup_by_name_async ()"><code class="function">g_resolver_lookup_by_name_async()</code></a>.
304
304
  </p>
305
305
  <p>
306
- If the DNS resolution failed, <em class="parameter"><code>error</code></em> (if non-<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to
306
+ If the DNS resolution failed, <em class="parameter"><code>error</code></em> (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to
307
307
  a value from <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a>. If the operation was cancelled,
308
308
  <em class="parameter"><code>error</code></em> will be set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a>.
309
309
  </p>
@@ -322,12 +322,12 @@ a value from <a class="link" href="GResolver.html#GResolverError" title="enum GR
322
322
  </tr>
323
323
  <tr>
324
324
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
325
- <td>return location for a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
325
+ <td>return location for a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
326
326
  </td>
327
327
  </tr>
328
328
  <tr>
329
329
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
330
- <td> a <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. See
330
+ <td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. See
331
331
  <a class="link" href="GResolver.html#g-resolver-lookup-by-name" title="g_resolver_lookup_by_name ()"><code class="function">g_resolver_lookup_by_name()</code></a> for more details.
332
332
 
333
333
  </td>
@@ -337,9 +337,9 @@ a value from <a class="link" href="GResolver.html#GResolverError" title="enum GR
337
337
  <p class="since">Since 2.22</p>
338
338
  </div>
339
339
  <hr>
340
- <div class="refsect2" title="g_resolver_free_addresses ()">
340
+ <div class="refsect2">
341
341
  <a name="g-resolver-free-addresses"></a><h3>g_resolver_free_addresses ()</h3>
342
- <pre class="programlisting"><span class="returnvalue">void</span> g_resolver_free_addresses (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *addresses</code></em>);</pre>
342
+ <pre class="programlisting"><span class="returnvalue">void</span> g_resolver_free_addresses (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *addresses</code></em>);</pre>
343
343
  <p>
344
344
  Frees <em class="parameter"><code>addresses</code></em> (which should be the return value from
345
345
  <a class="link" href="GResolver.html#g-resolver-lookup-by-name" title="g_resolver_lookup_by_name ()"><code class="function">g_resolver_lookup_by_name()</code></a> or <a class="link" href="GResolver.html#g-resolver-lookup-by-name-finish" title="g_resolver_lookup_by_name_finish ()"><code class="function">g_resolver_lookup_by_name_finish()</code></a>).
@@ -350,30 +350,30 @@ by hand.)
350
350
  <col align="left" valign="top">
351
351
  <tbody><tr>
352
352
  <td><p><span class="term"><em class="parameter"><code>addresses</code></em> :</span></p></td>
353
- <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a>
353
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a>
354
354
  </td>
355
355
  </tr></tbody>
356
356
  </table></div>
357
357
  <p class="since">Since 2.22</p>
358
358
  </div>
359
359
  <hr>
360
- <div class="refsect2" title="g_resolver_lookup_by_address ()">
360
+ <div class="refsect2">
361
361
  <a name="g-resolver-lookup-by-address"></a><h3>g_resolver_lookup_by_address ()</h3>
362
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * g_resolver_lookup_by_address (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
362
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * g_resolver_lookup_by_address (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
363
363
  <em class="parameter"><code><a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a> *address</code></em>,
364
364
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
365
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
365
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
366
366
  <p>
367
367
  Synchronously reverse-resolves <em class="parameter"><code>address</code></em> to determine its
368
368
  associated hostname.
369
369
  </p>
370
370
  <p>
371
- If the DNS resolution fails, <em class="parameter"><code>error</code></em> (if non-<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to
371
+ If the DNS resolution fails, <em class="parameter"><code>error</code></em> (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to
372
372
  a value from <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a>.
373
373
  </p>
374
374
  <p>
375
- If <em class="parameter"><code>cancellable</code></em> is non-<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, it can be used to cancel the
376
- operation, in which case <em class="parameter"><code>error</code></em> (if non-<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to
375
+ If <em class="parameter"><code>cancellable</code></em> is non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, it can be used to cancel the
376
+ operation, in which case <em class="parameter"><code>error</code></em> (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to
377
377
  <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a>.
378
378
  </p>
379
379
  <div class="variablelist"><table border="0">
@@ -391,18 +391,18 @@ operation, in which case <em class="parameter"><code>error</code></em> (if non-<
391
391
  </tr>
392
392
  <tr>
393
393
  <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
394
- <td>a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
394
+ <td>a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
395
395
  </td>
396
396
  </tr>
397
397
  <tr>
398
398
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
399
- <td>return location for a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
399
+ <td>return location for a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
400
400
  </td>
401
401
  </tr>
402
402
  <tr>
403
403
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
404
404
  <td> a hostname (either ASCII-only, or in ASCII-encoded
405
- form), or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
405
+ form), or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
406
406
 
407
407
  </td>
408
408
  </tr>
@@ -411,13 +411,13 @@ operation, in which case <em class="parameter"><code>error</code></em> (if non-<
411
411
  <p class="since">Since 2.22</p>
412
412
  </div>
413
413
  <hr>
414
- <div class="refsect2" title="g_resolver_lookup_by_address_async ()">
414
+ <div class="refsect2">
415
415
  <a name="g-resolver-lookup-by-address-async"></a><h3>g_resolver_lookup_by_address_async ()</h3>
416
416
  <pre class="programlisting"><span class="returnvalue">void</span> g_resolver_lookup_by_address_async (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
417
417
  <em class="parameter"><code><a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a> *address</code></em>,
418
418
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
419
419
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
420
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
420
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
421
421
  <p>
422
422
  Begins asynchronously reverse-resolving <em class="parameter"><code>address</code></em> to determine its
423
423
  associated hostname, and eventually calls <em class="parameter"><code>callback</code></em>, which must
@@ -438,7 +438,7 @@ call <a class="link" href="GResolver.html#g-resolver-lookup-by-address-finish" t
438
438
  </tr>
439
439
  <tr>
440
440
  <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
441
- <td>a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
441
+ <td>a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
442
442
  </td>
443
443
  </tr>
444
444
  <tr>
@@ -456,17 +456,17 @@ call <a class="link" href="GResolver.html#g-resolver-lookup-by-address-finish" t
456
456
  <p class="since">Since 2.22</p>
457
457
  </div>
458
458
  <hr>
459
- <div class="refsect2" title="g_resolver_lookup_by_address_finish ()">
459
+ <div class="refsect2">
460
460
  <a name="g-resolver-lookup-by-address-finish"></a><h3>g_resolver_lookup_by_address_finish ()</h3>
461
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * g_resolver_lookup_by_address_finish (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
461
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * g_resolver_lookup_by_address_finish (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
462
462
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
463
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
463
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
464
464
  <p>
465
465
  Retrieves the result of a previous call to
466
466
  <a class="link" href="GResolver.html#g-resolver-lookup-by-address-async" title="g_resolver_lookup_by_address_async ()"><code class="function">g_resolver_lookup_by_address_async()</code></a>.
467
467
  </p>
468
468
  <p>
469
- If the DNS resolution failed, <em class="parameter"><code>error</code></em> (if non-<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to
469
+ If the DNS resolution failed, <em class="parameter"><code>error</code></em> (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to
470
470
  a value from <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a>. If the operation was cancelled,
471
471
  <em class="parameter"><code>error</code></em> will be set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a>.
472
472
  </p>
@@ -485,13 +485,13 @@ a value from <a class="link" href="GResolver.html#GResolverError" title="enum GR
485
485
  </tr>
486
486
  <tr>
487
487
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
488
- <td>return location for a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
488
+ <td>return location for a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
489
489
  </td>
490
490
  </tr>
491
491
  <tr>
492
492
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
493
493
  <td> a hostname (either ASCII-only, or in ASCII-encoded
494
- form), or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
494
+ form), or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
495
495
 
496
496
  </td>
497
497
  </tr>
@@ -500,14 +500,14 @@ form), or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:C
500
500
  <p class="since">Since 2.22</p>
501
501
  </div>
502
502
  <hr>
503
- <div class="refsect2" title="g_resolver_lookup_service ()">
503
+ <div class="refsect2">
504
504
  <a name="g-resolver-lookup-service"></a><h3>g_resolver_lookup_service ()</h3>
505
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_resolver_lookup_service (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
506
- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *service</code></em>,
507
- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *protocol</code></em>,
508
- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *domain</code></em>,
505
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_resolver_lookup_service (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
506
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *service</code></em>,
507
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *protocol</code></em>,
508
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *domain</code></em>,
509
509
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
510
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
510
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
511
511
  <p>
512
512
  Synchronously performs a DNS SRV lookup for the given <em class="parameter"><code>service</code></em> and
513
513
  <em class="parameter"><code>protocol</code></em> in the given <em class="parameter"><code>domain</code></em> and returns an array of <a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="type">GSrvTarget</span></a>.
@@ -517,18 +517,18 @@ include the leading underscore that appears in the actual DNS
517
517
  entry.
518
518
  </p>
519
519
  <p>
520
- On success, <a class="link" href="GResolver.html#g-resolver-lookup-service" title="g_resolver_lookup_service ()"><code class="function">g_resolver_lookup_service()</code></a> will return a <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of
520
+ On success, <a class="link" href="GResolver.html#g-resolver-lookup-service" title="g_resolver_lookup_service ()"><code class="function">g_resolver_lookup_service()</code></a> will return a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of
521
521
  <a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="type">GSrvTarget</span></a>, sorted in order of preference. (That is, you should
522
522
  attempt to connect to the first target first, then the second if
523
523
  the first fails, etc.)
524
524
  </p>
525
525
  <p>
526
- If the DNS resolution fails, <em class="parameter"><code>error</code></em> (if non-<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to
526
+ If the DNS resolution fails, <em class="parameter"><code>error</code></em> (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to
527
527
  a value from <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a>.
528
528
  </p>
529
529
  <p>
530
- If <em class="parameter"><code>cancellable</code></em> is non-<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, it can be used to cancel the
531
- operation, in which case <em class="parameter"><code>error</code></em> (if non-<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to
530
+ If <em class="parameter"><code>cancellable</code></em> is non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, it can be used to cancel the
531
+ operation, in which case <em class="parameter"><code>error</code></em> (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to
532
532
  <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a>.
533
533
  </p>
534
534
  <p>
@@ -561,17 +561,17 @@ interface.
561
561
  </tr>
562
562
  <tr>
563
563
  <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
564
- <td>a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
564
+ <td>a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
565
565
  </td>
566
566
  </tr>
567
567
  <tr>
568
568
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
569
- <td>return location for a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
569
+ <td>return location for a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
570
570
  </td>
571
571
  </tr>
572
572
  <tr>
573
573
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
574
- <td> a <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="type">GSrvTarget</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. You must
574
+ <td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="type">GSrvTarget</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. You must
575
575
  free each of the targets and the list when you are done with it.
576
576
  (You can use <a class="link" href="GResolver.html#g-resolver-free-targets" title="g_resolver_free_targets ()"><code class="function">g_resolver_free_targets()</code></a> to do this.)
577
577
 
@@ -582,15 +582,15 @@ free each of the targets and the list when you are done with it.
582
582
  <p class="since">Since 2.22</p>
583
583
  </div>
584
584
  <hr>
585
- <div class="refsect2" title="g_resolver_lookup_service_async ()">
585
+ <div class="refsect2">
586
586
  <a name="g-resolver-lookup-service-async"></a><h3>g_resolver_lookup_service_async ()</h3>
587
587
  <pre class="programlisting"><span class="returnvalue">void</span> g_resolver_lookup_service_async (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
588
- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *service</code></em>,
589
- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *protocol</code></em>,
590
- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *domain</code></em>,
588
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *service</code></em>,
589
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *protocol</code></em>,
590
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *domain</code></em>,
591
591
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
592
592
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
593
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
593
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
594
594
  <p>
595
595
  Begins asynchronously performing a DNS SRV lookup for the given
596
596
  <em class="parameter"><code>service</code></em> and <em class="parameter"><code>protocol</code></em> in the given <em class="parameter"><code>domain</code></em>, and eventually calls
@@ -623,7 +623,7 @@ details.
623
623
  </tr>
624
624
  <tr>
625
625
  <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
626
- <td>a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
626
+ <td>a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
627
627
  </td>
628
628
  </tr>
629
629
  <tr>
@@ -641,17 +641,17 @@ details.
641
641
  <p class="since">Since 2.22</p>
642
642
  </div>
643
643
  <hr>
644
- <div class="refsect2" title="g_resolver_lookup_service_finish ()">
644
+ <div class="refsect2">
645
645
  <a name="g-resolver-lookup-service-finish"></a><h3>g_resolver_lookup_service_finish ()</h3>
646
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_resolver_lookup_service_finish (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
646
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_resolver_lookup_service_finish (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>,
647
647
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
648
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
648
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
649
649
  <p>
650
650
  Retrieves the result of a previous call to
651
651
  <a class="link" href="GResolver.html#g-resolver-lookup-service-async" title="g_resolver_lookup_service_async ()"><code class="function">g_resolver_lookup_service_async()</code></a>.
652
652
  </p>
653
653
  <p>
654
- If the DNS resolution failed, <em class="parameter"><code>error</code></em> (if non-<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to
654
+ If the DNS resolution failed, <em class="parameter"><code>error</code></em> (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to
655
655
  a value from <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a>. If the operation was cancelled,
656
656
  <em class="parameter"><code>error</code></em> will be set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a>.
657
657
  </p>
@@ -670,12 +670,12 @@ a value from <a class="link" href="GResolver.html#GResolverError" title="enum GR
670
670
  </tr>
671
671
  <tr>
672
672
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
673
- <td>return location for a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
673
+ <td>return location for a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
674
674
  </td>
675
675
  </tr>
676
676
  <tr>
677
677
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
678
- <td> a <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="type">GSrvTarget</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. See
678
+ <td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="type">GSrvTarget</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. See
679
679
  <a class="link" href="GResolver.html#g-resolver-lookup-service" title="g_resolver_lookup_service ()"><code class="function">g_resolver_lookup_service()</code></a> for more details.
680
680
 
681
681
  </td>
@@ -685,9 +685,9 @@ a value from <a class="link" href="GResolver.html#GResolverError" title="enum GR
685
685
  <p class="since">Since 2.22</p>
686
686
  </div>
687
687
  <hr>
688
- <div class="refsect2" title="g_resolver_free_targets ()">
688
+ <div class="refsect2">
689
689
  <a name="g-resolver-free-targets"></a><h3>g_resolver_free_targets ()</h3>
690
- <pre class="programlisting"><span class="returnvalue">void</span> g_resolver_free_targets (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *targets</code></em>);</pre>
690
+ <pre class="programlisting"><span class="returnvalue">void</span> g_resolver_free_targets (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *targets</code></em>);</pre>
691
691
  <p>
692
692
  Frees <em class="parameter"><code>targets</code></em> (which should be the return value from
693
693
  <a class="link" href="GResolver.html#g-resolver-lookup-service" title="g_resolver_lookup_service ()"><code class="function">g_resolver_lookup_service()</code></a> or <a class="link" href="GResolver.html#g-resolver-lookup-service-finish" title="g_resolver_lookup_service_finish ()"><code class="function">g_resolver_lookup_service_finish()</code></a>).
@@ -698,25 +698,25 @@ results by hand.)
698
698
  <col align="left" valign="top">
699
699
  <tbody><tr>
700
700
  <td><p><span class="term"><em class="parameter"><code>targets</code></em> :</span></p></td>
701
- <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="type">GSrvTarget</span></a>
701
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="type">GSrvTarget</span></a>
702
702
  </td>
703
703
  </tr></tbody>
704
704
  </table></div>
705
705
  <p class="since">Since 2.22</p>
706
706
  </div>
707
707
  <hr>
708
- <div class="refsect2" title="G_RESOLVER_ERROR">
708
+ <div class="refsect2">
709
709
  <a name="G-RESOLVER-ERROR:CAPS"></a><h3>G_RESOLVER_ERROR</h3>
710
710
  <pre class="programlisting">#define G_RESOLVER_ERROR (g_resolver_error_quark ())
711
711
  </pre>
712
712
  <p>
713
713
  Error domain for <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a>. Errors in this domain will be from the
714
- <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a> enumeration. See <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> for more information on
714
+ <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a> enumeration. See <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> for more information on
715
715
  error domains.
716
716
  </p>
717
717
  </div>
718
718
  <hr>
719
- <div class="refsect2" title="enum GResolverError">
719
+ <div class="refsect2">
720
720
  <a name="GResolverError"></a><h3>enum GResolverError</h3>
721
721
  <pre class="programlisting">typedef enum {
722
722
  G_RESOLVER_ERROR_NOT_FOUND,
@@ -725,7 +725,7 @@ error domains.
725
725
  } GResolverError;
726
726
  </pre>
727
727
  <p>
728
- An error code used with <a class="link" href="GResolver.html#G-RESOLVER-ERROR:CAPS" title="G_RESOLVER_ERROR"><code class="literal">G_RESOLVER_ERROR</code></a> in a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> returned
728
+ An error code used with <a class="link" href="GResolver.html#G-RESOLVER-ERROR:CAPS" title="G_RESOLVER_ERROR"><code class="literal">G_RESOLVER_ERROR</code></a> in a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> returned
729
729
  from a <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> routine.
730
730
  </p>
731
731
  <div class="variablelist"><table border="0">
@@ -753,12 +753,12 @@ from a <a class="link" href="GResolver.html" title="GResolver"><span class="type
753
753
  <p class="since">Since 2.22</p>
754
754
  </div>
755
755
  </div>
756
- <div class="refsect1" title="Signal Details">
756
+ <div class="refsect1">
757
757
  <a name="GResolver.signal-details"></a><h2>Signal Details</h2>
758
- <div class="refsect2" title='The "reload" signal'>
758
+ <div class="refsect2">
759
759
  <a name="GResolver-reload"></a><h3>The <code class="literal">"reload"</code> signal</h3>
760
760
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver,
761
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
761
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
762
762
  <p>
763
763
  Emitted when the resolver notices that the system resolver
764
764
  configuration has changed.
@@ -782,6 +782,6 @@ configuration has changed.
782
782
  </div>
783
783
  <div class="footer">
784
784
  <hr>
785
- Generated by GTK-Doc V1.14</div>
785
+ Generated by GTK-Doc V1.15.1</div>
786
786
  </body>
787
787
  </html>