glib2 0.90.5-x86-mingw32 → 0.90.6-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +79 -0
- data/Rakefile +8 -65
- data/ext/glib2/rbglib.h +1 -1
- data/ext/glib2/rbgobj_type.c +1 -1
- data/lib/1.8/glib2.so +0 -0
- data/lib/1.9/glib2.so +0 -0
- data/lib/glib2.rb +2 -2
- data/lib/gnome2-raketask.rb +185 -0
- data/lib/gnome2-win32-binary-downloader.rb +49 -9
- data/lib/mkmf-gnome2.rb +55 -43
- data/test-unit/History.txt +5 -0
- data/test-unit/html/index.html +2 -2
- data/test-unit/html/index.html.ja +2 -2
- data/test-unit/lib/test/unit/assertions.rb +9 -4
- data/test-unit/lib/test/unit/autorunner.rb +13 -1
- data/test-unit/lib/test/unit/testsuite.rb +4 -2
- data/test-unit/lib/test/unit/version.rb +1 -1
- data/test-unit/test/test-testcase.rb +11 -3
- data/test-unit/test/test_assertions.rb +24 -3
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +1 -1
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/lib/gio-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
- data/vendor/local/lib/gmodule-2.0.lib +0 -0
- data/vendor/local/lib/gobject-2.0.lib +0 -0
- data/vendor/local/lib/gthread-2.0.lib +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
- data/vendor/local/manifest/{glib-dev_2.26.0-2_win32.mft → glib-dev_2.26.1-1_win32.mft} +4 -4
- data/vendor/local/manifest/{glib_2.26.0-2_win32.mft → glib_2.26.1-1_win32.mft} +2 -2
- data/vendor/local/share/doc/{glib-2.26.0 → glib-2.26.1}/COPYING +0 -0
- data/vendor/local/share/doc/{glib-dev-2.26.0 → glib-dev-2.26.1}/COPYING +0 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +47 -47
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +30 -30
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +81 -81
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +65 -65
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +52 -52
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +29 -29
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +51 -51
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +26 -26
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +46 -46
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +221 -231
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +22 -22
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +157 -157
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +21 -21
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +53 -53
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +48 -48
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +43 -43
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +21 -21
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +22 -22
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +28 -28
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +83 -108
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +33 -33
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +79 -79
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +60 -64
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +36 -40
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +28 -28
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +25 -25
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +26 -26
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +28 -28
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +29 -29
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +40 -40
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +33 -33
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +4 -8
- data/vendor/local/share/gtk-doc/html/gio/async.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +21 -21
- data/vendor/local/share/gtk-doc/html/gio/ch24.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch25.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/ch26.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/ch26s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/ch26s03.html +25 -25
- data/vendor/local/share/gtk-doc/html/gio/ch26s04.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/ch26s05.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/ch26s06.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/ch26s07.html +70 -5
- data/vendor/local/share/gtk-doc/html/gio/ch27.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/ch27s04.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/ch27s05.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/ch27s06.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/extending.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +13 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +44 -44
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +13 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +27 -33
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +13 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +45 -45
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +9 -10
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +9 -10
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/index.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +0 -1
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/networking.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/settings.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/utils.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +10 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +5 -9
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +9 -33
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +53 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +38 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +32 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +36 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +38 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +49 -49
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +40 -40
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +70 -70
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +22 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +42 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +45 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +23 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +83 -83
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +62 -62
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +97 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +31 -31
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +31 -31
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +50 -50
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +112 -118
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +22 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +227 -261
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +91 -107
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +16 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +60 -60
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +66 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +12 -12
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +26 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +72 -72
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +78 -78
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +25 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +51 -51
- data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +37 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +38 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +45 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +64 -109
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +65 -65
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +97 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +80 -80
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +50 -50
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +41 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +34 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +35 -35
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +45 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +16 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +29 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +87 -87
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +27 -27
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +22 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +154 -154
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +93 -93
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +73 -73
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +122 -128
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +25 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +134 -134
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +12 -12
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +14 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +97 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +16 -119
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +25 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +33 -33
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +29 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +83 -83
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +30 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +30 -36
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +30 -36
- data/vendor/local/share/gtk-doc/html/glib/glib.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +44 -44
- data/vendor/local/share/gtk-doc/html/glib/index.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +1 -6
- data/vendor/local/share/gtk-doc/html/glib/tools.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +31 -31
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +22 -22
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +20 -20
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +15 -15
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +23 -23
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +17 -17
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +26 -26
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +74 -74
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +44 -44
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +71 -71
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +36 -36
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +71 -71
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +262 -262
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +97 -97
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +158 -158
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +37 -37
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +13 -13
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +12 -12
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +4 -4
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/glib-genmarshal.1 +15 -6
- data/vendor/local/share/man/man1/glib-mkenums.1 +12 -3
- data/vendor/local/share/man/man1/gobject-query.1 +13 -4
- data/vendor/local/src/tml/packaging/{glib_2.26.0-2_win32.log → glib_2.26.1-1_win32.log} +549 -558
- data/vendor/local/src/tml/packaging/{glib_2.26.0-2_win32.sh → glib_2.26.1-1_win32.sh} +2 -2
- 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>GVolumeMonitor</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="volume_mon.html" title="Volumes and Drives">
|
9
9
|
<link rel="prev" href="volume_mon.html" title="Volumes and Drives">
|
10
10
|
<link rel="next" href="GVolume.html" title="GVolume">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.15
|
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="#GVolumeMonitor.signals" class="shortcut">Signals</a>
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
|
-
<div class="refentry">
|
33
|
+
<div class="refentry" title="GVolumeMonitor">
|
34
34
|
<a name="GVolumeMonitor"></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="GVolumeMonitor.synopsis"></a><h2>Synopsis</h2>
|
44
44
|
<pre class="synopsis">
|
45
45
|
#include <gio/gio.h>
|
@@ -59,14 +59,14 @@
|
|
59
59
|
<em class="parameter"><code>const <span class="type">char</span> *uuid</code></em>);
|
60
60
|
</pre>
|
61
61
|
</div>
|
62
|
-
<div class="refsect1">
|
62
|
+
<div class="refsect1" title="Object Hierarchy">
|
63
63
|
<a name="GVolumeMonitor.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
|
+----GVolumeMonitor
|
67
67
|
</pre>
|
68
68
|
</div>
|
69
|
-
<div class="refsect1">
|
69
|
+
<div class="refsect1" title="Signals">
|
70
70
|
<a name="GVolumeMonitor.signals"></a><h2>Signals</h2>
|
71
71
|
<pre class="synopsis">
|
72
72
|
"<a class="link" href="GVolumeMonitor.html#GVolumeMonitor-drive-changed" title='The "drive-changed" signal'>drive-changed</a>" : Run Last
|
@@ -83,7 +83,7 @@
|
|
83
83
|
"<a class="link" href="GVolumeMonitor.html#GVolumeMonitor-volume-removed" title='The "volume-removed" signal'>volume-removed</a>" : Run Last
|
84
84
|
</pre>
|
85
85
|
</div>
|
86
|
-
<div class="refsect1">
|
86
|
+
<div class="refsect1" title="Description">
|
87
87
|
<a name="GVolumeMonitor.description"></a><h2>Description</h2>
|
88
88
|
<p>
|
89
89
|
<a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> is for listing the user interesting devices and volumes
|
@@ -96,9 +96,9 @@ aware</GTKDOCLINK>, and so should not be used other than from the main
|
|
96
96
|
thread, with no thread-default-context active.
|
97
97
|
</p>
|
98
98
|
</div>
|
99
|
-
<div class="refsect1">
|
99
|
+
<div class="refsect1" title="Details">
|
100
100
|
<a name="GVolumeMonitor.details"></a><h2>Details</h2>
|
101
|
-
<div class="refsect2">
|
101
|
+
<div class="refsect2" title="GVolumeMonitor">
|
102
102
|
<a name="GVolumeMonitor-struct"></a><h3>GVolumeMonitor</h3>
|
103
103
|
<pre class="programlisting">typedef struct _GVolumeMonitor GVolumeMonitor;</pre>
|
104
104
|
<p>
|
@@ -106,7 +106,7 @@ A Volume Monitor that watches for volume events.
|
|
106
106
|
</p>
|
107
107
|
</div>
|
108
108
|
<hr>
|
109
|
-
<div class="refsect2">
|
109
|
+
<div class="refsect2" title="G_VOLUME_MONITOR_EXTENSION_POINT_NAME">
|
110
110
|
<a name="G-VOLUME-MONITOR-EXTENSION-POINT-NAME:CAPS"></a><h3>G_VOLUME_MONITOR_EXTENSION_POINT_NAME</h3>
|
111
111
|
<pre class="programlisting">#define G_VOLUME_MONITOR_EXTENSION_POINT_NAME "gio-volume-monitor"
|
112
112
|
</pre>
|
@@ -116,7 +116,7 @@ See Extending GIO.
|
|
116
116
|
</p>
|
117
117
|
</div>
|
118
118
|
<hr>
|
119
|
-
<div class="refsect2">
|
119
|
+
<div class="refsect2" title="g_volume_monitor_get ()">
|
120
120
|
<a name="g-volume-monitor-get"></a><h3>g_volume_monitor_get ()</h3>
|
121
121
|
<pre class="programlisting"><a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="returnvalue">GVolumeMonitor</span></a> * g_volume_monitor_get (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
122
122
|
<p>
|
@@ -133,7 +133,7 @@ Gets the volume monitor used by gio.
|
|
133
133
|
</table></div>
|
134
134
|
</div>
|
135
135
|
<hr>
|
136
|
-
<div class="refsect2">
|
136
|
+
<div class="refsect2" title="g_volume_monitor_get_connected_drives ()">
|
137
137
|
<a name="g-volume-monitor-get-connected-drives"></a><h3>g_volume_monitor_get_connected_drives ()</h3>
|
138
138
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_volume_monitor_get_connected_drives
|
139
139
|
(<em class="parameter"><code><a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor</code></em>);</pre>
|
@@ -161,7 +161,7 @@ its elements have been unreffed with <a href="http://library.gnome.org/devel/gob
|
|
161
161
|
</table></div>
|
162
162
|
</div>
|
163
163
|
<hr>
|
164
|
-
<div class="refsect2">
|
164
|
+
<div class="refsect2" title="g_volume_monitor_get_volumes ()">
|
165
165
|
<a name="g-volume-monitor-get-volumes"></a><h3>g_volume_monitor_get_volumes ()</h3>
|
166
166
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_volume_monitor_get_volumes (<em class="parameter"><code><a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor</code></em>);</pre>
|
167
167
|
<p>
|
@@ -188,7 +188,7 @@ its elements have been unreffed with <a href="http://library.gnome.org/devel/gob
|
|
188
188
|
</table></div>
|
189
189
|
</div>
|
190
190
|
<hr>
|
191
|
-
<div class="refsect2">
|
191
|
+
<div class="refsect2" title="g_volume_monitor_get_mounts ()">
|
192
192
|
<a name="g-volume-monitor-get-mounts"></a><h3>g_volume_monitor_get_mounts ()</h3>
|
193
193
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_volume_monitor_get_mounts (<em class="parameter"><code><a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor</code></em>);</pre>
|
194
194
|
<p>
|
@@ -215,10 +215,10 @@ its elements have been unreffed with <a href="http://library.gnome.org/devel/gob
|
|
215
215
|
</table></div>
|
216
216
|
</div>
|
217
217
|
<hr>
|
218
|
-
<div class="refsect2">
|
218
|
+
<div class="refsect2" title="g_volume_monitor_adopt_orphan_mount ()">
|
219
219
|
<a name="g-volume-monitor-adopt-orphan-mount"></a><h3>g_volume_monitor_adopt_orphan_mount ()</h3>
|
220
220
|
<pre class="programlisting"><a class="link" href="GVolume.html" title="GVolume"><span class="returnvalue">GVolume</span></a> * g_volume_monitor_adopt_orphan_mount (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
|
221
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
221
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
222
222
|
<h3 class="title">Warning</h3>
|
223
223
|
<p><code class="literal">g_volume_monitor_adopt_orphan_mount</code> has been deprecated since version 2.20 and should not be used in newly-written code. Instead of using this function, <a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a>
|
224
224
|
implementations should instead create shadow mounts with the URI of
|
@@ -280,7 +280,7 @@ if no wants to adopt the <a class="link" href="GMount.html" title="GMount"><span
|
|
280
280
|
</table></div>
|
281
281
|
</div>
|
282
282
|
<hr>
|
283
|
-
<div class="refsect2">
|
283
|
+
<div class="refsect2" title="g_volume_monitor_get_mount_for_uuid ()">
|
284
284
|
<a name="g-volume-monitor-get-mount-for-uuid"></a><h3>g_volume_monitor_get_mount_for_uuid ()</h3>
|
285
285
|
<pre class="programlisting"><a class="link" href="GMount.html" title="GMount"><span class="returnvalue">GMount</span></a> * g_volume_monitor_get_mount_for_uuid (<em class="parameter"><code><a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor</code></em>,
|
286
286
|
<em class="parameter"><code>const <span class="type">char</span> *uuid</code></em>);</pre>
|
@@ -310,7 +310,7 @@ Finds a <a class="link" href="GMount.html" title="GMount"><span class="type">GMo
|
|
310
310
|
</table></div>
|
311
311
|
</div>
|
312
312
|
<hr>
|
313
|
-
<div class="refsect2">
|
313
|
+
<div class="refsect2" title="g_volume_monitor_get_volume_for_uuid ()">
|
314
314
|
<a name="g-volume-monitor-get-volume-for-uuid"></a><h3>g_volume_monitor_get_volume_for_uuid ()</h3>
|
315
315
|
<pre class="programlisting"><a class="link" href="GVolume.html" title="GVolume"><span class="returnvalue">GVolume</span></a> * g_volume_monitor_get_volume_for_uuid
|
316
316
|
(<em class="parameter"><code><a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor</code></em>,
|
@@ -341,9 +341,9 @@ Finds a <a class="link" href="GVolume.html" title="GVolume"><span class="type">G
|
|
341
341
|
</table></div>
|
342
342
|
</div>
|
343
343
|
</div>
|
344
|
-
<div class="refsect1">
|
344
|
+
<div class="refsect1" title="Signal Details">
|
345
345
|
<a name="GVolumeMonitor.signal-details"></a><h2>Signal Details</h2>
|
346
|
-
<div class="refsect2">
|
346
|
+
<div class="refsect2" title='The "drive-changed" signal'>
|
347
347
|
<a name="GVolumeMonitor-drive-changed"></a><h3>The <code class="literal">"drive-changed"</code> signal</h3>
|
348
348
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor,
|
349
349
|
<a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive,
|
@@ -372,7 +372,7 @@ Emitted when a drive changes.
|
|
372
372
|
</table></div>
|
373
373
|
</div>
|
374
374
|
<hr>
|
375
|
-
<div class="refsect2">
|
375
|
+
<div class="refsect2" title='The "drive-connected" signal'>
|
376
376
|
<a name="GVolumeMonitor-drive-connected"></a><h3>The <code class="literal">"drive-connected"</code> signal</h3>
|
377
377
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor,
|
378
378
|
<a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive,
|
@@ -401,7 +401,7 @@ Emitted when a drive is connected to the system.
|
|
401
401
|
</table></div>
|
402
402
|
</div>
|
403
403
|
<hr>
|
404
|
-
<div class="refsect2">
|
404
|
+
<div class="refsect2" title='The "drive-disconnected" signal'>
|
405
405
|
<a name="GVolumeMonitor-drive-disconnected"></a><h3>The <code class="literal">"drive-disconnected"</code> signal</h3>
|
406
406
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor,
|
407
407
|
<a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive,
|
@@ -430,7 +430,7 @@ Emitted when a drive is disconnected from the system.
|
|
430
430
|
</table></div>
|
431
431
|
</div>
|
432
432
|
<hr>
|
433
|
-
<div class="refsect2">
|
433
|
+
<div class="refsect2" title='The "drive-eject-button" signal'>
|
434
434
|
<a name="GVolumeMonitor-drive-eject-button"></a><h3>The <code class="literal">"drive-eject-button"</code> signal</h3>
|
435
435
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor,
|
436
436
|
<a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive,
|
@@ -460,7 +460,7 @@ Emitted when the eject button is pressed on <em class="parameter"><code>drive</c
|
|
460
460
|
<p class="since">Since 2.18</p>
|
461
461
|
</div>
|
462
462
|
<hr>
|
463
|
-
<div class="refsect2">
|
463
|
+
<div class="refsect2" title='The "drive-stop-button" signal'>
|
464
464
|
<a name="GVolumeMonitor-drive-stop-button"></a><h3>The <code class="literal">"drive-stop-button"</code> signal</h3>
|
465
465
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor,
|
466
466
|
<a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive,
|
@@ -490,7 +490,7 @@ Emitted when the stop button is pressed on <em class="parameter"><code>drive</co
|
|
490
490
|
<p class="since">Since 2.22</p>
|
491
491
|
</div>
|
492
492
|
<hr>
|
493
|
-
<div class="refsect2">
|
493
|
+
<div class="refsect2" title='The "mount-added" signal'>
|
494
494
|
<a name="GVolumeMonitor-mount-added"></a><h3>The <code class="literal">"mount-added"</code> signal</h3>
|
495
495
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor,
|
496
496
|
<a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount,
|
@@ -519,7 +519,7 @@ Emitted when a mount is added.
|
|
519
519
|
</table></div>
|
520
520
|
</div>
|
521
521
|
<hr>
|
522
|
-
<div class="refsect2">
|
522
|
+
<div class="refsect2" title='The "mount-changed" signal'>
|
523
523
|
<a name="GVolumeMonitor-mount-changed"></a><h3>The <code class="literal">"mount-changed"</code> signal</h3>
|
524
524
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor,
|
525
525
|
<a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount,
|
@@ -548,7 +548,7 @@ Emitted when a mount changes.
|
|
548
548
|
</table></div>
|
549
549
|
</div>
|
550
550
|
<hr>
|
551
|
-
<div class="refsect2">
|
551
|
+
<div class="refsect2" title='The "mount-pre-unmount" signal'>
|
552
552
|
<a name="GVolumeMonitor-mount-pre-unmount"></a><h3>The <code class="literal">"mount-pre-unmount"</code> signal</h3>
|
553
553
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor,
|
554
554
|
<a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount,
|
@@ -577,7 +577,7 @@ Emitted when a mount is about to be removed.
|
|
577
577
|
</table></div>
|
578
578
|
</div>
|
579
579
|
<hr>
|
580
|
-
<div class="refsect2">
|
580
|
+
<div class="refsect2" title='The "mount-removed" signal'>
|
581
581
|
<a name="GVolumeMonitor-mount-removed"></a><h3>The <code class="literal">"mount-removed"</code> signal</h3>
|
582
582
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor,
|
583
583
|
<a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount,
|
@@ -606,7 +606,7 @@ Emitted when a mount is removed.
|
|
606
606
|
</table></div>
|
607
607
|
</div>
|
608
608
|
<hr>
|
609
|
-
<div class="refsect2">
|
609
|
+
<div class="refsect2" title='The "volume-added" signal'>
|
610
610
|
<a name="GVolumeMonitor-volume-added"></a><h3>The <code class="literal">"volume-added"</code> signal</h3>
|
611
611
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor,
|
612
612
|
<a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume,
|
@@ -635,7 +635,7 @@ Emitted when a mountable volume is added to the system.
|
|
635
635
|
</table></div>
|
636
636
|
</div>
|
637
637
|
<hr>
|
638
|
-
<div class="refsect2">
|
638
|
+
<div class="refsect2" title='The "volume-changed" signal'>
|
639
639
|
<a name="GVolumeMonitor-volume-changed"></a><h3>The <code class="literal">"volume-changed"</code> signal</h3>
|
640
640
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor,
|
641
641
|
<a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume,
|
@@ -664,7 +664,7 @@ Emitted when mountable volume is changed.
|
|
664
664
|
</table></div>
|
665
665
|
</div>
|
666
666
|
<hr>
|
667
|
-
<div class="refsect2">
|
667
|
+
<div class="refsect2" title='The "volume-removed" signal'>
|
668
668
|
<a name="GVolumeMonitor-volume-removed"></a><h3>The <code class="literal">"volume-removed"</code> signal</h3>
|
669
669
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> *volume_monitor,
|
670
670
|
<a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume,
|
@@ -693,13 +693,13 @@ Emitted when a mountable volume is removed from the system.
|
|
693
693
|
</table></div>
|
694
694
|
</div>
|
695
695
|
</div>
|
696
|
-
<div class="refsect1">
|
696
|
+
<div class="refsect1" title="See Also">
|
697
697
|
<a name="GVolumeMonitor.see-also"></a><h2>See Also</h2>
|
698
698
|
<a class="link" href="GFileMonitor.html" title="GFileMonitor"><span class="type">GFileMonitor</span></a>
|
699
699
|
</div>
|
700
700
|
</div>
|
701
701
|
<div class="footer">
|
702
702
|
<hr>
|
703
|
-
Generated by GTK-Doc V1.15
|
703
|
+
Generated by GTK-Doc V1.15</div>
|
704
704
|
</body>
|
705
705
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GZlibCompressor</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="GCharsetConverter.html" title="GCharsetConverter">
|
10
10
|
<link rel="next" href="GZlibDecompressor.html" title="GZlibDecompressor">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.15
|
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="#GZlibCompressor.properties" class="shortcut">Properties</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry">
|
35
|
+
<div class="refentry" title="GZlibCompressor">
|
36
36
|
<a name="GZlibCompressor"></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="GZlibCompressor.synopsis"></a><h2>Synopsis</h2>
|
46
46
|
<pre class="synopsis">
|
47
47
|
#include <gio/gio.h>
|
@@ -55,20 +55,20 @@ enum <a class="link" href="GZlibCompressor.html#GZlibCompressorFo
|
|
55
55
|
<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *file_info</code></em>);
|
56
56
|
</pre>
|
57
57
|
</div>
|
58
|
-
<div class="refsect1">
|
58
|
+
<div class="refsect1" title="Object Hierarchy">
|
59
59
|
<a name="GZlibCompressor.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
60
60
|
<pre class="synopsis">
|
61
61
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
62
62
|
+----GZlibCompressor
|
63
63
|
</pre>
|
64
64
|
</div>
|
65
|
-
<div class="refsect1">
|
65
|
+
<div class="refsect1" title="Implemented Interfaces">
|
66
66
|
<a name="GZlibCompressor.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
67
67
|
<p>
|
68
68
|
GZlibCompressor implements
|
69
69
|
<a class="link" href="GConverter.html" title="GConverter">GConverter</a>.</p>
|
70
70
|
</div>
|
71
|
-
<div class="refsect1">
|
71
|
+
<div class="refsect1" title="Properties">
|
72
72
|
<a name="GZlibCompressor.properties"></a><h2>Properties</h2>
|
73
73
|
<pre class="synopsis">
|
74
74
|
"<a class="link" href="GZlibCompressor.html#GZlibCompressor--file-info" title='The "file-info" property'>file-info</a>" <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>* : Read / Write
|
@@ -76,16 +76,16 @@ GZlibCompressor implements
|
|
76
76
|
"<a class="link" href="GZlibCompressor.html#GZlibCompressor--level" title='The "level" property'>level</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only
|
77
77
|
</pre>
|
78
78
|
</div>
|
79
|
-
<div class="refsect1">
|
79
|
+
<div class="refsect1" title="Description">
|
80
80
|
<a name="GZlibCompressor.description"></a><h2>Description</h2>
|
81
81
|
<p>
|
82
82
|
<a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span class="type">GZlibCompressor</span></a> is an implementation of <a class="link" href="GConverter.html" title="GConverter"><span class="type">GConverter</span></a> that
|
83
83
|
compresses data using zlib.
|
84
84
|
</p>
|
85
85
|
</div>
|
86
|
-
<div class="refsect1">
|
86
|
+
<div class="refsect1" title="Details">
|
87
87
|
<a name="GZlibCompressor.details"></a><h2>Details</h2>
|
88
|
-
<div class="refsect2">
|
88
|
+
<div class="refsect2" title="GZlibCompressor">
|
89
89
|
<a name="GZlibCompressor-struct"></a><h3>GZlibCompressor</h3>
|
90
90
|
<pre class="programlisting">typedef struct _GZlibCompressor GZlibCompressor;</pre>
|
91
91
|
<p>
|
@@ -93,7 +93,7 @@ Zlib decompression
|
|
93
93
|
</p>
|
94
94
|
</div>
|
95
95
|
<hr>
|
96
|
-
<div class="refsect2">
|
96
|
+
<div class="refsect2" title="enum GZlibCompressorFormat">
|
97
97
|
<a name="GZlibCompressorFormat"></a><h3>enum GZlibCompressorFormat</h3>
|
98
98
|
<pre class="programlisting">typedef enum {
|
99
99
|
G_ZLIB_COMPRESSOR_FORMAT_ZLIB,
|
@@ -128,7 +128,7 @@ and <a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span cl
|
|
128
128
|
<p class="since">Since 2.24</p>
|
129
129
|
</div>
|
130
130
|
<hr>
|
131
|
-
<div class="refsect2">
|
131
|
+
<div class="refsect2" title="g_zlib_compressor_new ()">
|
132
132
|
<a name="g-zlib-compressor-new"></a><h3>g_zlib_compressor_new ()</h3>
|
133
133
|
<pre class="programlisting"><a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span class="returnvalue">GZlibCompressor</span></a> * g_zlib_compressor_new (<em class="parameter"><code><a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat"><span class="type">GZlibCompressorFormat</span></a> format</code></em>,
|
134
134
|
<em class="parameter"><code><span class="type">int</span> level</code></em>);</pre>
|
@@ -159,7 +159,7 @@ Creates a new <a class="link" href="GZlibCompressor.html" title="GZlibCompressor
|
|
159
159
|
<p class="since">Since 2.24</p>
|
160
160
|
</div>
|
161
161
|
<hr>
|
162
|
-
<div class="refsect2">
|
162
|
+
<div class="refsect2" title="g_zlib_compressor_get_file_info ()">
|
163
163
|
<a name="g-zlib-compressor-get-file-info"></a><h3>g_zlib_compressor_get_file_info ()</h3>
|
164
164
|
<pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * g_zlib_compressor_get_file_info (<em class="parameter"><code><a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span class="type">GZlibCompressor</span></a> *compressor</code></em>);</pre>
|
165
165
|
<p>
|
@@ -183,7 +183,7 @@ Returns the <a class="link" href="GZlibCompressor.html#GZlibCompressor--file-inf
|
|
183
183
|
<p class="since">Since 2.26</p>
|
184
184
|
</div>
|
185
185
|
<hr>
|
186
|
-
<div class="refsect2">
|
186
|
+
<div class="refsect2" title="g_zlib_compressor_set_file_info ()">
|
187
187
|
<a name="g-zlib-compressor-set-file-info"></a><h3>g_zlib_compressor_set_file_info ()</h3>
|
188
188
|
<pre class="programlisting"><span class="returnvalue">void</span> g_zlib_compressor_set_file_info (<em class="parameter"><code><a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span class="type">GZlibCompressor</span></a> *compressor</code></em>,
|
189
189
|
<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *file_info</code></em>);</pre>
|
@@ -216,9 +216,9 @@ or after resetting it with <a class="link" href="GConverter.html#g-converter-res
|
|
216
216
|
<p class="since">Since 2.26</p>
|
217
217
|
</div>
|
218
218
|
</div>
|
219
|
-
<div class="refsect1">
|
219
|
+
<div class="refsect1" title="Property Details">
|
220
220
|
<a name="GZlibCompressor.property-details"></a><h2>Property Details</h2>
|
221
|
-
<div class="refsect2">
|
221
|
+
<div class="refsect2" title='The "file-info" property'>
|
222
222
|
<a name="GZlibCompressor--file-info"></a><h3>The <code class="literal">"file-info"</code> property</h3>
|
223
223
|
<pre class="programlisting"> "file-info" <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>* : Read / Write</pre>
|
224
224
|
<p>
|
@@ -229,14 +229,14 @@ and modification time from the file info to the the GZIP header.
|
|
229
229
|
<p class="since">Since 2.26</p>
|
230
230
|
</div>
|
231
231
|
<hr>
|
232
|
-
<div class="refsect2">
|
232
|
+
<div class="refsect2" title='The "format" property'>
|
233
233
|
<a name="GZlibCompressor--format"></a><h3>The <code class="literal">"format"</code> property</h3>
|
234
234
|
<pre class="programlisting"> "format" <a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat"><span class="type">GZlibCompressorFormat</span></a> : Read / Write / Construct Only</pre>
|
235
235
|
<p>The format of the compressed data.</p>
|
236
236
|
<p>Default value: G_ZLIB_COMPRESSOR_FORMAT_ZLIB</p>
|
237
237
|
</div>
|
238
238
|
<hr>
|
239
|
-
<div class="refsect2">
|
239
|
+
<div class="refsect2" title='The "level" property'>
|
240
240
|
<a name="GZlibCompressor--level"></a><h3>The <code class="literal">"level"</code> property</h3>
|
241
241
|
<pre class="programlisting"> "level" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only</pre>
|
242
242
|
<p>The level of compression from 0 (no compression) to 9 (most compression), -1 for the default level.</p>
|
@@ -247,6 +247,6 @@ and modification time from the file info to the the GZIP header.
|
|
247
247
|
</div>
|
248
248
|
<div class="footer">
|
249
249
|
<hr>
|
250
|
-
Generated by GTK-Doc V1.15
|
250
|
+
Generated by GTK-Doc V1.15</div>
|
251
251
|
</body>
|
252
252
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GZlibDecompressor</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="GZlibCompressor.html" title="GZlibCompressor">
|
10
10
|
<link rel="next" href="streaming.html" title="Streaming I/O">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.15
|
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="#GZlibDecompressor.properties" class="shortcut">Properties</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry">
|
35
|
+
<div class="refentry" title="GZlibDecompressor">
|
36
36
|
<a name="GZlibDecompressor"></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="GZlibDecompressor.synopsis"></a><h2>Synopsis</h2>
|
46
46
|
<pre class="synopsis">
|
47
47
|
#include <gio/gio.h>
|
@@ -51,36 +51,36 @@
|
|
51
51
|
<a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * <a class="link" href="GZlibDecompressor.html#g-zlib-decompressor-get-file-info" title="g_zlib_decompressor_get_file_info ()">g_zlib_decompressor_get_file_info</a> (<em class="parameter"><code><a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor"><span class="type">GZlibDecompressor</span></a> *decompressor</code></em>);
|
52
52
|
</pre>
|
53
53
|
</div>
|
54
|
-
<div class="refsect1">
|
54
|
+
<div class="refsect1" title="Object Hierarchy">
|
55
55
|
<a name="GZlibDecompressor.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
56
56
|
<pre class="synopsis">
|
57
57
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
58
58
|
+----GZlibDecompressor
|
59
59
|
</pre>
|
60
60
|
</div>
|
61
|
-
<div class="refsect1">
|
61
|
+
<div class="refsect1" title="Implemented Interfaces">
|
62
62
|
<a name="GZlibDecompressor.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
63
63
|
<p>
|
64
64
|
GZlibDecompressor implements
|
65
65
|
<a class="link" href="GConverter.html" title="GConverter">GConverter</a>.</p>
|
66
66
|
</div>
|
67
|
-
<div class="refsect1">
|
67
|
+
<div class="refsect1" title="Properties">
|
68
68
|
<a name="GZlibDecompressor.properties"></a><h2>Properties</h2>
|
69
69
|
<pre class="synopsis">
|
70
70
|
"<a class="link" href="GZlibDecompressor.html#GZlibDecompressor--file-info" title='The "file-info" property'>file-info</a>" <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>* : Read
|
71
71
|
"<a class="link" href="GZlibDecompressor.html#GZlibDecompressor--format" title='The "format" property'>format</a>" <a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat"><span class="type">GZlibCompressorFormat</span></a> : Read / Write / Construct Only
|
72
72
|
</pre>
|
73
73
|
</div>
|
74
|
-
<div class="refsect1">
|
74
|
+
<div class="refsect1" title="Description">
|
75
75
|
<a name="GZlibDecompressor.description"></a><h2>Description</h2>
|
76
76
|
<p>
|
77
77
|
<a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor"><span class="type">GZlibDecompressor</span></a> is an implementation of <a class="link" href="GConverter.html" title="GConverter"><span class="type">GConverter</span></a> that
|
78
78
|
decompresses data compressed with zlib.
|
79
79
|
</p>
|
80
80
|
</div>
|
81
|
-
<div class="refsect1">
|
81
|
+
<div class="refsect1" title="Details">
|
82
82
|
<a name="GZlibDecompressor.details"></a><h2>Details</h2>
|
83
|
-
<div class="refsect2">
|
83
|
+
<div class="refsect2" title="GZlibDecompressor">
|
84
84
|
<a name="GZlibDecompressor-struct"></a><h3>GZlibDecompressor</h3>
|
85
85
|
<pre class="programlisting">typedef struct _GZlibDecompressor GZlibDecompressor;</pre>
|
86
86
|
<p>
|
@@ -88,7 +88,7 @@ Zlib decompression
|
|
88
88
|
</p>
|
89
89
|
</div>
|
90
90
|
<hr>
|
91
|
-
<div class="refsect2">
|
91
|
+
<div class="refsect2" title="g_zlib_decompressor_new ()">
|
92
92
|
<a name="g-zlib-decompressor-new"></a><h3>g_zlib_decompressor_new ()</h3>
|
93
93
|
<pre class="programlisting"><a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor"><span class="returnvalue">GZlibDecompressor</span></a> * g_zlib_decompressor_new (<em class="parameter"><code><a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat"><span class="type">GZlibCompressorFormat</span></a> format</code></em>);</pre>
|
94
94
|
<p>
|
@@ -113,7 +113,7 @@ Creates a new <a class="link" href="GZlibDecompressor.html" title="GZlibDecompre
|
|
113
113
|
<p class="since">Since 2.24</p>
|
114
114
|
</div>
|
115
115
|
<hr>
|
116
|
-
<div class="refsect2">
|
116
|
+
<div class="refsect2" title="g_zlib_decompressor_get_file_info ()">
|
117
117
|
<a name="g-zlib-decompressor-get-file-info"></a><h3>g_zlib_decompressor_get_file_info ()</h3>
|
118
118
|
<pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * g_zlib_decompressor_get_file_info (<em class="parameter"><code><a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor"><span class="type">GZlibDecompressor</span></a> *decompressor</code></em>);</pre>
|
119
119
|
<p>
|
@@ -141,9 +141,9 @@ data stream at all.
|
|
141
141
|
<p class="since">Since 2.26</p>
|
142
142
|
</div>
|
143
143
|
</div>
|
144
|
-
<div class="refsect1">
|
144
|
+
<div class="refsect1" title="Property Details">
|
145
145
|
<a name="GZlibDecompressor.property-details"></a><h2>Property Details</h2>
|
146
|
-
<div class="refsect2">
|
146
|
+
<div class="refsect2" title='The "file-info" property'>
|
147
147
|
<a name="GZlibDecompressor--file-info"></a><h3>The <code class="literal">"file-info"</code> property</h3>
|
148
148
|
<pre class="programlisting"> "file-info" <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>* : Read</pre>
|
149
149
|
<p>
|
@@ -155,7 +155,7 @@ fully processed, is not present at all, or the compressor's
|
|
155
155
|
<p class="since">Since 2.26</p>
|
156
156
|
</div>
|
157
157
|
<hr>
|
158
|
-
<div class="refsect2">
|
158
|
+
<div class="refsect2" title='The "format" property'>
|
159
159
|
<a name="GZlibDecompressor--format"></a><h3>The <code class="literal">"format"</code> property</h3>
|
160
160
|
<pre class="programlisting"> "format" <a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat"><span class="type">GZlibCompressorFormat</span></a> : Read / Write / Construct Only</pre>
|
161
161
|
<p>The format of the compressed data.</p>
|
@@ -165,6 +165,6 @@ fully processed, is not present at all, or the compressor's
|
|
165
165
|
</div>
|
166
166
|
<div class="footer">
|
167
167
|
<hr>
|
168
|
-
Generated by GTK-Doc V1.15
|
168
|
+
Generated by GTK-Doc V1.15</div>
|
169
169
|
</body>
|
170
170
|
</html>
|