glib2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (620) hide show
  1. data/ChangeLog +46 -0
  2. data/Rakefile +1 -0
  3. data/ext/glib2/rbglib.h +1 -1
  4. data/ext/glib2/rbglib_iochannel.c +15 -6
  5. data/ext/glib2/rbgobj_signal.c +1 -1
  6. data/ext/glib2/rbgobject.h +1 -1
  7. data/lib/1.8/glib2.so +0 -0
  8. data/lib/1.9/glib2.so +0 -0
  9. data/lib/gnome2-raketask.rb +3 -2
  10. data/lib/mkmf-gnome2.rb +47 -23
  11. data/test/glib-test-init.rb +1 -3
  12. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  13. data/vendor/local/bin/glib-gettextize +2 -2
  14. data/vendor/local/bin/glib-mkenums +3 -2
  15. data/vendor/local/bin/gobject-query.exe +0 -0
  16. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  17. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  18. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  19. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  20. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  21. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  22. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  23. data/vendor/local/include/glib-2.0/gio/gaction.h +91 -0
  24. data/vendor/local/include/glib-2.0/gio/gactiongroup.h +151 -0
  25. data/vendor/local/include/glib-2.0/gio/gappinfo.h +11 -1
  26. data/vendor/local/include/glib-2.0/gio/gapplication.h +165 -0
  27. data/vendor/local/include/glib-2.0/gio/gapplicationcommandline.h +118 -0
  28. data/vendor/local/include/glib-2.0/gio/gasyncresult.h +2 -2
  29. data/vendor/local/include/glib-2.0/gio/gcancellable.h +2 -0
  30. data/vendor/local/include/glib-2.0/gio/gemblemedicon.h +15 -0
  31. data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +2 -2
  32. data/vendor/local/include/glib-2.0/gio/gfileinputstream.h +1 -1
  33. data/vendor/local/include/glib-2.0/gio/gfileiostream.h +1 -1
  34. data/vendor/local/include/glib-2.0/gio/gfilemonitor.h +1 -1
  35. data/vendor/local/include/glib-2.0/gio/gfileoutputstream.h +1 -1
  36. data/vendor/local/include/glib-2.0/gio/gio.h +14 -0
  37. data/vendor/local/include/glib-2.0/gio/gioenums.h +158 -2
  38. data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +12 -0
  39. data/vendor/local/include/glib-2.0/gio/giomodule.h +1 -1
  40. data/vendor/local/include/glib-2.0/gio/giostream.h +11 -0
  41. data/vendor/local/include/glib-2.0/gio/giotypes.h +48 -0
  42. data/vendor/local/include/glib-2.0/gio/goutputstream.h +1 -1
  43. data/vendor/local/include/glib-2.0/gio/gpollableinputstream.h +101 -0
  44. data/vendor/local/include/glib-2.0/gio/gpollableoutputstream.h +98 -0
  45. data/vendor/local/include/glib-2.0/gio/gsettings.h +9 -2
  46. data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +6 -0
  47. data/vendor/local/include/glib-2.0/gio/gsimpleaction.h +95 -0
  48. data/vendor/local/include/glib-2.0/gio/gsimpleactiongroup.h +87 -0
  49. data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +11 -1
  50. data/vendor/local/include/glib-2.0/gio/gsocketclient.h +7 -0
  51. data/vendor/local/include/glib-2.0/gio/gtcpwrapperconnection.h +68 -0
  52. data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +92 -0
  53. data/vendor/local/include/glib-2.0/gio/gtlscertificate.h +83 -0
  54. data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +72 -0
  55. data/vendor/local/include/glib-2.0/gio/gtlsconnection.h +136 -0
  56. data/vendor/local/include/glib-2.0/gio/gtlsserverconnection.h +61 -0
  57. data/vendor/local/include/glib-2.0/glib/glist.h +2 -0
  58. data/vendor/local/include/glib-2.0/glib/gmain.h +27 -6
  59. data/vendor/local/include/glib-2.0/glib/gmarkup.h +80 -5
  60. data/vendor/local/include/glib-2.0/glib/grand.h +1 -1
  61. data/vendor/local/include/glib-2.0/glib/gsequence.h +8 -0
  62. data/vendor/local/include/glib-2.0/glib/gslist.h +2 -0
  63. data/vendor/local/include/glib-2.0/glib/gtimezone.h +37 -0
  64. data/vendor/local/include/glib-2.0/glib/gtypes.h +1 -0
  65. data/vendor/local/include/glib-2.0/glib/gunicode.h +22 -16
  66. data/vendor/local/include/glib-2.0/glib/gutils.h +5 -0
  67. data/vendor/local/include/glib-2.0/glib/gvariant.h +35 -11
  68. data/vendor/local/include/glib-2.0/gobject/gobject.h +15 -0
  69. data/vendor/local/include/glib-2.0/gobject/gsignal.h +5 -0
  70. data/vendor/local/include/glib-2.0/gobject/gsourceclosure.h +4 -2
  71. data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -1
  72. data/vendor/local/lib/gio-2.0.def +142 -0
  73. data/vendor/local/lib/gio-2.0.lib +0 -0
  74. data/vendor/local/lib/glib-2.0.def +21 -0
  75. data/vendor/local/lib/glib-2.0.lib +0 -0
  76. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  77. data/vendor/local/lib/gmodule-2.0.lib +0 -0
  78. data/vendor/local/lib/gobject-2.0.def +3 -0
  79. data/vendor/local/lib/gobject-2.0.lib +0 -0
  80. data/vendor/local/lib/gthread-2.0.lib +0 -0
  81. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  82. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  83. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  84. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  85. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  86. data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
  87. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
  88. data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
  89. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
  90. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  91. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
  92. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  93. data/vendor/local/manifest/{glib-dev_2.26.1-1_win32.mft → glib-dev_2.28.1-1_win32.mft} +55 -19
  94. data/vendor/local/manifest/{glib_2.26.1-1_win32.mft → glib_2.28.1-1_win32.mft} +3 -2
  95. data/vendor/local/share/aclocal/glib-2.0.m4 +4 -4
  96. data/vendor/local/share/doc/{glib-2.26.1 → glib-2.28.1}/COPYING +0 -0
  97. data/vendor/local/share/doc/{glib-dev-2.26.1 → glib-dev-2.28.1}/COPYING +0 -0
  98. data/vendor/local/share/glib-2.0/gettext/mkinstalldirs +72 -21
  99. data/vendor/local/share/glib-2.0/schemas/gschema.dtd +21 -8
  100. data/vendor/local/share/gtk-doc/html/gio/GAction.html +469 -0
  101. data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +754 -0
  102. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +296 -249
  103. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +1458 -0
  104. data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +815 -0
  105. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +61 -97
  106. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +31 -38
  107. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +52 -68
  108. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +38 -50
  109. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +120 -77
  110. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +26 -34
  111. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +49 -51
  112. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +39 -62
  113. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +26 -35
  114. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +415 -650
  115. data/vendor/local/share/gtk-doc/html/gio/{gio-GDBusError.html → GDBusError.html} +118 -147
  116. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +204 -347
  117. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +66 -111
  118. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +210 -309
  119. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +68 -87
  120. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +190 -232
  121. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +89 -118
  122. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +196 -270
  123. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +40 -46
  124. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +56 -24
  125. data/vendor/local/share/gtk-doc/html/gio/GFile.html +1090 -1443
  126. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +13 -16
  127. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +66 -86
  128. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +31 -45
  129. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +19 -21
  130. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +466 -602
  131. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +32 -40
  132. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +60 -59
  133. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +32 -47
  134. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +37 -45
  135. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +22 -26
  136. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +22 -26
  137. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +32 -38
  138. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +184 -52
  139. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +45 -54
  140. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +96 -125
  141. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +21 -25
  142. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +49 -71
  143. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +102 -134
  144. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +43 -54
  145. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +21 -24
  146. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +34 -41
  147. data/vendor/local/share/gtk-doc/html/gio/GMount.html +223 -294
  148. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +127 -153
  149. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +35 -46
  150. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +37 -46
  151. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +138 -174
  152. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +46 -68
  153. data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +398 -0
  154. data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +340 -0
  155. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +89 -32
  156. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -56
  157. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +59 -34
  158. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +82 -95
  159. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +58 -72
  160. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +597 -357
  161. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +125 -75
  162. data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +339 -0
  163. data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +200 -0
  164. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +232 -167
  165. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +15 -16
  166. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +291 -406
  167. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +39 -45
  168. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +301 -223
  169. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +41 -44
  170. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +41 -49
  171. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +22 -32
  172. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +88 -107
  173. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +26 -32
  174. data/vendor/local/share/gtk-doc/html/gio/{gio-GSrvTarget.html → GSrvTarget.html} +74 -77
  175. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +21 -22
  176. data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +156 -0
  177. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +40 -46
  178. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +29 -35
  179. data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +260 -0
  180. data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +396 -0
  181. data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +428 -0
  182. data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +869 -0
  183. data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +158 -0
  184. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +32 -41
  185. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +28 -34
  186. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +44 -54
  187. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +36 -41
  188. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +35 -32
  189. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +35 -32
  190. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +59 -67
  191. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +49 -57
  192. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +142 -187
  193. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +99 -132
  194. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +33 -32
  195. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +22 -24
  196. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +43 -13
  197. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +5 -5
  198. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +10 -3
  199. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +20 -20
  200. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +8 -8
  201. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +36 -28
  202. data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +744 -0
  203. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +3 -3
  204. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +915 -107
  205. data/vendor/local/share/gtk-doc/html/gio/application.html +50 -0
  206. data/vendor/local/share/gtk-doc/html/gio/async.html +5 -5
  207. data/vendor/local/share/gtk-doc/html/gio/ch01.html +4 -4
  208. data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
  209. data/vendor/local/share/gtk-doc/html/gio/ch03.html +23 -24
  210. data/vendor/local/share/gtk-doc/html/gio/ch26.html +54 -36
  211. data/vendor/local/share/gtk-doc/html/gio/ch27.html +188 -41
  212. data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +19 -108
  213. data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +16 -179
  214. data/vendor/local/share/gtk-doc/html/gio/ch28.html +57 -0
  215. data/vendor/local/share/gtk-doc/html/gio/{ch26s02.html → ch28s02.html} +10 -10
  216. data/vendor/local/share/gtk-doc/html/gio/{ch26s03.html → ch28s03.html} +10 -10
  217. data/vendor/local/share/gtk-doc/html/gio/{ch26s04.html → ch28s04.html} +10 -10
  218. data/vendor/local/share/gtk-doc/html/gio/{ch26s05.html → ch28s05.html} +10 -10
  219. data/vendor/local/share/gtk-doc/html/gio/{ch26s06.html → ch28s06.html} +17 -15
  220. data/vendor/local/share/gtk-doc/html/gio/{ch26s07.html → ch28s07.html} +10 -10
  221. data/vendor/local/share/gtk-doc/html/gio/ch29.html +70 -0
  222. data/vendor/local/share/gtk-doc/html/gio/ch29s02.html +130 -0
  223. data/vendor/local/share/gtk-doc/html/gio/ch29s03.html +202 -0
  224. data/vendor/local/share/gtk-doc/html/gio/{ch27s04.html → ch29s04.html} +11 -11
  225. data/vendor/local/share/gtk-doc/html/gio/{ch27s05.html → ch29s05.html} +12 -12
  226. data/vendor/local/share/gtk-doc/html/gio/{ch27s06.html → ch29s06.html} +10 -10
  227. data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
  228. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +27 -14
  229. data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
  230. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
  231. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
  232. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
  233. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -3
  234. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +6 -6
  235. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +18 -18
  236. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +39 -62
  237. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +141 -248
  238. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +28 -40
  239. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +29 -112
  240. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +45 -57
  241. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +58 -68
  242. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +16 -18
  243. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +18 -20
  244. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +82 -76
  245. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +34 -28
  246. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +25 -33
  247. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +87 -113
  248. data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +287 -0
  249. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +119 -151
  250. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +62 -95
  251. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +66 -6
  252. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +8 -8
  253. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +312 -91
  254. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +386 -133
  255. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -12
  256. data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +162 -0
  257. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +7 -4
  258. data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
  259. data/vendor/local/share/gtk-doc/html/gio/index.html +88 -36
  260. data/vendor/local/share/gtk-doc/html/gio/index.sgml +506 -95
  261. data/vendor/local/share/gtk-doc/html/gio/migrating.html +23 -23
  262. data/vendor/local/share/gtk-doc/html/gio/networking.html +3 -3
  263. data/vendor/local/share/gtk-doc/html/gio/permissions.html +5 -5
  264. data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
  265. data/vendor/local/share/gtk-doc/html/gio/pt02.html +68 -17
  266. data/vendor/local/share/gtk-doc/html/gio/resolver.html +6 -6
  267. data/vendor/local/share/gtk-doc/html/gio/settings.html +7 -7
  268. data/vendor/local/share/gtk-doc/html/gio/streaming.html +9 -3
  269. data/vendor/local/share/gtk-doc/html/gio/style.css +2 -1
  270. data/vendor/local/share/gtk-doc/html/gio/tls.html +50 -0
  271. data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
  272. data/vendor/local/share/gtk-doc/html/gio/types.html +6 -6
  273. data/vendor/local/share/gtk-doc/html/gio/utils.html +7 -7
  274. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
  275. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +8 -11
  276. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
  277. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
  278. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -3
  279. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
  280. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +4 -4
  281. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
  282. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
  283. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
  284. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -3
  285. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +25 -5
  286. data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +112 -0
  287. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +6 -6
  288. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +15 -11
  289. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +5 -5
  290. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +9 -5
  291. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +201 -89
  292. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +144 -210
  293. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +97 -136
  294. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +40 -58
  295. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +99 -128
  296. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +104 -155
  297. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +42 -71
  298. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +40 -43
  299. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +224 -314
  300. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +104 -142
  301. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +193 -308
  302. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +51 -76
  303. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +170 -307
  304. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +154 -198
  305. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +45 -67
  306. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +60 -97
  307. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +390 -428
  308. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +265 -333
  309. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +306 -330
  310. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +60 -99
  311. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +122 -152
  312. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +241 -571
  313. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +233 -330
  314. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +310 -34
  315. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +739 -590
  316. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +136 -143
  317. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +22 -29
  318. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +210 -297
  319. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +294 -355
  320. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +27 -39
  321. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +102 -95
  322. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +402 -486
  323. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +308 -442
  324. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +75 -116
  325. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +229 -297
  326. data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +36 -36
  327. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +121 -187
  328. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +23 -27
  329. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +80 -107
  330. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +46 -69
  331. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +63 -99
  332. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +121 -115
  333. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +304 -327
  334. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +307 -366
  335. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +39 -20
  336. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +230 -343
  337. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +121 -167
  338. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +31 -45
  339. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +73 -113
  340. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +75 -106
  341. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +229 -184
  342. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +31 -40
  343. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +247 -286
  344. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +281 -283
  345. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +83 -337
  346. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +65 -80
  347. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +36 -42
  348. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +408 -621
  349. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +253 -322
  350. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +161 -252
  351. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +677 -590
  352. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +88 -111
  353. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +378 -475
  354. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +27 -48
  355. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +39 -48
  356. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +19 -25
  357. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +57 -93
  358. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +413 -534
  359. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +117 -21
  360. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -53
  361. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +60 -114
  362. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +38 -39
  363. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -13
  364. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
  365. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
  366. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
  367. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +6 -3
  368. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
  369. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +10 -10
  370. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +82 -82
  371. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
  372. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +26 -26
  373. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -3
  374. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +144 -103
  375. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +170 -105
  376. data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
  377. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +10 -10
  378. data/vendor/local/share/gtk-doc/html/glib/gtester.html +10 -10
  379. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +48 -43
  380. data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +660 -0
  381. data/vendor/local/share/gtk-doc/html/glib/index.html +8 -4
  382. data/vendor/local/share/gtk-doc/html/glib/index.sgml +67 -2
  383. data/vendor/local/share/gtk-doc/html/glib/style.css +2 -1
  384. data/vendor/local/share/gtk-doc/html/glib/tools.html +5 -5
  385. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +72 -90
  386. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +79 -108
  387. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +67 -85
  388. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +63 -9
  389. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
  390. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
  391. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
  392. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
  393. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
  394. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
  395. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -3
  396. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +6 -6
  397. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +47 -0
  398. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
  399. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
  400. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
  401. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
  402. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +65 -53
  403. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
  404. data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
  405. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +8 -11
  406. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +19 -19
  407. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
  408. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +18 -18
  409. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +22 -22
  410. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +16 -16
  411. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +40 -54
  412. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +405 -512
  413. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +170 -213
  414. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +242 -292
  415. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +91 -127
  416. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +407 -573
  417. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +951 -1268
  418. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +383 -441
  419. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +648 -829
  420. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +82 -95
  421. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +31 -49
  422. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +8 -8
  423. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +15 -14
  424. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
  425. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +62 -58
  426. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +62 -58
  427. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
  428. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +11 -11
  429. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +14 -14
  430. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +6 -6
  431. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
  432. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
  433. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +7 -7
  434. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
  435. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
  436. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +10 -10
  437. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
  438. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
  439. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +6 -6
  440. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
  441. data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -10
  442. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +13 -1
  443. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
  444. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
  445. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
  446. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
  447. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +4 -4
  448. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +4 -4
  449. data/vendor/local/share/gtk-doc/html/gobject/signal.html +13 -13
  450. data/vendor/local/share/gtk-doc/html/gobject/style.css +2 -1
  451. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
  452. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
  453. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +6 -6
  454. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
  455. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
  456. data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
  457. data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
  458. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  459. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
  460. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  461. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  462. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  463. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  464. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  465. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  466. data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
  467. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  468. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  469. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  470. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  471. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  472. data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
  473. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  474. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  475. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  476. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  477. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  478. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  479. data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
  480. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  481. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  482. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  483. data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
  484. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  485. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  486. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  487. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  488. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  489. data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
  490. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  491. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  492. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
  493. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  494. data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
  495. data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
  496. data/vendor/local/share/man/man1/gobject-query.1 +2 -2
  497. data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.log → glib_2.28.1-1_win32.log} +690 -773
  498. data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.sh → glib_2.28.1-1_win32.sh} +2 -4
  499. metadata +78 -146
  500. data/ext/glib2/Makefile +0 -169
  501. data/ext/glib2/glib-enum-types.c +0 -1065
  502. data/ext/glib2/glib-enum-types.h +0 -144
  503. data/ext/glib2/ruby-glib2.pc +0 -3
  504. data/test-unit/COPYING +0 -56
  505. data/test-unit/GPL +0 -340
  506. data/test-unit/History.txt +0 -279
  507. data/test-unit/Manifest.txt +0 -110
  508. data/test-unit/PSFL +0 -271
  509. data/test-unit/README.txt +0 -75
  510. data/test-unit/Rakefile +0 -53
  511. data/test-unit/TODO +0 -5
  512. data/test-unit/bin/testrb +0 -5
  513. data/test-unit/html/bar.png +0 -0
  514. data/test-unit/html/bar.svg +0 -153
  515. data/test-unit/html/developer.png +0 -0
  516. data/test-unit/html/developer.svg +0 -469
  517. data/test-unit/html/famfamfam-logo.png +0 -0
  518. data/test-unit/html/favicon.ico +0 -0
  519. data/test-unit/html/favicon.png +0 -0
  520. data/test-unit/html/favicon.svg +0 -82
  521. data/test-unit/html/heading-mark.png +0 -0
  522. data/test-unit/html/heading-mark.svg +0 -393
  523. data/test-unit/html/index.html +0 -285
  524. data/test-unit/html/index.html.ja +0 -299
  525. data/test-unit/html/install.png +0 -0
  526. data/test-unit/html/install.svg +0 -636
  527. data/test-unit/html/jp.png +0 -0
  528. data/test-unit/html/kinotan-failure.png +0 -0
  529. data/test-unit/html/kinotan-pass.png +0 -0
  530. data/test-unit/html/logo.png +0 -0
  531. data/test-unit/html/logo.svg +0 -483
  532. data/test-unit/html/reference.png +0 -0
  533. data/test-unit/html/rubyforge.png +0 -0
  534. data/test-unit/html/tango-logo.png +0 -0
  535. data/test-unit/html/test-unit.css +0 -339
  536. data/test-unit/html/tutorial.png +0 -0
  537. data/test-unit/html/tutorial.svg +0 -559
  538. data/test-unit/html/us.png +0 -0
  539. data/test-unit/images/color-diff.png +0 -0
  540. data/test-unit/lib/test/unit.rb +0 -328
  541. data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
  542. data/test-unit/lib/test/unit/assertions.rb +0 -1792
  543. data/test-unit/lib/test/unit/attribute.rb +0 -125
  544. data/test-unit/lib/test/unit/autorunner.rb +0 -415
  545. data/test-unit/lib/test/unit/collector.rb +0 -38
  546. data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
  547. data/test-unit/lib/test/unit/collector/dir.rb +0 -108
  548. data/test-unit/lib/test/unit/collector/load.rb +0 -187
  549. data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
  550. data/test-unit/lib/test/unit/collector/xml.rb +0 -250
  551. data/test-unit/lib/test/unit/color-scheme.rb +0 -106
  552. data/test-unit/lib/test/unit/color.rb +0 -96
  553. data/test-unit/lib/test/unit/diff.rb +0 -740
  554. data/test-unit/lib/test/unit/error.rb +0 -131
  555. data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
  556. data/test-unit/lib/test/unit/failure.rb +0 -136
  557. data/test-unit/lib/test/unit/fixture.rb +0 -185
  558. data/test-unit/lib/test/unit/notification.rb +0 -129
  559. data/test-unit/lib/test/unit/omission.rb +0 -191
  560. data/test-unit/lib/test/unit/pending.rb +0 -150
  561. data/test-unit/lib/test/unit/priority.rb +0 -180
  562. data/test-unit/lib/test/unit/runner/console.rb +0 -52
  563. data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
  564. data/test-unit/lib/test/unit/runner/tap.rb +0 -8
  565. data/test-unit/lib/test/unit/runner/xml.rb +0 -15
  566. data/test-unit/lib/test/unit/testcase.rb +0 -515
  567. data/test-unit/lib/test/unit/testresult.rb +0 -125
  568. data/test-unit/lib/test/unit/testsuite.rb +0 -134
  569. data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
  570. data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -467
  571. data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
  572. data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -82
  573. data/test-unit/lib/test/unit/ui/testrunner.rb +0 -53
  574. data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -86
  575. data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
  576. data/test-unit/lib/test/unit/ui/xml/testrunner.rb +0 -224
  577. data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -42
  578. data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
  579. data/test-unit/lib/test/unit/util/observable.rb +0 -90
  580. data/test-unit/lib/test/unit/util/output.rb +0 -31
  581. data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
  582. data/test-unit/lib/test/unit/version.rb +0 -7
  583. data/test-unit/sample/adder.rb +0 -13
  584. data/test-unit/sample/subtracter.rb +0 -12
  585. data/test-unit/sample/test_adder.rb +0 -20
  586. data/test-unit/sample/test_subtracter.rb +0 -20
  587. data/test-unit/sample/test_user.rb +0 -23
  588. data/test-unit/test/collector/test-descendant.rb +0 -133
  589. data/test-unit/test/collector/test-load.rb +0 -442
  590. data/test-unit/test/collector/test_dir.rb +0 -406
  591. data/test-unit/test/collector/test_objectspace.rb +0 -100
  592. data/test-unit/test/run-test.rb +0 -22
  593. data/test-unit/test/test-assertions.rb +0 -1849
  594. data/test-unit/test/test-attribute.rb +0 -86
  595. data/test-unit/test/test-color-scheme.rb +0 -69
  596. data/test-unit/test/test-color.rb +0 -47
  597. data/test-unit/test/test-diff.rb +0 -518
  598. data/test-unit/test/test-emacs-runner.rb +0 -60
  599. data/test-unit/test/test-fixture.rb +0 -324
  600. data/test-unit/test/test-notification.rb +0 -33
  601. data/test-unit/test/test-omission.rb +0 -81
  602. data/test-unit/test/test-pending.rb +0 -70
  603. data/test-unit/test/test-priority.rb +0 -119
  604. data/test-unit/test/test-testcase.rb +0 -569
  605. data/test-unit/test/test_error.rb +0 -26
  606. data/test-unit/test/test_failure.rb +0 -33
  607. data/test-unit/test/test_testresult.rb +0 -113
  608. data/test-unit/test/test_testsuite.rb +0 -137
  609. data/test-unit/test/testunit-test-util.rb +0 -14
  610. data/test-unit/test/ui/test_tap.rb +0 -33
  611. data/test-unit/test/ui/test_testrunmediator.rb +0 -20
  612. data/test-unit/test/util/test-method-owner-finder.rb +0 -38
  613. data/test-unit/test/util/test-output.rb +0 -11
  614. data/test-unit/test/util/test_backtracefilter.rb +0 -41
  615. data/test-unit/test/util/test_observable.rb +0 -102
  616. data/test-unit/test/util/test_procwrapper.rb +0 -36
  617. data/vendor/local/share/gtk-doc/html/gio/ch24.html +0 -75
  618. data/vendor/local/share/gtk-doc/html/gio/ch25.html +0 -217
  619. data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +0 -41
  620. data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +0 -39
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="index.html" title="GIO Reference Manual">
9
9
  <link rel="prev" href="api-index-full.html" title="Index">
10
10
  <link rel="next" href="api-index-2-18.html" title="Index of new symbols in 2.18">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.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">
@@ -32,7 +32,7 @@
32
32
  <a class="shortcut" href="#idxV">V</a>
33
33
  </td></tr>
34
34
  </table>
35
- <div class="index" title="Index of deprecated symbols">
35
+ <div class="index">
36
36
  <div class="titlepage"><div><div><h2 class="title">
37
37
  <a name="api-index-deprecated"></a>Index of deprecated symbols</h2></div></div></div>
38
38
  <a name="idx"></a><a name="idxD"></a><h3 class="title">D</h3>
@@ -107,6 +107,6 @@
107
107
  </div>
108
108
  <div class="footer">
109
109
  <hr>
110
- Generated by GTK-Doc V1.15</div>
110
+ Generated by GTK-Doc V1.16.1</div>
111
111
  </body>
112
112
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="index.html" title="GIO Reference Manual">
9
9
  <link rel="prev" href="gio-hierarchy.html" title="Object Hierarchy">
10
10
  <link rel="next" href="api-index-deprecated.html" title="Index of deprecated symbols">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.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">
@@ -60,20 +60,148 @@
60
60
  <a class="shortcut" href="#idxZ">Z</a>
61
61
  </td></tr>
62
62
  </table>
63
- <div class="index" title="Index">
63
+ <div class="index">
64
64
  <div class="titlepage"><div><div><h2 class="title">
65
65
  <a name="api-index-full"></a>Index</h2></div></div></div>
66
66
  <a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
67
67
  <dt>
68
+ <a class="link" href="GAction.html#GAction-struct" title="GAction">GAction</a>, struct in <a class="link" href="GAction.html" title="GAction">GAction</a>
69
+ </dt>
70
+ <dd></dd>
71
+ <dt>
72
+ <a class="link" href="GAction.html#GAction--enabled" title='The "enabled" property'>GAction:enabled</a>, object property in <a class="link" href="GAction.html" title="GAction">GAction</a>
73
+ </dt>
74
+ <dd></dd>
75
+ <dt>
76
+ <a class="link" href="GAction.html#GAction--name" title='The "name" property'>GAction:name</a>, object property in <a class="link" href="GAction.html" title="GAction">GAction</a>
77
+ </dt>
78
+ <dd></dd>
79
+ <dt>
80
+ <a class="link" href="GAction.html#GAction--parameter-type" title='The "parameter-type" property'>GAction:parameter-type</a>, object property in <a class="link" href="GAction.html" title="GAction">GAction</a>
81
+ </dt>
82
+ <dd></dd>
83
+ <dt>
84
+ <a class="link" href="GAction.html#GAction--state" title='The "state" property'>GAction:state</a>, object property in <a class="link" href="GAction.html" title="GAction">GAction</a>
85
+ </dt>
86
+ <dd></dd>
87
+ <dt>
88
+ <a class="link" href="GAction.html#GAction--state-type" title='The "state-type" property'>GAction:state-type</a>, object property in <a class="link" href="GAction.html" title="GAction">GAction</a>
89
+ </dt>
90
+ <dd></dd>
91
+ <dt>
92
+ <a class="link" href="GActionGroup.html#GActionGroup-struct" title="GActionGroup">GActionGroup</a>, struct in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
93
+ </dt>
94
+ <dd></dd>
95
+ <dt>
96
+ <a class="link" href="GActionGroup.html#GActionGroup-action-added" title='The "action-added" signal'>GActionGroup::action-added</a>, object signal in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
97
+ </dt>
98
+ <dd></dd>
99
+ <dt>
100
+ <a class="link" href="GActionGroup.html#GActionGroup-action-enabled-changed" title='The "action-enabled-changed" signal'>GActionGroup::action-enabled-changed</a>, object signal in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
101
+ </dt>
102
+ <dd></dd>
103
+ <dt>
104
+ <a class="link" href="GActionGroup.html#GActionGroup-action-removed" title='The "action-removed" signal'>GActionGroup::action-removed</a>, object signal in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
105
+ </dt>
106
+ <dd></dd>
107
+ <dt>
108
+ <a class="link" href="GActionGroup.html#GActionGroup-action-state-changed" title='The "action-state-changed" signal'>GActionGroup::action-state-changed</a>, object signal in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
109
+ </dt>
110
+ <dd></dd>
111
+ <dt>
112
+ <a class="link" href="GAction.html#g-action-activate" title="g_action_activate ()">g_action_activate</a>, function in <a class="link" href="GAction.html" title="GAction">GAction</a>
113
+ </dt>
114
+ <dd></dd>
115
+ <dt>
116
+ <a class="link" href="GAction.html#g-action-get-enabled" title="g_action_get_enabled ()">g_action_get_enabled</a>, function in <a class="link" href="GAction.html" title="GAction">GAction</a>
117
+ </dt>
118
+ <dd></dd>
119
+ <dt>
120
+ <a class="link" href="GAction.html#g-action-get-name" title="g_action_get_name ()">g_action_get_name</a>, function in <a class="link" href="GAction.html" title="GAction">GAction</a>
121
+ </dt>
122
+ <dd></dd>
123
+ <dt>
124
+ <a class="link" href="GAction.html#g-action-get-parameter-type" title="g_action_get_parameter_type ()">g_action_get_parameter_type</a>, function in <a class="link" href="GAction.html" title="GAction">GAction</a>
125
+ </dt>
126
+ <dd></dd>
127
+ <dt>
128
+ <a class="link" href="GAction.html#g-action-get-state" title="g_action_get_state ()">g_action_get_state</a>, function in <a class="link" href="GAction.html" title="GAction">GAction</a>
129
+ </dt>
130
+ <dd></dd>
131
+ <dt>
132
+ <a class="link" href="GAction.html#g-action-get-state-hint" title="g_action_get_state_hint ()">g_action_get_state_hint</a>, function in <a class="link" href="GAction.html" title="GAction">GAction</a>
133
+ </dt>
134
+ <dd></dd>
135
+ <dt>
136
+ <a class="link" href="GAction.html#g-action-get-state-type" title="g_action_get_state_type ()">g_action_get_state_type</a>, function in <a class="link" href="GAction.html" title="GAction">GAction</a>
137
+ </dt>
138
+ <dd></dd>
139
+ <dt>
140
+ <a class="link" href="GActionGroup.html#g-action-group-action-added" title="g_action_group_action_added ()">g_action_group_action_added</a>, function in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
141
+ </dt>
142
+ <dd></dd>
143
+ <dt>
144
+ <a class="link" href="GActionGroup.html#g-action-group-action-enabled-changed" title="g_action_group_action_enabled_changed ()">g_action_group_action_enabled_changed</a>, function in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
145
+ </dt>
146
+ <dd></dd>
147
+ <dt>
148
+ <a class="link" href="GActionGroup.html#g-action-group-action-removed" title="g_action_group_action_removed ()">g_action_group_action_removed</a>, function in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
149
+ </dt>
150
+ <dd></dd>
151
+ <dt>
152
+ <a class="link" href="GActionGroup.html#g-action-group-action-state-changed" title="g_action_group_action_state_changed ()">g_action_group_action_state_changed</a>, function in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
153
+ </dt>
154
+ <dd></dd>
155
+ <dt>
156
+ <a class="link" href="GActionGroup.html#g-action-group-activate-action" title="g_action_group_activate_action ()">g_action_group_activate_action</a>, function in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
157
+ </dt>
158
+ <dd></dd>
159
+ <dt>
160
+ <a class="link" href="GActionGroup.html#g-action-group-change-action-state" title="g_action_group_change_action_state ()">g_action_group_change_action_state</a>, function in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
161
+ </dt>
162
+ <dd></dd>
163
+ <dt>
164
+ <a class="link" href="GActionGroup.html#g-action-group-get-action-enabled" title="g_action_group_get_action_enabled ()">g_action_group_get_action_enabled</a>, function in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
165
+ </dt>
166
+ <dd></dd>
167
+ <dt>
168
+ <a class="link" href="GActionGroup.html#g-action-group-get-action-parameter-type" title="g_action_group_get_action_parameter_type ()">g_action_group_get_action_parameter_type</a>, function in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
169
+ </dt>
170
+ <dd></dd>
171
+ <dt>
172
+ <a class="link" href="GActionGroup.html#g-action-group-get-action-state" title="g_action_group_get_action_state ()">g_action_group_get_action_state</a>, function in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
173
+ </dt>
174
+ <dd></dd>
175
+ <dt>
176
+ <a class="link" href="GActionGroup.html#g-action-group-get-action-state-hint" title="g_action_group_get_action_state_hint ()">g_action_group_get_action_state_hint</a>, function in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
177
+ </dt>
178
+ <dd></dd>
179
+ <dt>
180
+ <a class="link" href="GActionGroup.html#g-action-group-get-action-state-type" title="g_action_group_get_action_state_type ()">g_action_group_get_action_state_type</a>, function in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
181
+ </dt>
182
+ <dd></dd>
183
+ <dt>
184
+ <a class="link" href="GActionGroup.html#g-action-group-has-action" title="g_action_group_has_action ()">g_action_group_has_action</a>, function in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
185
+ </dt>
186
+ <dd></dd>
187
+ <dt>
188
+ <a class="link" href="GActionGroup.html#g-action-group-list-actions" title="g_action_group_list_actions ()">g_action_group_list_actions</a>, function in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
189
+ </dt>
190
+ <dd></dd>
191
+ <dt>
192
+ <a class="link" href="GAction.html#g-action-set-state" title="g_action_set_state ()">g_action_set_state</a>, function in <a class="link" href="GAction.html" title="GAction">GAction</a>
193
+ </dt>
194
+ <dd></dd>
195
+ <dt>
68
196
  <a class="link" href="GAppInfo.html#GAppInfo-struct" title="GAppInfo">GAppInfo</a>, struct in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
69
197
  </dt>
70
198
  <dd></dd>
71
199
  <dt>
72
- <a class="link" href="GAppInfo.html#GAppInfoCreateFlags" title="enum GAppInfoCreateFlags">GAppInfoCreateFlags</a>, enum in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
200
+ <a class="link" href="GAppInfo.html#GAppInfoCreateFlags">GAppInfoCreateFlags</a>, enum in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
73
201
  </dt>
74
202
  <dd></dd>
75
203
  <dt>
76
- <a class="link" href="GAppInfo.html#GAppInfoIface" title="GAppInfoIface">GAppInfoIface</a>, struct in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
204
+ <a class="link" href="GAppInfo.html#GAppInfoIface" title="struct GAppInfoIface">GAppInfoIface</a>, struct in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
77
205
  </dt>
78
206
  <dd></dd>
79
207
  <dt>
@@ -81,6 +209,174 @@
81
209
  </dt>
82
210
  <dd></dd>
83
211
  <dt>
212
+ <a class="link" href="GApplication.html#GApplication-struct" title="GApplication">GApplication</a>, struct in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
213
+ </dt>
214
+ <dd></dd>
215
+ <dt>
216
+ <a class="link" href="GApplication.html#GApplication-activate" title='The "activate" signal'>GApplication::activate</a>, object signal in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
217
+ </dt>
218
+ <dd></dd>
219
+ <dt>
220
+ <a class="link" href="GApplication.html#GApplication-command-line" title='The "command-line" signal'>GApplication::command-line</a>, object signal in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
221
+ </dt>
222
+ <dd></dd>
223
+ <dt>
224
+ <a class="link" href="GApplication.html#GApplication-open" title='The "open" signal'>GApplication::open</a>, object signal in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
225
+ </dt>
226
+ <dd></dd>
227
+ <dt>
228
+ <a class="link" href="GApplication.html#GApplication-startup" title='The "startup" signal'>GApplication::startup</a>, object signal in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
229
+ </dt>
230
+ <dd></dd>
231
+ <dt>
232
+ <a class="link" href="GApplication.html#GApplication--action-group" title='The "action-group" property'>GApplication:action-group</a>, object property in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
233
+ </dt>
234
+ <dd></dd>
235
+ <dt>
236
+ <a class="link" href="GApplication.html#GApplication--application-id" title='The "application-id" property'>GApplication:application-id</a>, object property in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
237
+ </dt>
238
+ <dd></dd>
239
+ <dt>
240
+ <a class="link" href="GApplication.html#GApplication--flags" title='The "flags" property'>GApplication:flags</a>, object property in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
241
+ </dt>
242
+ <dd></dd>
243
+ <dt>
244
+ <a class="link" href="GApplication.html#GApplication--inactivity-timeout" title='The "inactivity-timeout" property'>GApplication:inactivity-timeout</a>, object property in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
245
+ </dt>
246
+ <dd></dd>
247
+ <dt>
248
+ <a class="link" href="GApplication.html#GApplication--is-registered" title='The "is-registered" property'>GApplication:is-registered</a>, object property in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
249
+ </dt>
250
+ <dd></dd>
251
+ <dt>
252
+ <a class="link" href="GApplication.html#GApplication--is-remote" title='The "is-remote" property'>GApplication:is-remote</a>, object property in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
253
+ </dt>
254
+ <dd></dd>
255
+ <dt>
256
+ <a class="link" href="GApplication.html#GApplicationClass" title="struct GApplicationClass">GApplicationClass</a>, struct in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
257
+ </dt>
258
+ <dd></dd>
259
+ <dt>
260
+ <a class="link" href="GApplicationCommandLine.html#GApplicationCommandLine-struct" title="GApplicationCommandLine">GApplicationCommandLine</a>, struct in <a class="link" href="GApplicationCommandLine.html" title="GApplicationCommandLine">GApplicationCommandLine</a>
261
+ </dt>
262
+ <dd></dd>
263
+ <dt>
264
+ <a class="link" href="GApplicationCommandLine.html#GApplicationCommandLineClass" title="struct GApplicationCommandLineClass">GApplicationCommandLineClass</a>, struct in <a class="link" href="GApplicationCommandLine.html" title="GApplicationCommandLine">GApplicationCommandLine</a>
265
+ </dt>
266
+ <dd></dd>
267
+ <dt>
268
+ <a class="link" href="GApplication.html#GApplicationFlags">GApplicationFlags</a>, enum in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
269
+ </dt>
270
+ <dd></dd>
271
+ <dt>
272
+ <a class="link" href="GApplication.html#g-application-activate" title="g_application_activate ()">g_application_activate</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
273
+ </dt>
274
+ <dd></dd>
275
+ <dt>
276
+ <a class="link" href="GApplicationCommandLine.html#g-application-command-line-getenv" title="g_application_command_line_getenv ()">g_application_command_line_getenv</a>, function in <a class="link" href="GApplicationCommandLine.html" title="GApplicationCommandLine">GApplicationCommandLine</a>
277
+ </dt>
278
+ <dd></dd>
279
+ <dt>
280
+ <a class="link" href="GApplicationCommandLine.html#g-application-command-line-get-arguments" title="g_application_command_line_get_arguments ()">g_application_command_line_get_arguments</a>, function in <a class="link" href="GApplicationCommandLine.html" title="GApplicationCommandLine">GApplicationCommandLine</a>
281
+ </dt>
282
+ <dd></dd>
283
+ <dt>
284
+ <a class="link" href="GApplicationCommandLine.html#g-application-command-line-get-cwd" title="g_application_command_line_get_cwd ()">g_application_command_line_get_cwd</a>, function in <a class="link" href="GApplicationCommandLine.html" title="GApplicationCommandLine">GApplicationCommandLine</a>
285
+ </dt>
286
+ <dd></dd>
287
+ <dt>
288
+ <a class="link" href="GApplicationCommandLine.html#g-application-command-line-get-environ" title="g_application_command_line_get_environ ()">g_application_command_line_get_environ</a>, function in <a class="link" href="GApplicationCommandLine.html" title="GApplicationCommandLine">GApplicationCommandLine</a>
289
+ </dt>
290
+ <dd></dd>
291
+ <dt>
292
+ <a class="link" href="GApplicationCommandLine.html#g-application-command-line-get-exit-status" title="g_application_command_line_get_exit_status ()">g_application_command_line_get_exit_status</a>, function in <a class="link" href="GApplicationCommandLine.html" title="GApplicationCommandLine">GApplicationCommandLine</a>
293
+ </dt>
294
+ <dd></dd>
295
+ <dt>
296
+ <a class="link" href="GApplicationCommandLine.html#g-application-command-line-get-is-remote" title="g_application_command_line_get_is_remote ()">g_application_command_line_get_is_remote</a>, function in <a class="link" href="GApplicationCommandLine.html" title="GApplicationCommandLine">GApplicationCommandLine</a>
297
+ </dt>
298
+ <dd></dd>
299
+ <dt>
300
+ <a class="link" href="GApplicationCommandLine.html#g-application-command-line-get-platform-data" title="g_application_command_line_get_platform_data ()">g_application_command_line_get_platform_data</a>, function in <a class="link" href="GApplicationCommandLine.html" title="GApplicationCommandLine">GApplicationCommandLine</a>
301
+ </dt>
302
+ <dd></dd>
303
+ <dt>
304
+ <a class="link" href="GApplicationCommandLine.html#g-application-command-line-print" title="g_application_command_line_print ()">g_application_command_line_print</a>, function in <a class="link" href="GApplicationCommandLine.html" title="GApplicationCommandLine">GApplicationCommandLine</a>
305
+ </dt>
306
+ <dd></dd>
307
+ <dt>
308
+ <a class="link" href="GApplicationCommandLine.html#g-application-command-line-printerr" title="g_application_command_line_printerr ()">g_application_command_line_printerr</a>, function in <a class="link" href="GApplicationCommandLine.html" title="GApplicationCommandLine">GApplicationCommandLine</a>
309
+ </dt>
310
+ <dd></dd>
311
+ <dt>
312
+ <a class="link" href="GApplicationCommandLine.html#g-application-command-line-set-exit-status" title="g_application_command_line_set_exit_status ()">g_application_command_line_set_exit_status</a>, function in <a class="link" href="GApplicationCommandLine.html" title="GApplicationCommandLine">GApplicationCommandLine</a>
313
+ </dt>
314
+ <dd></dd>
315
+ <dt>
316
+ <a class="link" href="GApplication.html#g-application-get-application-id" title="g_application_get_application_id ()">g_application_get_application_id</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
317
+ </dt>
318
+ <dd></dd>
319
+ <dt>
320
+ <a class="link" href="GApplication.html#g-application-get-flags" title="g_application_get_flags ()">g_application_get_flags</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
321
+ </dt>
322
+ <dd></dd>
323
+ <dt>
324
+ <a class="link" href="GApplication.html#g-application-get-inactivity-timeout" title="g_application_get_inactivity_timeout ()">g_application_get_inactivity_timeout</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
325
+ </dt>
326
+ <dd></dd>
327
+ <dt>
328
+ <a class="link" href="GApplication.html#g-application-get-is-registered" title="g_application_get_is_registered ()">g_application_get_is_registered</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
329
+ </dt>
330
+ <dd></dd>
331
+ <dt>
332
+ <a class="link" href="GApplication.html#g-application-get-is-remote" title="g_application_get_is_remote ()">g_application_get_is_remote</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
333
+ </dt>
334
+ <dd></dd>
335
+ <dt>
336
+ <a class="link" href="GApplication.html#g-application-hold" title="g_application_hold ()">g_application_hold</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
337
+ </dt>
338
+ <dd></dd>
339
+ <dt>
340
+ <a class="link" href="GApplication.html#g-application-id-is-valid" title="g_application_id_is_valid ()">g_application_id_is_valid</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
341
+ </dt>
342
+ <dd></dd>
343
+ <dt>
344
+ <a class="link" href="GApplication.html#g-application-new" title="g_application_new ()">g_application_new</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
345
+ </dt>
346
+ <dd></dd>
347
+ <dt>
348
+ <a class="link" href="GApplication.html#g-application-open" title="g_application_open ()">g_application_open</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
349
+ </dt>
350
+ <dd></dd>
351
+ <dt>
352
+ <a class="link" href="GApplication.html#g-application-register" title="g_application_register ()">g_application_register</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
353
+ </dt>
354
+ <dd></dd>
355
+ <dt>
356
+ <a class="link" href="GApplication.html#g-application-release" title="g_application_release ()">g_application_release</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
357
+ </dt>
358
+ <dd></dd>
359
+ <dt>
360
+ <a class="link" href="GApplication.html#g-application-run" title="g_application_run ()">g_application_run</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
361
+ </dt>
362
+ <dd></dd>
363
+ <dt>
364
+ <a class="link" href="GApplication.html#g-application-set-action-group" title="g_application_set_action_group ()">g_application_set_action_group</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
365
+ </dt>
366
+ <dd></dd>
367
+ <dt>
368
+ <a class="link" href="GApplication.html#g-application-set-application-id" title="g_application_set_application_id ()">g_application_set_application_id</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
369
+ </dt>
370
+ <dd></dd>
371
+ <dt>
372
+ <a class="link" href="GApplication.html#g-application-set-flags" title="g_application_set_flags ()">g_application_set_flags</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
373
+ </dt>
374
+ <dd></dd>
375
+ <dt>
376
+ <a class="link" href="GApplication.html#g-application-set-inactivity-timeout" title="g_application_set_inactivity_timeout ()">g_application_set_inactivity_timeout</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
377
+ </dt>
378
+ <dd></dd>
379
+ <dt>
84
380
  <a class="link" href="GAppInfo.html#g-app-info-add-supports-type" title="g_app_info_add_supports_type ()">g_app_info_add_supports_type</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
85
381
  </dt>
86
382
  <dd></dd>
@@ -141,6 +437,10 @@
141
437
  </dt>
142
438
  <dd></dd>
143
439
  <dt>
440
+ <a class="link" href="GAppInfo.html#g-app-info-get-fallback-for-type" title="g_app_info_get_fallback_for_type ()">g_app_info_get_fallback_for_type</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
441
+ </dt>
442
+ <dd></dd>
443
+ <dt>
144
444
  <a class="link" href="GAppInfo.html#g-app-info-get-icon" title="g_app_info_get_icon ()">g_app_info_get_icon</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
145
445
  </dt>
146
446
  <dd></dd>
@@ -153,6 +453,10 @@
153
453
  </dt>
154
454
  <dd></dd>
155
455
  <dt>
456
+ <a class="link" href="GAppInfo.html#g-app-info-get-recommended-for-type" title="g_app_info_get_recommended_for_type ()">g_app_info_get_recommended_for_type</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
457
+ </dt>
458
+ <dd></dd>
459
+ <dt>
156
460
  <a class="link" href="GAppInfo.html#g-app-info-launch" title="g_app_info_launch ()">g_app_info_launch</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
157
461
  </dt>
158
462
  <dd></dd>
@@ -181,6 +485,10 @@
181
485
  </dt>
182
486
  <dd></dd>
183
487
  <dt>
488
+ <a class="link" href="GAppInfo.html#g-app-info-set-as-last-used-for-type" title="g_app_info_set_as_last_used_for_type ()">g_app_info_set_as_last_used_for_type</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
489
+ </dt>
490
+ <dd></dd>
491
+ <dt>
184
492
  <a class="link" href="GAppInfo.html#g-app-info-should-show" title="g_app_info_should_show ()">g_app_info_should_show</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
185
493
  </dt>
186
494
  <dd></dd>
@@ -209,7 +517,7 @@
209
517
  </dt>
210
518
  <dd></dd>
211
519
  <dt>
212
- <a class="link" href="GMountOperation.html#GAskPasswordFlags" title="enum GAskPasswordFlags">GAskPasswordFlags</a>, enum in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
520
+ <a class="link" href="GMountOperation.html#GAskPasswordFlags">GAskPasswordFlags</a>, enum in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
213
521
  </dt>
214
522
  <dd></dd>
215
523
  <dt>
@@ -217,7 +525,7 @@
217
525
  </dt>
218
526
  <dd></dd>
219
527
  <dt>
220
- <a class="link" href="GAsyncInitable.html#GAsyncInitableIface" title="GAsyncInitableIface">GAsyncInitableIface</a>, struct in <a class="link" href="GAsyncInitable.html" title="GAsyncInitable">GAsyncInitable</a>
528
+ <a class="link" href="GAsyncInitable.html#GAsyncInitableIface" title="struct GAsyncInitableIface">GAsyncInitableIface</a>, struct in <a class="link" href="GAsyncInitable.html" title="GAsyncInitable">GAsyncInitable</a>
221
529
  </dt>
222
530
  <dd></dd>
223
531
  <dt>
@@ -229,7 +537,7 @@
229
537
  </dt>
230
538
  <dd></dd>
231
539
  <dt>
232
- <a class="link" href="GAsyncResult.html#GAsyncResultIface" title="GAsyncResultIface">GAsyncResultIface</a>, struct in <a class="link" href="GAsyncResult.html" title="GAsyncResult">GAsyncResult</a>
540
+ <a class="link" href="GAsyncResult.html#GAsyncResultIface" title="struct GAsyncResultIface">GAsyncResultIface</a>, struct in <a class="link" href="GAsyncResult.html" title="GAsyncResult">GAsyncResult</a>
233
541
  </dt>
234
542
  <dd></dd>
235
543
  <dt>
@@ -370,7 +678,7 @@
370
678
  </dt>
371
679
  <dd></dd>
372
680
  <dt>
373
- <a class="link" href="gio-Owning-Bus-Names.html#GBusNameOwnerFlags" title="enum GBusNameOwnerFlags">GBusNameOwnerFlags</a>, enum in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
681
+ <a class="link" href="gio-Owning-Bus-Names.html#GBusNameOwnerFlags">GBusNameOwnerFlags</a>, enum in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
374
682
  </dt>
375
683
  <dd></dd>
376
684
  <dt>
@@ -382,7 +690,7 @@
382
690
  </dt>
383
691
  <dd></dd>
384
692
  <dt>
385
- <a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType">GBusType</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
693
+ <a class="link" href="GDBusConnection.html#GBusType">GBusType</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
386
694
  </dt>
387
695
  <dd></dd>
388
696
  <dt>
@@ -447,6 +755,10 @@
447
755
  </dt>
448
756
  <dd></dd>
449
757
  <dt>
758
+ <a class="link" href="GCancellable.html#GCancellableSourceFunc" title="GCancellableSourceFunc ()">GCancellableSourceFunc</a>, user_function in <a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a>
759
+ </dt>
760
+ <dd></dd>
761
+ <dt>
450
762
  <a class="link" href="GCancellable.html#g-cancellable-cancel" title="g_cancellable_cancel ()">g_cancellable_cancel</a>, function in <a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a>
451
763
  </dt>
452
764
  <dd></dd>
@@ -499,6 +811,10 @@
499
811
  </dt>
500
812
  <dd></dd>
501
813
  <dt>
814
+ <a class="link" href="GCancellable.html#g-cancellable-source-new" title="g_cancellable_source_new ()">g_cancellable_source_new</a>, function in <a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a>
815
+ </dt>
816
+ <dd></dd>
817
+ <dt>
502
818
  <a class="link" href="GCharsetConverter.html#GCharsetConverter-struct" title="GCharsetConverter">GCharsetConverter</a>, struct in <a class="link" href="GCharsetConverter.html" title="GCharsetConverter">GCharsetConverter</a>
503
819
  </dt>
504
820
  <dd></dd>
@@ -579,11 +895,11 @@
579
895
  </dt>
580
896
  <dd></dd>
581
897
  <dt>
582
- <a class="link" href="GConverter.html#GConverterFlags" title="enum GConverterFlags">GConverterFlags</a>, enum in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
898
+ <a class="link" href="GConverter.html#GConverterFlags">GConverterFlags</a>, enum in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
583
899
  </dt>
584
900
  <dd></dd>
585
901
  <dt>
586
- <a class="link" href="GConverter.html#GConverterIface" title="GConverterIface">GConverterIface</a>, struct in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
902
+ <a class="link" href="GConverter.html#GConverterIface" title="struct GConverterIface">GConverterIface</a>, struct in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
587
903
  </dt>
588
904
  <dd></dd>
589
905
  <dt>
@@ -603,7 +919,7 @@
603
919
  </dt>
604
920
  <dd></dd>
605
921
  <dt>
606
- <a class="link" href="GConverter.html#GConverterResult" title="enum GConverterResult">GConverterResult</a>, enum in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
922
+ <a class="link" href="GConverter.html#GConverterResult">GConverterResult</a>, enum in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
607
923
  </dt>
608
924
  <dd></dd>
609
925
  <dt>
@@ -680,7 +996,7 @@
680
996
  </dt>
681
997
  <dd></dd>
682
998
  <dt>
683
- <a class="link" href="GDataOutputStream.html#GDataOutputStream-struct" title="GDataOutputStream">GDataOutputStream</a>, struct in <a class="link" href="GDataOutputStream.html" title="GDataOutputStream">GDataOutputStream</a>
999
+ <a class="link" href="GDataOutputStream.html#GDataOutputStream-struct" title="struct GDataOutputStream">GDataOutputStream</a>, struct in <a class="link" href="GDataOutputStream.html" title="GDataOutputStream">GDataOutputStream</a>
684
1000
  </dt>
685
1001
  <dd></dd>
686
1002
  <dt>
@@ -688,11 +1004,11 @@
688
1004
  </dt>
689
1005
  <dd></dd>
690
1006
  <dt>
691
- <a class="link" href="GDataInputStream.html#GDataStreamByteOrder" title="enum GDataStreamByteOrder">GDataStreamByteOrder</a>, enum in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
1007
+ <a class="link" href="GDataInputStream.html#GDataStreamByteOrder">GDataStreamByteOrder</a>, enum in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
692
1008
  </dt>
693
1009
  <dd></dd>
694
1010
  <dt>
695
- <a class="link" href="GDataInputStream.html#GDataStreamNewlineType" title="enum GDataStreamNewlineType">GDataStreamNewlineType</a>, enum in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
1011
+ <a class="link" href="GDataInputStream.html#GDataStreamNewlineType">GDataStreamNewlineType</a>, enum in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
696
1012
  </dt>
697
1013
  <dd></dd>
698
1014
  <dt>
@@ -844,7 +1160,7 @@
844
1160
  </dt>
845
1161
  <dd></dd>
846
1162
  <dt>
847
- <a class="link" href="GDBusConnection.html#GDBusCapabilityFlags" title="enum GDBusCapabilityFlags">GDBusCapabilityFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
1163
+ <a class="link" href="GDBusConnection.html#GDBusCapabilityFlags">GDBusCapabilityFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
848
1164
  </dt>
849
1165
  <dd></dd>
850
1166
  <dt>
@@ -892,15 +1208,15 @@
892
1208
  </dt>
893
1209
  <dd></dd>
894
1210
  <dt>
895
- <a class="link" href="GDBusConnection.html#GDBusConnectionFlags" title="enum GDBusConnectionFlags">GDBusConnectionFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
1211
+ <a class="link" href="GDBusConnection.html#GDBusConnectionFlags">GDBusConnectionFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
896
1212
  </dt>
897
1213
  <dd></dd>
898
1214
  <dt>
899
- <a class="link" href="gio-GDBusError.html#GDBusError" title="enum GDBusError">GDBusError</a>, enum in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
1215
+ <a class="link" href="GDBusError.html" title="GDBusError">GDBusError</a>, enum in <a class="link" href="GDBusError.html" title="GDBusError">GDBusError</a>
900
1216
  </dt>
901
1217
  <dd></dd>
902
1218
  <dt>
903
- <a class="link" href="gio-GDBusError.html#GDBusErrorEntry" title="GDBusErrorEntry">GDBusErrorEntry</a>, struct in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
1219
+ <a class="link" href="GDBusError.html#GDBusErrorEntry" title="GDBusErrorEntry">GDBusErrorEntry</a>, struct in <a class="link" href="GDBusError.html" title="GDBusError">GDBusError</a>
904
1220
  </dt>
905
1221
  <dd></dd>
906
1222
  <dt>
@@ -908,7 +1224,7 @@
908
1224
  </dt>
909
1225
  <dd></dd>
910
1226
  <dt>
911
- <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo" title="GDBusInterfaceInfo">GDBusInterfaceInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
1227
+ <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo-struct" title="GDBusInterfaceInfo">GDBusInterfaceInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
912
1228
  </dt>
913
1229
  <dd></dd>
914
1230
  <dt>
@@ -1020,11 +1336,11 @@
1020
1336
  </dt>
1021
1337
  <dd></dd>
1022
1338
  <dt>
1023
- <a class="link" href="GDBusProxy.html#GDBusProxyClass" title="GDBusProxyClass">GDBusProxyClass</a>, struct in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1339
+ <a class="link" href="GDBusProxy.html#GDBusProxyClass" title="struct GDBusProxyClass">GDBusProxyClass</a>, struct in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1024
1340
  </dt>
1025
1341
  <dd></dd>
1026
1342
  <dt>
1027
- <a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags">GDBusProxyFlags</a>, enum in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1343
+ <a class="link" href="GDBusProxy.html#GDBusProxyFlags">GDBusProxyFlags</a>, enum in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
1028
1344
  </dt>
1029
1345
  <dd></dd>
1030
1346
  <dt>
@@ -1064,7 +1380,7 @@
1064
1380
  </dt>
1065
1381
  <dd></dd>
1066
1382
  <dt>
1067
- <a class="link" href="GDBusServer.html#GDBusServerFlags" title="enum GDBusServerFlags">GDBusServerFlags</a>, enum in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
1383
+ <a class="link" href="GDBusServer.html#GDBusServerFlags">GDBusServerFlags</a>, enum in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
1068
1384
  </dt>
1069
1385
  <dd></dd>
1070
1386
  <dt>
@@ -1292,47 +1608,47 @@
1292
1608
  </dt>
1293
1609
  <dd></dd>
1294
1610
  <dt>
1295
- <a class="link" href="gio-GDBusError.html#G-DBUS-ERROR:CAPS" title="G_DBUS_ERROR">G_DBUS_ERROR</a>, macro in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
1611
+ <a class="link" href="GDBusError.html#G-DBUS-ERROR:CAPS" title="G_DBUS_ERROR">G_DBUS_ERROR</a>, macro in <a class="link" href="GDBusError.html" title="GDBusError">GDBusError</a>
1296
1612
  </dt>
1297
1613
  <dd></dd>
1298
1614
  <dt>
1299
- <a class="link" href="gio-GDBusError.html#g-dbus-error-encode-gerror" title="g_dbus_error_encode_gerror ()">g_dbus_error_encode_gerror</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
1615
+ <a class="link" href="GDBusError.html#g-dbus-error-encode-gerror" title="g_dbus_error_encode_gerror ()">g_dbus_error_encode_gerror</a>, function in <a class="link" href="GDBusError.html" title="GDBusError">GDBusError</a>
1300
1616
  </dt>
1301
1617
  <dd></dd>
1302
1618
  <dt>
1303
- <a class="link" href="gio-GDBusError.html#g-dbus-error-get-remote-error" title="g_dbus_error_get_remote_error ()">g_dbus_error_get_remote_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
1619
+ <a class="link" href="GDBusError.html#g-dbus-error-get-remote-error" title="g_dbus_error_get_remote_error ()">g_dbus_error_get_remote_error</a>, function in <a class="link" href="GDBusError.html" title="GDBusError">GDBusError</a>
1304
1620
  </dt>
1305
1621
  <dd></dd>
1306
1622
  <dt>
1307
- <a class="link" href="gio-GDBusError.html#g-dbus-error-is-remote-error" title="g_dbus_error_is_remote_error ()">g_dbus_error_is_remote_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
1623
+ <a class="link" href="GDBusError.html#g-dbus-error-is-remote-error" title="g_dbus_error_is_remote_error ()">g_dbus_error_is_remote_error</a>, function in <a class="link" href="GDBusError.html" title="GDBusError">GDBusError</a>
1308
1624
  </dt>
1309
1625
  <dd></dd>
1310
1626
  <dt>
1311
- <a class="link" href="gio-GDBusError.html#g-dbus-error-new-for-dbus-error" title="g_dbus_error_new_for_dbus_error ()">g_dbus_error_new_for_dbus_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
1627
+ <a class="link" href="GDBusError.html#g-dbus-error-new-for-dbus-error" title="g_dbus_error_new_for_dbus_error ()">g_dbus_error_new_for_dbus_error</a>, function in <a class="link" href="GDBusError.html" title="GDBusError">GDBusError</a>
1312
1628
  </dt>
1313
1629
  <dd></dd>
1314
1630
  <dt>
1315
- <a class="link" href="gio-GDBusError.html#g-dbus-error-register-error" title="g_dbus_error_register_error ()">g_dbus_error_register_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
1631
+ <a class="link" href="GDBusError.html#g-dbus-error-register-error" title="g_dbus_error_register_error ()">g_dbus_error_register_error</a>, function in <a class="link" href="GDBusError.html" title="GDBusError">GDBusError</a>
1316
1632
  </dt>
1317
1633
  <dd></dd>
1318
1634
  <dt>
1319
- <a class="link" href="gio-GDBusError.html#g-dbus-error-register-error-domain" title="g_dbus_error_register_error_domain ()">g_dbus_error_register_error_domain</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
1635
+ <a class="link" href="GDBusError.html#g-dbus-error-register-error-domain" title="g_dbus_error_register_error_domain ()">g_dbus_error_register_error_domain</a>, function in <a class="link" href="GDBusError.html" title="GDBusError">GDBusError</a>
1320
1636
  </dt>
1321
1637
  <dd></dd>
1322
1638
  <dt>
1323
- <a class="link" href="gio-GDBusError.html#g-dbus-error-set-dbus-error" title="g_dbus_error_set_dbus_error ()">g_dbus_error_set_dbus_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
1639
+ <a class="link" href="GDBusError.html#g-dbus-error-set-dbus-error" title="g_dbus_error_set_dbus_error ()">g_dbus_error_set_dbus_error</a>, function in <a class="link" href="GDBusError.html" title="GDBusError">GDBusError</a>
1324
1640
  </dt>
1325
1641
  <dd></dd>
1326
1642
  <dt>
1327
- <a class="link" href="gio-GDBusError.html#g-dbus-error-set-dbus-error-valist" title="g_dbus_error_set_dbus_error_valist ()">g_dbus_error_set_dbus_error_valist</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
1643
+ <a class="link" href="GDBusError.html#g-dbus-error-set-dbus-error-valist" title="g_dbus_error_set_dbus_error_valist ()">g_dbus_error_set_dbus_error_valist</a>, function in <a class="link" href="GDBusError.html" title="GDBusError">GDBusError</a>
1328
1644
  </dt>
1329
1645
  <dd></dd>
1330
1646
  <dt>
1331
- <a class="link" href="gio-GDBusError.html#g-dbus-error-strip-remote-error" title="g_dbus_error_strip_remote_error ()">g_dbus_error_strip_remote_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
1647
+ <a class="link" href="GDBusError.html#g-dbus-error-strip-remote-error" title="g_dbus_error_strip_remote_error ()">g_dbus_error_strip_remote_error</a>, function in <a class="link" href="GDBusError.html" title="GDBusError">GDBusError</a>
1332
1648
  </dt>
1333
1649
  <dd></dd>
1334
1650
  <dt>
1335
- <a class="link" href="gio-GDBusError.html#g-dbus-error-unregister-error" title="g_dbus_error_unregister_error ()">g_dbus_error_unregister_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
1651
+ <a class="link" href="GDBusError.html#g-dbus-error-unregister-error" title="g_dbus_error_unregister_error ()">g_dbus_error_unregister_error</a>, function in <a class="link" href="GDBusError.html" title="GDBusError">GDBusError</a>
1336
1652
  </dt>
1337
1653
  <dd></dd>
1338
1654
  <dt>
@@ -1808,43 +2124,31 @@
1808
2124
  </dt>
1809
2125
  <dd></dd>
1810
2126
  <dt>
1811
- <a class="link" href="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfo-struct" title="GDesktopAppInfo">GDesktopAppInfo</a>, struct in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="Desktop file based GAppInfo">Desktop file based GAppInfo</a>
1812
- </dt>
1813
- <dd></dd>
1814
- <dt>
1815
- <a class="link" href="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfoLookup-struct" title="GDesktopAppInfoLookup">GDesktopAppInfoLookup</a>, struct in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="Desktop file based GAppInfo">Desktop file based GAppInfo</a>
2127
+ <a class="link" href="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfo-struct" title="GDesktopAppInfo">GDesktopAppInfo</a>, struct in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
1816
2128
  </dt>
1817
2129
  <dd></dd>
1818
2130
  <dt>
1819
- <a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-filename" title="g_desktop_app_info_get_filename ()">g_desktop_app_info_get_filename</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="Desktop file based GAppInfo">Desktop file based GAppInfo</a>
2131
+ <a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-filename" title="g_desktop_app_info_get_filename ()">g_desktop_app_info_get_filename</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
1820
2132
  </dt>
1821
2133
  <dd></dd>
1822
2134
  <dt>
1823
- <a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-is-hidden" title="g_desktop_app_info_get_is_hidden ()">g_desktop_app_info_get_is_hidden</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="Desktop file based GAppInfo">Desktop file based GAppInfo</a>
2135
+ <a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-is-hidden" title="g_desktop_app_info_get_is_hidden ()">g_desktop_app_info_get_is_hidden</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
1824
2136
  </dt>
1825
2137
  <dd></dd>
1826
2138
  <dt>
1827
- <a class="link" href="gio-Desktop-file-based-GAppInfo.html#G-DESKTOP-APP-INFO-LOOKUP-EXTENSION-POINT-NAME:CAPS" title="G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME">G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME</a>, macro in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="Desktop file based GAppInfo">Desktop file based GAppInfo</a>
2139
+ <a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-new" title="g_desktop_app_info_new ()">g_desktop_app_info_new</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
1828
2140
  </dt>
1829
2141
  <dd></dd>
1830
2142
  <dt>
1831
- <a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-lookup-get-default-for-uri-scheme" title="g_desktop_app_info_lookup_get_default_for_uri_scheme ()">g_desktop_app_info_lookup_get_default_for_uri_scheme</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="Desktop file based GAppInfo">Desktop file based GAppInfo</a>
2143
+ <a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-new-from-filename" title="g_desktop_app_info_new_from_filename ()">g_desktop_app_info_new_from_filename</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
1832
2144
  </dt>
1833
2145
  <dd></dd>
1834
2146
  <dt>
1835
- <a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-new" title="g_desktop_app_info_new ()">g_desktop_app_info_new</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="Desktop file based GAppInfo">Desktop file based GAppInfo</a>
2147
+ <a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-new-from-keyfile" title="g_desktop_app_info_new_from_keyfile ()">g_desktop_app_info_new_from_keyfile</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
1836
2148
  </dt>
1837
2149
  <dd></dd>
1838
2150
  <dt>
1839
- <a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-new-from-filename" title="g_desktop_app_info_new_from_filename ()">g_desktop_app_info_new_from_filename</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="Desktop file based GAppInfo">Desktop file based GAppInfo</a>
1840
- </dt>
1841
- <dd></dd>
1842
- <dt>
1843
- <a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-new-from-keyfile" title="g_desktop_app_info_new_from_keyfile ()">g_desktop_app_info_new_from_keyfile</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="Desktop file based GAppInfo">Desktop file based GAppInfo</a>
1844
- </dt>
1845
- <dd></dd>
1846
- <dt>
1847
- <a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-set-desktop-env" title="g_desktop_app_info_set_desktop_env ()">g_desktop_app_info_set_desktop_env</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="Desktop file based GAppInfo">Desktop file based GAppInfo</a>
2151
+ <a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-set-desktop-env" title="g_desktop_app_info_set_desktop_env ()">g_desktop_app_info_set_desktop_env</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
1848
2152
  </dt>
1849
2153
  <dd></dd>
1850
2154
  <dt>
@@ -1868,7 +2172,7 @@
1868
2172
  </dt>
1869
2173
  <dd></dd>
1870
2174
  <dt>
1871
- <a class="link" href="GDrive.html#GDriveIface" title="GDriveIface">GDriveIface</a>, struct in <a class="link" href="GDrive.html" title="GDrive">GDrive</a>
2175
+ <a class="link" href="GDrive.html#GDriveIface" title="struct GDriveIface">GDriveIface</a>, struct in <a class="link" href="GDrive.html" title="GDrive">GDrive</a>
1872
2176
  </dt>
1873
2177
  <dd></dd>
1874
2178
  <dt>
@@ -1993,7 +2297,11 @@
1993
2297
  </dt>
1994
2298
  <dd></dd>
1995
2299
  <dt>
1996
- <a class="link" href="GEmblemedIcon.html#GEmblemedIcon-struct" title="GEmblemedIcon">GEmblemedIcon</a>, struct in <a class="link" href="GEmblemedIcon.html" title="GEmblemedIcon">GEmblemedIcon</a>
2300
+ <a class="link" href="GEmblemedIcon.html#GEmblemedIcon-struct" title="struct GEmblemedIcon">GEmblemedIcon</a>, struct in <a class="link" href="GEmblemedIcon.html" title="GEmblemedIcon">GEmblemedIcon</a>
2301
+ </dt>
2302
+ <dd></dd>
2303
+ <dt>
2304
+ <a class="link" href="GEmblemedIcon.html#GEmblemedIcon--gicon" title='The "gicon" property'>GEmblemedIcon:gicon</a>, object property in <a class="link" href="GEmblemedIcon.html" title="GEmblemedIcon">GEmblemedIcon</a>
1997
2305
  </dt>
1998
2306
  <dd></dd>
1999
2307
  <dt>
@@ -2001,6 +2309,10 @@
2001
2309
  </dt>
2002
2310
  <dd></dd>
2003
2311
  <dt>
2312
+ <a class="link" href="GEmblemedIcon.html#g-emblemed-icon-clear-emblems" title="g_emblemed_icon_clear_emblems ()">g_emblemed_icon_clear_emblems</a>, function in <a class="link" href="GEmblemedIcon.html" title="GEmblemedIcon">GEmblemedIcon</a>
2313
+ </dt>
2314
+ <dd></dd>
2315
+ <dt>
2004
2316
  <a class="link" href="GEmblemedIcon.html#g-emblemed-icon-get-emblems" title="g_emblemed_icon_get_emblems ()">g_emblemed_icon_get_emblems</a>, function in <a class="link" href="GEmblemedIcon.html" title="GEmblemedIcon">GEmblemedIcon</a>
2005
2317
  </dt>
2006
2318
  <dd></dd>
@@ -2013,7 +2325,7 @@
2013
2325
  </dt>
2014
2326
  <dd></dd>
2015
2327
  <dt>
2016
- <a class="link" href="GEmblem.html#GEmblemOrigin" title="enum GEmblemOrigin">GEmblemOrigin</a>, enum in <a class="link" href="GEmblem.html" title="GEmblem">GEmblem</a>
2328
+ <a class="link" href="GEmblem.html#GEmblemOrigin">GEmblemOrigin</a>, enum in <a class="link" href="GEmblem.html" title="GEmblem">GEmblem</a>
2017
2329
  </dt>
2018
2330
  <dd></dd>
2019
2331
  <dt>
@@ -2042,7 +2354,7 @@
2042
2354
  </dt>
2043
2355
  <dd></dd>
2044
2356
  <dt>
2045
- <a class="link" href="gio-GFileAttribute.html#GFileAttributeInfoFlags" title="enum GFileAttributeInfoFlags">GFileAttributeInfoFlags</a>, enum in <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>
2357
+ <a class="link" href="gio-GFileAttribute.html#GFileAttributeInfoFlags">GFileAttributeInfoFlags</a>, enum in <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>
2046
2358
  </dt>
2047
2359
  <dd></dd>
2048
2360
  <dt>
@@ -2050,23 +2362,23 @@
2050
2362
  </dt>
2051
2363
  <dd></dd>
2052
2364
  <dt>
2053
- <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a>, struct in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
2365
+ <a class="link" href="GFileInfo.html#GFileAttributeMatcher-struct" title="GFileAttributeMatcher">GFileAttributeMatcher</a>, struct in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
2054
2366
  </dt>
2055
2367
  <dd></dd>
2056
2368
  <dt>
2057
- <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus">GFileAttributeStatus</a>, enum in <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>
2369
+ <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus">GFileAttributeStatus</a>, enum in <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>
2058
2370
  </dt>
2059
2371
  <dd></dd>
2060
2372
  <dt>
2061
- <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType">GFileAttributeType</a>, enum in <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>
2373
+ <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">GFileAttributeType</a>, enum in <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>
2062
2374
  </dt>
2063
2375
  <dd></dd>
2064
2376
  <dt>
2065
- <a class="link" href="GFile.html#GFileCopyFlags" title="enum GFileCopyFlags">GFileCopyFlags</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
2377
+ <a class="link" href="GFile.html#GFileCopyFlags">GFileCopyFlags</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
2066
2378
  </dt>
2067
2379
  <dd></dd>
2068
2380
  <dt>
2069
- <a class="link" href="GFile.html#GFileCreateFlags" title="enum GFileCreateFlags">GFileCreateFlags</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
2381
+ <a class="link" href="GFile.html#GFileCreateFlags">GFileCreateFlags</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
2070
2382
  </dt>
2071
2383
  <dd></dd>
2072
2384
  <dt>
@@ -2090,7 +2402,7 @@
2090
2402
  </dt>
2091
2403
  <dd></dd>
2092
2404
  <dt>
2093
- <a class="link" href="GFile.html#GFileIface" title="GFileIface">GFileIface</a>, struct in <a class="link" href="GFile.html" title="GFile">GFile</a>
2405
+ <a class="link" href="GFile.html#GFileIface" title="struct GFileIface">GFileIface</a>, struct in <a class="link" href="GFile.html" title="GFile">GFile</a>
2094
2406
  </dt>
2095
2407
  <dd></dd>
2096
2408
  <dt>
@@ -2122,11 +2434,11 @@
2122
2434
  </dt>
2123
2435
  <dd></dd>
2124
2436
  <dt>
2125
- <a class="link" href="GFileMonitor.html#GFileMonitorEvent" title="enum GFileMonitorEvent">GFileMonitorEvent</a>, enum in <a class="link" href="GFileMonitor.html" title="GFileMonitor">GFileMonitor</a>
2437
+ <a class="link" href="GFileMonitor.html#GFileMonitorEvent">GFileMonitorEvent</a>, enum in <a class="link" href="GFileMonitor.html" title="GFileMonitor">GFileMonitor</a>
2126
2438
  </dt>
2127
2439
  <dd></dd>
2128
2440
  <dt>
2129
- <a class="link" href="GFile.html#GFileMonitorFlags" title="enum GFileMonitorFlags">GFileMonitorFlags</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
2441
+ <a class="link" href="GFile.html#GFileMonitorFlags">GFileMonitorFlags</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
2130
2442
  </dt>
2131
2443
  <dd></dd>
2132
2444
  <dt>
@@ -2162,7 +2474,7 @@
2162
2474
  </dt>
2163
2475
  <dd></dd>
2164
2476
  <dt>
2165
- <a class="link" href="GFile.html#GFileQueryInfoFlags" title="enum GFileQueryInfoFlags">GFileQueryInfoFlags</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
2477
+ <a class="link" href="GFile.html#GFileQueryInfoFlags">GFileQueryInfoFlags</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
2166
2478
  </dt>
2167
2479
  <dd></dd>
2168
2480
  <dt>
@@ -2170,11 +2482,11 @@
2170
2482
  </dt>
2171
2483
  <dd></dd>
2172
2484
  <dt>
2173
- <a class="link" href="GFile.html#GFilesystemPreviewType" title="enum GFilesystemPreviewType">GFilesystemPreviewType</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
2485
+ <a class="link" href="GFile.html#GFilesystemPreviewType">GFilesystemPreviewType</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
2174
2486
  </dt>
2175
2487
  <dd></dd>
2176
2488
  <dt>
2177
- <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType">GFileType</a>, enum in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
2489
+ <a class="link" href="GFileInfo.html#GFileType">GFileType</a>, enum in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
2178
2490
  </dt>
2179
2491
  <dd></dd>
2180
2492
  <dt>
@@ -3383,7 +3695,7 @@
3383
3695
  </dt>
3384
3696
  <dd></dd>
3385
3697
  <dt>
3386
- <a class="link" href="GIcon.html#GIconIface" title="GIconIface">GIconIface</a>, struct in <a class="link" href="GIcon.html" title="GIcon">GIcon</a>
3698
+ <a class="link" href="GIcon.html#GIconIface" title="struct GIconIface">GIconIface</a>, struct in <a class="link" href="GIcon.html" title="GIcon">GIcon</a>
3387
3699
  </dt>
3388
3700
  <dd></dd>
3389
3701
  <dt>
@@ -3555,7 +3867,7 @@
3555
3867
  </dt>
3556
3868
  <dd></dd>
3557
3869
  <dt>
3558
- <a class="link" href="GInitable.html#GInitableIface" title="GInitableIface">GInitableIface</a>, struct in <a class="link" href="GInitable.html" title="GInitable">GInitable</a>
3870
+ <a class="link" href="GInitable.html#GInitableIface" title="struct GInitableIface">GInitableIface</a>, struct in <a class="link" href="GInitable.html" title="GInitable">GInitable</a>
3559
3871
  </dt>
3560
3872
  <dd></dd>
3561
3873
  <dt>
@@ -3579,7 +3891,7 @@
3579
3891
  </dt>
3580
3892
  <dd></dd>
3581
3893
  <dt>
3582
- <a class="link" href="GSocket.html#GInputVector" title="GInputVector">GInputVector</a>, struct in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
3894
+ <a class="link" href="GSocket.html#GInputVector" title="struct GInputVector">GInputVector</a>, struct in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
3583
3895
  </dt>
3584
3896
  <dd></dd>
3585
3897
  <dt>
@@ -3639,7 +3951,7 @@
3639
3951
  </dt>
3640
3952
  <dd></dd>
3641
3953
  <dt>
3642
- <a class="link" href="gio-GIOError.html#GIOErrorEnum" title="enum GIOErrorEnum">GIOErrorEnum</a>, enum in <a class="link" href="gio-GIOError.html" title="GIOError">GIOError</a>
3954
+ <a class="link" href="gio-GIOError.html#GIOErrorEnum">GIOErrorEnum</a>, enum in <a class="link" href="gio-GIOError.html" title="GIOError">GIOError</a>
3643
3955
  </dt>
3644
3956
  <dd></dd>
3645
3957
  <dt>
@@ -3679,6 +3991,10 @@
3679
3991
  </dt>
3680
3992
  <dd></dd>
3681
3993
  <dt>
3994
+ <a class="link" href="GIOStream.html#GIOStreamSpliceFlags" title="enum GIOStreamSpliceFlags">GIOStreamSpliceFlags</a>, enum in <a class="link" href="GIOStream.html" title="GIOStream">GIOStream</a>
3995
+ </dt>
3996
+ <dd></dd>
3997
+ <dt>
3682
3998
  <a class="link" href="gio-GIOError.html#G-IO-ERROR:CAPS" title="G_IO_ERROR">G_IO_ERROR</a>, macro in <a class="link" href="gio-GIOError.html" title="GIOError">GIOError</a>
3683
3999
  </dt>
3684
4000
  <dd></dd>
@@ -3810,7 +4126,15 @@
3810
4126
  <a class="link" href="GIOStream.html#g-io-stream-set-pending" title="g_io_stream_set_pending ()">g_io_stream_set_pending</a>, function in <a class="link" href="GIOStream.html" title="GIOStream">GIOStream</a>
3811
4127
  </dt>
3812
4128
  <dd></dd>
3813
- <a name="idxK"></a><h3 class="title">K</h3>
4129
+ <dt>
4130
+ <a class="link" href="GIOStream.html#g-io-stream-splice-async" title="g_io_stream_splice_async ()">g_io_stream_splice_async</a>, function in <a class="link" href="GIOStream.html" title="GIOStream">GIOStream</a>
4131
+ </dt>
4132
+ <dd></dd>
4133
+ <dt>
4134
+ <a class="link" href="GIOStream.html#g-io-stream-splice-finish" title="g_io_stream_splice_finish ()">g_io_stream_splice_finish</a>, function in <a class="link" href="GIOStream.html" title="GIOStream">GIOStream</a>
4135
+ </dt>
4136
+ <dd></dd>
4137
+ <a name="idxK"></a><h3 class="title">K</h3>
3814
4138
  <dt>
3815
4139
  <a class="link" href="GSettingsBackend.html#g-keyfile-settings-backend-new" title="g_keyfile_settings_backend_new ()">g_keyfile_settings_backend_new</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
3816
4140
  </dt>
@@ -3821,7 +4145,7 @@
3821
4145
  </dt>
3822
4146
  <dd></dd>
3823
4147
  <dt>
3824
- <a class="link" href="GLoadableIcon.html#GLoadableIconIface" title="GLoadableIconIface">GLoadableIconIface</a>, struct in <a class="link" href="GLoadableIcon.html" title="GLoadableIcon">GLoadableIcon</a>
4148
+ <a class="link" href="GLoadableIcon.html#GLoadableIconIface" title="struct GLoadableIconIface">GLoadableIconIface</a>, struct in <a class="link" href="GLoadableIcon.html" title="GLoadableIcon">GLoadableIcon</a>
3825
4149
  </dt>
3826
4150
  <dd></dd>
3827
4151
  <dt>
@@ -3898,6 +4222,10 @@
3898
4222
  </dt>
3899
4223
  <dd></dd>
3900
4224
  <dt>
4225
+ <a class="link" href="GSettingsBackend.html#g-memory-settings-backend-new" title="g_memory_settings_backend_new ()">g_memory_settings_backend_new</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
4226
+ </dt>
4227
+ <dd></dd>
4228
+ <dt>
3901
4229
  <a class="link" href="GMount.html#GMount-struct" title="GMount">GMount</a>, struct in <a class="link" href="GMount.html" title="GMount">GMount</a>
3902
4230
  </dt>
3903
4231
  <dd></dd>
@@ -3914,11 +4242,11 @@
3914
4242
  </dt>
3915
4243
  <dd></dd>
3916
4244
  <dt>
3917
- <a class="link" href="GMount.html#GMountIface" title="GMountIface">GMountIface</a>, struct in <a class="link" href="GMount.html" title="GMount">GMount</a>
4245
+ <a class="link" href="GMount.html#GMountIface" title="struct GMountIface">GMountIface</a>, struct in <a class="link" href="GMount.html" title="GMount">GMount</a>
3918
4246
  </dt>
3919
4247
  <dd></dd>
3920
4248
  <dt>
3921
- <a class="link" href="GMount.html#GMountMountFlags" title="enum GMountMountFlags">GMountMountFlags</a>, enum in <a class="link" href="GMount.html" title="GMount">GMount</a>
4249
+ <a class="link" href="GMount.html#GMountMountFlags">GMountMountFlags</a>, enum in <a class="link" href="GMount.html" title="GMount">GMount</a>
3922
4250
  </dt>
3923
4251
  <dd></dd>
3924
4252
  <dt>
@@ -3970,11 +4298,11 @@
3970
4298
  </dt>
3971
4299
  <dd></dd>
3972
4300
  <dt>
3973
- <a class="link" href="GMountOperation.html#GMountOperationResult" title="enum GMountOperationResult">GMountOperationResult</a>, enum in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
4301
+ <a class="link" href="GMountOperation.html#GMountOperationResult">GMountOperationResult</a>, enum in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
3974
4302
  </dt>
3975
4303
  <dd></dd>
3976
4304
  <dt>
3977
- <a class="link" href="GMount.html#GMountUnmountFlags" title="enum GMountUnmountFlags">GMountUnmountFlags</a>, enum in <a class="link" href="GMount.html" title="GMount">GMount</a>
4305
+ <a class="link" href="GMount.html#GMountUnmountFlags">GMountUnmountFlags</a>, enum in <a class="link" href="GMount.html" title="GMount">GMount</a>
3978
4306
  </dt>
3979
4307
  <dd></dd>
3980
4308
  <dt>
@@ -4218,17 +4546,21 @@
4218
4546
  <a class="link" href="GNetworkService.html#g-network-service-set-scheme" title="g_network_service_set_scheme ()">g_network_service_set_scheme</a>, function in <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
4219
4547
  </dt>
4220
4548
  <dd></dd>
4549
+ <dt>
4550
+ <a class="link" href="GSettingsBackend.html#g-null-settings-backend-new" title="g_null_settings_backend_new ()">g_null_settings_backend_new</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
4551
+ </dt>
4552
+ <dd></dd>
4221
4553
  <a name="idxO"></a><h3 class="title">O</h3>
4222
4554
  <dt>
4223
4555
  <a class="link" href="GOutputStream.html#GOutputStream-struct" title="GOutputStream">GOutputStream</a>, struct in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
4224
4556
  </dt>
4225
4557
  <dd></dd>
4226
4558
  <dt>
4227
- <a class="link" href="GOutputStream.html#GOutputStreamSpliceFlags" title="enum GOutputStreamSpliceFlags">GOutputStreamSpliceFlags</a>, enum in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
4559
+ <a class="link" href="GOutputStream.html#GOutputStreamSpliceFlags">GOutputStreamSpliceFlags</a>, enum in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
4228
4560
  </dt>
4229
4561
  <dd></dd>
4230
4562
  <dt>
4231
- <a class="link" href="GSocket.html#GOutputVector" title="GOutputVector">GOutputVector</a>, struct in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
4563
+ <a class="link" href="GSocket.html#GOutputVector" title="struct GOutputVector">GOutputVector</a>, struct in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
4232
4564
  </dt>
4233
4565
  <dd></dd>
4234
4566
  <dt>
@@ -4305,7 +4637,7 @@
4305
4637
  <dd></dd>
4306
4638
  <a name="idxP"></a><h3 class="title">P</h3>
4307
4639
  <dt>
4308
- <a class="link" href="GMountOperation.html#GPasswordSave" title="enum GPasswordSave">GPasswordSave</a>, enum in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
4640
+ <a class="link" href="GMountOperation.html#GPasswordSave">GPasswordSave</a>, enum in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
4309
4641
  </dt>
4310
4642
  <dd></dd>
4311
4643
  <dt>
@@ -4365,6 +4697,62 @@
4365
4697
  </dt>
4366
4698
  <dd></dd>
4367
4699
  <dt>
4700
+ <a class="link" href="GPollableInputStream.html#GPollableInputStream-struct" title="GPollableInputStream">GPollableInputStream</a>, struct in <a class="link" href="GPollableInputStream.html" title="GPollableInputStream">GPollableInputStream</a>
4701
+ </dt>
4702
+ <dd></dd>
4703
+ <dt>
4704
+ <a class="link" href="GPollableInputStream.html#GPollableInputStreamInterface" title="struct GPollableInputStreamInterface">GPollableInputStreamInterface</a>, struct in <a class="link" href="GPollableInputStream.html" title="GPollableInputStream">GPollableInputStream</a>
4705
+ </dt>
4706
+ <dd></dd>
4707
+ <dt>
4708
+ <a class="link" href="GPollableOutputStream.html#GPollableOutputStream-struct" title="GPollableOutputStream">GPollableOutputStream</a>, struct in <a class="link" href="GPollableOutputStream.html" title="GPollableOutputStream">GPollableOutputStream</a>
4709
+ </dt>
4710
+ <dd></dd>
4711
+ <dt>
4712
+ <a class="link" href="GPollableOutputStream.html#GPollableOutputStreamInterface" title="struct GPollableOutputStreamInterface">GPollableOutputStreamInterface</a>, struct in <a class="link" href="GPollableOutputStream.html" title="GPollableOutputStream">GPollableOutputStream</a>
4713
+ </dt>
4714
+ <dd></dd>
4715
+ <dt>
4716
+ <a class="link" href="GPollableInputStream.html#GPollableSourceFunc" title="GPollableSourceFunc ()">GPollableSourceFunc</a>, user_function in <a class="link" href="GPollableInputStream.html" title="GPollableInputStream">GPollableInputStream</a>
4717
+ </dt>
4718
+ <dd></dd>
4719
+ <dt>
4720
+ <a class="link" href="GPollableInputStream.html#g-pollable-input-stream-can-poll" title="g_pollable_input_stream_can_poll ()">g_pollable_input_stream_can_poll</a>, function in <a class="link" href="GPollableInputStream.html" title="GPollableInputStream">GPollableInputStream</a>
4721
+ </dt>
4722
+ <dd></dd>
4723
+ <dt>
4724
+ <a class="link" href="GPollableInputStream.html#g-pollable-input-stream-create-source" title="g_pollable_input_stream_create_source ()">g_pollable_input_stream_create_source</a>, function in <a class="link" href="GPollableInputStream.html" title="GPollableInputStream">GPollableInputStream</a>
4725
+ </dt>
4726
+ <dd></dd>
4727
+ <dt>
4728
+ <a class="link" href="GPollableInputStream.html#g-pollable-input-stream-is-readable" title="g_pollable_input_stream_is_readable ()">g_pollable_input_stream_is_readable</a>, function in <a class="link" href="GPollableInputStream.html" title="GPollableInputStream">GPollableInputStream</a>
4729
+ </dt>
4730
+ <dd></dd>
4731
+ <dt>
4732
+ <a class="link" href="GPollableInputStream.html#g-pollable-input-stream-read-nonblocking" title="g_pollable_input_stream_read_nonblocking ()">g_pollable_input_stream_read_nonblocking</a>, function in <a class="link" href="GPollableInputStream.html" title="GPollableInputStream">GPollableInputStream</a>
4733
+ </dt>
4734
+ <dd></dd>
4735
+ <dt>
4736
+ <a class="link" href="GPollableOutputStream.html#g-pollable-output-stream-can-poll" title="g_pollable_output_stream_can_poll ()">g_pollable_output_stream_can_poll</a>, function in <a class="link" href="GPollableOutputStream.html" title="GPollableOutputStream">GPollableOutputStream</a>
4737
+ </dt>
4738
+ <dd></dd>
4739
+ <dt>
4740
+ <a class="link" href="GPollableOutputStream.html#g-pollable-output-stream-create-source" title="g_pollable_output_stream_create_source ()">g_pollable_output_stream_create_source</a>, function in <a class="link" href="GPollableOutputStream.html" title="GPollableOutputStream">GPollableOutputStream</a>
4741
+ </dt>
4742
+ <dd></dd>
4743
+ <dt>
4744
+ <a class="link" href="GPollableOutputStream.html#g-pollable-output-stream-is-writable" title="g_pollable_output_stream_is_writable ()">g_pollable_output_stream_is_writable</a>, function in <a class="link" href="GPollableOutputStream.html" title="GPollableOutputStream">GPollableOutputStream</a>
4745
+ </dt>
4746
+ <dd></dd>
4747
+ <dt>
4748
+ <a class="link" href="GPollableOutputStream.html#g-pollable-output-stream-write-nonblocking" title="g_pollable_output_stream_write_nonblocking ()">g_pollable_output_stream_write_nonblocking</a>, function in <a class="link" href="GPollableOutputStream.html" title="GPollableOutputStream">GPollableOutputStream</a>
4749
+ </dt>
4750
+ <dd></dd>
4751
+ <dt>
4752
+ <a class="link" href="GPollableInputStream.html#g-pollable-source-new" title="g_pollable_source_new ()">g_pollable_source_new</a>, function in <a class="link" href="GPollableInputStream.html" title="GPollableInputStream">GPollableInputStream</a>
4753
+ </dt>
4754
+ <dd></dd>
4755
+ <dt>
4368
4756
  <a class="link" href="GProxy.html#GProxy-struct" title="GProxy">GProxy</a>, struct in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
4369
4757
  </dt>
4370
4758
  <dd></dd>
@@ -4393,7 +4781,7 @@
4393
4781
  </dt>
4394
4782
  <dd></dd>
4395
4783
  <dt>
4396
- <a class="link" href="GProxyAddress.html#GProxyAddressClass" title="GProxyAddressClass">GProxyAddressClass</a>, struct in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
4784
+ <a class="link" href="GProxyAddress.html#GProxyAddressClass" title="struct GProxyAddressClass">GProxyAddressClass</a>, struct in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
4397
4785
  </dt>
4398
4786
  <dd></dd>
4399
4787
  <dt>
@@ -4409,10 +4797,18 @@
4409
4797
  </dt>
4410
4798
  <dd></dd>
4411
4799
  <dt>
4800
+ <a class="link" href="GProxy.html#GProxyInterface" title="struct GProxyInterface">GProxyInterface</a>, struct in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
4801
+ </dt>
4802
+ <dd></dd>
4803
+ <dt>
4412
4804
  <a class="link" href="GProxyResolver.html#GProxyResolver-struct" title="GProxyResolver">GProxyResolver</a>, struct in <a class="link" href="GProxyResolver.html" title="GProxyResolver">GProxyResolver</a>
4413
4805
  </dt>
4414
4806
  <dd></dd>
4415
4807
  <dt>
4808
+ <a class="link" href="GProxyResolver.html#GProxyResolverInterface" title="struct GProxyResolverInterface">GProxyResolverInterface</a>, struct in <a class="link" href="GProxyResolver.html" title="GProxyResolver">GProxyResolver</a>
4809
+ </dt>
4810
+ <dd></dd>
4811
+ <dt>
4416
4812
  <a class="link" href="GProxyAddress.html#g-proxy-address-get-destination-hostname" title="g_proxy_address_get_destination_hostname ()">g_proxy_address_get_destination_hostname</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
4417
4813
  </dt>
4418
4814
  <dd></dd>
@@ -4498,7 +4894,7 @@
4498
4894
  </dt>
4499
4895
  <dd></dd>
4500
4896
  <dt>
4501
- <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError">GResolverError</a>, enum in <a class="link" href="GResolver.html" title="GResolver">GResolver</a>
4897
+ <a class="link" href="GResolver.html#GResolverError">GResolverError</a>, enum in <a class="link" href="GResolver.html" title="GResolver">GResolver</a>
4502
4898
  </dt>
4503
4899
  <dd></dd>
4504
4900
  <dt>
@@ -4563,7 +4959,7 @@
4563
4959
  </dt>
4564
4960
  <dd></dd>
4565
4961
  <dt>
4566
- <a class="link" href="GSeekable.html#GSeekableIface" title="GSeekableIface">GSeekableIface</a>, struct in <a class="link" href="GSeekable.html" title="GSeekable">GSeekable</a>
4962
+ <a class="link" href="GSeekable.html#GSeekableIface" title="struct GSeekableIface">GSeekableIface</a>, struct in <a class="link" href="GSeekable.html" title="GSeekable">GSeekable</a>
4567
4963
  </dt>
4568
4964
  <dd></dd>
4569
4965
  <dt>
@@ -4611,6 +5007,10 @@
4611
5007
  </dt>
4612
5008
  <dd></dd>
4613
5009
  <dt>
5010
+ <a class="link" href="GSettings.html#GSettings--delay-apply" title='The "delay-apply" property'>GSettings:delay-apply</a>, object property in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
5011
+ </dt>
5012
+ <dd></dd>
5013
+ <dt>
4614
5014
  <a class="link" href="GSettings.html#GSettings--has-unapplied" title='The "has-unapplied" property'>GSettings:has-unapplied</a>, object property in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
4615
5015
  </dt>
4616
5016
  <dd></dd>
@@ -4627,7 +5027,7 @@
4627
5027
  </dt>
4628
5028
  <dd></dd>
4629
5029
  <dt>
4630
- <a class="link" href="GSettingsBackend.html#GSettingsBackendClass" title="GSettingsBackendClass">GSettingsBackendClass</a>, struct in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
5030
+ <a class="link" href="GSettingsBackend.html#GSettingsBackendClass" title="struct GSettingsBackendClass">GSettingsBackendClass</a>, struct in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
4631
5031
  </dt>
4632
5032
  <dd></dd>
4633
5033
  <dt>
@@ -4667,6 +5067,10 @@
4667
5067
  </dt>
4668
5068
  <dd></dd>
4669
5069
  <dt>
5070
+ <a class="link" href="GSettingsBackend.html#g-settings-backend-get-default" title="g_settings_backend_get_default ()">g_settings_backend_get_default</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
5071
+ </dt>
5072
+ <dd></dd>
5073
+ <dt>
4670
5074
  <a class="link" href="GSettingsBackend.html#g-settings-backend-keys-changed" title="g_settings_backend_keys_changed ()">g_settings_backend_keys_changed</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
4671
5075
  </dt>
4672
5076
  <dd></dd>
@@ -4735,6 +5139,10 @@
4735
5139
  </dt>
4736
5140
  <dd></dd>
4737
5141
  <dt>
5142
+ <a class="link" href="GSettings.html#g-settings-get-range" title="g_settings_get_range ()">g_settings_get_range</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
5143
+ </dt>
5144
+ <dd></dd>
5145
+ <dt>
4738
5146
  <a class="link" href="GSettings.html#g-settings-get-string" title="g_settings_get_string ()">g_settings_get_string</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
4739
5147
  </dt>
4740
5148
  <dd></dd>
@@ -4751,6 +5159,22 @@
4751
5159
  </dt>
4752
5160
  <dd></dd>
4753
5161
  <dt>
5162
+ <a class="link" href="GSettings.html#g-settings-list-children" title="g_settings_list_children ()">g_settings_list_children</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
5163
+ </dt>
5164
+ <dd></dd>
5165
+ <dt>
5166
+ <a class="link" href="GSettings.html#g-settings-list-keys" title="g_settings_list_keys ()">g_settings_list_keys</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
5167
+ </dt>
5168
+ <dd></dd>
5169
+ <dt>
5170
+ <a class="link" href="GSettings.html#g-settings-list-relocatable-schemas" title="g_settings_list_relocatable_schemas ()">g_settings_list_relocatable_schemas</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
5171
+ </dt>
5172
+ <dd></dd>
5173
+ <dt>
5174
+ <a class="link" href="GSettings.html#g-settings-list-schemas" title="g_settings_list_schemas ()">g_settings_list_schemas</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
5175
+ </dt>
5176
+ <dd></dd>
5177
+ <dt>
4754
5178
  <a class="link" href="GSettings.html#g-settings-new" title="g_settings_new ()">g_settings_new</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
4755
5179
  </dt>
4756
5180
  <dd></dd>
@@ -4767,6 +5191,10 @@
4767
5191
  </dt>
4768
5192
  <dd></dd>
4769
5193
  <dt>
5194
+ <a class="link" href="GSettings.html#g-settings-range-check" title="g_settings_range_check ()">g_settings_range_check</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
5195
+ </dt>
5196
+ <dd></dd>
5197
+ <dt>
4770
5198
  <a class="link" href="GSettings.html#g-settings-reset" title="g_settings_reset ()">g_settings_reset</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
4771
5199
  </dt>
4772
5200
  <dd></dd>
@@ -4819,6 +5247,42 @@
4819
5247
  </dt>
4820
5248
  <dd></dd>
4821
5249
  <dt>
5250
+ <a class="link" href="GSimpleAction.html#GSimpleAction-struct" title="GSimpleAction">GSimpleAction</a>, struct in <a class="link" href="GSimpleAction.html" title="GSimpleAction">GSimpleAction</a>
5251
+ </dt>
5252
+ <dd></dd>
5253
+ <dt>
5254
+ <a class="link" href="GSimpleAction.html#GSimpleAction-activate" title='The "activate" signal'>GSimpleAction::activate</a>, object signal in <a class="link" href="GSimpleAction.html" title="GSimpleAction">GSimpleAction</a>
5255
+ </dt>
5256
+ <dd></dd>
5257
+ <dt>
5258
+ <a class="link" href="GSimpleAction.html#GSimpleAction--enabled" title='The "enabled" property'>GSimpleAction:enabled</a>, object property in <a class="link" href="GSimpleAction.html" title="GSimpleAction">GSimpleAction</a>
5259
+ </dt>
5260
+ <dd></dd>
5261
+ <dt>
5262
+ <a class="link" href="GSimpleAction.html#GSimpleAction--name" title='The "name" property'>GSimpleAction:name</a>, object property in <a class="link" href="GSimpleAction.html" title="GSimpleAction">GSimpleAction</a>
5263
+ </dt>
5264
+ <dd></dd>
5265
+ <dt>
5266
+ <a class="link" href="GSimpleAction.html#GSimpleAction--parameter-type" title='The "parameter-type" property'>GSimpleAction:parameter-type</a>, object property in <a class="link" href="GSimpleAction.html" title="GSimpleAction">GSimpleAction</a>
5267
+ </dt>
5268
+ <dd></dd>
5269
+ <dt>
5270
+ <a class="link" href="GSimpleAction.html#GSimpleAction--state" title='The "state" property'>GSimpleAction:state</a>, object property in <a class="link" href="GSimpleAction.html" title="GSimpleAction">GSimpleAction</a>
5271
+ </dt>
5272
+ <dd></dd>
5273
+ <dt>
5274
+ <a class="link" href="GSimpleAction.html#GSimpleAction--state-type" title='The "state-type" property'>GSimpleAction:state-type</a>, object property in <a class="link" href="GSimpleAction.html" title="GSimpleAction">GSimpleAction</a>
5275
+ </dt>
5276
+ <dd></dd>
5277
+ <dt>
5278
+ <a class="link" href="GSimpleAction.html#GSimpleActionClass" title="struct GSimpleActionClass">GSimpleActionClass</a>, struct in <a class="link" href="GSimpleAction.html" title="GSimpleAction">GSimpleAction</a>
5279
+ </dt>
5280
+ <dd></dd>
5281
+ <dt>
5282
+ <a class="link" href="GSimpleActionGroup.html#GSimpleActionGroup-struct" title="GSimpleActionGroup">GSimpleActionGroup</a>, struct in <a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup">GSimpleActionGroup</a>
5283
+ </dt>
5284
+ <dd></dd>
5285
+ <dt>
4822
5286
  <a class="link" href="GSimpleAsyncResult.html#GSimpleAsyncResult-struct" title="GSimpleAsyncResult">GSimpleAsyncResult</a>, struct in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
4823
5287
  </dt>
4824
5288
  <dd></dd>
@@ -4831,6 +5295,34 @@
4831
5295
  </dt>
4832
5296
  <dd></dd>
4833
5297
  <dt>
5298
+ <a class="link" href="GSimpleActionGroup.html#g-simple-action-group-insert" title="g_simple_action_group_insert ()">g_simple_action_group_insert</a>, function in <a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup">GSimpleActionGroup</a>
5299
+ </dt>
5300
+ <dd></dd>
5301
+ <dt>
5302
+ <a class="link" href="GSimpleActionGroup.html#g-simple-action-group-lookup" title="g_simple_action_group_lookup ()">g_simple_action_group_lookup</a>, function in <a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup">GSimpleActionGroup</a>
5303
+ </dt>
5304
+ <dd></dd>
5305
+ <dt>
5306
+ <a class="link" href="GSimpleActionGroup.html#g-simple-action-group-new" title="g_simple_action_group_new ()">g_simple_action_group_new</a>, function in <a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup">GSimpleActionGroup</a>
5307
+ </dt>
5308
+ <dd></dd>
5309
+ <dt>
5310
+ <a class="link" href="GSimpleActionGroup.html#g-simple-action-group-remove" title="g_simple_action_group_remove ()">g_simple_action_group_remove</a>, function in <a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup">GSimpleActionGroup</a>
5311
+ </dt>
5312
+ <dd></dd>
5313
+ <dt>
5314
+ <a class="link" href="GSimpleAction.html#g-simple-action-new" title="g_simple_action_new ()">g_simple_action_new</a>, function in <a class="link" href="GSimpleAction.html" title="GSimpleAction">GSimpleAction</a>
5315
+ </dt>
5316
+ <dd></dd>
5317
+ <dt>
5318
+ <a class="link" href="GSimpleAction.html#g-simple-action-new-stateful" title="g_simple_action_new_stateful ()">g_simple_action_new_stateful</a>, function in <a class="link" href="GSimpleAction.html" title="GSimpleAction">GSimpleAction</a>
5319
+ </dt>
5320
+ <dd></dd>
5321
+ <dt>
5322
+ <a class="link" href="GSimpleAction.html#g-simple-action-set-enabled" title="g_simple_action_set_enabled ()">g_simple_action_set_enabled</a>, function in <a class="link" href="GSimpleAction.html" title="GSimpleAction">GSimpleAction</a>
5323
+ </dt>
5324
+ <dd></dd>
5325
+ <dt>
4834
5326
  <a class="link" href="GSimpleAsyncResult.html#g-simple-async-report-error-in-idle" title="g_simple_async_report_error_in_idle ()">g_simple_async_report_error_in_idle</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
4835
5327
  </dt>
4836
5328
  <dd></dd>
@@ -4839,6 +5331,10 @@
4839
5331
  </dt>
4840
5332
  <dd></dd>
4841
5333
  <dt>
5334
+ <a class="link" href="GSimpleAsyncResult.html#g-simple-async-report-take-gerror-in-idle" title="g_simple_async_report_take_gerror_in_idle ()">g_simple_async_report_take_gerror_in_idle</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
5335
+ </dt>
5336
+ <dd></dd>
5337
+ <dt>
4842
5338
  <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-complete" title="g_simple_async_result_complete ()">g_simple_async_result_complete</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
4843
5339
  </dt>
4844
5340
  <dd></dd>
@@ -4879,6 +5375,10 @@
4879
5375
  </dt>
4880
5376
  <dd></dd>
4881
5377
  <dt>
5378
+ <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-new-take-error" title="g_simple_async_result_new_take_error ()">g_simple_async_result_new_take_error</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
5379
+ </dt>
5380
+ <dd></dd>
5381
+ <dt>
4882
5382
  <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-propagate-error" title="g_simple_async_result_propagate_error ()">g_simple_async_result_propagate_error</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
4883
5383
  </dt>
4884
5384
  <dd></dd>
@@ -4915,6 +5415,10 @@
4915
5415
  </dt>
4916
5416
  <dd></dd>
4917
5417
  <dt>
5418
+ <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-take-error" title="g_simple_async_result_take_error ()">g_simple_async_result_take_error</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
5419
+ </dt>
5420
+ <dd></dd>
5421
+ <dt>
4918
5422
  <a class="link" href="GSimplePermission.html#g-simple-permission-new" title="g_simple_permission_new ()">g_simple_permission_new</a>, function in <a class="link" href="GSimplePermission.html" title="GSimplePermission">GSimplePermission</a>
4919
5423
  </dt>
4920
5424
  <dd></dd>
@@ -4999,6 +5503,14 @@
4999
5503
  </dt>
5000
5504
  <dd></dd>
5001
5505
  <dt>
5506
+ <a class="link" href="GSocketClient.html#GSocketClient--tls" title='The "tls" property'>GSocketClient:tls</a>, object property in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
5507
+ </dt>
5508
+ <dd></dd>
5509
+ <dt>
5510
+ <a class="link" href="GSocketClient.html#GSocketClient--tls-validation-flags" title='The "tls-validation-flags" property'>GSocketClient:tls-validation-flags</a>, object property in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
5511
+ </dt>
5512
+ <dd></dd>
5513
+ <dt>
5002
5514
  <a class="link" href="GSocketClient.html#GSocketClient--type" title='The "type" property'>GSocketClient:type</a>, object property in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
5003
5515
  </dt>
5004
5516
  <dd></dd>
@@ -5007,7 +5519,7 @@
5007
5519
  </dt>
5008
5520
  <dd></dd>
5009
5521
  <dt>
5010
- <a class="link" href="GSocketConnectable.html#GSocketConnectableIface" title="GSocketConnectableIface">GSocketConnectableIface</a>, struct in <a class="link" href="GSocketConnectable.html" title="GSocketConnectable">GSocketConnectable</a>
5522
+ <a class="link" href="GSocketConnectable.html#GSocketConnectableIface" title="struct GSocketConnectableIface">GSocketConnectableIface</a>, struct in <a class="link" href="GSocketConnectable.html" title="GSocketConnectable">GSocketConnectable</a>
5011
5523
  </dt>
5012
5524
  <dd></dd>
5013
5525
  <dt>
@@ -5023,7 +5535,7 @@
5023
5535
  </dt>
5024
5536
  <dd></dd>
5025
5537
  <dt>
5026
- <a class="link" href="GSocketAddress.html#GSocketFamily" title="enum GSocketFamily">GSocketFamily</a>, enum in <a class="link" href="GSocketAddress.html" title="GSocketAddress">GSocketAddress</a>
5538
+ <a class="link" href="GSocketAddress.html#GSocketFamily">GSocketFamily</a>, enum in <a class="link" href="GSocketAddress.html" title="GSocketAddress">GSocketAddress</a>
5027
5539
  </dt>
5028
5540
  <dd></dd>
5029
5541
  <dt>
@@ -5035,11 +5547,11 @@
5035
5547
  </dt>
5036
5548
  <dd></dd>
5037
5549
  <dt>
5038
- <a class="link" href="GSocket.html#GSocketMsgFlags" title="enum GSocketMsgFlags">GSocketMsgFlags</a>, enum in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
5550
+ <a class="link" href="GSocket.html#GSocketMsgFlags">GSocketMsgFlags</a>, enum in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
5039
5551
  </dt>
5040
5552
  <dd></dd>
5041
5553
  <dt>
5042
- <a class="link" href="GSocket.html#GSocketProtocol" title="enum GSocketProtocol">GSocketProtocol</a>, enum in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
5554
+ <a class="link" href="GSocket.html#GSocketProtocol">GSocketProtocol</a>, enum in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
5043
5555
  </dt>
5044
5556
  <dd></dd>
5045
5557
  <dt>
@@ -5055,7 +5567,7 @@
5055
5567
  </dt>
5056
5568
  <dd></dd>
5057
5569
  <dt>
5058
- <a class="link" href="GSocket.html#GSocketType" title="enum GSocketType">GSocketType</a>, enum in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
5570
+ <a class="link" href="GSocket.html#GSocketType">GSocketType</a>, enum in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
5059
5571
  </dt>
5060
5572
  <dd></dd>
5061
5573
  <dt>
@@ -5175,6 +5687,14 @@
5175
5687
  </dt>
5176
5688
  <dd></dd>
5177
5689
  <dt>
5690
+ <a class="link" href="GSocketClient.html#g-socket-client-get-tls" title="g_socket_client_get_tls ()">g_socket_client_get_tls</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
5691
+ </dt>
5692
+ <dd></dd>
5693
+ <dt>
5694
+ <a class="link" href="GSocketClient.html#g-socket-client-get-tls-validation-flags" title="g_socket_client_get_tls_validation_flags ()">g_socket_client_get_tls_validation_flags</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
5695
+ </dt>
5696
+ <dd></dd>
5697
+ <dt>
5178
5698
  <a class="link" href="GSocketClient.html#g-socket-client-new" title="g_socket_client_new ()">g_socket_client_new</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
5179
5699
  </dt>
5180
5700
  <dd></dd>
@@ -5203,6 +5723,14 @@
5203
5723
  </dt>
5204
5724
  <dd></dd>
5205
5725
  <dt>
5726
+ <a class="link" href="GSocketClient.html#g-socket-client-set-tls" title="g_socket_client_set_tls ()">g_socket_client_set_tls</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
5727
+ </dt>
5728
+ <dd></dd>
5729
+ <dt>
5730
+ <a class="link" href="GSocketClient.html#g-socket-client-set-tls-validation-flags" title="g_socket_client_set_tls_validation_flags ()">g_socket_client_set_tls_validation_flags</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
5731
+ </dt>
5732
+ <dd></dd>
5733
+ <dt>
5206
5734
  <a class="link" href="GSocket.html#g-socket-close" title="g_socket_close ()">g_socket_close</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
5207
5735
  </dt>
5208
5736
  <dd></dd>
@@ -5463,39 +5991,39 @@
5463
5991
  </dt>
5464
5992
  <dd></dd>
5465
5993
  <dt>
5466
- <a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget">GSrvTarget</a>, struct in <a class="link" href="gio-GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
5994
+ <a class="link" href="GSrvTarget.html#GSrvTarget-struct" title="GSrvTarget">GSrvTarget</a>, struct in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
5467
5995
  </dt>
5468
5996
  <dd></dd>
5469
5997
  <dt>
5470
- <a class="link" href="gio-GSrvTarget.html#g-srv-target-copy" title="g_srv_target_copy ()">g_srv_target_copy</a>, function in <a class="link" href="gio-GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
5998
+ <a class="link" href="GSrvTarget.html#g-srv-target-copy" title="g_srv_target_copy ()">g_srv_target_copy</a>, function in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
5471
5999
  </dt>
5472
6000
  <dd></dd>
5473
6001
  <dt>
5474
- <a class="link" href="gio-GSrvTarget.html#g-srv-target-free" title="g_srv_target_free ()">g_srv_target_free</a>, function in <a class="link" href="gio-GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
6002
+ <a class="link" href="GSrvTarget.html#g-srv-target-free" title="g_srv_target_free ()">g_srv_target_free</a>, function in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
5475
6003
  </dt>
5476
6004
  <dd></dd>
5477
6005
  <dt>
5478
- <a class="link" href="gio-GSrvTarget.html#g-srv-target-get-hostname" title="g_srv_target_get_hostname ()">g_srv_target_get_hostname</a>, function in <a class="link" href="gio-GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
6006
+ <a class="link" href="GSrvTarget.html#g-srv-target-get-hostname" title="g_srv_target_get_hostname ()">g_srv_target_get_hostname</a>, function in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
5479
6007
  </dt>
5480
6008
  <dd></dd>
5481
6009
  <dt>
5482
- <a class="link" href="gio-GSrvTarget.html#g-srv-target-get-port" title="g_srv_target_get_port ()">g_srv_target_get_port</a>, function in <a class="link" href="gio-GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
6010
+ <a class="link" href="GSrvTarget.html#g-srv-target-get-port" title="g_srv_target_get_port ()">g_srv_target_get_port</a>, function in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
5483
6011
  </dt>
5484
6012
  <dd></dd>
5485
6013
  <dt>
5486
- <a class="link" href="gio-GSrvTarget.html#g-srv-target-get-priority" title="g_srv_target_get_priority ()">g_srv_target_get_priority</a>, function in <a class="link" href="gio-GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
6014
+ <a class="link" href="GSrvTarget.html#g-srv-target-get-priority" title="g_srv_target_get_priority ()">g_srv_target_get_priority</a>, function in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
5487
6015
  </dt>
5488
6016
  <dd></dd>
5489
6017
  <dt>
5490
- <a class="link" href="gio-GSrvTarget.html#g-srv-target-get-weight" title="g_srv_target_get_weight ()">g_srv_target_get_weight</a>, function in <a class="link" href="gio-GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
6018
+ <a class="link" href="GSrvTarget.html#g-srv-target-get-weight" title="g_srv_target_get_weight ()">g_srv_target_get_weight</a>, function in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
5491
6019
  </dt>
5492
6020
  <dd></dd>
5493
6021
  <dt>
5494
- <a class="link" href="gio-GSrvTarget.html#g-srv-target-list-sort" title="g_srv_target_list_sort ()">g_srv_target_list_sort</a>, function in <a class="link" href="gio-GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
6022
+ <a class="link" href="GSrvTarget.html#g-srv-target-list-sort" title="g_srv_target_list_sort ()">g_srv_target_list_sort</a>, function in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
5495
6023
  </dt>
5496
6024
  <dd></dd>
5497
6025
  <dt>
5498
- <a class="link" href="gio-GSrvTarget.html#g-srv-target-new" title="g_srv_target_new ()">g_srv_target_new</a>, function in <a class="link" href="gio-GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
6026
+ <a class="link" href="GSrvTarget.html#g-srv-target-new" title="g_srv_target_new ()">g_srv_target_new</a>, function in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
5499
6027
  </dt>
5500
6028
  <dd></dd>
5501
6029
  <a name="idxT"></a><h3 class="title">T</h3>
@@ -5508,6 +6036,14 @@
5508
6036
  </dt>
5509
6037
  <dd></dd>
5510
6038
  <dt>
6039
+ <a class="link" href="GTcpWrapperConnection.html#GTcpWrapperConnection-struct" title="GTcpWrapperConnection">GTcpWrapperConnection</a>, struct in <a class="link" href="GTcpWrapperConnection.html" title="GTcpWrapperConnection">GTcpWrapperConnection</a>
6040
+ </dt>
6041
+ <dd></dd>
6042
+ <dt>
6043
+ <a class="link" href="GTcpWrapperConnection.html#GTcpWrapperConnection--base-io-stream" title='The "base-io-stream" property'>GTcpWrapperConnection:base-io-stream</a>, object property in <a class="link" href="GTcpWrapperConnection.html" title="GTcpWrapperConnection">GTcpWrapperConnection</a>
6044
+ </dt>
6045
+ <dd></dd>
6046
+ <dt>
5511
6047
  <a class="link" href="GTcpConnection.html#g-tcp-connection-get-graceful-disconnect" title="g_tcp_connection_get_graceful_disconnect ()">g_tcp_connection_get_graceful_disconnect</a>, function in <a class="link" href="GTcpConnection.html" title="GTcpConnection">GTcpConnection</a>
5512
6048
  </dt>
5513
6049
  <dd></dd>
@@ -5516,6 +6052,14 @@
5516
6052
  </dt>
5517
6053
  <dd></dd>
5518
6054
  <dt>
6055
+ <a class="link" href="GTcpWrapperConnection.html#g-tcp-wrapper-connection-get-base-io-stream" title="g_tcp_wrapper_connection_get_base_io_stream ()">g_tcp_wrapper_connection_get_base_io_stream</a>, function in <a class="link" href="GTcpWrapperConnection.html" title="GTcpWrapperConnection">GTcpWrapperConnection</a>
6056
+ </dt>
6057
+ <dd></dd>
6058
+ <dt>
6059
+ <a class="link" href="GTcpWrapperConnection.html#g-tcp-wrapper-connection-new" title="g_tcp_wrapper_connection_new ()">g_tcp_wrapper_connection_new</a>, function in <a class="link" href="GTcpWrapperConnection.html" title="GTcpWrapperConnection">GTcpWrapperConnection</a>
6060
+ </dt>
6061
+ <dd></dd>
6062
+ <dt>
5519
6063
  <a class="link" href="GThemedIcon.html#GThemedIcon-struct" title="GThemedIcon">GThemedIcon</a>, struct in <a class="link" href="GThemedIcon.html" title="GThemedIcon">GThemedIcon</a>
5520
6064
  </dt>
5521
6065
  <dd></dd>
@@ -5572,6 +6116,270 @@
5572
6116
  </dt>
5573
6117
  <dd></dd>
5574
6118
  <dt>
6119
+ <a class="link" href="gio-TLS-Overview.html#GTlsAuthenticationMode">GTlsAuthenticationMode</a>, enum in <a class="link" href="gio-TLS-Overview.html" title="TLS Overview">TLS Overview</a>
6120
+ </dt>
6121
+ <dd></dd>
6122
+ <dt>
6123
+ <a class="link" href="GTlsBackend.html#GTlsBackend-struct" title="GTlsBackend">GTlsBackend</a>, struct in <a class="link" href="GTlsBackend.html" title="GTlsBackend">GTlsBackend</a>
6124
+ </dt>
6125
+ <dd></dd>
6126
+ <dt>
6127
+ <a class="link" href="GTlsBackend.html#GTlsBackendInterface" title="struct GTlsBackendInterface">GTlsBackendInterface</a>, struct in <a class="link" href="GTlsBackend.html" title="GTlsBackend">GTlsBackend</a>
6128
+ </dt>
6129
+ <dd></dd>
6130
+ <dt>
6131
+ <a class="link" href="GTlsCertificate.html#GTlsCertificate-struct" title="GTlsCertificate">GTlsCertificate</a>, struct in <a class="link" href="GTlsCertificate.html" title="GTlsCertificate">GTlsCertificate</a>
6132
+ </dt>
6133
+ <dd></dd>
6134
+ <dt>
6135
+ <a class="link" href="GTlsCertificate.html#GTlsCertificate--certificate" title='The "certificate" property'>GTlsCertificate:certificate</a>, object property in <a class="link" href="GTlsCertificate.html" title="GTlsCertificate">GTlsCertificate</a>
6136
+ </dt>
6137
+ <dd></dd>
6138
+ <dt>
6139
+ <a class="link" href="GTlsCertificate.html#GTlsCertificate--certificate-pem" title='The "certificate-pem" property'>GTlsCertificate:certificate-pem</a>, object property in <a class="link" href="GTlsCertificate.html" title="GTlsCertificate">GTlsCertificate</a>
6140
+ </dt>
6141
+ <dd></dd>
6142
+ <dt>
6143
+ <a class="link" href="GTlsCertificate.html#GTlsCertificate--issuer" title='The "issuer" property'>GTlsCertificate:issuer</a>, object property in <a class="link" href="GTlsCertificate.html" title="GTlsCertificate">GTlsCertificate</a>
6144
+ </dt>
6145
+ <dd></dd>
6146
+ <dt>
6147
+ <a class="link" href="GTlsCertificate.html#GTlsCertificate--private-key" title='The "private-key" property'>GTlsCertificate:private-key</a>, object property in <a class="link" href="GTlsCertificate.html" title="GTlsCertificate">GTlsCertificate</a>
6148
+ </dt>
6149
+ <dd></dd>
6150
+ <dt>
6151
+ <a class="link" href="GTlsCertificate.html#GTlsCertificate--private-key-pem" title='The "private-key-pem" property'>GTlsCertificate:private-key-pem</a>, object property in <a class="link" href="GTlsCertificate.html" title="GTlsCertificate">GTlsCertificate</a>
6152
+ </dt>
6153
+ <dd></dd>
6154
+ <dt>
6155
+ <a class="link" href="gio-TLS-Overview.html#GTlsCertificateFlags">GTlsCertificateFlags</a>, enum in <a class="link" href="gio-TLS-Overview.html" title="TLS Overview">TLS Overview</a>
6156
+ </dt>
6157
+ <dd></dd>
6158
+ <dt>
6159
+ <a class="link" href="GTlsClientConnection.html#GTlsClientConnection-struct" title="GTlsClientConnection">GTlsClientConnection</a>, struct in <a class="link" href="GTlsClientConnection.html" title="GTlsClientConnection">GTlsClientConnection</a>
6160
+ </dt>
6161
+ <dd></dd>
6162
+ <dt>
6163
+ <a class="link" href="GTlsClientConnection.html#GTlsClientConnection--accepted-cas" title='The "accepted-cas" property'>GTlsClientConnection:accepted-cas</a>, object property in <a class="link" href="GTlsClientConnection.html" title="GTlsClientConnection">GTlsClientConnection</a>
6164
+ </dt>
6165
+ <dd></dd>
6166
+ <dt>
6167
+ <a class="link" href="GTlsClientConnection.html#GTlsClientConnection--server-identity" title='The "server-identity" property'>GTlsClientConnection:server-identity</a>, object property in <a class="link" href="GTlsClientConnection.html" title="GTlsClientConnection">GTlsClientConnection</a>
6168
+ </dt>
6169
+ <dd></dd>
6170
+ <dt>
6171
+ <a class="link" href="GTlsClientConnection.html#GTlsClientConnection--use-ssl3" title='The "use-ssl3" property'>GTlsClientConnection:use-ssl3</a>, object property in <a class="link" href="GTlsClientConnection.html" title="GTlsClientConnection">GTlsClientConnection</a>
6172
+ </dt>
6173
+ <dd></dd>
6174
+ <dt>
6175
+ <a class="link" href="GTlsClientConnection.html#GTlsClientConnection--validation-flags" title='The "validation-flags" property'>GTlsClientConnection:validation-flags</a>, object property in <a class="link" href="GTlsClientConnection.html" title="GTlsClientConnection">GTlsClientConnection</a>
6176
+ </dt>
6177
+ <dd></dd>
6178
+ <dt>
6179
+ <a class="link" href="GTlsClientConnection.html#GTlsClientConnectionInterface" title="struct GTlsClientConnectionInterface">GTlsClientConnectionInterface</a>, struct in <a class="link" href="GTlsClientConnection.html" title="GTlsClientConnection">GTlsClientConnection</a>
6180
+ </dt>
6181
+ <dd></dd>
6182
+ <dt>
6183
+ <a class="link" href="GTlsConnection.html#GTlsConnection-struct" title="GTlsConnection">GTlsConnection</a>, struct in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6184
+ </dt>
6185
+ <dd></dd>
6186
+ <dt>
6187
+ <a class="link" href="GTlsConnection.html#GTlsConnection-accept-certificate" title='The "accept-certificate" signal'>GTlsConnection::accept-certificate</a>, object signal in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6188
+ </dt>
6189
+ <dd></dd>
6190
+ <dt>
6191
+ <a class="link" href="GTlsConnection.html#GTlsConnection--base-io-stream" title='The "base-io-stream" property'>GTlsConnection:base-io-stream</a>, object property in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6192
+ </dt>
6193
+ <dd></dd>
6194
+ <dt>
6195
+ <a class="link" href="GTlsConnection.html#GTlsConnection--certificate" title='The "certificate" property'>GTlsConnection:certificate</a>, object property in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6196
+ </dt>
6197
+ <dd></dd>
6198
+ <dt>
6199
+ <a class="link" href="GTlsConnection.html#GTlsConnection--peer-certificate" title='The "peer-certificate" property'>GTlsConnection:peer-certificate</a>, object property in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6200
+ </dt>
6201
+ <dd></dd>
6202
+ <dt>
6203
+ <a class="link" href="GTlsConnection.html#GTlsConnection--peer-certificate-errors" title='The "peer-certificate-errors" property'>GTlsConnection:peer-certificate-errors</a>, object property in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6204
+ </dt>
6205
+ <dd></dd>
6206
+ <dt>
6207
+ <a class="link" href="GTlsConnection.html#GTlsConnection--rehandshake-mode" title='The "rehandshake-mode" property'>GTlsConnection:rehandshake-mode</a>, object property in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6208
+ </dt>
6209
+ <dd></dd>
6210
+ <dt>
6211
+ <a class="link" href="GTlsConnection.html#GTlsConnection--require-close-notify" title='The "require-close-notify" property'>GTlsConnection:require-close-notify</a>, object property in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6212
+ </dt>
6213
+ <dd></dd>
6214
+ <dt>
6215
+ <a class="link" href="GTlsConnection.html#GTlsConnection--use-system-certdb" title='The "use-system-certdb" property'>GTlsConnection:use-system-certdb</a>, object property in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6216
+ </dt>
6217
+ <dd></dd>
6218
+ <dt>
6219
+ <a class="link" href="gio-TLS-Overview.html#GTlsError" title="enum GTlsError">GTlsError</a>, enum in <a class="link" href="gio-TLS-Overview.html" title="TLS Overview">TLS Overview</a>
6220
+ </dt>
6221
+ <dd></dd>
6222
+ <dt>
6223
+ <a class="link" href="GTlsConnection.html#GTlsRehandshakeMode">GTlsRehandshakeMode</a>, enum in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6224
+ </dt>
6225
+ <dd></dd>
6226
+ <dt>
6227
+ <a class="link" href="GTlsServerConnection.html#GTlsServerConnection-struct" title="GTlsServerConnection">GTlsServerConnection</a>, struct in <a class="link" href="GTlsServerConnection.html" title="GTlsServerConnection">GTlsServerConnection</a>
6228
+ </dt>
6229
+ <dd></dd>
6230
+ <dt>
6231
+ <a class="link" href="GTlsServerConnection.html#GTlsServerConnection--authentication-mode" title='The "authentication-mode" property'>GTlsServerConnection:authentication-mode</a>, object property in <a class="link" href="GTlsServerConnection.html" title="GTlsServerConnection">GTlsServerConnection</a>
6232
+ </dt>
6233
+ <dd></dd>
6234
+ <dt>
6235
+ <a class="link" href="GTlsServerConnection.html#GTlsServerConnectionInterface" title="struct GTlsServerConnectionInterface">GTlsServerConnectionInterface</a>, struct in <a class="link" href="GTlsServerConnection.html" title="GTlsServerConnection">GTlsServerConnection</a>
6236
+ </dt>
6237
+ <dd></dd>
6238
+ <dt>
6239
+ <a class="link" href="GTlsBackend.html#G-TLS-BACKEND-EXTENSION-POINT-NAME:CAPS" title="G_TLS_BACKEND_EXTENSION_POINT_NAME">G_TLS_BACKEND_EXTENSION_POINT_NAME</a>, macro in <a class="link" href="GTlsBackend.html" title="GTlsBackend">GTlsBackend</a>
6240
+ </dt>
6241
+ <dd></dd>
6242
+ <dt>
6243
+ <a class="link" href="GTlsBackend.html#g-tls-backend-get-certificate-type" title="g_tls_backend_get_certificate_type ()">g_tls_backend_get_certificate_type</a>, function in <a class="link" href="GTlsBackend.html" title="GTlsBackend">GTlsBackend</a>
6244
+ </dt>
6245
+ <dd></dd>
6246
+ <dt>
6247
+ <a class="link" href="GTlsBackend.html#g-tls-backend-get-client-connection-type" title="g_tls_backend_get_client_connection_type ()">g_tls_backend_get_client_connection_type</a>, function in <a class="link" href="GTlsBackend.html" title="GTlsBackend">GTlsBackend</a>
6248
+ </dt>
6249
+ <dd></dd>
6250
+ <dt>
6251
+ <a class="link" href="GTlsBackend.html#g-tls-backend-get-default" title="g_tls_backend_get_default ()">g_tls_backend_get_default</a>, function in <a class="link" href="GTlsBackend.html" title="GTlsBackend">GTlsBackend</a>
6252
+ </dt>
6253
+ <dd></dd>
6254
+ <dt>
6255
+ <a class="link" href="GTlsBackend.html#g-tls-backend-get-server-connection-type" title="g_tls_backend_get_server_connection_type ()">g_tls_backend_get_server_connection_type</a>, function in <a class="link" href="GTlsBackend.html" title="GTlsBackend">GTlsBackend</a>
6256
+ </dt>
6257
+ <dd></dd>
6258
+ <dt>
6259
+ <a class="link" href="GTlsBackend.html#g-tls-backend-supports-tls" title="g_tls_backend_supports_tls ()">g_tls_backend_supports_tls</a>, function in <a class="link" href="GTlsBackend.html" title="GTlsBackend">GTlsBackend</a>
6260
+ </dt>
6261
+ <dd></dd>
6262
+ <dt>
6263
+ <a class="link" href="GTlsCertificate.html#g-tls-certificate-get-issuer" title="g_tls_certificate_get_issuer ()">g_tls_certificate_get_issuer</a>, function in <a class="link" href="GTlsCertificate.html" title="GTlsCertificate">GTlsCertificate</a>
6264
+ </dt>
6265
+ <dd></dd>
6266
+ <dt>
6267
+ <a class="link" href="GTlsCertificate.html#g-tls-certificate-list-new-from-file" title="g_tls_certificate_list_new_from_file ()">g_tls_certificate_list_new_from_file</a>, function in <a class="link" href="GTlsCertificate.html" title="GTlsCertificate">GTlsCertificate</a>
6268
+ </dt>
6269
+ <dd></dd>
6270
+ <dt>
6271
+ <a class="link" href="GTlsCertificate.html#g-tls-certificate-new-from-file" title="g_tls_certificate_new_from_file ()">g_tls_certificate_new_from_file</a>, function in <a class="link" href="GTlsCertificate.html" title="GTlsCertificate">GTlsCertificate</a>
6272
+ </dt>
6273
+ <dd></dd>
6274
+ <dt>
6275
+ <a class="link" href="GTlsCertificate.html#g-tls-certificate-new-from-files" title="g_tls_certificate_new_from_files ()">g_tls_certificate_new_from_files</a>, function in <a class="link" href="GTlsCertificate.html" title="GTlsCertificate">GTlsCertificate</a>
6276
+ </dt>
6277
+ <dd></dd>
6278
+ <dt>
6279
+ <a class="link" href="GTlsCertificate.html#g-tls-certificate-new-from-pem" title="g_tls_certificate_new_from_pem ()">g_tls_certificate_new_from_pem</a>, function in <a class="link" href="GTlsCertificate.html" title="GTlsCertificate">GTlsCertificate</a>
6280
+ </dt>
6281
+ <dd></dd>
6282
+ <dt>
6283
+ <a class="link" href="GTlsCertificate.html#g-tls-certificate-verify" title="g_tls_certificate_verify ()">g_tls_certificate_verify</a>, function in <a class="link" href="GTlsCertificate.html" title="GTlsCertificate">GTlsCertificate</a>
6284
+ </dt>
6285
+ <dd></dd>
6286
+ <dt>
6287
+ <a class="link" href="GTlsClientConnection.html#g-tls-client-connection-get-accepted-cas" title="g_tls_client_connection_get_accepted_cas ()">g_tls_client_connection_get_accepted_cas</a>, function in <a class="link" href="GTlsClientConnection.html" title="GTlsClientConnection">GTlsClientConnection</a>
6288
+ </dt>
6289
+ <dd></dd>
6290
+ <dt>
6291
+ <a class="link" href="GTlsClientConnection.html#g-tls-client-connection-get-server-identity" title="g_tls_client_connection_get_server_identity ()">g_tls_client_connection_get_server_identity</a>, function in <a class="link" href="GTlsClientConnection.html" title="GTlsClientConnection">GTlsClientConnection</a>
6292
+ </dt>
6293
+ <dd></dd>
6294
+ <dt>
6295
+ <a class="link" href="GTlsClientConnection.html#g-tls-client-connection-get-use-ssl3" title="g_tls_client_connection_get_use_ssl3 ()">g_tls_client_connection_get_use_ssl3</a>, function in <a class="link" href="GTlsClientConnection.html" title="GTlsClientConnection">GTlsClientConnection</a>
6296
+ </dt>
6297
+ <dd></dd>
6298
+ <dt>
6299
+ <a class="link" href="GTlsClientConnection.html#g-tls-client-connection-get-validation-flags" title="g_tls_client_connection_get_validation_flags ()">g_tls_client_connection_get_validation_flags</a>, function in <a class="link" href="GTlsClientConnection.html" title="GTlsClientConnection">GTlsClientConnection</a>
6300
+ </dt>
6301
+ <dd></dd>
6302
+ <dt>
6303
+ <a class="link" href="GTlsClientConnection.html#g-tls-client-connection-new" title="g_tls_client_connection_new ()">g_tls_client_connection_new</a>, function in <a class="link" href="GTlsClientConnection.html" title="GTlsClientConnection">GTlsClientConnection</a>
6304
+ </dt>
6305
+ <dd></dd>
6306
+ <dt>
6307
+ <a class="link" href="GTlsClientConnection.html#g-tls-client-connection-set-server-identity" title="g_tls_client_connection_set_server_identity ()">g_tls_client_connection_set_server_identity</a>, function in <a class="link" href="GTlsClientConnection.html" title="GTlsClientConnection">GTlsClientConnection</a>
6308
+ </dt>
6309
+ <dd></dd>
6310
+ <dt>
6311
+ <a class="link" href="GTlsClientConnection.html#g-tls-client-connection-set-use-ssl3" title="g_tls_client_connection_set_use_ssl3 ()">g_tls_client_connection_set_use_ssl3</a>, function in <a class="link" href="GTlsClientConnection.html" title="GTlsClientConnection">GTlsClientConnection</a>
6312
+ </dt>
6313
+ <dd></dd>
6314
+ <dt>
6315
+ <a class="link" href="GTlsClientConnection.html#g-tls-client-connection-set-validation-flags" title="g_tls_client_connection_set_validation_flags ()">g_tls_client_connection_set_validation_flags</a>, function in <a class="link" href="GTlsClientConnection.html" title="GTlsClientConnection">GTlsClientConnection</a>
6316
+ </dt>
6317
+ <dd></dd>
6318
+ <dt>
6319
+ <a class="link" href="GTlsConnection.html#g-tls-connection-emit-accept-certificate" title="g_tls_connection_emit_accept_certificate ()">g_tls_connection_emit_accept_certificate</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6320
+ </dt>
6321
+ <dd></dd>
6322
+ <dt>
6323
+ <a class="link" href="GTlsConnection.html#g-tls-connection-get-certificate" title="g_tls_connection_get_certificate ()">g_tls_connection_get_certificate</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6324
+ </dt>
6325
+ <dd></dd>
6326
+ <dt>
6327
+ <a class="link" href="GTlsConnection.html#g-tls-connection-get-peer-certificate" title="g_tls_connection_get_peer_certificate ()">g_tls_connection_get_peer_certificate</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6328
+ </dt>
6329
+ <dd></dd>
6330
+ <dt>
6331
+ <a class="link" href="GTlsConnection.html#g-tls-connection-get-peer-certificate-errors" title="g_tls_connection_get_peer_certificate_errors ()">g_tls_connection_get_peer_certificate_errors</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6332
+ </dt>
6333
+ <dd></dd>
6334
+ <dt>
6335
+ <a class="link" href="GTlsConnection.html#g-tls-connection-get-rehandshake-mode" title="g_tls_connection_get_rehandshake_mode ()">g_tls_connection_get_rehandshake_mode</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6336
+ </dt>
6337
+ <dd></dd>
6338
+ <dt>
6339
+ <a class="link" href="GTlsConnection.html#g-tls-connection-get-require-close-notify" title="g_tls_connection_get_require_close_notify ()">g_tls_connection_get_require_close_notify</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6340
+ </dt>
6341
+ <dd></dd>
6342
+ <dt>
6343
+ <a class="link" href="GTlsConnection.html#g-tls-connection-get-use-system-certdb" title="g_tls_connection_get_use_system_certdb ()">g_tls_connection_get_use_system_certdb</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6344
+ </dt>
6345
+ <dd></dd>
6346
+ <dt>
6347
+ <a class="link" href="GTlsConnection.html#g-tls-connection-handshake" title="g_tls_connection_handshake ()">g_tls_connection_handshake</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6348
+ </dt>
6349
+ <dd></dd>
6350
+ <dt>
6351
+ <a class="link" href="GTlsConnection.html#g-tls-connection-handshake-async" title="g_tls_connection_handshake_async ()">g_tls_connection_handshake_async</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6352
+ </dt>
6353
+ <dd></dd>
6354
+ <dt>
6355
+ <a class="link" href="GTlsConnection.html#g-tls-connection-handshake-finish" title="g_tls_connection_handshake_finish ()">g_tls_connection_handshake_finish</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6356
+ </dt>
6357
+ <dd></dd>
6358
+ <dt>
6359
+ <a class="link" href="GTlsConnection.html#g-tls-connection-set-certificate" title="g_tls_connection_set_certificate ()">g_tls_connection_set_certificate</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6360
+ </dt>
6361
+ <dd></dd>
6362
+ <dt>
6363
+ <a class="link" href="GTlsConnection.html#g-tls-connection-set-rehandshake-mode" title="g_tls_connection_set_rehandshake_mode ()">g_tls_connection_set_rehandshake_mode</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6364
+ </dt>
6365
+ <dd></dd>
6366
+ <dt>
6367
+ <a class="link" href="GTlsConnection.html#g-tls-connection-set-require-close-notify" title="g_tls_connection_set_require_close_notify ()">g_tls_connection_set_require_close_notify</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6368
+ </dt>
6369
+ <dd></dd>
6370
+ <dt>
6371
+ <a class="link" href="GTlsConnection.html#g-tls-connection-set-use-system-certdb" title="g_tls_connection_set_use_system_certdb ()">g_tls_connection_set_use_system_certdb</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
6372
+ </dt>
6373
+ <dd></dd>
6374
+ <dt>
6375
+ <a class="link" href="gio-TLS-Overview.html#G-TLS-ERROR:CAPS" title="G_TLS_ERROR">G_TLS_ERROR</a>, macro in <a class="link" href="gio-TLS-Overview.html" title="TLS Overview">TLS Overview</a>
6376
+ </dt>
6377
+ <dd></dd>
6378
+ <dt>
6379
+ <a class="link" href="GTlsServerConnection.html#g-tls-server-connection-new" title="g_tls_server_connection_new ()">g_tls_server_connection_new</a>, function in <a class="link" href="GTlsServerConnection.html" title="GTlsServerConnection">GTlsServerConnection</a>
6380
+ </dt>
6381
+ <dd></dd>
6382
+ <dt>
5575
6383
  <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-ANNOTATION-INFO:CAPS" title="G_TYPE_DBUS_ANNOTATION_INFO">G_TYPE_DBUS_ANNOTATION_INFO</a>, macro in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
5576
6384
  </dt>
5577
6385
  <dd></dd>
@@ -5613,7 +6421,7 @@
5613
6421
  </dt>
5614
6422
  <dd></dd>
5615
6423
  <dt>
5616
- <a class="link" href="GUnixCredentialsMessage.html#GUnixCredentialsMessageClass" title="GUnixCredentialsMessageClass">GUnixCredentialsMessageClass</a>, struct in <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
6424
+ <a class="link" href="GUnixCredentialsMessage.html#GUnixCredentialsMessageClass" title="struct GUnixCredentialsMessageClass">GUnixCredentialsMessageClass</a>, struct in <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
5617
6425
  </dt>
5618
6426
  <dd></dd>
5619
6427
  <dt>
@@ -5629,7 +6437,7 @@
5629
6437
  </dt>
5630
6438
  <dd></dd>
5631
6439
  <dt>
5632
- <a class="link" href="GUnixInputStream.html#GUnixInputStream-struct" title="GUnixInputStream">GUnixInputStream</a>, struct in <a class="link" href="GUnixInputStream.html" title="GUnixInputStream">GUnixInputStream</a>
6440
+ <a class="link" href="GUnixInputStream.html#GUnixInputStream-struct" title="struct GUnixInputStream">GUnixInputStream</a>, struct in <a class="link" href="GUnixInputStream.html" title="GUnixInputStream">GUnixInputStream</a>
5633
6441
  </dt>
5634
6442
  <dd></dd>
5635
6443
  <dt>
@@ -5661,7 +6469,7 @@
5661
6469
  </dt>
5662
6470
  <dd></dd>
5663
6471
  <dt>
5664
- <a class="link" href="GUnixOutputStream.html#GUnixOutputStream-struct" title="GUnixOutputStream">GUnixOutputStream</a>, struct in <a class="link" href="GUnixOutputStream.html" title="GUnixOutputStream">GUnixOutputStream</a>
6472
+ <a class="link" href="GUnixOutputStream.html#GUnixOutputStream-struct" title="struct GUnixOutputStream">GUnixOutputStream</a>, struct in <a class="link" href="GUnixOutputStream.html" title="GUnixOutputStream">GUnixOutputStream</a>
5665
6473
  </dt>
5666
6474
  <dd></dd>
5667
6475
  <dt>
@@ -5673,7 +6481,7 @@
5673
6481
  </dt>
5674
6482
  <dd></dd>
5675
6483
  <dt>
5676
- <a class="link" href="GUnixSocketAddress.html#GUnixSocketAddress-struct" title="GUnixSocketAddress">GUnixSocketAddress</a>, struct in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
6484
+ <a class="link" href="GUnixSocketAddress.html#GUnixSocketAddress-struct" title="struct GUnixSocketAddress">GUnixSocketAddress</a>, struct in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
5677
6485
  </dt>
5678
6486
  <dd></dd>
5679
6487
  <dt>
@@ -5693,7 +6501,7 @@
5693
6501
  </dt>
5694
6502
  <dd></dd>
5695
6503
  <dt>
5696
- <a class="link" href="GUnixSocketAddress.html#GUnixSocketAddressType" title="enum GUnixSocketAddressType">GUnixSocketAddressType</a>, enum in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
6504
+ <a class="link" href="GUnixSocketAddress.html#GUnixSocketAddressType">GUnixSocketAddressType</a>, enum in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
5697
6505
  </dt>
5698
6506
  <dd></dd>
5699
6507
  <dt>
@@ -6010,7 +6818,7 @@
6010
6818
  </dt>
6011
6819
  <dd></dd>
6012
6820
  <dt>
6013
- <a class="link" href="GVolume.html#GVolumeIface" title="GVolumeIface">GVolumeIface</a>, struct in <a class="link" href="GVolume.html" title="GVolume">GVolume</a>
6821
+ <a class="link" href="GVolume.html#GVolumeIface" title="struct GVolumeIface">GVolumeIface</a>, struct in <a class="link" href="GVolume.html" title="GVolume">GVolume</a>
6014
6822
  </dt>
6015
6823
  <dd></dd>
6016
6824
  <dt>
@@ -6203,7 +7011,7 @@
6203
7011
  </dt>
6204
7012
  <dd></dd>
6205
7013
  <dt>
6206
- <a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat">GZlibCompressorFormat</a>, enum in <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
7014
+ <a class="link" href="GZlibCompressor.html#GZlibCompressorFormat">GZlibCompressorFormat</a>, enum in <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
6207
7015
  </dt>
6208
7016
  <dd></dd>
6209
7017
  <dt>
@@ -6241,6 +7049,6 @@
6241
7049
  </div>
6242
7050
  <div class="footer">
6243
7051
  <hr>
6244
- Generated by GTK-Doc V1.15</div>
7052
+ Generated by GTK-Doc V1.16.1</div>
6245
7053
  </body>
6246
7054
  </html>