glib2 0.90.5-x86-mingw32 → 0.90.6-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (408) hide show
  1. data/ChangeLog +79 -0
  2. data/Rakefile +8 -65
  3. data/ext/glib2/rbglib.h +1 -1
  4. data/ext/glib2/rbgobj_type.c +1 -1
  5. data/lib/1.8/glib2.so +0 -0
  6. data/lib/1.9/glib2.so +0 -0
  7. data/lib/glib2.rb +2 -2
  8. data/lib/gnome2-raketask.rb +185 -0
  9. data/lib/gnome2-win32-binary-downloader.rb +49 -9
  10. data/lib/mkmf-gnome2.rb +55 -43
  11. data/test-unit/History.txt +5 -0
  12. data/test-unit/html/index.html +2 -2
  13. data/test-unit/html/index.html.ja +2 -2
  14. data/test-unit/lib/test/unit/assertions.rb +9 -4
  15. data/test-unit/lib/test/unit/autorunner.rb +13 -1
  16. data/test-unit/lib/test/unit/testsuite.rb +4 -2
  17. data/test-unit/lib/test/unit/version.rb +1 -1
  18. data/test-unit/test/test-testcase.rb +11 -3
  19. data/test-unit/test/test_assertions.rb +24 -3
  20. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  21. data/vendor/local/bin/glib-gettextize +2 -2
  22. data/vendor/local/bin/glib-mkenums +1 -1
  23. data/vendor/local/bin/gobject-query.exe +0 -0
  24. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  25. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  26. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  27. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  28. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  29. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  30. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  31. data/vendor/local/lib/gio-2.0.lib +0 -0
  32. data/vendor/local/lib/glib-2.0.lib +0 -0
  33. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  34. data/vendor/local/lib/gmodule-2.0.lib +0 -0
  35. data/vendor/local/lib/gobject-2.0.lib +0 -0
  36. data/vendor/local/lib/gthread-2.0.lib +0 -0
  37. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  38. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  39. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  40. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  41. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  42. data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
  43. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +2 -2
  44. data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
  45. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
  46. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
  47. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
  48. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
  49. data/vendor/local/manifest/{glib-dev_2.26.0-2_win32.mft → glib-dev_2.26.1-1_win32.mft} +4 -4
  50. data/vendor/local/manifest/{glib_2.26.0-2_win32.mft → glib_2.26.1-1_win32.mft} +2 -2
  51. data/vendor/local/share/doc/{glib-2.26.0 → glib-2.26.1}/COPYING +0 -0
  52. data/vendor/local/share/doc/{glib-dev-2.26.0 → glib-dev-2.26.1}/COPYING +0 -0
  53. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +47 -47
  54. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +19 -19
  55. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +16 -16
  56. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +30 -30
  57. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +24 -24
  58. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +25 -25
  59. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +19 -19
  60. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +17 -17
  61. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +17 -17
  62. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +14 -14
  63. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +81 -81
  64. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +65 -65
  65. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +24 -24
  66. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +52 -52
  67. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +29 -29
  68. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +51 -51
  69. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +26 -26
  70. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +46 -46
  71. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +20 -20
  72. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +15 -15
  73. data/vendor/local/share/gtk-doc/html/gio/GFile.html +221 -231
  74. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +12 -12
  75. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +22 -22
  76. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +15 -15
  77. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +16 -16
  78. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +157 -157
  79. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +14 -14
  80. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +21 -21
  81. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +15 -15
  82. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +20 -20
  83. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +16 -16
  84. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +16 -16
  85. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +16 -16
  86. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +24 -24
  87. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +17 -17
  88. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +53 -53
  89. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +17 -17
  90. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +19 -19
  91. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +23 -23
  92. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +16 -16
  93. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +14 -14
  94. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +24 -24
  95. data/vendor/local/share/gtk-doc/html/gio/GMount.html +48 -48
  96. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +43 -43
  97. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +21 -21
  98. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +22 -22
  99. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +28 -28
  100. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +24 -24
  101. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +16 -16
  102. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +24 -24
  103. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -17
  104. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +27 -27
  105. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +18 -18
  106. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +83 -108
  107. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +23 -23
  108. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +33 -33
  109. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +12 -12
  110. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +79 -79
  111. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +20 -20
  112. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +60 -64
  113. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +23 -23
  114. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +19 -19
  115. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +15 -15
  116. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +36 -40
  117. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +17 -17
  118. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +16 -16
  119. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +28 -28
  120. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +19 -19
  121. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +14 -14
  122. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +18 -18
  123. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +25 -25
  124. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +26 -26
  125. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +18 -18
  126. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +18 -18
  127. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +28 -28
  128. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +29 -29
  129. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +40 -40
  130. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +33 -33
  131. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +19 -19
  132. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +16 -16
  133. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +4 -4
  134. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +4 -4
  135. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +4 -4
  136. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +4 -4
  137. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +4 -4
  138. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +4 -4
  139. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +4 -4
  140. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +4 -8
  141. data/vendor/local/share/gtk-doc/html/gio/async.html +4 -4
  142. data/vendor/local/share/gtk-doc/html/gio/ch01.html +5 -5
  143. data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
  144. data/vendor/local/share/gtk-doc/html/gio/ch03.html +21 -21
  145. data/vendor/local/share/gtk-doc/html/gio/ch24.html +5 -5
  146. data/vendor/local/share/gtk-doc/html/gio/ch25.html +9 -9
  147. data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +6 -6
  148. data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +7 -7
  149. data/vendor/local/share/gtk-doc/html/gio/ch26.html +8 -8
  150. data/vendor/local/share/gtk-doc/html/gio/ch26s02.html +7 -7
  151. data/vendor/local/share/gtk-doc/html/gio/ch26s03.html +25 -25
  152. data/vendor/local/share/gtk-doc/html/gio/ch26s04.html +7 -7
  153. data/vendor/local/share/gtk-doc/html/gio/ch26s05.html +6 -6
  154. data/vendor/local/share/gtk-doc/html/gio/ch26s06.html +6 -6
  155. data/vendor/local/share/gtk-doc/html/gio/ch26s07.html +70 -5
  156. data/vendor/local/share/gtk-doc/html/gio/ch27.html +8 -8
  157. data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +23 -23
  158. data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +8 -8
  159. data/vendor/local/share/gtk-doc/html/gio/ch27s04.html +7 -7
  160. data/vendor/local/share/gtk-doc/html/gio/ch27s05.html +7 -7
  161. data/vendor/local/share/gtk-doc/html/gio/ch27s06.html +7 -7
  162. data/vendor/local/share/gtk-doc/html/gio/conversion.html +4 -4
  163. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +12 -12
  164. data/vendor/local/share/gtk-doc/html/gio/extending.html +4 -4
  165. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +4 -4
  166. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +4 -4
  167. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +4 -4
  168. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +4 -4
  169. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +4 -4
  170. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +19 -19
  171. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +13 -13
  172. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +44 -44
  173. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +13 -13
  174. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +20 -20
  175. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +23 -23
  176. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +18 -18
  177. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +15 -15
  178. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +15 -15
  179. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +20 -20
  180. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +27 -33
  181. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +11 -11
  182. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +13 -13
  183. data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +16 -16
  184. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +16 -16
  185. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +45 -45
  186. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +15 -15
  187. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +4 -4
  188. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +7 -7
  189. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +9 -10
  190. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +9 -10
  191. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +11 -11
  192. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +4 -4
  193. data/vendor/local/share/gtk-doc/html/gio/icons.html +4 -4
  194. data/vendor/local/share/gtk-doc/html/gio/index.html +8 -8
  195. data/vendor/local/share/gtk-doc/html/gio/index.sgml +0 -1
  196. data/vendor/local/share/gtk-doc/html/gio/migrating.html +7 -7
  197. data/vendor/local/share/gtk-doc/html/gio/networking.html +4 -4
  198. data/vendor/local/share/gtk-doc/html/gio/permissions.html +4 -4
  199. data/vendor/local/share/gtk-doc/html/gio/pt01.html +5 -5
  200. data/vendor/local/share/gtk-doc/html/gio/pt02.html +5 -5
  201. data/vendor/local/share/gtk-doc/html/gio/resolver.html +4 -4
  202. data/vendor/local/share/gtk-doc/html/gio/settings.html +4 -4
  203. data/vendor/local/share/gtk-doc/html/gio/streaming.html +4 -4
  204. data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
  205. data/vendor/local/share/gtk-doc/html/gio/types.html +4 -4
  206. data/vendor/local/share/gtk-doc/html/gio/utils.html +4 -4
  207. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
  208. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +10 -4
  209. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +4 -4
  210. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +4 -4
  211. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +4 -4
  212. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +4 -4
  213. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +4 -4
  214. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +4 -4
  215. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +4 -4
  216. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +4 -4
  217. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +4 -4
  218. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +4 -4
  219. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +4 -4
  220. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +5 -9
  221. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +4 -4
  222. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +4 -4
  223. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +9 -33
  224. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +53 -53
  225. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +38 -38
  226. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +21 -21
  227. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +32 -32
  228. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +36 -36
  229. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +15 -15
  230. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +38 -38
  231. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +49 -49
  232. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +40 -40
  233. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +70 -70
  234. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +22 -22
  235. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +42 -46
  236. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +45 -45
  237. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +23 -23
  238. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +21 -21
  239. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +83 -83
  240. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +62 -62
  241. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +97 -97
  242. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +31 -31
  243. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +31 -31
  244. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +50 -50
  245. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +112 -118
  246. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +22 -22
  247. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +227 -261
  248. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +91 -107
  249. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +16 -16
  250. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +60 -60
  251. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +66 -66
  252. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +12 -12
  253. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +26 -26
  254. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +72 -72
  255. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +78 -78
  256. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +25 -25
  257. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +51 -51
  258. data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +37 -37
  259. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +38 -38
  260. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +15 -15
  261. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +45 -45
  262. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +21 -21
  263. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +64 -109
  264. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +65 -65
  265. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +97 -97
  266. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +80 -80
  267. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +19 -19
  268. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +50 -50
  269. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +41 -41
  270. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +20 -20
  271. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +34 -34
  272. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +35 -35
  273. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +45 -45
  274. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +16 -16
  275. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +29 -29
  276. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +87 -87
  277. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +20 -20
  278. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +27 -27
  279. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +22 -22
  280. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +154 -154
  281. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +93 -93
  282. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +73 -73
  283. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +122 -128
  284. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +25 -25
  285. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +134 -134
  286. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +19 -19
  287. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +12 -12
  288. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +14 -14
  289. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +19 -19
  290. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +97 -97
  291. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +16 -119
  292. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +25 -25
  293. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +33 -33
  294. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +29 -29
  295. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +8 -8
  296. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +6 -6
  297. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +4 -4
  298. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +20 -20
  299. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +4 -4
  300. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +4 -4
  301. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +11 -11
  302. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +83 -83
  303. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +10 -10
  304. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +30 -30
  305. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +4 -4
  306. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +30 -36
  307. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +30 -36
  308. data/vendor/local/share/gtk-doc/html/glib/glib.html +4 -4
  309. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +11 -11
  310. data/vendor/local/share/gtk-doc/html/glib/gtester.html +11 -11
  311. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +44 -44
  312. data/vendor/local/share/gtk-doc/html/glib/index.html +5 -5
  313. data/vendor/local/share/gtk-doc/html/glib/index.sgml +1 -6
  314. data/vendor/local/share/gtk-doc/html/glib/tools.html +4 -4
  315. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +31 -31
  316. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +22 -22
  317. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +20 -20
  318. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +4 -4
  319. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
  320. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +4 -4
  321. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +4 -4
  322. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +4 -4
  323. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +4 -4
  324. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +4 -4
  325. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +4 -4
  326. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +4 -4
  327. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
  328. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +4 -4
  329. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +4 -4
  330. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +4 -4
  331. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +4 -4
  332. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +8 -8
  333. data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +5 -5
  334. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +5 -5
  335. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +7 -7
  336. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -7
  337. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +15 -15
  338. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +23 -23
  339. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +17 -17
  340. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +26 -26
  341. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +74 -74
  342. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +44 -44
  343. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +71 -71
  344. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +36 -36
  345. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +71 -71
  346. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +262 -262
  347. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +97 -97
  348. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +158 -158
  349. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +37 -37
  350. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +13 -13
  351. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +7 -7
  352. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +9 -9
  353. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +11 -11
  354. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +8 -8
  355. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +8 -8
  356. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +7 -7
  357. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +5 -5
  358. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +6 -6
  359. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +4 -4
  360. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +6 -6
  361. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +4 -4
  362. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +4 -4
  363. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +4 -4
  364. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +10 -10
  365. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +9 -9
  366. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +5 -5
  367. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +8 -8
  368. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +5 -5
  369. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +7 -7
  370. data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -11
  371. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +5 -5
  372. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +8 -8
  373. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +9 -9
  374. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +6 -6
  375. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +5 -5
  376. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +5 -5
  377. data/vendor/local/share/gtk-doc/html/gobject/signal.html +12 -12
  378. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +4 -4
  379. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +4 -4
  380. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +4 -4
  381. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +4 -4
  382. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +4 -4
  383. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  384. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
  385. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  386. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  387. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  388. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  389. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  390. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  391. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  392. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  393. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  394. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  395. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  396. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  397. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  398. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  399. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  400. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  401. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  402. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  403. data/vendor/local/share/man/man1/glib-genmarshal.1 +15 -6
  404. data/vendor/local/share/man/man1/glib-mkenums.1 +12 -3
  405. data/vendor/local/share/man/man1/gobject-query.1 +13 -4
  406. data/vendor/local/src/tml/packaging/{glib_2.26.0-2_win32.log → glib_2.26.1-1_win32.log} +549 -558
  407. data/vendor/local/src/tml/packaging/{glib_2.26.0-2_win32.sh → glib_2.26.1-1_win32.sh} +2 -2
  408. metadata +860 -857
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GBufferedOutputStream</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="GIO Reference Manual">
8
8
  <link rel="up" href="streaming.html" title="Streaming I/O">
9
9
  <link rel="prev" href="GBufferedInputStream.html" title="GBufferedInputStream">
10
10
  <link rel="next" href="GDataInputStream.html" title="GDataInputStream">
11
- <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15 (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">
@@ -30,7 +30,7 @@
30
30
  <a href="#GBufferedOutputStream.properties" class="shortcut">Properties</a>
31
31
  </td></tr>
32
32
  </table>
33
- <div class="refentry">
33
+ <div class="refentry" title="GBufferedOutputStream">
34
34
  <a name="GBufferedOutputStream"></a><div class="titlepage"></div>
35
35
  <div class="refnamediv"><table width="100%"><tr>
36
36
  <td valign="top">
@@ -39,14 +39,14 @@
39
39
  </td>
40
40
  <td valign="top" align="right"></td>
41
41
  </tr></table></div>
42
- <div class="refsynopsisdiv">
42
+ <div class="refsynopsisdiv" title="Synopsis">
43
43
  <a name="GBufferedOutputStream.synopsis"></a><h2>Synopsis</h2>
44
44
  <pre class="synopsis">
45
45
  #include &lt;gio/gio.h&gt;
46
46
 
47
47
  <a class="link" href="GBufferedOutputStream.html#GBufferedOutputStream-struct" title="GBufferedOutputStream">GBufferedOutputStream</a>;
48
- <a class="link" href="GOutputStream.html" title="GOutputStream"><span class="returnvalue">GOutputStream</span></a> * <a class="link" href="GBufferedOutputStream.html#g-buffered-output-stream-new" title="g_buffered_output_stream_new ()">g_buffered_output_stream_new</a> (<em class="parameter"><code><a class="link" href="GOutputStream.html" title="GOutputStream"><span class="type">GOutputStream</span></a> *base_stream</code></em>);
49
- <a class="link" href="GOutputStream.html" title="GOutputStream"><span class="returnvalue">GOutputStream</span></a> * <a class="link" href="GBufferedOutputStream.html#g-buffered-output-stream-new-sized" title="g_buffered_output_stream_new_sized ()">g_buffered_output_stream_new_sized</a> (<em class="parameter"><code><a class="link" href="GOutputStream.html" title="GOutputStream"><span class="type">GOutputStream</span></a> *base_stream</code></em>,
48
+ <a class="link" href="GOutputStream.html" title="GOutputStream"><span class="returnvalue">GOutputStream</span></a>* <a class="link" href="GBufferedOutputStream.html#g-buffered-output-stream-new" title="g_buffered_output_stream_new ()">g_buffered_output_stream_new</a> (<em class="parameter"><code><a class="link" href="GOutputStream.html" title="GOutputStream"><span class="type">GOutputStream</span></a> *base_stream</code></em>);
49
+ <a class="link" href="GOutputStream.html" title="GOutputStream"><span class="returnvalue">GOutputStream</span></a>* <a class="link" href="GBufferedOutputStream.html#g-buffered-output-stream-new-sized" title="g_buffered_output_stream_new_sized ()">g_buffered_output_stream_new_sized</a> (<em class="parameter"><code><a class="link" href="GOutputStream.html" title="GOutputStream"><span class="type">GOutputStream</span></a> *base_stream</code></em>,
50
50
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> size</code></em>);
51
51
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="returnvalue">gsize</span></a> <a class="link" href="GBufferedOutputStream.html#g-buffered-output-stream-get-buffer-size" title="g_buffered_output_stream_get_buffer_size ()">g_buffered_output_stream_get_buffer_size</a>
52
52
  (<em class="parameter"><code><a class="link" href="GBufferedOutputStream.html" title="GBufferedOutputStream"><span class="type">GBufferedOutputStream</span></a> *stream</code></em>);
@@ -60,7 +60,7 @@
60
60
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_grow</code></em>);
61
61
  </pre>
62
62
  </div>
63
- <div class="refsect1">
63
+ <div class="refsect1" title="Object Hierarchy">
64
64
  <a name="GBufferedOutputStream.object-hierarchy"></a><h2>Object Hierarchy</h2>
65
65
  <pre class="synopsis">
66
66
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -69,14 +69,14 @@
69
69
  +----GBufferedOutputStream
70
70
  </pre>
71
71
  </div>
72
- <div class="refsect1">
72
+ <div class="refsect1" title="Properties">
73
73
  <a name="GBufferedOutputStream.properties"></a><h2>Properties</h2>
74
74
  <pre class="synopsis">
75
75
  "<a class="link" href="GBufferedOutputStream.html#GBufferedOutputStream--auto-grow" title='The "auto-grow" property'>auto-grow</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
76
76
  "<a class="link" href="GBufferedOutputStream.html#GBufferedOutputStream--buffer-size" title='The "buffer-size" property'>buffer-size</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct
77
77
  </pre>
78
78
  </div>
79
- <div class="refsect1">
79
+ <div class="refsect1" title="Description">
80
80
  <a name="GBufferedOutputStream.description"></a><h2>Description</h2>
81
81
  <p>
82
82
  Buffered output stream implements <a class="link" href="GFilterOutputStream.html" title="GFilterOutputStream"><span class="type">GFilterOutputStream</span></a> and provides
@@ -98,9 +98,9 @@ buffered output stream's buffer, use
98
98
  size cannot be reduced below the size of the data within the buffer.
99
99
  </p>
100
100
  </div>
101
- <div class="refsect1">
101
+ <div class="refsect1" title="Details">
102
102
  <a name="GBufferedOutputStream.details"></a><h2>Details</h2>
103
- <div class="refsect2">
103
+ <div class="refsect2" title="GBufferedOutputStream">
104
104
  <a name="GBufferedOutputStream-struct"></a><h3>GBufferedOutputStream</h3>
105
105
  <pre class="programlisting">typedef struct _GBufferedOutputStream GBufferedOutputStream;</pre>
106
106
  <p>
@@ -108,9 +108,9 @@ An implementation of <a class="link" href="GFilterOutputStream.html" title="GFil
108
108
  </p>
109
109
  </div>
110
110
  <hr>
111
- <div class="refsect2">
111
+ <div class="refsect2" title="g_buffered_output_stream_new ()">
112
112
  <a name="g-buffered-output-stream-new"></a><h3>g_buffered_output_stream_new ()</h3>
113
- <pre class="programlisting"><a class="link" href="GOutputStream.html" title="GOutputStream"><span class="returnvalue">GOutputStream</span></a> * g_buffered_output_stream_new (<em class="parameter"><code><a class="link" href="GOutputStream.html" title="GOutputStream"><span class="type">GOutputStream</span></a> *base_stream</code></em>);</pre>
113
+ <pre class="programlisting"><a class="link" href="GOutputStream.html" title="GOutputStream"><span class="returnvalue">GOutputStream</span></a>* g_buffered_output_stream_new (<em class="parameter"><code><a class="link" href="GOutputStream.html" title="GOutputStream"><span class="type">GOutputStream</span></a> *base_stream</code></em>);</pre>
114
114
  <p>
115
115
  Creates a new buffered output stream for a base stream.
116
116
  </p>
@@ -131,9 +131,9 @@ Creates a new buffered output stream for a base stream.
131
131
  </table></div>
132
132
  </div>
133
133
  <hr>
134
- <div class="refsect2">
134
+ <div class="refsect2" title="g_buffered_output_stream_new_sized ()">
135
135
  <a name="g-buffered-output-stream-new-sized"></a><h3>g_buffered_output_stream_new_sized ()</h3>
136
- <pre class="programlisting"><a class="link" href="GOutputStream.html" title="GOutputStream"><span class="returnvalue">GOutputStream</span></a> * g_buffered_output_stream_new_sized (<em class="parameter"><code><a class="link" href="GOutputStream.html" title="GOutputStream"><span class="type">GOutputStream</span></a> *base_stream</code></em>,
136
+ <pre class="programlisting"><a class="link" href="GOutputStream.html" title="GOutputStream"><span class="returnvalue">GOutputStream</span></a>* g_buffered_output_stream_new_sized (<em class="parameter"><code><a class="link" href="GOutputStream.html" title="GOutputStream"><span class="type">GOutputStream</span></a> *base_stream</code></em>,
137
137
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> size</code></em>);</pre>
138
138
  <p>
139
139
  Creates a new buffered output stream with a given buffer size.
@@ -160,7 +160,7 @@ Creates a new buffered output stream with a given buffer size.
160
160
  </table></div>
161
161
  </div>
162
162
  <hr>
163
- <div class="refsect2">
163
+ <div class="refsect2" title="g_buffered_output_stream_get_buffer_size ()">
164
164
  <a name="g-buffered-output-stream-get-buffer-size"></a><h3>g_buffered_output_stream_get_buffer_size ()</h3>
165
165
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="returnvalue">gsize</span></a> g_buffered_output_stream_get_buffer_size
166
166
  (<em class="parameter"><code><a class="link" href="GBufferedOutputStream.html" title="GBufferedOutputStream"><span class="type">GBufferedOutputStream</span></a> *stream</code></em>);</pre>
@@ -184,7 +184,7 @@ Gets the size of the buffer in the <em class="parameter"><code>stream</code></em
184
184
  </table></div>
185
185
  </div>
186
186
  <hr>
187
- <div class="refsect2">
187
+ <div class="refsect2" title="g_buffered_output_stream_set_buffer_size ()">
188
188
  <a name="g-buffered-output-stream-set-buffer-size"></a><h3>g_buffered_output_stream_set_buffer_size ()</h3>
189
189
  <pre class="programlisting"><span class="returnvalue">void</span> g_buffered_output_stream_set_buffer_size
190
190
  (<em class="parameter"><code><a class="link" href="GBufferedOutputStream.html" title="GBufferedOutputStream"><span class="type">GBufferedOutputStream</span></a> *stream</code></em>,
@@ -209,7 +209,7 @@ Sets the size of the internal buffer to <em class="parameter"><code>size</code><
209
209
  </table></div>
210
210
  </div>
211
211
  <hr>
212
- <div class="refsect2">
212
+ <div class="refsect2" title="g_buffered_output_stream_get_auto_grow ()">
213
213
  <a name="g-buffered-output-stream-get-auto-grow"></a><h3>g_buffered_output_stream_get_auto_grow ()</h3>
214
214
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_buffered_output_stream_get_auto_grow
215
215
  (<em class="parameter"><code><a class="link" href="GBufferedOutputStream.html" title="GBufferedOutputStream"><span class="type">GBufferedOutputStream</span></a> *stream</code></em>);</pre>
@@ -234,7 +234,7 @@ Checks if the buffer automatically grows as data is added.
234
234
  </table></div>
235
235
  </div>
236
236
  <hr>
237
- <div class="refsect2">
237
+ <div class="refsect2" title="g_buffered_output_stream_set_auto_grow ()">
238
238
  <a name="g-buffered-output-stream-set-auto-grow"></a><h3>g_buffered_output_stream_set_auto_grow ()</h3>
239
239
  <pre class="programlisting"><span class="returnvalue">void</span> g_buffered_output_stream_set_auto_grow
240
240
  (<em class="parameter"><code><a class="link" href="GBufferedOutputStream.html" title="GBufferedOutputStream"><span class="type">GBufferedOutputStream</span></a> *stream</code></em>,
@@ -262,16 +262,16 @@ the data to the underlying stream.
262
262
  </table></div>
263
263
  </div>
264
264
  </div>
265
- <div class="refsect1">
265
+ <div class="refsect1" title="Property Details">
266
266
  <a name="GBufferedOutputStream.property-details"></a><h2>Property Details</h2>
267
- <div class="refsect2">
267
+ <div class="refsect2" title='The "auto-grow" property'>
268
268
  <a name="GBufferedOutputStream--auto-grow"></a><h3>The <code class="literal">"auto-grow"</code> property</h3>
269
269
  <pre class="programlisting"> "auto-grow" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
270
270
  <p>Whether the buffer should automatically grow.</p>
271
271
  <p>Default value: FALSE</p>
272
272
  </div>
273
273
  <hr>
274
- <div class="refsect2">
274
+ <div class="refsect2" title='The "buffer-size" property'>
275
275
  <a name="GBufferedOutputStream--buffer-size"></a><h3>The <code class="literal">"buffer-size"</code> property</h3>
276
276
  <pre class="programlisting"> "buffer-size" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct</pre>
277
277
  <p>The size of the backend buffer.</p>
@@ -279,13 +279,13 @@ the data to the underlying stream.
279
279
  <p>Default value: 4096</p>
280
280
  </div>
281
281
  </div>
282
- <div class="refsect1">
282
+ <div class="refsect1" title="See Also">
283
283
  <a name="GBufferedOutputStream.see-also"></a><h2>See Also</h2>
284
284
  <a class="link" href="GFilterOutputStream.html" title="GFilterOutputStream"><span class="type">GFilterOutputStream</span></a>, <a class="link" href="GOutputStream.html" title="GOutputStream"><span class="type">GOutputStream</span></a>
285
285
  </div>
286
286
  </div>
287
287
  <div class="footer">
288
288
  <hr>
289
- Generated by GTK-Doc V1.15.1</div>
289
+ Generated by GTK-Doc V1.15</div>
290
290
  </body>
291
291
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GCancellable</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="GIO Reference Manual">
8
8
  <link rel="up" href="async.html" title="Asynchronous I/O">
9
9
  <link rel="prev" href="async.html" title="Asynchronous I/O">
10
10
  <link rel="next" href="GAsyncResult.html" title="GAsyncResult">
11
- <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15 (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">
@@ -30,7 +30,7 @@
30
30
  <a href="#GCancellable.signals" class="shortcut">Signals</a>
31
31
  </td></tr>
32
32
  </table>
33
- <div class="refentry">
33
+ <div class="refentry" title="GCancellable">
34
34
  <a name="GCancellable"></a><div class="titlepage"></div>
35
35
  <div class="refnamediv"><table width="100%"><tr>
36
36
  <td valign="top">
@@ -39,7 +39,7 @@
39
39
  </td>
40
40
  <td valign="top" align="right"></td>
41
41
  </tr></table></div>
42
- <div class="refsynopsisdiv">
42
+ <div class="refsynopsisdiv" title="Synopsis">
43
43
  <a name="GCancellable.synopsis"></a><h2>Synopsis</h2>
44
44
  <pre class="synopsis">
45
45
  #include &lt;gio/gio.h&gt;
@@ -67,20 +67,20 @@
67
67
  <span class="returnvalue">void</span> <a class="link" href="GCancellable.html#g-cancellable-cancel" title="g_cancellable_cancel ()">g_cancellable_cancel</a> (<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>);
68
68
  </pre>
69
69
  </div>
70
- <div class="refsect1">
70
+ <div class="refsect1" title="Object Hierarchy">
71
71
  <a name="GCancellable.object-hierarchy"></a><h2>Object Hierarchy</h2>
72
72
  <pre class="synopsis">
73
73
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
74
74
  +----GCancellable
75
75
  </pre>
76
76
  </div>
77
- <div class="refsect1">
77
+ <div class="refsect1" title="Signals">
78
78
  <a name="GCancellable.signals"></a><h2>Signals</h2>
79
79
  <pre class="synopsis">
80
80
  "<a class="link" href="GCancellable.html#GCancellable-cancelled" title='The "cancelled" signal'>cancelled</a>" : Run Last
81
81
  </pre>
82
82
  </div>
83
- <div class="refsect1">
83
+ <div class="refsect1" title="Description">
84
84
  <a name="GCancellable.description"></a><h2>Description</h2>
85
85
  <p>
86
86
  GCancellable is a thread-safe operation cancellation stack used
@@ -88,9 +88,9 @@ throughout GIO to allow for cancellation of synchronous and
88
88
  asynchronous operations.
89
89
  </p>
90
90
  </div>
91
- <div class="refsect1">
91
+ <div class="refsect1" title="Details">
92
92
  <a name="GCancellable.details"></a><h2>Details</h2>
93
- <div class="refsect2">
93
+ <div class="refsect2" title="GCancellable">
94
94
  <a name="GCancellable-struct"></a><h3>GCancellable</h3>
95
95
  <pre class="programlisting">typedef struct _GCancellable GCancellable;</pre>
96
96
  <p>
@@ -98,7 +98,7 @@ Allows actions to be cancelled.
98
98
  </p>
99
99
  </div>
100
100
  <hr>
101
- <div class="refsect2">
101
+ <div class="refsect2" title="g_cancellable_new ()">
102
102
  <a name="g-cancellable-new"></a><h3>g_cancellable_new ()</h3>
103
103
  <pre class="programlisting"><a class="link" href="GCancellable.html" title="GCancellable"><span class="returnvalue">GCancellable</span></a> * g_cancellable_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
104
104
  <p>
@@ -123,7 +123,7 @@ operations, but not in multiple concurrent operations.
123
123
  </table></div>
124
124
  </div>
125
125
  <hr>
126
- <div class="refsect2">
126
+ <div class="refsect2" title="g_cancellable_is_cancelled ()">
127
127
  <a name="g-cancellable-is-cancelled"></a><h3>g_cancellable_is_cancelled ()</h3>
128
128
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_cancellable_is_cancelled (<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>);</pre>
129
129
  <p>
@@ -147,7 +147,7 @@ FALSE if called with <a href="http://library.gnome.org/devel/glib/unstable/glib-
147
147
  </table></div>
148
148
  </div>
149
149
  <hr>
150
- <div class="refsect2">
150
+ <div class="refsect2" title="g_cancellable_set_error_if_cancelled ()">
151
151
  <a name="g-cancellable-set-error-if-cancelled"></a><h3>g_cancellable_set_error_if_cancelled ()</h3>
152
152
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_cancellable_set_error_if_cancelled
153
153
  (<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
@@ -179,7 +179,7 @@ that the operation was cancelled.
179
179
  </table></div>
180
180
  </div>
181
181
  <hr>
182
- <div class="refsect2">
182
+ <div class="refsect2" title="g_cancellable_get_fd ()">
183
183
  <a name="g-cancellable-get-fd"></a><h3>g_cancellable_get_fd ()</h3>
184
184
  <pre class="programlisting"><span class="returnvalue">int</span> g_cancellable_get_fd (<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>);</pre>
185
185
  <p>
@@ -218,7 +218,7 @@ is not supported, or on errors.
218
218
  </table></div>
219
219
  </div>
220
220
  <hr>
221
- <div class="refsect2">
221
+ <div class="refsect2" title="g_cancellable_make_pollfd ()">
222
222
  <a name="g-cancellable-make-pollfd"></a><h3>g_cancellable_make_pollfd ()</h3>
223
223
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_cancellable_make_pollfd (<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
224
224
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#GPollFD"><span class="type">GPollFD</span></a> *pollfd</code></em>);</pre>
@@ -270,7 +270,7 @@ with <a class="link" href="GCancellable.html#g-cancellable-reset" title="g_cance
270
270
  <p class="since">Since 2.22</p>
271
271
  </div>
272
272
  <hr>
273
- <div class="refsect2">
273
+ <div class="refsect2" title="g_cancellable_release_fd ()">
274
274
  <a name="g-cancellable-release-fd"></a><h3>g_cancellable_release_fd ()</h3>
275
275
  <pre class="programlisting"><span class="returnvalue">void</span> g_cancellable_release_fd (<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>);</pre>
276
276
  <p>
@@ -296,7 +296,7 @@ descriptors when many <a href="GCancellable.html"><span class="type">GCancellabl
296
296
  <p class="since">Since 2.22</p>
297
297
  </div>
298
298
  <hr>
299
- <div class="refsect2">
299
+ <div class="refsect2" title="g_cancellable_get_current ()">
300
300
  <a name="g-cancellable-get-current"></a><h3>g_cancellable_get_current ()</h3>
301
301
  <pre class="programlisting"><a class="link" href="GCancellable.html" title="GCancellable"><span class="returnvalue">GCancellable</span></a> * g_cancellable_get_current (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
302
302
  <p>
@@ -313,7 +313,7 @@ if the stack is empty.
313
313
  </table></div>
314
314
  </div>
315
315
  <hr>
316
- <div class="refsect2">
316
+ <div class="refsect2" title="g_cancellable_pop_current ()">
317
317
  <a name="g-cancellable-pop-current"></a><h3>g_cancellable_pop_current ()</h3>
318
318
  <pre class="programlisting"><span class="returnvalue">void</span> g_cancellable_pop_current (<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>);</pre>
319
319
  <p>
@@ -330,7 +330,7 @@ is on the top of the stack).
330
330
  </table></div>
331
331
  </div>
332
332
  <hr>
333
- <div class="refsect2">
333
+ <div class="refsect2" title="g_cancellable_push_current ()">
334
334
  <a name="g-cancellable-push-current"></a><h3>g_cancellable_push_current ()</h3>
335
335
  <pre class="programlisting"><span class="returnvalue">void</span> g_cancellable_push_current (<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>);</pre>
336
336
  <p>
@@ -355,7 +355,7 @@ so you rarely have to call this yourself.
355
355
  </table></div>
356
356
  </div>
357
357
  <hr>
358
- <div class="refsect2">
358
+ <div class="refsect2" title="g_cancellable_reset ()">
359
359
  <a name="g-cancellable-reset"></a><h3>g_cancellable_reset ()</h3>
360
360
  <pre class="programlisting"><span class="returnvalue">void</span> g_cancellable_reset (<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>);</pre>
361
361
  <p>
@@ -371,7 +371,7 @@ Resets <em class="parameter"><code>cancellable</code></em> to its uncancelled st
371
371
  </table></div>
372
372
  </div>
373
373
  <hr>
374
- <div class="refsect2">
374
+ <div class="refsect2" title="g_cancellable_connect ()">
375
375
  <a name="g-cancellable-connect"></a><h3>g_cancellable_connect ()</h3>
376
376
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="returnvalue">gulong</span></a> g_cancellable_connect (<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
377
377
  <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#GCallback"><span class="type">GCallback</span></a> callback</code></em>,
@@ -430,7 +430,7 @@ See <a class="link" href="GCancellable.html#GCancellable-cancelled" title='The "
430
430
  <p class="since">Since 2.22</p>
431
431
  </div>
432
432
  <hr>
433
- <div class="refsect2">
433
+ <div class="refsect2" title="g_cancellable_disconnect ()">
434
434
  <a name="g-cancellable-disconnect"></a><h3>g_cancellable_disconnect ()</h3>
435
435
  <pre class="programlisting"><span class="returnvalue">void</span> g_cancellable_disconnect (<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
436
436
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> handler_id</code></em>);</pre>
@@ -470,7 +470,7 @@ nothing.
470
470
  <p class="since">Since 2.22</p>
471
471
  </div>
472
472
  <hr>
473
- <div class="refsect2">
473
+ <div class="refsect2" title="g_cancellable_cancel ()">
474
474
  <a name="g-cancellable-cancel"></a><h3>g_cancellable_cancel ()</h3>
475
475
  <pre class="programlisting"><span class="returnvalue">void</span> g_cancellable_cancel (<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>);</pre>
476
476
  <p>
@@ -501,9 +501,9 @@ the application returns to the main loop.
501
501
  </table></div>
502
502
  </div>
503
503
  </div>
504
- <div class="refsect1">
504
+ <div class="refsect1" title="Signal Details">
505
505
  <a name="GCancellable.signal-details"></a><h2>Signal Details</h2>
506
- <div class="refsect2">
506
+ <div class="refsect2" title='The "cancelled" signal'>
507
507
  <a name="GCancellable-cancelled"></a><h3>The <code class="literal">"cancelled"</code> signal</h3>
508
508
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable,
509
509
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
@@ -615,6 +615,6 @@ cancellable signal should not do something that can block.
615
615
  </div>
616
616
  <div class="footer">
617
617
  <hr>
618
- Generated by GTK-Doc V1.15.1</div>
618
+ Generated by GTK-Doc V1.15</div>
619
619
  </body>
620
620
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GCharsetConverter</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="GIO Reference Manual">
8
8
  <link rel="up" href="conversion.html" title="Data conversion">
9
9
  <link rel="prev" href="GConverter.html" title="GConverter">
10
10
  <link rel="next" href="GZlibCompressor.html" title="GZlibCompressor">
11
- <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15 (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 href="#GCharsetConverter.properties" class="shortcut">Properties</a>
33
33
  </td></tr>
34
34
  </table>
35
- <div class="refentry">
35
+ <div class="refentry" title="GCharsetConverter">
36
36
  <a name="GCharsetConverter"></a><div class="titlepage"></div>
37
37
  <div class="refnamediv"><table width="100%"><tr>
38
38
  <td valign="top">
@@ -41,7 +41,7 @@
41
41
  </td>
42
42
  <td valign="top" align="right"></td>
43
43
  </tr></table></div>
44
- <div class="refsynopsisdiv">
44
+ <div class="refsynopsisdiv" title="Synopsis">
45
45
  <a name="GCharsetConverter.synopsis"></a><h2>Synopsis</h2>
46
46
  <pre class="synopsis">
47
47
  #include &lt;gio/gio.h&gt;
@@ -59,20 +59,20 @@
59
59
  (<em class="parameter"><code><a class="link" href="GCharsetConverter.html" title="GCharsetConverter"><span class="type">GCharsetConverter</span></a> *converter</code></em>);
60
60
  </pre>
61
61
  </div>
62
- <div class="refsect1">
62
+ <div class="refsect1" title="Object Hierarchy">
63
63
  <a name="GCharsetConverter.object-hierarchy"></a><h2>Object Hierarchy</h2>
64
64
  <pre class="synopsis">
65
65
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
66
66
  +----GCharsetConverter
67
67
  </pre>
68
68
  </div>
69
- <div class="refsect1">
69
+ <div class="refsect1" title="Implemented Interfaces">
70
70
  <a name="GCharsetConverter.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
71
71
  <p>
72
72
  GCharsetConverter implements
73
73
  <a class="link" href="GConverter.html" title="GConverter">GConverter</a> and <a class="link" href="GInitable.html" title="GInitable">GInitable</a>.</p>
74
74
  </div>
75
- <div class="refsect1">
75
+ <div class="refsect1" title="Properties">
76
76
  <a name="GCharsetConverter.properties"></a><h2>Properties</h2>
77
77
  <pre class="synopsis">
78
78
  "<a class="link" href="GCharsetConverter.html#GCharsetConverter--from-charset" title='The "from-charset" property'>from-charset</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only
@@ -80,16 +80,16 @@ GCharsetConverter implements
80
80
  "<a class="link" href="GCharsetConverter.html#GCharsetConverter--use-fallback" title='The "use-fallback" property'>use-fallback</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct
81
81
  </pre>
82
82
  </div>
83
- <div class="refsect1">
83
+ <div class="refsect1" title="Description">
84
84
  <a name="GCharsetConverter.description"></a><h2>Description</h2>
85
85
  <p>
86
86
  <a class="link" href="GCharsetConverter.html" title="GCharsetConverter"><span class="type">GCharsetConverter</span></a> is an implementation of <a class="link" href="GConverter.html" title="GConverter"><span class="type">GConverter</span></a> based on
87
87
  GIConv.
88
88
  </p>
89
89
  </div>
90
- <div class="refsect1">
90
+ <div class="refsect1" title="Details">
91
91
  <a name="GCharsetConverter.details"></a><h2>Details</h2>
92
- <div class="refsect2">
92
+ <div class="refsect2" title="GCharsetConverter">
93
93
  <a name="GCharsetConverter-struct"></a><h3>GCharsetConverter</h3>
94
94
  <pre class="programlisting">typedef struct _GCharsetConverter GCharsetConverter;</pre>
95
95
  <p>
@@ -97,7 +97,7 @@ Conversions between character sets.
97
97
  </p>
98
98
  </div>
99
99
  <hr>
100
- <div class="refsect2">
100
+ <div class="refsect2" title="g_charset_converter_new ()">
101
101
  <a name="g-charset-converter-new"></a><h3>g_charset_converter_new ()</h3>
102
102
  <pre class="programlisting"><a class="link" href="GCharsetConverter.html" title="GCharsetConverter"><span class="returnvalue">GCharsetConverter</span></a> * g_charset_converter_new (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *to_charset</code></em>,
103
103
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *from_charset</code></em>,
@@ -135,7 +135,7 @@ Creates a new <a class="link" href="GCharsetConverter.html" title="GCharsetConve
135
135
  <p class="since">Since 2.24</p>
136
136
  </div>
137
137
  <hr>
138
- <div class="refsect2">
138
+ <div class="refsect2" title="g_charset_converter_set_use_fallback ()">
139
139
  <a name="g-charset-converter-set-use-fallback"></a><h3>g_charset_converter_set_use_fallback ()</h3>
140
140
  <pre class="programlisting"><span class="returnvalue">void</span> g_charset_converter_set_use_fallback
141
141
  (<em class="parameter"><code><a class="link" href="GCharsetConverter.html" title="GCharsetConverter"><span class="type">GCharsetConverter</span></a> *converter</code></em>,
@@ -162,7 +162,7 @@ Sets the <a class="link" href="GCharsetConverter.html#GCharsetConverter--use-fal
162
162
  <p class="since">Since 2.24</p>
163
163
  </div>
164
164
  <hr>
165
- <div class="refsect2">
165
+ <div class="refsect2" title="g_charset_converter_get_use_fallback ()">
166
166
  <a name="g-charset-converter-get-use-fallback"></a><h3>g_charset_converter_get_use_fallback ()</h3>
167
167
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_charset_converter_get_use_fallback
168
168
  (<em class="parameter"><code><a class="link" href="GCharsetConverter.html" title="GCharsetConverter"><span class="type">GCharsetConverter</span></a> *converter</code></em>);</pre>
@@ -188,7 +188,7 @@ Gets the <a class="link" href="GCharsetConverter.html#GCharsetConverter--use-fal
188
188
  <p class="since">Since 2.24</p>
189
189
  </div>
190
190
  <hr>
191
- <div class="refsect2">
191
+ <div class="refsect2" title="g_charset_converter_get_num_fallbacks ()">
192
192
  <a name="g-charset-converter-get-num-fallbacks"></a><h3>g_charset_converter_get_num_fallbacks ()</h3>
193
193
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> g_charset_converter_get_num_fallbacks
194
194
  (<em class="parameter"><code><a class="link" href="GCharsetConverter.html" title="GCharsetConverter"><span class="type">GCharsetConverter</span></a> *converter</code></em>);</pre>
@@ -214,23 +214,23 @@ Gets the number of fallbacks that <em class="parameter"><code>converter</code></
214
214
  <p class="since">Since 2.24</p>
215
215
  </div>
216
216
  </div>
217
- <div class="refsect1">
217
+ <div class="refsect1" title="Property Details">
218
218
  <a name="GCharsetConverter.property-details"></a><h2>Property Details</h2>
219
- <div class="refsect2">
219
+ <div class="refsect2" title='The "from-charset" property'>
220
220
  <a name="GCharsetConverter--from-charset"></a><h3>The <code class="literal">"from-charset"</code> property</h3>
221
221
  <pre class="programlisting"> "from-charset" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre>
222
222
  <p>The character encoding to convert from.</p>
223
223
  <p>Default value: NULL</p>
224
224
  </div>
225
225
  <hr>
226
- <div class="refsect2">
226
+ <div class="refsect2" title='The "to-charset" property'>
227
227
  <a name="GCharsetConverter--to-charset"></a><h3>The <code class="literal">"to-charset"</code> property</h3>
228
228
  <pre class="programlisting"> "to-charset" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre>
229
229
  <p>The character encoding to convert to.</p>
230
230
  <p>Default value: NULL</p>
231
231
  </div>
232
232
  <hr>
233
- <div class="refsect2">
233
+ <div class="refsect2" title='The "use-fallback" property'>
234
234
  <a name="GCharsetConverter--use-fallback"></a><h3>The <code class="literal">"use-fallback"</code> property</h3>
235
235
  <pre class="programlisting"> "use-fallback" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
236
236
  <p>Use fallback (of form \&lt;hexval&gt;) for invalid bytes.</p>
@@ -240,6 +240,6 @@ Gets the number of fallbacks that <em class="parameter"><code>converter</code></
240
240
  </div>
241
241
  <div class="footer">
242
242
  <hr>
243
- Generated by GTK-Doc V1.15.1</div>
243
+ Generated by GTK-Doc V1.15</div>
244
244
  </body>
245
245
  </html>