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>GIOError</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="file_ops.html" title="File Operations">
|
9
9
|
<link rel="prev" href="GFileEnumerator.html" title="GFileEnumerator">
|
10
10
|
<link rel="next" href="GMountOperation.html" title="GMountOperation">
|
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">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<a href="#gio-GIOError.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry">
|
29
|
+
<div class="refentry" title="GIOError">
|
30
30
|
<a name="gio-GIOError"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv">
|
38
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
39
39
|
<a name="gio-GIOError.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gio/gio.h>
|
@@ -46,15 +46,15 @@ enum <a class="link" href="gio-GIOError.html#GIOErrorEnum" title=
|
|
46
46
|
<a class="link" href="gio-GIOError.html#GIOErrorEnum" title="enum GIOErrorEnum"><span class="returnvalue">GIOErrorEnum</span></a> <a class="link" href="gio-GIOError.html#g-io-error-from-win32-error" title="g_io_error_from_win32_error ()">g_io_error_from_win32_error</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> error_code</code></em>);
|
47
47
|
</pre>
|
48
48
|
</div>
|
49
|
-
<div class="refsect1">
|
49
|
+
<div class="refsect1" title="Description">
|
50
50
|
<a name="gio-GIOError.description"></a><h2>Description</h2>
|
51
51
|
<p>
|
52
52
|
Contains helper functions for reporting errors to the user.
|
53
53
|
</p>
|
54
54
|
</div>
|
55
|
-
<div class="refsect1">
|
55
|
+
<div class="refsect1" title="Details">
|
56
56
|
<a name="gio-GIOError.details"></a><h2>Details</h2>
|
57
|
-
<div class="refsect2">
|
57
|
+
<div class="refsect2" title="G_IO_ERROR">
|
58
58
|
<a name="G-IO-ERROR:CAPS"></a><h3>G_IO_ERROR</h3>
|
59
59
|
<pre class="programlisting">#define G_IO_ERROR g_io_error_quark()
|
60
60
|
</pre>
|
@@ -64,7 +64,7 @@ See <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.h
|
|
64
64
|
</p>
|
65
65
|
</div>
|
66
66
|
<hr>
|
67
|
-
<div class="refsect2">
|
67
|
+
<div class="refsect2" title="enum GIOErrorEnum">
|
68
68
|
<a name="GIOErrorEnum"></a><h3>enum GIOErrorEnum</h3>
|
69
69
|
<pre class="programlisting">typedef enum {
|
70
70
|
G_IO_ERROR_FAILED,
|
@@ -351,7 +351,7 @@ Error codes returned by GIO functions.
|
|
351
351
|
</table></div>
|
352
352
|
</div>
|
353
353
|
<hr>
|
354
|
-
<div class="refsect2">
|
354
|
+
<div class="refsect2" title="g_io_error_from_errno ()">
|
355
355
|
<a name="g-io-error-from-errno"></a><h3>g_io_error_from_errno ()</h3>
|
356
356
|
<pre class="programlisting"><a class="link" href="gio-GIOError.html#GIOErrorEnum" title="enum GIOErrorEnum"><span class="returnvalue">GIOErrorEnum</span></a> g_io_error_from_errno (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> err_no</code></em>);</pre>
|
357
357
|
<p>
|
@@ -374,7 +374,7 @@ Converts errno.h error codes into GIO error codes.
|
|
374
374
|
</table></div>
|
375
375
|
</div>
|
376
376
|
<hr>
|
377
|
-
<div class="refsect2">
|
377
|
+
<div class="refsect2" title="g_io_error_from_win32_error ()">
|
378
378
|
<a name="g-io-error-from-win32-error"></a><h3>g_io_error_from_win32_error ()</h3>
|
379
379
|
<pre class="programlisting"><a class="link" href="gio-GIOError.html#GIOErrorEnum" title="enum GIOErrorEnum"><span class="returnvalue">GIOErrorEnum</span></a> g_io_error_from_win32_error (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> error_code</code></em>);</pre>
|
380
380
|
<p>
|
@@ -404,6 +404,6 @@ handled.
|
|
404
404
|
</div>
|
405
405
|
<div class="footer">
|
406
406
|
<hr>
|
407
|
-
Generated by GTK-Doc V1.15
|
407
|
+
Generated by GTK-Doc V1.15</div>
|
408
408
|
</body>
|
409
409
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GIOScheduler</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="async.html" title="Asynchronous I/O">
|
9
9
|
<link rel="prev" href="GAsyncResult.html" title="GAsyncResult">
|
10
10
|
<link rel="next" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">
|
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">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<a href="#gio-GIOScheduler.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry">
|
29
|
+
<div class="refentry" title="GIOScheduler">
|
30
30
|
<a name="gio-GIOScheduler"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv">
|
38
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
39
39
|
<a name="gio-GIOScheduler.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gio/gio.h>
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> notify</code></em>);
|
62
62
|
</pre>
|
63
63
|
</div>
|
64
|
-
<div class="refsect1">
|
64
|
+
<div class="refsect1" title="Description">
|
65
65
|
<a name="gio-GIOScheduler.description"></a><h2>Description</h2>
|
66
66
|
<p>
|
67
67
|
Schedules asynchronous I/O operations. <span class="type">GIOScheduler</span> integrates
|
@@ -81,9 +81,9 @@ It is recommended to choose priorities between <a href="http://library.gnome.org
|
|
81
81
|
<p>
|
82
82
|
</p>
|
83
83
|
</div>
|
84
|
-
<div class="refsect1">
|
84
|
+
<div class="refsect1" title="Details">
|
85
85
|
<a name="gio-GIOScheduler.details"></a><h2>Details</h2>
|
86
|
-
<div class="refsect2">
|
86
|
+
<div class="refsect2" title="GIOSchedulerJob">
|
87
87
|
<a name="GIOSchedulerJob"></a><h3>GIOSchedulerJob</h3>
|
88
88
|
<pre class="programlisting">typedef struct _GIOSchedulerJob GIOSchedulerJob;</pre>
|
89
89
|
<p>
|
@@ -91,7 +91,7 @@ Opaque class for definining and scheduling IO jobs.
|
|
91
91
|
</p>
|
92
92
|
</div>
|
93
93
|
<hr>
|
94
|
-
<div class="refsect2">
|
94
|
+
<div class="refsect2" title="GIOSchedulerJobFunc ()">
|
95
95
|
<a name="GIOSchedulerJobFunc"></a><h3>GIOSchedulerJobFunc ()</h3>
|
96
96
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*GIOSchedulerJobFunc) (<em class="parameter"><code><a class="link" href="gio-GIOScheduler.html#GIOSchedulerJob" title="GIOSchedulerJob"><span class="type">GIOSchedulerJob</span></a> *job</code></em>,
|
97
97
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
@@ -136,7 +136,7 @@ to see if they have been cancelled.
|
|
136
136
|
</table></div>
|
137
137
|
</div>
|
138
138
|
<hr>
|
139
|
-
<div class="refsect2">
|
139
|
+
<div class="refsect2" title="g_io_scheduler_push_job ()">
|
140
140
|
<a name="g-io-scheduler-push-job"></a><h3>g_io_scheduler_push_job ()</h3>
|
141
141
|
<pre class="programlisting"><span class="returnvalue">void</span> g_io_scheduler_push_job (<em class="parameter"><code><a class="link" href="gio-GIOScheduler.html#GIOSchedulerJobFunc" title="GIOSchedulerJobFunc ()"><span class="type">GIOSchedulerJobFunc</span></a> job_func</code></em>,
|
142
142
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
@@ -188,7 +188,7 @@ of the request.
|
|
188
188
|
</table></div>
|
189
189
|
</div>
|
190
190
|
<hr>
|
191
|
-
<div class="refsect2">
|
191
|
+
<div class="refsect2" title="g_io_scheduler_cancel_all_jobs ()">
|
192
192
|
<a name="g-io-scheduler-cancel-all-jobs"></a><h3>g_io_scheduler_cancel_all_jobs ()</h3>
|
193
193
|
<pre class="programlisting"><span class="returnvalue">void</span> g_io_scheduler_cancel_all_jobs (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
194
194
|
<p>
|
@@ -200,7 +200,7 @@ A job is cancellable if a <a class="link" href="GCancellable.html" title="GCance
|
|
200
200
|
</p>
|
201
201
|
</div>
|
202
202
|
<hr>
|
203
|
-
<div class="refsect2">
|
203
|
+
<div class="refsect2" title="g_io_scheduler_job_send_to_mainloop ()">
|
204
204
|
<a name="g-io-scheduler-job-send-to-mainloop"></a><h3>g_io_scheduler_job_send_to_mainloop ()</h3>
|
205
205
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_io_scheduler_job_send_to_mainloop (<em class="parameter"><code><a class="link" href="gio-GIOScheduler.html#GIOSchedulerJob" title="GIOSchedulerJob"><span class="type">GIOSchedulerJob</span></a> *job</code></em>,
|
206
206
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#GSourceFunc"><span class="type">GSourceFunc</span></a> func</code></em>,
|
@@ -243,7 +243,7 @@ blocking the I/O job).
|
|
243
243
|
</table></div>
|
244
244
|
</div>
|
245
245
|
<hr>
|
246
|
-
<div class="refsect2">
|
246
|
+
<div class="refsect2" title="g_io_scheduler_job_send_to_mainloop_async ()">
|
247
247
|
<a name="g-io-scheduler-job-send-to-mainloop-async"></a><h3>g_io_scheduler_job_send_to_mainloop_async ()</h3>
|
248
248
|
<pre class="programlisting"><span class="returnvalue">void</span> g_io_scheduler_job_send_to_mainloop_async
|
249
249
|
(<em class="parameter"><code><a class="link" href="gio-GIOScheduler.html#GIOSchedulerJob" title="GIOSchedulerJob"><span class="type">GIOSchedulerJob</span></a> *job</code></em>,
|
@@ -292,6 +292,6 @@ on to this function you have to ensure that it is not freed before
|
|
292
292
|
</div>
|
293
293
|
<div class="footer">
|
294
294
|
<hr>
|
295
|
-
Generated by GTK-Doc V1.15
|
295
|
+
Generated by GTK-Doc V1.15</div>
|
296
296
|
</body>
|
297
297
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GSrvTarget</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="resolver.html" title="DNS resolution">
|
9
9
|
<link rel="prev" href="GNetworkService.html" title="GNetworkService">
|
10
10
|
<link rel="next" href="gdbus-lowlevel.html" title="Lowlevel D-Bus Support">
|
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">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<a href="#gio-GSrvTarget.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry">
|
29
|
+
<div class="refentry" title="GSrvTarget">
|
30
30
|
<a name="gio-GSrvTarget"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv">
|
38
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
39
39
|
<a name="gio-GSrvTarget.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gio/gio.h>
|
@@ -54,7 +54,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
54
54
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="gio-GSrvTarget.html#g-srv-target-list-sort" title="g_srv_target_list_sort ()">g_srv_target_list_sort</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *targets</code></em>);
|
55
55
|
</pre>
|
56
56
|
</div>
|
57
|
-
<div class="refsect1">
|
57
|
+
<div class="refsect1" title="Description">
|
58
58
|
<a name="gio-GSrvTarget.description"></a><h2>Description</h2>
|
59
59
|
<p>
|
60
60
|
SRV (service) records are used by some network protocols to provide
|
@@ -74,9 +74,9 @@ to the remote service, you can use <a class="link" href="GNetworkService.html" t
|
|
74
74
|
<a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="type">GSrvTarget</span></a> at all.
|
75
75
|
</p>
|
76
76
|
</div>
|
77
|
-
<div class="refsect1">
|
77
|
+
<div class="refsect1" title="Details">
|
78
78
|
<a name="gio-GSrvTarget.details"></a><h2>Details</h2>
|
79
|
-
<div class="refsect2">
|
79
|
+
<div class="refsect2" title="GSrvTarget">
|
80
80
|
<a name="GSrvTarget"></a><h3>GSrvTarget</h3>
|
81
81
|
<pre class="programlisting">typedef struct _GSrvTarget GSrvTarget;</pre>
|
82
82
|
<p>
|
@@ -84,7 +84,7 @@ A single target host/port that a network service is running on.
|
|
84
84
|
</p>
|
85
85
|
</div>
|
86
86
|
<hr>
|
87
|
-
<div class="refsect2">
|
87
|
+
<div class="refsect2" title="g_srv_target_new ()">
|
88
88
|
<a name="g-srv-target-new"></a><h3>g_srv_target_new ()</h3>
|
89
89
|
<pre class="programlisting"><a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="returnvalue">GSrvTarget</span></a> * g_srv_target_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> *hostname</code></em>,
|
90
90
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> port</code></em>,
|
@@ -131,7 +131,7 @@ created by <a class="link" href="GResolver.html" title="GResolver"><span class="
|
|
131
131
|
<p class="since">Since 2.22</p>
|
132
132
|
</div>
|
133
133
|
<hr>
|
134
|
-
<div class="refsect2">
|
134
|
+
<div class="refsect2" title="g_srv_target_copy ()">
|
135
135
|
<a name="g-srv-target-copy"></a><h3>g_srv_target_copy ()</h3>
|
136
136
|
<pre class="programlisting"><a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="returnvalue">GSrvTarget</span></a> * g_srv_target_copy (<em class="parameter"><code><a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="type">GSrvTarget</span></a> *target</code></em>);</pre>
|
137
137
|
<p>
|
@@ -156,7 +156,7 @@ Copies <em class="parameter"><code>target</code></em>
|
|
156
156
|
<p class="since">Since 2.22</p>
|
157
157
|
</div>
|
158
158
|
<hr>
|
159
|
-
<div class="refsect2">
|
159
|
+
<div class="refsect2" title="g_srv_target_free ()">
|
160
160
|
<a name="g-srv-target-free"></a><h3>g_srv_target_free ()</h3>
|
161
161
|
<pre class="programlisting"><span class="returnvalue">void</span> g_srv_target_free (<em class="parameter"><code><a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="type">GSrvTarget</span></a> *target</code></em>);</pre>
|
162
162
|
<p>
|
@@ -173,7 +173,7 @@ Frees <em class="parameter"><code>target</code></em>
|
|
173
173
|
<p class="since">Since 2.22</p>
|
174
174
|
</div>
|
175
175
|
<hr>
|
176
|
-
<div class="refsect2">
|
176
|
+
<div class="refsect2" title="g_srv_target_get_hostname ()">
|
177
177
|
<a name="g-srv-target-get-hostname"></a><h3>g_srv_target_get_hostname ()</h3>
|
178
178
|
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * g_srv_target_get_hostname (<em class="parameter"><code><a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="type">GSrvTarget</span></a> *target</code></em>);</pre>
|
179
179
|
<p>
|
@@ -201,7 +201,7 @@ check if it contains encoded Unicode segments, and use
|
|
201
201
|
<p class="since">Since 2.22</p>
|
202
202
|
</div>
|
203
203
|
<hr>
|
204
|
-
<div class="refsect2">
|
204
|
+
<div class="refsect2" title="g_srv_target_get_port ()">
|
205
205
|
<a name="g-srv-target-get-port"></a><h3>g_srv_target_get_port ()</h3>
|
206
206
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a> g_srv_target_get_port (<em class="parameter"><code><a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="type">GSrvTarget</span></a> *target</code></em>);</pre>
|
207
207
|
<p>
|
@@ -226,7 +226,7 @@ Gets <em class="parameter"><code>target</code></em>'s port
|
|
226
226
|
<p class="since">Since 2.22</p>
|
227
227
|
</div>
|
228
228
|
<hr>
|
229
|
-
<div class="refsect2">
|
229
|
+
<div class="refsect2" title="g_srv_target_get_priority ()">
|
230
230
|
<a name="g-srv-target-get-priority"></a><h3>g_srv_target_get_priority ()</h3>
|
231
231
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a> g_srv_target_get_priority (<em class="parameter"><code><a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="type">GSrvTarget</span></a> *target</code></em>);</pre>
|
232
232
|
<p>
|
@@ -253,7 +253,7 @@ RFC 2782.
|
|
253
253
|
<p class="since">Since 2.22</p>
|
254
254
|
</div>
|
255
255
|
<hr>
|
256
|
-
<div class="refsect2">
|
256
|
+
<div class="refsect2" title="g_srv_target_get_weight ()">
|
257
257
|
<a name="g-srv-target-get-weight"></a><h3>g_srv_target_get_weight ()</h3>
|
258
258
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a> g_srv_target_get_weight (<em class="parameter"><code><a class="link" href="gio-GSrvTarget.html#GSrvTarget" title="GSrvTarget"><span class="type">GSrvTarget</span></a> *target</code></em>);</pre>
|
259
259
|
<p>
|
@@ -280,7 +280,7 @@ RFC 2782.
|
|
280
280
|
<p class="since">Since 2.22</p>
|
281
281
|
</div>
|
282
282
|
<hr>
|
283
|
-
<div class="refsect2">
|
283
|
+
<div class="refsect2" title="g_srv_target_list_sort ()">
|
284
284
|
<a name="g-srv-target-list-sort"></a><h3>g_srv_target_list_sort ()</h3>
|
285
285
|
<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_srv_target_list_sort (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *targets</code></em>);</pre>
|
286
286
|
<p>
|
@@ -308,6 +308,6 @@ Sorts <em class="parameter"><code>targets</code></em> in place according to the
|
|
308
308
|
</div>
|
309
309
|
<div class="footer">
|
310
310
|
<hr>
|
311
|
-
Generated by GTK-Doc V1.15
|
311
|
+
Generated by GTK-Doc V1.15</div>
|
312
312
|
</body>
|
313
313
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Owning Bus Names</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="gdbus-convenience.html" title="Highlevel D-Bus Support">
|
9
9
|
<link rel="prev" href="gdbus-convenience.html" title="Highlevel D-Bus Support">
|
10
10
|
<link rel="next" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">
|
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">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<a href="#gio-Owning-Bus-Names.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry">
|
29
|
+
<div class="refentry" title="Owning Bus Names">
|
30
30
|
<a name="gio-Owning-Bus-Names"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv">
|
38
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
39
39
|
<a name="gio-Owning-Bus-Names.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gio/gio.h>
|
@@ -80,7 +80,7 @@ enum <a class="link" href="gio-Owning-Bus-Names.html#GBusNameOwne
|
|
80
80
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a> *name_lost_closure</code></em>);
|
81
81
|
</pre>
|
82
82
|
</div>
|
83
|
-
<div class="refsect1">
|
83
|
+
<div class="refsect1" title="Description">
|
84
84
|
<a name="gio-Owning-Bus-Names.description"></a><h2>Description</h2>
|
85
85
|
<p>
|
86
86
|
Convenience API for owning bus names.
|
@@ -274,9 +274,9 @@ Convenience API for owning bus names.
|
|
274
274
|
<p><br class="example-break">
|
275
275
|
</p>
|
276
276
|
</div>
|
277
|
-
<div class="refsect1">
|
277
|
+
<div class="refsect1" title="Details">
|
278
278
|
<a name="gio-Owning-Bus-Names.details"></a><h2>Details</h2>
|
279
|
-
<div class="refsect2">
|
279
|
+
<div class="refsect2" title="GBusAcquiredCallback ()">
|
280
280
|
<a name="GBusAcquiredCallback"></a><h3>GBusAcquiredCallback ()</h3>
|
281
281
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GBusAcquiredCallback) (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
|
282
282
|
<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> *name</code></em>,
|
@@ -307,7 +307,7 @@ Invoked when a connection to a message bus has been obtained.
|
|
307
307
|
<p class="since">Since 2.26</p>
|
308
308
|
</div>
|
309
309
|
<hr>
|
310
|
-
<div class="refsect2">
|
310
|
+
<div class="refsect2" title="GBusNameAcquiredCallback ()">
|
311
311
|
<a name="GBusNameAcquiredCallback"></a><h3>GBusNameAcquiredCallback ()</h3>
|
312
312
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GBusNameAcquiredCallback) (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
|
313
313
|
<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> *name</code></em>,
|
@@ -338,7 +338,7 @@ Invoked when the name is acquired.
|
|
338
338
|
<p class="since">Since 2.26</p>
|
339
339
|
</div>
|
340
340
|
<hr>
|
341
|
-
<div class="refsect2">
|
341
|
+
<div class="refsect2" title="GBusNameLostCallback ()">
|
342
342
|
<a name="GBusNameLostCallback"></a><h3>GBusNameLostCallback ()</h3>
|
343
343
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GBusNameLostCallback) (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
|
344
344
|
<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> *name</code></em>,
|
@@ -370,7 +370,7 @@ the connection was disconnected.
|
|
370
370
|
<p class="since">Since 2.26</p>
|
371
371
|
</div>
|
372
372
|
<hr>
|
373
|
-
<div class="refsect2">
|
373
|
+
<div class="refsect2" title="enum GBusNameOwnerFlags">
|
374
374
|
<a name="GBusNameOwnerFlags"></a><h3>enum GBusNameOwnerFlags</h3>
|
375
375
|
<pre class="programlisting">typedef enum
|
376
376
|
{
|
@@ -406,7 +406,7 @@ specified <a class="link" href="gio-Owning-Bus-Names.html#G-BUS-NAME-OWNER-FLAGS
|
|
406
406
|
<p class="since">Since 2.26</p>
|
407
407
|
</div>
|
408
408
|
<hr>
|
409
|
-
<div class="refsect2">
|
409
|
+
<div class="refsect2" title="g_bus_own_name ()">
|
410
410
|
<a name="g-bus-own-name"></a><h3>g_bus_own_name ()</h3>
|
411
411
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> g_bus_own_name (<em class="parameter"><code><a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
|
412
412
|
<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> *name</code></em>,
|
@@ -530,7 +530,7 @@ unregister the objects (if any) in <em class="parameter"><code>name_lost_handler
|
|
530
530
|
<p class="since">Since 2.26</p>
|
531
531
|
</div>
|
532
532
|
<hr>
|
533
|
-
<div class="refsect2">
|
533
|
+
<div class="refsect2" title="g_bus_own_name_on_connection ()">
|
534
534
|
<a name="g-bus-own-name-on-connection"></a><h3>g_bus_own_name_on_connection ()</h3>
|
535
535
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> g_bus_own_name_on_connection (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
|
536
536
|
<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> *name</code></em>,
|
@@ -593,7 +593,7 @@ Like <a class="link" href="gio-Owning-Bus-Names.html#g-bus-own-name" title="g_bu
|
|
593
593
|
<p class="since">Since 2.26</p>
|
594
594
|
</div>
|
595
595
|
<hr>
|
596
|
-
<div class="refsect2">
|
596
|
+
<div class="refsect2" title="g_bus_unown_name ()">
|
597
597
|
<a name="g-bus-unown-name"></a><h3>g_bus_unown_name ()</h3>
|
598
598
|
<pre class="programlisting"><span class="returnvalue">void</span> g_bus_unown_name (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> owner_id</code></em>);</pre>
|
599
599
|
<p>
|
@@ -610,7 +610,7 @@ Stops owning a name.
|
|
610
610
|
<p class="since">Since 2.26</p>
|
611
611
|
</div>
|
612
612
|
<hr>
|
613
|
-
<div class="refsect2">
|
613
|
+
<div class="refsect2" title="g_bus_own_name_with_closures ()">
|
614
614
|
<a name="g-bus-own-name-with-closures"></a><h3>g_bus_own_name_with_closures ()</h3>
|
615
615
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> g_bus_own_name_with_closures (<em class="parameter"><code><a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
|
616
616
|
<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> *name</code></em>,
|
@@ -672,7 +672,7 @@ Rename to: g_bus_own_name
|
|
672
672
|
<p class="since">Since 2.26</p>
|
673
673
|
</div>
|
674
674
|
<hr>
|
675
|
-
<div class="refsect2">
|
675
|
+
<div class="refsect2" title="g_bus_own_name_on_connection_with_closures ()">
|
676
676
|
<a name="g-bus-own-name-on-connection-with-closures"></a><h3>g_bus_own_name_on_connection_with_closures ()</h3>
|
677
677
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> g_bus_own_name_on_connection_with_closures
|
678
678
|
(<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
|
@@ -731,6 +731,6 @@ Rename to: g_bus_own_name_on_connection
|
|
731
731
|
</div>
|
732
732
|
<div class="footer">
|
733
733
|
<hr>
|
734
|
-
Generated by GTK-Doc V1.15
|
734
|
+
Generated by GTK-Doc V1.15</div>
|
735
735
|
</body>
|
736
736
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Unix Mounts</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="GDrive.html" title="GDrive">
|
10
10
|
<link rel="next" href="icons.html" title="Icons">
|
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="#gio-Unix-Mounts.signals" class="shortcut">Signals</a>
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
|
-
<div class="refentry">
|
33
|
+
<div class="refentry" title="Unix Mounts">
|
34
34
|
<a name="gio-Unix-Mounts"></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="gio-Unix-Mounts.synopsis"></a><h2>Synopsis</h2>
|
44
44
|
<a name="GUnixMountMonitor"></a><pre class="synopsis">
|
45
45
|
#include <gio/gunixmounts.h>
|
@@ -85,21 +85,21 @@ const <span class="returnvalue">char</span> * <a class="link" href="gio-U
|
|
85
85
|
(<em class="parameter"><code>const <span class="type">char</span> *mount_path</code></em>);
|
86
86
|
</pre>
|
87
87
|
</div>
|
88
|
-
<div class="refsect1">
|
88
|
+
<div class="refsect1" title="Object Hierarchy">
|
89
89
|
<a name="gio-Unix-Mounts.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
90
90
|
<pre class="synopsis">
|
91
91
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
92
92
|
+----GUnixMountMonitor
|
93
93
|
</pre>
|
94
94
|
</div>
|
95
|
-
<div class="refsect1">
|
95
|
+
<div class="refsect1" title="Signals">
|
96
96
|
<a name="gio-Unix-Mounts.signals"></a><h2>Signals</h2>
|
97
97
|
<pre class="synopsis">
|
98
98
|
"<a class="link" href="gio-Unix-Mounts.html#GUnixMountMonitor-mountpoints-changed" title='The "mountpoints-changed" signal'>mountpoints-changed</a>" : Run Last
|
99
99
|
"<a class="link" href="gio-Unix-Mounts.html#GUnixMountMonitor-mounts-changed" title='The "mounts-changed" signal'>mounts-changed</a>" : Run Last
|
100
100
|
</pre>
|
101
101
|
</div>
|
102
|
-
<div class="refsect1">
|
102
|
+
<div class="refsect1" title="Description">
|
103
103
|
<a name="gio-Unix-Mounts.description"></a><h2>Description</h2>
|
104
104
|
<p>
|
105
105
|
Routines for managing mounted UNIX mount points and paths.
|
@@ -110,9 +110,9 @@ UNIX-specific GIO interfaces, thus you have to use the
|
|
110
110
|
<code class="filename">gio-unix-2.0.pc</code> pkg-config file when using it.
|
111
111
|
</p>
|
112
112
|
</div>
|
113
|
-
<div class="refsect1">
|
113
|
+
<div class="refsect1" title="Details">
|
114
114
|
<a name="gio-Unix-Mounts.details"></a><h2>Details</h2>
|
115
|
-
<div class="refsect2">
|
115
|
+
<div class="refsect2" title="GUnixMountPoint">
|
116
116
|
<a name="GUnixMountPoint"></a><h3>GUnixMountPoint</h3>
|
117
117
|
<pre class="programlisting">typedef struct _GUnixMountPoint GUnixMountPoint;</pre>
|
118
118
|
<p>
|
@@ -121,7 +121,7 @@ This corresponds roughly to a fstab entry.
|
|
121
121
|
</p>
|
122
122
|
</div>
|
123
123
|
<hr>
|
124
|
-
<div class="refsect2">
|
124
|
+
<div class="refsect2" title="GUnixMountEntry">
|
125
125
|
<a name="GUnixMountEntry"></a><h3>GUnixMountEntry</h3>
|
126
126
|
<pre class="programlisting">typedef struct _GUnixMountEntry GUnixMountEntry;</pre>
|
127
127
|
<p>
|
@@ -130,7 +130,7 @@ This corresponds roughly to a mtab entry.
|
|
130
130
|
</p>
|
131
131
|
</div>
|
132
132
|
<hr>
|
133
|
-
<div class="refsect2">
|
133
|
+
<div class="refsect2" title="GUnixMountMonitor">
|
134
134
|
<a name="GUnixMountMonitor-struct"></a><h3>GUnixMountMonitor</h3>
|
135
135
|
<pre class="programlisting">typedef struct _GUnixMountMonitor GUnixMountMonitor;</pre>
|
136
136
|
<p>
|
@@ -138,7 +138,7 @@ Watches <span class="type">GUnixMount</span>s for changes.
|
|
138
138
|
</p>
|
139
139
|
</div>
|
140
140
|
<hr>
|
141
|
-
<div class="refsect2">
|
141
|
+
<div class="refsect2" title="g_unix_mount_free ()">
|
142
142
|
<a name="g-unix-mount-free"></a><h3>g_unix_mount_free ()</h3>
|
143
143
|
<pre class="programlisting"><span class="returnvalue">void</span> g_unix_mount_free (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountEntry" title="GUnixMountEntry"><span class="type">GUnixMountEntry</span></a> *mount_entry</code></em>);</pre>
|
144
144
|
<p>
|
@@ -154,7 +154,7 @@ Frees a unix mount.
|
|
154
154
|
</table></div>
|
155
155
|
</div>
|
156
156
|
<hr>
|
157
|
-
<div class="refsect2">
|
157
|
+
<div class="refsect2" title="g_unix_mount_compare ()">
|
158
158
|
<a name="g-unix-mount-compare"></a><h3>g_unix_mount_compare ()</h3>
|
159
159
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> g_unix_mount_compare (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountEntry" title="GUnixMountEntry"><span class="type">GUnixMountEntry</span></a> *mount1</code></em>,
|
160
160
|
<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountEntry" title="GUnixMountEntry"><span class="type">GUnixMountEntry</span></a> *mount2</code></em>);</pre>
|
@@ -184,7 +184,7 @@ or less than <em class="parameter"><code>mount2</code></em>, respectively.
|
|
184
184
|
</table></div>
|
185
185
|
</div>
|
186
186
|
<hr>
|
187
|
-
<div class="refsect2">
|
187
|
+
<div class="refsect2" title="g_unix_mount_get_mount_path ()">
|
188
188
|
<a name="g-unix-mount-get-mount-path"></a><h3>g_unix_mount_get_mount_path ()</h3>
|
189
189
|
<pre class="programlisting">const <span class="returnvalue">char</span> * g_unix_mount_get_mount_path (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountEntry" title="GUnixMountEntry"><span class="type">GUnixMountEntry</span></a> *mount_entry</code></em>);</pre>
|
190
190
|
<p>
|
@@ -207,7 +207,7 @@ Gets the mount path for a unix mount.
|
|
207
207
|
</table></div>
|
208
208
|
</div>
|
209
209
|
<hr>
|
210
|
-
<div class="refsect2">
|
210
|
+
<div class="refsect2" title="g_unix_mount_get_device_path ()">
|
211
211
|
<a name="g-unix-mount-get-device-path"></a><h3>g_unix_mount_get_device_path ()</h3>
|
212
212
|
<pre class="programlisting">const <span class="returnvalue">char</span> * g_unix_mount_get_device_path (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountEntry" title="GUnixMountEntry"><span class="type">GUnixMountEntry</span></a> *mount_entry</code></em>);</pre>
|
213
213
|
<p>
|
@@ -230,7 +230,7 @@ Gets the device path for a unix mount.
|
|
230
230
|
</table></div>
|
231
231
|
</div>
|
232
232
|
<hr>
|
233
|
-
<div class="refsect2">
|
233
|
+
<div class="refsect2" title="g_unix_mount_get_fs_type ()">
|
234
234
|
<a name="g-unix-mount-get-fs-type"></a><h3>g_unix_mount_get_fs_type ()</h3>
|
235
235
|
<pre class="programlisting">const <span class="returnvalue">char</span> * g_unix_mount_get_fs_type (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountEntry" title="GUnixMountEntry"><span class="type">GUnixMountEntry</span></a> *mount_entry</code></em>);</pre>
|
236
236
|
<p>
|
@@ -253,7 +253,7 @@ Gets the filesystem type for the unix mount.
|
|
253
253
|
</table></div>
|
254
254
|
</div>
|
255
255
|
<hr>
|
256
|
-
<div class="refsect2">
|
256
|
+
<div class="refsect2" title="g_unix_mount_is_readonly ()">
|
257
257
|
<a name="g-unix-mount-is-readonly"></a><h3>g_unix_mount_is_readonly ()</h3>
|
258
258
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_unix_mount_is_readonly (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountEntry" title="GUnixMountEntry"><span class="type">GUnixMountEntry</span></a> *mount_entry</code></em>);</pre>
|
259
259
|
<p>
|
@@ -276,7 +276,7 @@ Checks if a unix mount is mounted read only.
|
|
276
276
|
</table></div>
|
277
277
|
</div>
|
278
278
|
<hr>
|
279
|
-
<div class="refsect2">
|
279
|
+
<div class="refsect2" title="g_unix_mount_is_system_internal ()">
|
280
280
|
<a name="g-unix-mount-is-system-internal"></a><h3>g_unix_mount_is_system_internal ()</h3>
|
281
281
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_unix_mount_is_system_internal (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountEntry" title="GUnixMountEntry"><span class="type">GUnixMountEntry</span></a> *mount_entry</code></em>);</pre>
|
282
282
|
<p>
|
@@ -299,7 +299,7 @@ Checks if a unix mount is a system path.
|
|
299
299
|
</table></div>
|
300
300
|
</div>
|
301
301
|
<hr>
|
302
|
-
<div class="refsect2">
|
302
|
+
<div class="refsect2" title="g_unix_mount_guess_icon ()">
|
303
303
|
<a name="g-unix-mount-guess-icon"></a><h3>g_unix_mount_guess_icon ()</h3>
|
304
304
|
<pre class="programlisting"><a class="link" href="GIcon.html" title="GIcon"><span class="returnvalue">GIcon</span></a> * g_unix_mount_guess_icon (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountEntry" title="GUnixMountEntry"><span class="type">GUnixMountEntry</span></a> *mount_entry</code></em>);</pre>
|
305
305
|
<p>
|
@@ -322,7 +322,7 @@ Guesses the icon of a Unix mount.
|
|
322
322
|
</table></div>
|
323
323
|
</div>
|
324
324
|
<hr>
|
325
|
-
<div class="refsect2">
|
325
|
+
<div class="refsect2" title="g_unix_mount_guess_name ()">
|
326
326
|
<a name="g-unix-mount-guess-name"></a><h3>g_unix_mount_guess_name ()</h3>
|
327
327
|
<pre class="programlisting"><span class="returnvalue">char</span> * g_unix_mount_guess_name (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountEntry" title="GUnixMountEntry"><span class="type">GUnixMountEntry</span></a> *mount_entry</code></em>);</pre>
|
328
328
|
<p>
|
@@ -347,7 +347,7 @@ The result is a translated string.
|
|
347
347
|
</table></div>
|
348
348
|
</div>
|
349
349
|
<hr>
|
350
|
-
<div class="refsect2">
|
350
|
+
<div class="refsect2" title="g_unix_mount_guess_can_eject ()">
|
351
351
|
<a name="g-unix-mount-guess-can-eject"></a><h3>g_unix_mount_guess_can_eject ()</h3>
|
352
352
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_unix_mount_guess_can_eject (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountEntry" title="GUnixMountEntry"><span class="type">GUnixMountEntry</span></a> *mount_entry</code></em>);</pre>
|
353
353
|
<p>
|
@@ -370,7 +370,7 @@ Guesses whether a Unix mount can be ejected.
|
|
370
370
|
</table></div>
|
371
371
|
</div>
|
372
372
|
<hr>
|
373
|
-
<div class="refsect2">
|
373
|
+
<div class="refsect2" title="g_unix_mount_guess_should_display ()">
|
374
374
|
<a name="g-unix-mount-guess-should-display"></a><h3>g_unix_mount_guess_should_display ()</h3>
|
375
375
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_unix_mount_guess_should_display (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountEntry" title="GUnixMountEntry"><span class="type">GUnixMountEntry</span></a> *mount_entry</code></em>);</pre>
|
376
376
|
<p>
|
@@ -393,7 +393,7 @@ Guesses whether a Unix mount should be displayed in the UI.
|
|
393
393
|
</table></div>
|
394
394
|
</div>
|
395
395
|
<hr>
|
396
|
-
<div class="refsect2">
|
396
|
+
<div class="refsect2" title="g_unix_mount_point_free ()">
|
397
397
|
<a name="g-unix-mount-point-free"></a><h3>g_unix_mount_point_free ()</h3>
|
398
398
|
<pre class="programlisting"><span class="returnvalue">void</span> g_unix_mount_point_free (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountPoint" title="GUnixMountPoint"><span class="type">GUnixMountPoint</span></a> *mount_point</code></em>);</pre>
|
399
399
|
<p>
|
@@ -409,7 +409,7 @@ Frees a unix mount point.
|
|
409
409
|
</table></div>
|
410
410
|
</div>
|
411
411
|
<hr>
|
412
|
-
<div class="refsect2">
|
412
|
+
<div class="refsect2" title="g_unix_mount_point_compare ()">
|
413
413
|
<a name="g-unix-mount-point-compare"></a><h3>g_unix_mount_point_compare ()</h3>
|
414
414
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> g_unix_mount_point_compare (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountPoint" title="GUnixMountPoint"><span class="type">GUnixMountPoint</span></a> *mount1</code></em>,
|
415
415
|
<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountPoint" title="GUnixMountPoint"><span class="type">GUnixMountPoint</span></a> *mount2</code></em>);</pre>
|
@@ -439,7 +439,7 @@ or less than <em class="parameter"><code>mount2</code></em>, respectively.
|
|
439
439
|
</table></div>
|
440
440
|
</div>
|
441
441
|
<hr>
|
442
|
-
<div class="refsect2">
|
442
|
+
<div class="refsect2" title="g_unix_mount_point_get_mount_path ()">
|
443
443
|
<a name="g-unix-mount-point-get-mount-path"></a><h3>g_unix_mount_point_get_mount_path ()</h3>
|
444
444
|
<pre class="programlisting">const <span class="returnvalue">char</span> * g_unix_mount_point_get_mount_path (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountPoint" title="GUnixMountPoint"><span class="type">GUnixMountPoint</span></a> *mount_point</code></em>);</pre>
|
445
445
|
<p>
|
@@ -462,7 +462,7 @@ Gets the mount path for a unix mount point.
|
|
462
462
|
</table></div>
|
463
463
|
</div>
|
464
464
|
<hr>
|
465
|
-
<div class="refsect2">
|
465
|
+
<div class="refsect2" title="g_unix_mount_point_get_device_path ()">
|
466
466
|
<a name="g-unix-mount-point-get-device-path"></a><h3>g_unix_mount_point_get_device_path ()</h3>
|
467
467
|
<pre class="programlisting">const <span class="returnvalue">char</span> * g_unix_mount_point_get_device_path (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountPoint" title="GUnixMountPoint"><span class="type">GUnixMountPoint</span></a> *mount_point</code></em>);</pre>
|
468
468
|
<p>
|
@@ -485,7 +485,7 @@ Gets the device path for a unix mount point.
|
|
485
485
|
</table></div>
|
486
486
|
</div>
|
487
487
|
<hr>
|
488
|
-
<div class="refsect2">
|
488
|
+
<div class="refsect2" title="g_unix_mount_point_get_fs_type ()">
|
489
489
|
<a name="g-unix-mount-point-get-fs-type"></a><h3>g_unix_mount_point_get_fs_type ()</h3>
|
490
490
|
<pre class="programlisting">const <span class="returnvalue">char</span> * g_unix_mount_point_get_fs_type (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountPoint" title="GUnixMountPoint"><span class="type">GUnixMountPoint</span></a> *mount_point</code></em>);</pre>
|
491
491
|
<p>
|
@@ -508,7 +508,7 @@ Gets the file system type for the mount point.
|
|
508
508
|
</table></div>
|
509
509
|
</div>
|
510
510
|
<hr>
|
511
|
-
<div class="refsect2">
|
511
|
+
<div class="refsect2" title="g_unix_mount_point_is_readonly ()">
|
512
512
|
<a name="g-unix-mount-point-is-readonly"></a><h3>g_unix_mount_point_is_readonly ()</h3>
|
513
513
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_unix_mount_point_is_readonly (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountPoint" title="GUnixMountPoint"><span class="type">GUnixMountPoint</span></a> *mount_point</code></em>);</pre>
|
514
514
|
<p>
|
@@ -531,7 +531,7 @@ Checks if a unix mount point is read only.
|
|
531
531
|
</table></div>
|
532
532
|
</div>
|
533
533
|
<hr>
|
534
|
-
<div class="refsect2">
|
534
|
+
<div class="refsect2" title="g_unix_mount_point_is_user_mountable ()">
|
535
535
|
<a name="g-unix-mount-point-is-user-mountable"></a><h3>g_unix_mount_point_is_user_mountable ()</h3>
|
536
536
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_unix_mount_point_is_user_mountable
|
537
537
|
(<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountPoint" title="GUnixMountPoint"><span class="type">GUnixMountPoint</span></a> *mount_point</code></em>);</pre>
|
@@ -555,7 +555,7 @@ Checks if a unix mount point is mountable by the user.
|
|
555
555
|
</table></div>
|
556
556
|
</div>
|
557
557
|
<hr>
|
558
|
-
<div class="refsect2">
|
558
|
+
<div class="refsect2" title="g_unix_mount_point_is_loopback ()">
|
559
559
|
<a name="g-unix-mount-point-is-loopback"></a><h3>g_unix_mount_point_is_loopback ()</h3>
|
560
560
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_unix_mount_point_is_loopback (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountPoint" title="GUnixMountPoint"><span class="type">GUnixMountPoint</span></a> *mount_point</code></em>);</pre>
|
561
561
|
<p>
|
@@ -578,7 +578,7 @@ Checks if a unix mount point is a loopback device.
|
|
578
578
|
</table></div>
|
579
579
|
</div>
|
580
580
|
<hr>
|
581
|
-
<div class="refsect2">
|
581
|
+
<div class="refsect2" title="g_unix_mount_point_guess_icon ()">
|
582
582
|
<a name="g-unix-mount-point-guess-icon"></a><h3>g_unix_mount_point_guess_icon ()</h3>
|
583
583
|
<pre class="programlisting"><a class="link" href="GIcon.html" title="GIcon"><span class="returnvalue">GIcon</span></a> * g_unix_mount_point_guess_icon (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountPoint" title="GUnixMountPoint"><span class="type">GUnixMountPoint</span></a> *mount_point</code></em>);</pre>
|
584
584
|
<p>
|
@@ -601,7 +601,7 @@ Guesses the icon of a Unix mount point.
|
|
601
601
|
</table></div>
|
602
602
|
</div>
|
603
603
|
<hr>
|
604
|
-
<div class="refsect2">
|
604
|
+
<div class="refsect2" title="g_unix_mount_point_guess_name ()">
|
605
605
|
<a name="g-unix-mount-point-guess-name"></a><h3>g_unix_mount_point_guess_name ()</h3>
|
606
606
|
<pre class="programlisting"><span class="returnvalue">char</span> * g_unix_mount_point_guess_name (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountPoint" title="GUnixMountPoint"><span class="type">GUnixMountPoint</span></a> *mount_point</code></em>);</pre>
|
607
607
|
<p>
|
@@ -626,7 +626,7 @@ The result is a translated string.
|
|
626
626
|
</table></div>
|
627
627
|
</div>
|
628
628
|
<hr>
|
629
|
-
<div class="refsect2">
|
629
|
+
<div class="refsect2" title="g_unix_mount_point_guess_can_eject ()">
|
630
630
|
<a name="g-unix-mount-point-guess-can-eject"></a><h3>g_unix_mount_point_guess_can_eject ()</h3>
|
631
631
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_unix_mount_point_guess_can_eject (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountPoint" title="GUnixMountPoint"><span class="type">GUnixMountPoint</span></a> *mount_point</code></em>);</pre>
|
632
632
|
<p>
|
@@ -649,7 +649,7 @@ Guesses whether a Unix mount point can be ejected.
|
|
649
649
|
</table></div>
|
650
650
|
</div>
|
651
651
|
<hr>
|
652
|
-
<div class="refsect2">
|
652
|
+
<div class="refsect2" title="g_unix_mount_points_get ()">
|
653
653
|
<a name="g-unix-mount-points-get"></a><h3>g_unix_mount_points_get ()</h3>
|
654
654
|
<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_unix_mount_points_get (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> *time_read</code></em>);</pre>
|
655
655
|
<p>
|
@@ -675,7 +675,7 @@ allowing for checking if the mounts have changed with
|
|
675
675
|
</table></div>
|
676
676
|
</div>
|
677
677
|
<hr>
|
678
|
-
<div class="refsect2">
|
678
|
+
<div class="refsect2" title="g_unix_mounts_get ()">
|
679
679
|
<a name="g-unix-mounts-get"></a><h3>g_unix_mounts_get ()</h3>
|
680
680
|
<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_unix_mounts_get (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> *time_read</code></em>);</pre>
|
681
681
|
<p>
|
@@ -701,7 +701,7 @@ with <a class="link" href="gio-Unix-Mounts.html#g-unix-mounts-changed-since" tit
|
|
701
701
|
</table></div>
|
702
702
|
</div>
|
703
703
|
<hr>
|
704
|
-
<div class="refsect2">
|
704
|
+
<div class="refsect2" title="g_unix_mount_at ()">
|
705
705
|
<a name="g-unix-mount-at"></a><h3>g_unix_mount_at ()</h3>
|
706
706
|
<pre class="programlisting"><a class="link" href="gio-Unix-Mounts.html#GUnixMountEntry" title="GUnixMountEntry"><span class="returnvalue">GUnixMountEntry</span></a> * g_unix_mount_at (<em class="parameter"><code>const <span class="type">char</span> *mount_path</code></em>,
|
707
707
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> *time_read</code></em>);</pre>
|
@@ -732,7 +732,7 @@ if the mounts have changed since with <a class="link" href="gio-Unix-Mounts.html
|
|
732
732
|
</table></div>
|
733
733
|
</div>
|
734
734
|
<hr>
|
735
|
-
<div class="refsect2">
|
735
|
+
<div class="refsect2" title="g_unix_mounts_changed_since ()">
|
736
736
|
<a name="g-unix-mounts-changed-since"></a><h3>g_unix_mounts_changed_since ()</h3>
|
737
737
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_unix_mounts_changed_since (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> time</code></em>);</pre>
|
738
738
|
<p>
|
@@ -755,7 +755,7 @@ Checks if the unix mounts have changed since a given unix time.
|
|
755
755
|
</table></div>
|
756
756
|
</div>
|
757
757
|
<hr>
|
758
|
-
<div class="refsect2">
|
758
|
+
<div class="refsect2" title="g_unix_mount_points_changed_since ()">
|
759
759
|
<a name="g-unix-mount-points-changed-since"></a><h3>g_unix_mount_points_changed_since ()</h3>
|
760
760
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_unix_mount_points_changed_since (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> time</code></em>);</pre>
|
761
761
|
<p>
|
@@ -778,7 +778,7 @@ Checks if the unix mount points have changed since a given unix time.
|
|
778
778
|
</table></div>
|
779
779
|
</div>
|
780
780
|
<hr>
|
781
|
-
<div class="refsect2">
|
781
|
+
<div class="refsect2" title="g_unix_mount_monitor_new ()">
|
782
782
|
<a name="g-unix-mount-monitor-new"></a><h3>g_unix_mount_monitor_new ()</h3>
|
783
783
|
<pre class="programlisting"><a class="link" href="gio-Unix-Mounts.html#GUnixMountMonitor"><span class="returnvalue">GUnixMountMonitor</span></a> * g_unix_mount_monitor_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
784
784
|
<p>
|
@@ -797,7 +797,7 @@ point entry files is the default for a <a class="link" href="GFileMonitor.html"
|
|
797
797
|
</table></div>
|
798
798
|
</div>
|
799
799
|
<hr>
|
800
|
-
<div class="refsect2">
|
800
|
+
<div class="refsect2" title="g_unix_mount_monitor_set_rate_limit ()">
|
801
801
|
<a name="g-unix-mount-monitor-set-rate-limit"></a><h3>g_unix_mount_monitor_set_rate_limit ()</h3>
|
802
802
|
<pre class="programlisting"><span class="returnvalue">void</span> g_unix_mount_monitor_set_rate_limit (<em class="parameter"><code><a class="link" href="gio-Unix-Mounts.html#GUnixMountMonitor"><span class="type">GUnixMountMonitor</span></a> *mount_monitor</code></em>,
|
803
803
|
<em class="parameter"><code><span class="type">int</span> limit_msec</code></em>);</pre>
|
@@ -824,7 +824,7 @@ consecutive change events to the mount and mount point entry files.
|
|
824
824
|
<p class="since">Since 2.18</p>
|
825
825
|
</div>
|
826
826
|
<hr>
|
827
|
-
<div class="refsect2">
|
827
|
+
<div class="refsect2" title="g_unix_is_mount_path_system_internal ()">
|
828
828
|
<a name="g-unix-is-mount-path-system-internal"></a><h3>g_unix_is_mount_path_system_internal ()</h3>
|
829
829
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_unix_is_mount_path_system_internal
|
830
830
|
(<em class="parameter"><code>const <span class="type">char</span> *mount_path</code></em>);</pre>
|
@@ -853,9 +853,9 @@ casual user.
|
|
853
853
|
</table></div>
|
854
854
|
</div>
|
855
855
|
</div>
|
856
|
-
<div class="refsect1">
|
856
|
+
<div class="refsect1" title="Signal Details">
|
857
857
|
<a name="gio-Unix-Mounts.signal-details"></a><h2>Signal Details</h2>
|
858
|
-
<div class="refsect2">
|
858
|
+
<div class="refsect2" title='The "mountpoints-changed" signal'>
|
859
859
|
<a name="GUnixMountMonitor-mountpoints-changed"></a><h3>The <code class="literal">"mountpoints-changed"</code> signal</h3>
|
860
860
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="gio-Unix-Mounts.html#GUnixMountMonitor"><span class="type">GUnixMountMonitor</span></a> *monitor,
|
861
861
|
<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>
|
@@ -878,7 +878,7 @@ Emitted when the unix mount points have changed.
|
|
878
878
|
</table></div>
|
879
879
|
</div>
|
880
880
|
<hr>
|
881
|
-
<div class="refsect2">
|
881
|
+
<div class="refsect2" title='The "mounts-changed" signal'>
|
882
882
|
<a name="GUnixMountMonitor-mounts-changed"></a><h3>The <code class="literal">"mounts-changed"</code> signal</h3>
|
883
883
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="gio-Unix-Mounts.html#GUnixMountMonitor"><span class="type">GUnixMountMonitor</span></a> *monitor,
|
884
884
|
<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>
|
@@ -904,6 +904,6 @@ Emitted when the unix mounts have changed.
|
|
904
904
|
</div>
|
905
905
|
<div class="footer">
|
906
906
|
<hr>
|
907
|
-
Generated by GTK-Doc V1.15
|
907
|
+
Generated by GTK-Doc V1.15</div>
|
908
908
|
</body>
|
909
909
|
</html>
|