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>GDBusMethodInvocation</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-lowlevel.html" title="Lowlevel D-Bus Support">
|
9
9
|
<link rel="prev" href="GDBusConnection.html" title="GDBusConnection">
|
10
10
|
<link rel="next" href="GDBusServer.html" title="GDBusServer">
|
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">
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<a href="#GDBusMethodInvocation.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
29
|
</td></tr>
|
30
30
|
</table>
|
31
|
-
<div class="refentry">
|
31
|
+
<div class="refentry" title="GDBusMethodInvocation">
|
32
32
|
<a name="GDBusMethodInvocation"></a><div class="titlepage"></div>
|
33
33
|
<div class="refnamediv"><table width="100%"><tr>
|
34
34
|
<td valign="top">
|
@@ -37,7 +37,7 @@
|
|
37
37
|
</td>
|
38
38
|
<td valign="top" align="right"></td>
|
39
39
|
</tr></table></div>
|
40
|
-
<div class="refsynopsisdiv">
|
40
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
41
41
|
<a name="GDBusMethodInvocation.synopsis"></a><h2>Synopsis</h2>
|
42
42
|
<pre class="synopsis">
|
43
43
|
#include <gio/gio.h>
|
@@ -89,14 +89,14 @@ const <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" t
|
|
89
89
|
<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> *error_message</code></em>);
|
90
90
|
</pre>
|
91
91
|
</div>
|
92
|
-
<div class="refsect1">
|
92
|
+
<div class="refsect1" title="Object Hierarchy">
|
93
93
|
<a name="GDBusMethodInvocation.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
94
94
|
<pre class="synopsis">
|
95
95
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
96
96
|
+----GDBusMethodInvocation
|
97
97
|
</pre>
|
98
98
|
</div>
|
99
|
-
<div class="refsect1">
|
99
|
+
<div class="refsect1" title="Description">
|
100
100
|
<a name="GDBusMethodInvocation.description"></a><h2>Description</h2>
|
101
101
|
<p>
|
102
102
|
Instances of the <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> class are used when
|
@@ -109,9 +109,9 @@ it as an argument to the <code class="function">handle_method_call()</code> func
|
|
109
109
|
<a class="link" href="GDBusConnection.html#GDBusInterfaceVTable" title="GDBusInterfaceVTable"><span class="type">GDBusInterfaceVTable</span></a> that was passed to <a class="link" href="GDBusConnection.html#g-dbus-connection-register-object" title="g_dbus_connection_register_object ()"><code class="function">g_dbus_connection_register_object()</code></a>.
|
110
110
|
</p>
|
111
111
|
</div>
|
112
|
-
<div class="refsect1">
|
112
|
+
<div class="refsect1" title="Details">
|
113
113
|
<a name="GDBusMethodInvocation.details"></a><h2>Details</h2>
|
114
|
-
<div class="refsect2">
|
114
|
+
<div class="refsect2" title="GDBusMethodInvocation">
|
115
115
|
<a name="GDBusMethodInvocation-struct"></a><h3>GDBusMethodInvocation</h3>
|
116
116
|
<pre class="programlisting">typedef struct _GDBusMethodInvocation GDBusMethodInvocation;</pre>
|
117
117
|
<p>
|
@@ -121,7 +121,7 @@ should only be accessed using the provided API.
|
|
121
121
|
<p class="since">Since 2.26</p>
|
122
122
|
</div>
|
123
123
|
<hr>
|
124
|
-
<div class="refsect2">
|
124
|
+
<div class="refsect2" title="g_dbus_method_invocation_get_sender ()">
|
125
125
|
<a name="g-dbus-method-invocation-get-sender"></a><h3>g_dbus_method_invocation_get_sender ()</h3>
|
126
126
|
<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_dbus_method_invocation_get_sender (<em class="parameter"><code><a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);</pre>
|
127
127
|
<p>
|
@@ -146,7 +146,7 @@ Gets the bus name that invoked the method.
|
|
146
146
|
<p class="since">Since 2.26</p>
|
147
147
|
</div>
|
148
148
|
<hr>
|
149
|
-
<div class="refsect2">
|
149
|
+
<div class="refsect2" title="g_dbus_method_invocation_get_object_path ()">
|
150
150
|
<a name="g-dbus-method-invocation-get-object-path"></a><h3>g_dbus_method_invocation_get_object_path ()</h3>
|
151
151
|
<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_dbus_method_invocation_get_object_path
|
152
152
|
(<em class="parameter"><code><a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);</pre>
|
@@ -172,7 +172,7 @@ Gets the object path the method was invoked on.
|
|
172
172
|
<p class="since">Since 2.26</p>
|
173
173
|
</div>
|
174
174
|
<hr>
|
175
|
-
<div class="refsect2">
|
175
|
+
<div class="refsect2" title="g_dbus_method_invocation_get_interface_name ()">
|
176
176
|
<a name="g-dbus-method-invocation-get-interface-name"></a><h3>g_dbus_method_invocation_get_interface_name ()</h3>
|
177
177
|
<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_dbus_method_invocation_get_interface_name
|
178
178
|
(<em class="parameter"><code><a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);</pre>
|
@@ -198,7 +198,7 @@ Gets the name of the D-Bus interface the method was invoked on.
|
|
198
198
|
<p class="since">Since 2.26</p>
|
199
199
|
</div>
|
200
200
|
<hr>
|
201
|
-
<div class="refsect2">
|
201
|
+
<div class="refsect2" title="g_dbus_method_invocation_get_method_name ()">
|
202
202
|
<a name="g-dbus-method-invocation-get-method-name"></a><h3>g_dbus_method_invocation_get_method_name ()</h3>
|
203
203
|
<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_dbus_method_invocation_get_method_name
|
204
204
|
(<em class="parameter"><code><a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);</pre>
|
@@ -224,7 +224,7 @@ Gets the name of the method that was invoked.
|
|
224
224
|
<p class="since">Since 2.26</p>
|
225
225
|
</div>
|
226
226
|
<hr>
|
227
|
-
<div class="refsect2">
|
227
|
+
<div class="refsect2" title="g_dbus_method_invocation_get_method_info ()">
|
228
228
|
<a name="g-dbus-method-invocation-get-method-info"></a><h3>g_dbus_method_invocation_get_method_info ()</h3>
|
229
229
|
<pre class="programlisting">const <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo"><span class="returnvalue">GDBusMethodInfo</span></a> * g_dbus_method_invocation_get_method_info
|
230
230
|
(<em class="parameter"><code><a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);</pre>
|
@@ -250,7 +250,7 @@ Gets information about the method call, if any.
|
|
250
250
|
<p class="since">Since 2.26</p>
|
251
251
|
</div>
|
252
252
|
<hr>
|
253
|
-
<div class="refsect2">
|
253
|
+
<div class="refsect2" title="g_dbus_method_invocation_get_connection ()">
|
254
254
|
<a name="g-dbus-method-invocation-get-connection"></a><h3>g_dbus_method_invocation_get_connection ()</h3>
|
255
255
|
<pre class="programlisting"><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="returnvalue">GDBusConnection</span></a> * g_dbus_method_invocation_get_connection
|
256
256
|
(<em class="parameter"><code><a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);</pre>
|
@@ -276,7 +276,7 @@ Gets the <a class="link" href="GDBusConnection.html" title="GDBusConnection"><sp
|
|
276
276
|
<p class="since">Since 2.26</p>
|
277
277
|
</div>
|
278
278
|
<hr>
|
279
|
-
<div class="refsect2">
|
279
|
+
<div class="refsect2" title="g_dbus_method_invocation_get_message ()">
|
280
280
|
<a name="g-dbus-method-invocation-get-message"></a><h3>g_dbus_method_invocation_get_message ()</h3>
|
281
281
|
<pre class="programlisting"><a class="link" href="GDBusMessage.html" title="GDBusMessage"><span class="returnvalue">GDBusMessage</span></a> * g_dbus_method_invocation_get_message
|
282
282
|
(<em class="parameter"><code><a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);</pre>
|
@@ -309,7 +309,7 @@ low-level API to send and receive UNIX file descriptors.
|
|
309
309
|
<p class="since">Since 2.26</p>
|
310
310
|
</div>
|
311
311
|
<hr>
|
312
|
-
<div class="refsect2">
|
312
|
+
<div class="refsect2" title="g_dbus_method_invocation_get_parameters ()">
|
313
313
|
<a name="g-dbus-method-invocation-get-parameters"></a><h3>g_dbus_method_invocation_get_parameters ()</h3>
|
314
314
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> * g_dbus_method_invocation_get_parameters
|
315
315
|
(<em class="parameter"><code><a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);</pre>
|
@@ -335,7 +335,7 @@ Gets the parameters of the method invocation.
|
|
335
335
|
<p class="since">Since 2.26</p>
|
336
336
|
</div>
|
337
337
|
<hr>
|
338
|
-
<div class="refsect2">
|
338
|
+
<div class="refsect2" title="g_dbus_method_invocation_get_user_data ()">
|
339
339
|
<a name="g-dbus-method-invocation-get-user-data"></a><h3>g_dbus_method_invocation_get_user_data ()</h3>
|
340
340
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> g_dbus_method_invocation_get_user_data
|
341
341
|
(<em class="parameter"><code><a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);</pre>
|
@@ -361,7 +361,7 @@ Gets the <em class="parameter"><code>user_data</code></em> <a href="http://libra
|
|
361
361
|
<p class="since">Since 2.26</p>
|
362
362
|
</div>
|
363
363
|
<hr>
|
364
|
-
<div class="refsect2">
|
364
|
+
<div class="refsect2" title="g_dbus_method_invocation_return_value ()">
|
365
365
|
<a name="g-dbus-method-invocation-return-value"></a><h3>g_dbus_method_invocation_return_value ()</h3>
|
366
366
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_method_invocation_return_value
|
367
367
|
(<em class="parameter"><code><a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>,
|
@@ -394,7 +394,7 @@ This method will free <em class="parameter"><code>invocation</code></em>, you ca
|
|
394
394
|
<p class="since">Since 2.26</p>
|
395
395
|
</div>
|
396
396
|
<hr>
|
397
|
-
<div class="refsect2">
|
397
|
+
<div class="refsect2" title="g_dbus_method_invocation_return_error ()">
|
398
398
|
<a name="g-dbus-method-invocation-return-error"></a><h3>g_dbus_method_invocation_return_error ()</h3>
|
399
399
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_method_invocation_return_error
|
400
400
|
(<em class="parameter"><code><a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>,
|
@@ -455,7 +455,7 @@ This method will free <em class="parameter"><code>invocation</code></em>, you ca
|
|
455
455
|
<p class="since">Since 2.26</p>
|
456
456
|
</div>
|
457
457
|
<hr>
|
458
|
-
<div class="refsect2">
|
458
|
+
<div class="refsect2" title="g_dbus_method_invocation_return_error_valist ()">
|
459
459
|
<a name="g-dbus-method-invocation-return-error-valist"></a><h3>g_dbus_method_invocation_return_error_valist ()</h3>
|
460
460
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_method_invocation_return_error_valist
|
461
461
|
(<em class="parameter"><code><a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>,
|
@@ -504,7 +504,7 @@ This method will free <em class="parameter"><code>invocation</code></em>, you ca
|
|
504
504
|
<p class="since">Since 2.26</p>
|
505
505
|
</div>
|
506
506
|
<hr>
|
507
|
-
<div class="refsect2">
|
507
|
+
<div class="refsect2" title="g_dbus_method_invocation_return_error_literal ()">
|
508
508
|
<a name="g-dbus-method-invocation-return-error-literal"></a><h3>g_dbus_method_invocation_return_error_literal ()</h3>
|
509
509
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_method_invocation_return_error_literal
|
510
510
|
(<em class="parameter"><code><a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>,
|
@@ -545,7 +545,7 @@ This method will free <em class="parameter"><code>invocation</code></em>, you ca
|
|
545
545
|
<p class="since">Since 2.26</p>
|
546
546
|
</div>
|
547
547
|
<hr>
|
548
|
-
<div class="refsect2">
|
548
|
+
<div class="refsect2" title="g_dbus_method_invocation_return_gerror ()">
|
549
549
|
<a name="g-dbus-method-invocation-return-gerror"></a><h3>g_dbus_method_invocation_return_gerror ()</h3>
|
550
550
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_method_invocation_return_gerror
|
551
551
|
(<em class="parameter"><code><a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>,
|
@@ -575,7 +575,7 @@ This method will free <em class="parameter"><code>invocation</code></em>, you ca
|
|
575
575
|
<p class="since">Since 2.26</p>
|
576
576
|
</div>
|
577
577
|
<hr>
|
578
|
-
<div class="refsect2">
|
578
|
+
<div class="refsect2" title="g_dbus_method_invocation_return_dbus_error ()">
|
579
579
|
<a name="g-dbus-method-invocation-return-dbus-error"></a><h3>g_dbus_method_invocation_return_dbus_error ()</h3>
|
580
580
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_method_invocation_return_dbus_error
|
581
581
|
(<em class="parameter"><code><a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>,
|
@@ -613,6 +613,6 @@ This method will free <em class="parameter"><code>invocation</code></em>, you ca
|
|
613
613
|
</div>
|
614
614
|
<div class="footer">
|
615
615
|
<hr>
|
616
|
-
Generated by GTK-Doc V1.15
|
616
|
+
Generated by GTK-Doc V1.15</div>
|
617
617
|
</body>
|
618
618
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GDBusProxy</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="gio-Watching-Bus-Names.html" title="Watching Bus Names">
|
10
10
|
<link rel="next" href="utils.html" title="Utilities">
|
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">
|
@@ -34,7 +34,7 @@
|
|
34
34
|
<a href="#GDBusProxy.signals" class="shortcut">Signals</a>
|
35
35
|
</td></tr>
|
36
36
|
</table>
|
37
|
-
<div class="refentry">
|
37
|
+
<div class="refentry" title="GDBusProxy">
|
38
38
|
<a name="GDBusProxy"></a><div class="titlepage"></div>
|
39
39
|
<div class="refnamediv"><table width="100%"><tr>
|
40
40
|
<td valign="top">
|
@@ -43,7 +43,7 @@
|
|
43
43
|
</td>
|
44
44
|
<td valign="top" align="right"></td>
|
45
45
|
</tr></table></div>
|
46
|
-
<div class="refsynopsisdiv">
|
46
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
47
47
|
<a name="GDBusProxy.synopsis"></a><h2>Synopsis</h2>
|
48
48
|
<pre class="synopsis">
|
49
49
|
#include <gio/gio.h>
|
@@ -128,20 +128,20 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
128
128
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
|
129
129
|
</pre>
|
130
130
|
</div>
|
131
|
-
<div class="refsect1">
|
131
|
+
<div class="refsect1" title="Object Hierarchy">
|
132
132
|
<a name="GDBusProxy.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
133
133
|
<pre class="synopsis">
|
134
134
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
135
135
|
+----GDBusProxy
|
136
136
|
</pre>
|
137
137
|
</div>
|
138
|
-
<div class="refsect1">
|
138
|
+
<div class="refsect1" title="Implemented Interfaces">
|
139
139
|
<a name="GDBusProxy.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
140
140
|
<p>
|
141
141
|
GDBusProxy implements
|
142
142
|
<a class="link" href="GInitable.html" title="GInitable">GInitable</a> and <a class="link" href="GAsyncInitable.html" title="GAsyncInitable">GAsyncInitable</a>.</p>
|
143
143
|
</div>
|
144
|
-
<div class="refsect1">
|
144
|
+
<div class="refsect1" title="Properties">
|
145
145
|
<a name="GDBusProxy.properties"></a><h2>Properties</h2>
|
146
146
|
<pre class="synopsis">
|
147
147
|
"<a class="link" href="GDBusProxy.html#GDBusProxy--g-bus-type" title='The "g-bus-type" property'>g-bus-type</a>" <a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType"><span class="type">GBusType</span></a> : Write / Construct Only
|
@@ -155,14 +155,14 @@ GDBusProxy implements
|
|
155
155
|
"<a class="link" href="GDBusProxy.html#GDBusProxy--g-object-path" title='The "g-object-path" property'>g-object-path</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only
|
156
156
|
</pre>
|
157
157
|
</div>
|
158
|
-
<div class="refsect1">
|
158
|
+
<div class="refsect1" title="Signals">
|
159
159
|
<a name="GDBusProxy.signals"></a><h2>Signals</h2>
|
160
160
|
<pre class="synopsis">
|
161
161
|
"<a class="link" href="GDBusProxy.html#GDBusProxy-g-properties-changed" title='The "g-properties-changed" signal'>g-properties-changed</a>" : Run Last
|
162
162
|
"<a class="link" href="GDBusProxy.html#GDBusProxy-g-signal" title='The "g-signal" signal'>g-signal</a>" : Run Last
|
163
163
|
</pre>
|
164
164
|
</div>
|
165
|
-
<div class="refsect1">
|
165
|
+
<div class="refsect1" title="Description">
|
166
166
|
<a name="GDBusProxy.description"></a><h2>Description</h2>
|
167
167
|
<p>
|
168
168
|
<a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> is a base class used for proxies to access a D-Bus
|
@@ -680,9 +680,9 @@ See <a class="xref" href="ch27s05.html#gdbus-example-proxy-subclass" title="Exam
|
|
680
680
|
<p><br class="example-break">
|
681
681
|
</p>
|
682
682
|
</div>
|
683
|
-
<div class="refsect1">
|
683
|
+
<div class="refsect1" title="Details">
|
684
684
|
<a name="GDBusProxy.details"></a><h2>Details</h2>
|
685
|
-
<div class="refsect2">
|
685
|
+
<div class="refsect2" title="enum GDBusProxyFlags">
|
686
686
|
<a name="GDBusProxyFlags"></a><h3>enum GDBusProxyFlags</h3>
|
687
687
|
<pre class="programlisting">typedef enum
|
688
688
|
{
|
@@ -725,7 +725,7 @@ only be used in proxies for well-known names.
|
|
725
725
|
<p class="since">Since 2.26</p>
|
726
726
|
</div>
|
727
727
|
<hr>
|
728
|
-
<div class="refsect2">
|
728
|
+
<div class="refsect2" title="GDBusProxy">
|
729
729
|
<a name="GDBusProxy-struct"></a><h3>GDBusProxy</h3>
|
730
730
|
<pre class="programlisting">typedef struct _GDBusProxy GDBusProxy;</pre>
|
731
731
|
<p>
|
@@ -735,7 +735,7 @@ should only be accessed using the provided API.
|
|
735
735
|
<p class="since">Since 2.26</p>
|
736
736
|
</div>
|
737
737
|
<hr>
|
738
|
-
<div class="refsect2">
|
738
|
+
<div class="refsect2" title="GDBusProxyClass">
|
739
739
|
<a name="GDBusProxyClass"></a><h3>GDBusProxyClass</h3>
|
740
740
|
<pre class="programlisting">typedef struct {
|
741
741
|
/* Signals */
|
@@ -769,7 +769,7 @@ Class structure for <a class="link" href="GDBusProxy.html" title="GDBusProxy"><s
|
|
769
769
|
<p class="since">Since 2.26</p>
|
770
770
|
</div>
|
771
771
|
<hr>
|
772
|
-
<div class="refsect2">
|
772
|
+
<div class="refsect2" title="g_dbus_proxy_new ()">
|
773
773
|
<a name="g-dbus-proxy-new"></a><h3>g_dbus_proxy_new ()</h3>
|
774
774
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_proxy_new (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
|
775
775
|
<em class="parameter"><code><a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
|
@@ -863,7 +863,7 @@ See <a class="xref" href="GDBusProxy.html#gdbus-wellknown-proxy" title="Example
|
|
863
863
|
<p class="since">Since 2.26</p>
|
864
864
|
</div>
|
865
865
|
<hr>
|
866
|
-
<div class="refsect2">
|
866
|
+
<div class="refsect2" title="g_dbus_proxy_new_finish ()">
|
867
867
|
<a name="g-dbus-proxy-new-finish"></a><h3>g_dbus_proxy_new_finish ()</h3>
|
868
868
|
<pre class="programlisting"><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="returnvalue">GDBusProxy</span></a> * g_dbus_proxy_new_finish (<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *res</code></em>,
|
869
869
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
@@ -894,7 +894,7 @@ Finishes creating a <a class="link" href="GDBusProxy.html" title="GDBusProxy"><s
|
|
894
894
|
<p class="since">Since 2.26</p>
|
895
895
|
</div>
|
896
896
|
<hr>
|
897
|
-
<div class="refsect2">
|
897
|
+
<div class="refsect2" title="g_dbus_proxy_new_sync ()">
|
898
898
|
<a name="g-dbus-proxy-new-sync"></a><h3>g_dbus_proxy_new_sync ()</h3>
|
899
899
|
<pre class="programlisting"><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="returnvalue">GDBusProxy</span></a> * g_dbus_proxy_new_sync (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
|
900
900
|
<em class="parameter"><code><a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
|
@@ -982,7 +982,7 @@ See <a class="xref" href="GDBusProxy.html#gdbus-wellknown-proxy" title="Example
|
|
982
982
|
<p class="since">Since 2.26</p>
|
983
983
|
</div>
|
984
984
|
<hr>
|
985
|
-
<div class="refsect2">
|
985
|
+
<div class="refsect2" title="g_dbus_proxy_new_for_bus ()">
|
986
986
|
<a name="g-dbus-proxy-new-for-bus"></a><h3>g_dbus_proxy_new_for_bus ()</h3>
|
987
987
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_proxy_new_for_bus (<em class="parameter"><code><a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
|
988
988
|
<em class="parameter"><code><a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
|
@@ -1052,7 +1052,7 @@ See <a class="xref" href="GDBusProxy.html#gdbus-wellknown-proxy" title="Example
|
|
1052
1052
|
<p class="since">Since 2.26</p>
|
1053
1053
|
</div>
|
1054
1054
|
<hr>
|
1055
|
-
<div class="refsect2">
|
1055
|
+
<div class="refsect2" title="g_dbus_proxy_new_for_bus_finish ()">
|
1056
1056
|
<a name="g-dbus-proxy-new-for-bus-finish"></a><h3>g_dbus_proxy_new_for_bus_finish ()</h3>
|
1057
1057
|
<pre class="programlisting"><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="returnvalue">GDBusProxy</span></a> * g_dbus_proxy_new_for_bus_finish (<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *res</code></em>,
|
1058
1058
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
@@ -1083,7 +1083,7 @@ Finishes creating a <a class="link" href="GDBusProxy.html" title="GDBusProxy"><s
|
|
1083
1083
|
<p class="since">Since 2.26</p>
|
1084
1084
|
</div>
|
1085
1085
|
<hr>
|
1086
|
-
<div class="refsect2">
|
1086
|
+
<div class="refsect2" title="g_dbus_proxy_new_for_bus_sync ()">
|
1087
1087
|
<a name="g-dbus-proxy-new-for-bus-sync"></a><h3>g_dbus_proxy_new_for_bus_sync ()</h3>
|
1088
1088
|
<pre class="programlisting"><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="returnvalue">GDBusProxy</span></a> * g_dbus_proxy_new_for_bus_sync (<em class="parameter"><code><a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
|
1089
1089
|
<em class="parameter"><code><a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
|
@@ -1153,7 +1153,7 @@ See <a class="xref" href="GDBusProxy.html#gdbus-wellknown-proxy" title="Example
|
|
1153
1153
|
<p class="since">Since 2.26</p>
|
1154
1154
|
</div>
|
1155
1155
|
<hr>
|
1156
|
-
<div class="refsect2">
|
1156
|
+
<div class="refsect2" title="g_dbus_proxy_get_flags ()">
|
1157
1157
|
<a name="g-dbus-proxy-get-flags"></a><h3>g_dbus_proxy_get_flags ()</h3>
|
1158
1158
|
<pre class="programlisting"><a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags"><span class="returnvalue">GDBusProxyFlags</span></a> g_dbus_proxy_get_flags (<em class="parameter"><code><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy</code></em>);</pre>
|
1159
1159
|
<p>
|
@@ -1178,7 +1178,7 @@ Gets the flags that <em class="parameter"><code>proxy</code></em> was constructe
|
|
1178
1178
|
<p class="since">Since 2.26</p>
|
1179
1179
|
</div>
|
1180
1180
|
<hr>
|
1181
|
-
<div class="refsect2">
|
1181
|
+
<div class="refsect2" title="g_dbus_proxy_get_connection ()">
|
1182
1182
|
<a name="g-dbus-proxy-get-connection"></a><h3>g_dbus_proxy_get_connection ()</h3>
|
1183
1183
|
<pre class="programlisting"><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="returnvalue">GDBusConnection</span></a> * g_dbus_proxy_get_connection (<em class="parameter"><code><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy</code></em>);</pre>
|
1184
1184
|
<p>
|
@@ -1203,7 +1203,7 @@ Gets the connection <em class="parameter"><code>proxy</code></em> is for.
|
|
1203
1203
|
<p class="since">Since 2.26</p>
|
1204
1204
|
</div>
|
1205
1205
|
<hr>
|
1206
|
-
<div class="refsect2">
|
1206
|
+
<div class="refsect2" title="g_dbus_proxy_get_name ()">
|
1207
1207
|
<a name="g-dbus-proxy-get-name"></a><h3>g_dbus_proxy_get_name ()</h3>
|
1208
1208
|
<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_dbus_proxy_get_name (<em class="parameter"><code><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy</code></em>);</pre>
|
1209
1209
|
<p>
|
@@ -1228,7 +1228,7 @@ Gets the name that <em class="parameter"><code>proxy</code></em> was constructed
|
|
1228
1228
|
<p class="since">Since 2.26</p>
|
1229
1229
|
</div>
|
1230
1230
|
<hr>
|
1231
|
-
<div class="refsect2">
|
1231
|
+
<div class="refsect2" title="g_dbus_proxy_get_name_owner ()">
|
1232
1232
|
<a name="g-dbus-proxy-get-name-owner"></a><h3>g_dbus_proxy_get_name_owner ()</h3>
|
1233
1233
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * g_dbus_proxy_get_name_owner (<em class="parameter"><code><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy</code></em>);</pre>
|
1234
1234
|
<p>
|
@@ -1256,7 +1256,7 @@ no-one currently owns that name. You may connect to the
|
|
1256
1256
|
<p class="since">Since 2.26</p>
|
1257
1257
|
</div>
|
1258
1258
|
<hr>
|
1259
|
-
<div class="refsect2">
|
1259
|
+
<div class="refsect2" title="g_dbus_proxy_get_object_path ()">
|
1260
1260
|
<a name="g-dbus-proxy-get-object-path"></a><h3>g_dbus_proxy_get_object_path ()</h3>
|
1261
1261
|
<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_dbus_proxy_get_object_path (<em class="parameter"><code><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy</code></em>);</pre>
|
1262
1262
|
<p>
|
@@ -1281,7 +1281,7 @@ Gets the object path <em class="parameter"><code>proxy</code></em> is for.
|
|
1281
1281
|
<p class="since">Since 2.26</p>
|
1282
1282
|
</div>
|
1283
1283
|
<hr>
|
1284
|
-
<div class="refsect2">
|
1284
|
+
<div class="refsect2" title="g_dbus_proxy_get_interface_name ()">
|
1285
1285
|
<a name="g-dbus-proxy-get-interface-name"></a><h3>g_dbus_proxy_get_interface_name ()</h3>
|
1286
1286
|
<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_dbus_proxy_get_interface_name (<em class="parameter"><code><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy</code></em>);</pre>
|
1287
1287
|
<p>
|
@@ -1306,7 +1306,7 @@ Gets the D-Bus interface name <em class="parameter"><code>proxy</code></em> is f
|
|
1306
1306
|
<p class="since">Since 2.26</p>
|
1307
1307
|
</div>
|
1308
1308
|
<hr>
|
1309
|
-
<div class="refsect2">
|
1309
|
+
<div class="refsect2" title="g_dbus_proxy_get_default_timeout ()">
|
1310
1310
|
<a name="g-dbus-proxy-get-default-timeout"></a><h3>g_dbus_proxy_get_default_timeout ()</h3>
|
1311
1311
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> g_dbus_proxy_get_default_timeout (<em class="parameter"><code><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy</code></em>);</pre>
|
1312
1312
|
<p>
|
@@ -1336,7 +1336,7 @@ See the <a class="link" href="GDBusProxy.html#GDBusProxy--g-default-timeout" tit
|
|
1336
1336
|
<p class="since">Since 2.26</p>
|
1337
1337
|
</div>
|
1338
1338
|
<hr>
|
1339
|
-
<div class="refsect2">
|
1339
|
+
<div class="refsect2" title="g_dbus_proxy_set_default_timeout ()">
|
1340
1340
|
<a name="g-dbus-proxy-set-default-timeout"></a><h3>g_dbus_proxy_set_default_timeout ()</h3>
|
1341
1341
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_proxy_set_default_timeout (<em class="parameter"><code><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy</code></em>,
|
1342
1342
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> timeout_msec</code></em>);</pre>
|
@@ -1366,7 +1366,7 @@ See the <a class="link" href="GDBusProxy.html#GDBusProxy--g-default-timeout" tit
|
|
1366
1366
|
<p class="since">Since 2.26</p>
|
1367
1367
|
</div>
|
1368
1368
|
<hr>
|
1369
|
-
<div class="refsect2">
|
1369
|
+
<div class="refsect2" title="g_dbus_proxy_get_cached_property ()">
|
1370
1370
|
<a name="g-dbus-proxy-get-cached-property"></a><h3>g_dbus_proxy_get_cached_property ()</h3>
|
1371
1371
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> * g_dbus_proxy_get_cached_property (<em class="parameter"><code><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy</code></em>,
|
1372
1372
|
<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> *property_name</code></em>);</pre>
|
@@ -1405,7 +1405,7 @@ returned reference must be freed with <a href="http://library.gnome.org/devel/gl
|
|
1405
1405
|
<p class="since">Since 2.26</p>
|
1406
1406
|
</div>
|
1407
1407
|
<hr>
|
1408
|
-
<div class="refsect2">
|
1408
|
+
<div class="refsect2" title="g_dbus_proxy_set_cached_property ()">
|
1409
1409
|
<a name="g-dbus-proxy-set-cached-property"></a><h3>g_dbus_proxy_set_cached_property ()</h3>
|
1410
1410
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_proxy_set_cached_property (<em class="parameter"><code><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy</code></em>,
|
1411
1411
|
<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> *property_name</code></em>,
|
@@ -1488,7 +1488,7 @@ name)</code>.
|
|
1488
1488
|
<p class="since">Since 2.26</p>
|
1489
1489
|
</div>
|
1490
1490
|
<hr>
|
1491
|
-
<div class="refsect2">
|
1491
|
+
<div class="refsect2" title="g_dbus_proxy_get_cached_property_names ()">
|
1492
1492
|
<a name="g-dbus-proxy-get-cached-property-names"></a><h3>g_dbus_proxy_get_cached_property_names ()</h3>
|
1493
1493
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> ** g_dbus_proxy_get_cached_property_names
|
1494
1494
|
(<em class="parameter"><code><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy</code></em>);</pre>
|
@@ -1515,7 +1515,7 @@ no cached properties. Free the returned array with <a href="http://library.gnome
|
|
1515
1515
|
<p class="since">Since 2.26</p>
|
1516
1516
|
</div>
|
1517
1517
|
<hr>
|
1518
|
-
<div class="refsect2">
|
1518
|
+
<div class="refsect2" title="g_dbus_proxy_set_interface_info ()">
|
1519
1519
|
<a name="g-dbus-proxy-set-interface-info"></a><h3>g_dbus_proxy_set_interface_info ()</h3>
|
1520
1520
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_proxy_set_interface_info (<em class="parameter"><code><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy</code></em>,
|
1521
1521
|
<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo" title="GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> *info</code></em>);</pre>
|
@@ -1547,7 +1547,7 @@ See the <a class="link" href="GDBusProxy.html#GDBusProxy--g-interface-info" titl
|
|
1547
1547
|
<p class="since">Since 2.26</p>
|
1548
1548
|
</div>
|
1549
1549
|
<hr>
|
1550
|
-
<div class="refsect2">
|
1550
|
+
<div class="refsect2" title="g_dbus_proxy_get_interface_info ()">
|
1551
1551
|
<a name="g-dbus-proxy-get-interface-info"></a><h3>g_dbus_proxy_get_interface_info ()</h3>
|
1552
1552
|
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo" title="GDBusInterfaceInfo"><span class="returnvalue">GDBusInterfaceInfo</span></a> * g_dbus_proxy_get_interface_info (<em class="parameter"><code><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy</code></em>);</pre>
|
1553
1553
|
<p>
|
@@ -1577,7 +1577,7 @@ object, it is owned by <em class="parameter"><code>proxy</code></em>.
|
|
1577
1577
|
<p class="since">Since 2.26</p>
|
1578
1578
|
</div>
|
1579
1579
|
<hr>
|
1580
|
-
<div class="refsect2">
|
1580
|
+
<div class="refsect2" title="g_dbus_proxy_call ()">
|
1581
1581
|
<a name="g-dbus-proxy-call"></a><h3>g_dbus_proxy_call ()</h3>
|
1582
1582
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_proxy_call (<em class="parameter"><code><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy</code></em>,
|
1583
1583
|
<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> *method_name</code></em>,
|
@@ -1696,7 +1696,7 @@ care about the result of the method invocation.
|
|
1696
1696
|
<p class="since">Since 2.26</p>
|
1697
1697
|
</div>
|
1698
1698
|
<hr>
|
1699
|
-
<div class="refsect2">
|
1699
|
+
<div class="refsect2" title="g_dbus_proxy_call_finish ()">
|
1700
1700
|
<a name="g-dbus-proxy-call-finish"></a><h3>g_dbus_proxy_call_finish ()</h3>
|
1701
1701
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> * g_dbus_proxy_call_finish (<em class="parameter"><code><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy</code></em>,
|
1702
1702
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *res</code></em>,
|
@@ -1734,7 +1734,7 @@ return values. Free with <a href="http://library.gnome.org/devel/glib/unstable/g
|
|
1734
1734
|
<p class="since">Since 2.26</p>
|
1735
1735
|
</div>
|
1736
1736
|
<hr>
|
1737
|
-
<div class="refsect2">
|
1737
|
+
<div class="refsect2" title="g_dbus_proxy_call_sync ()">
|
1738
1738
|
<a name="g-dbus-proxy-call-sync"></a><h3>g_dbus_proxy_call_sync ()</h3>
|
1739
1739
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> * g_dbus_proxy_call_sync (<em class="parameter"><code><a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy</code></em>,
|
1740
1740
|
<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> *method_name</code></em>,
|
@@ -1847,9 +1847,9 @@ return values. Free with <a href="http://library.gnome.org/devel/glib/unstable/g
|
|
1847
1847
|
<p class="since">Since 2.26</p>
|
1848
1848
|
</div>
|
1849
1849
|
</div>
|
1850
|
-
<div class="refsect1">
|
1850
|
+
<div class="refsect1" title="Property Details">
|
1851
1851
|
<a name="GDBusProxy.property-details"></a><h2>Property Details</h2>
|
1852
|
-
<div class="refsect2">
|
1852
|
+
<div class="refsect2" title='The "g-bus-type" property'>
|
1853
1853
|
<a name="GDBusProxy--g-bus-type"></a><h3>The <code class="literal">"g-bus-type"</code> property</h3>
|
1854
1854
|
<pre class="programlisting"> "g-bus-type" <a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType"><span class="type">GBusType</span></a> : Write / Construct Only</pre>
|
1855
1855
|
<p>
|
@@ -1862,7 +1862,7 @@ of this property.
|
|
1862
1862
|
<p class="since">Since 2.26</p>
|
1863
1863
|
</div>
|
1864
1864
|
<hr>
|
1865
|
-
<div class="refsect2">
|
1865
|
+
<div class="refsect2" title='The "g-connection" property'>
|
1866
1866
|
<a name="GDBusProxy--g-connection"></a><h3>The <code class="literal">"g-connection"</code> property</h3>
|
1867
1867
|
<pre class="programlisting"> "g-connection" <a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a>* : Read / Write / Construct Only</pre>
|
1868
1868
|
<p>
|
@@ -1871,7 +1871,7 @@ The <a class="link" href="GDBusConnection.html" title="GDBusConnection"><span cl
|
|
1871
1871
|
<p class="since">Since 2.26</p>
|
1872
1872
|
</div>
|
1873
1873
|
<hr>
|
1874
|
-
<div class="refsect2">
|
1874
|
+
<div class="refsect2" title='The "g-default-timeout" property'>
|
1875
1875
|
<a name="GDBusProxy--g-default-timeout"></a><h3>The <code class="literal">"g-default-timeout"</code> property</h3>
|
1876
1876
|
<pre class="programlisting"> "g-default-timeout" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct</pre>
|
1877
1877
|
<p>
|
@@ -1890,7 +1890,7 @@ the default timeout (typically 25 seconds) is used. If set to
|
|
1890
1890
|
<p class="since">Since 2.26</p>
|
1891
1891
|
</div>
|
1892
1892
|
<hr>
|
1893
|
-
<div class="refsect2">
|
1893
|
+
<div class="refsect2" title='The "g-flags" property'>
|
1894
1894
|
<a name="GDBusProxy--g-flags"></a><h3>The <code class="literal">"g-flags"</code> property</h3>
|
1895
1895
|
<pre class="programlisting"> "g-flags" <a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> : Read / Write / Construct Only</pre>
|
1896
1896
|
<p>
|
@@ -1899,7 +1899,7 @@ Flags from the <a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enu
|
|
1899
1899
|
<p class="since">Since 2.26</p>
|
1900
1900
|
</div>
|
1901
1901
|
<hr>
|
1902
|
-
<div class="refsect2">
|
1902
|
+
<div class="refsect2" title='The "g-interface-info" property'>
|
1903
1903
|
<a name="GDBusProxy--g-interface-info"></a><h3>The <code class="literal">"g-interface-info"</code> property</h3>
|
1904
1904
|
<pre class="programlisting"> "g-interface-info" <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo" title="GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>* : Read / Write</pre>
|
1905
1905
|
<p>
|
@@ -1912,7 +1912,7 @@ simply dropped.
|
|
1912
1912
|
<p class="since">Since 2.26</p>
|
1913
1913
|
</div>
|
1914
1914
|
<hr>
|
1915
|
-
<div class="refsect2">
|
1915
|
+
<div class="refsect2" title='The "g-interface-name" property'>
|
1916
1916
|
<a name="GDBusProxy--g-interface-name"></a><h3>The <code class="literal">"g-interface-name"</code> property</h3>
|
1917
1917
|
<pre class="programlisting"> "g-interface-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre>
|
1918
1918
|
<p>
|
@@ -1922,7 +1922,7 @@ The D-Bus interface name the proxy is for.
|
|
1922
1922
|
<p class="since">Since 2.26</p>
|
1923
1923
|
</div>
|
1924
1924
|
<hr>
|
1925
|
-
<div class="refsect2">
|
1925
|
+
<div class="refsect2" title='The "g-name" property'>
|
1926
1926
|
<a name="GDBusProxy--g-name"></a><h3>The <code class="literal">"g-name"</code> property</h3>
|
1927
1927
|
<pre class="programlisting"> "g-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre>
|
1928
1928
|
<p>
|
@@ -1932,7 +1932,7 @@ The well-known or unique name that the proxy is for.
|
|
1932
1932
|
<p class="since">Since 2.26</p>
|
1933
1933
|
</div>
|
1934
1934
|
<hr>
|
1935
|
-
<div class="refsect2">
|
1935
|
+
<div class="refsect2" title='The "g-name-owner" property'>
|
1936
1936
|
<a name="GDBusProxy--g-name-owner"></a><h3>The <code class="literal">"g-name-owner"</code> property</h3>
|
1937
1937
|
<pre class="programlisting"> "g-name-owner" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre>
|
1938
1938
|
<p>
|
@@ -1944,7 +1944,7 @@ track changes to this property.
|
|
1944
1944
|
<p class="since">Since 2.26</p>
|
1945
1945
|
</div>
|
1946
1946
|
<hr>
|
1947
|
-
<div class="refsect2">
|
1947
|
+
<div class="refsect2" title='The "g-object-path" property'>
|
1948
1948
|
<a name="GDBusProxy--g-object-path"></a><h3>The <code class="literal">"g-object-path"</code> property</h3>
|
1949
1949
|
<pre class="programlisting"> "g-object-path" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre>
|
1950
1950
|
<p>
|
@@ -1954,13 +1954,13 @@ The object path the proxy is for.
|
|
1954
1954
|
<p class="since">Since 2.26</p>
|
1955
1955
|
</div>
|
1956
1956
|
</div>
|
1957
|
-
<div class="refsect1">
|
1957
|
+
<div class="refsect1" title="Signal Details">
|
1958
1958
|
<a name="GDBusProxy.signal-details"></a><h2>Signal Details</h2>
|
1959
|
-
<div class="refsect2">
|
1959
|
+
<div class="refsect2" title='The "g-properties-changed" signal'>
|
1960
1960
|
<a name="GDBusProxy-g-properties-changed"></a><h3>The <code class="literal">"g-properties-changed"</code> signal</h3>
|
1961
1961
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy,
|
1962
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>
|
1963
|
-
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a>
|
1962
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> changed_properties,
|
1963
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> *invalidated_properties,
|
1964
1964
|
<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>
|
1965
1965
|
<p>
|
1966
1966
|
Emitted when one or more D-Bus properties on <em class="parameter"><code>proxy</code></em> changes. The
|
@@ -2000,12 +2000,12 @@ This signal corresponds to the
|
|
2000
2000
|
<p class="since">Since 2.26</p>
|
2001
2001
|
</div>
|
2002
2002
|
<hr>
|
2003
|
-
<div class="refsect2">
|
2003
|
+
<div class="refsect2" title='The "g-signal" signal'>
|
2004
2004
|
<a name="GDBusProxy-g-signal"></a><h3>The <code class="literal">"g-signal"</code> signal</h3>
|
2005
2005
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> *proxy,
|
2006
2006
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sender_name,
|
2007
2007
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *signal_name,
|
2008
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>
|
2008
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> parameters,
|
2009
2009
|
<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>
|
2010
2010
|
<p>
|
2011
2011
|
Emitted when a signal from the remote object and interface that <em class="parameter"><code>proxy</code></em> is for, has been received.
|
@@ -2045,6 +2045,6 @@ Emitted when a signal from the remote object and interface that <em class="param
|
|
2045
2045
|
</div>
|
2046
2046
|
<div class="footer">
|
2047
2047
|
<hr>
|
2048
|
-
Generated by GTK-Doc V1.15
|
2048
|
+
Generated by GTK-Doc V1.15</div>
|
2049
2049
|
</body>
|
2050
2050
|
</html>
|