glib2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +46 -0
- data/Rakefile +1 -0
- data/ext/glib2/rbglib.h +1 -1
- data/ext/glib2/rbglib_iochannel.c +15 -6
- data/ext/glib2/rbgobj_signal.c +1 -1
- data/ext/glib2/rbgobject.h +1 -1
- data/lib/1.8/glib2.so +0 -0
- data/lib/1.9/glib2.so +0 -0
- data/lib/gnome2-raketask.rb +3 -2
- data/lib/mkmf-gnome2.rb +47 -23
- data/test/glib-test-init.rb +1 -3
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +3 -2
- 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/include/glib-2.0/gio/gaction.h +91 -0
- data/vendor/local/include/glib-2.0/gio/gactiongroup.h +151 -0
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +11 -1
- data/vendor/local/include/glib-2.0/gio/gapplication.h +165 -0
- data/vendor/local/include/glib-2.0/gio/gapplicationcommandline.h +118 -0
- data/vendor/local/include/glib-2.0/gio/gasyncresult.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gcancellable.h +2 -0
- data/vendor/local/include/glib-2.0/gio/gemblemedicon.h +15 -0
- data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gfileinputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfileiostream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfilemonitor.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfileoutputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gio.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +158 -2
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +12 -0
- data/vendor/local/include/glib-2.0/gio/giomodule.h +1 -1
- data/vendor/local/include/glib-2.0/gio/giostream.h +11 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +48 -0
- data/vendor/local/include/glib-2.0/gio/goutputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gpollableinputstream.h +101 -0
- data/vendor/local/include/glib-2.0/gio/gpollableoutputstream.h +98 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +9 -2
- data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleaction.h +95 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleactiongroup.h +87 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +11 -1
- data/vendor/local/include/glib-2.0/gio/gsocketclient.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gtcpwrapperconnection.h +68 -0
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +92 -0
- data/vendor/local/include/glib-2.0/gio/gtlscertificate.h +83 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +72 -0
- data/vendor/local/include/glib-2.0/gio/gtlsconnection.h +136 -0
- data/vendor/local/include/glib-2.0/gio/gtlsserverconnection.h +61 -0
- data/vendor/local/include/glib-2.0/glib/glist.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gmain.h +27 -6
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +80 -5
- data/vendor/local/include/glib-2.0/glib/grand.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gsequence.h +8 -0
- data/vendor/local/include/glib-2.0/glib/gslist.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gtimezone.h +37 -0
- data/vendor/local/include/glib-2.0/glib/gtypes.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gunicode.h +22 -16
- data/vendor/local/include/glib-2.0/glib/gutils.h +5 -0
- data/vendor/local/include/glib-2.0/glib/gvariant.h +35 -11
- data/vendor/local/include/glib-2.0/gobject/gobject.h +15 -0
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +5 -0
- data/vendor/local/include/glib-2.0/gobject/gsourceclosure.h +4 -2
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -1
- data/vendor/local/lib/gio-2.0.def +142 -0
- data/vendor/local/lib/gio-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0.def +21 -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.def +3 -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 +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/manifest/{glib-dev_2.26.1-1_win32.mft → glib-dev_2.28.1-1_win32.mft} +55 -19
- data/vendor/local/manifest/{glib_2.26.1-1_win32.mft → glib_2.28.1-1_win32.mft} +3 -2
- data/vendor/local/share/aclocal/glib-2.0.m4 +4 -4
- data/vendor/local/share/doc/{glib-2.26.1 → glib-2.28.1}/COPYING +0 -0
- data/vendor/local/share/doc/{glib-dev-2.26.1 → glib-dev-2.28.1}/COPYING +0 -0
- data/vendor/local/share/glib-2.0/gettext/mkinstalldirs +72 -21
- data/vendor/local/share/glib-2.0/schemas/gschema.dtd +21 -8
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +469 -0
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +754 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +296 -249
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +1458 -0
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +815 -0
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +61 -97
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +31 -38
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +52 -68
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +38 -50
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +120 -77
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +49 -51
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +39 -62
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +26 -35
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +415 -650
- data/vendor/local/share/gtk-doc/html/gio/{gio-GDBusError.html → GDBusError.html} +118 -147
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +204 -347
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +66 -111
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +210 -309
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +68 -87
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +190 -232
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +89 -118
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +196 -270
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +40 -46
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +56 -24
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +1090 -1443
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +13 -16
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +66 -86
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +31 -45
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +19 -21
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +466 -602
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +32 -40
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +60 -59
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +32 -47
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +37 -45
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +22 -26
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +22 -26
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +32 -38
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +184 -52
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +45 -54
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +96 -125
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +49 -71
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +102 -134
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +21 -24
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +34 -41
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +223 -294
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +127 -153
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +35 -46
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +37 -46
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +138 -174
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +46 -68
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +398 -0
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +340 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +89 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -56
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +59 -34
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +82 -95
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +58 -72
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +597 -357
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +125 -75
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +339 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +200 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +232 -167
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +291 -406
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +39 -45
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +301 -223
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +41 -44
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +41 -49
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +22 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +88 -107
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/{gio-GSrvTarget.html → GSrvTarget.html} +74 -77
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +21 -22
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +156 -0
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +40 -46
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +29 -35
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +260 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +396 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +428 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +869 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +158 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +32 -41
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +28 -34
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +44 -54
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +35 -32
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +35 -32
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +49 -57
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +142 -187
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +99 -132
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +33 -32
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +43 -13
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +10 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +36 -28
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +744 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +915 -107
- data/vendor/local/share/gtk-doc/html/gio/application.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/async.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +23 -24
- data/vendor/local/share/gtk-doc/html/gio/ch26.html +54 -36
- data/vendor/local/share/gtk-doc/html/gio/ch27.html +188 -41
- data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +19 -108
- data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +16 -179
- data/vendor/local/share/gtk-doc/html/gio/ch28.html +57 -0
- data/vendor/local/share/gtk-doc/html/gio/{ch26s02.html → ch28s02.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s03.html → ch28s03.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s04.html → ch28s04.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s05.html → ch28s05.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s06.html → ch28s06.html} +17 -15
- data/vendor/local/share/gtk-doc/html/gio/{ch26s07.html → ch28s07.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/ch29.html +70 -0
- data/vendor/local/share/gtk-doc/html/gio/ch29s02.html +130 -0
- data/vendor/local/share/gtk-doc/html/gio/ch29s03.html +202 -0
- data/vendor/local/share/gtk-doc/html/gio/{ch27s04.html → ch29s04.html} +11 -11
- data/vendor/local/share/gtk-doc/html/gio/{ch27s05.html → ch29s05.html} +12 -12
- data/vendor/local/share/gtk-doc/html/gio/{ch27s06.html → ch29s06.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +27 -14
- data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +39 -62
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +141 -248
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +28 -40
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +29 -112
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +45 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +58 -68
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +18 -20
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +82 -76
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +34 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +25 -33
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +87 -113
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +287 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +119 -151
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +62 -95
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +66 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +312 -91
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +386 -133
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +162 -0
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +7 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/index.html +88 -36
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +506 -95
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/networking.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +68 -17
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/settings.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +9 -3
- data/vendor/local/share/gtk-doc/html/gio/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gio/tls.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/utils.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +8 -11
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
- 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 +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +25 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +112 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +15 -11
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +201 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +144 -210
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +97 -136
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +40 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +99 -128
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +104 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +42 -71
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +40 -43
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +224 -314
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +104 -142
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +193 -308
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +51 -76
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +170 -307
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +154 -198
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +45 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +60 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +390 -428
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +265 -333
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +306 -330
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +60 -99
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +122 -152
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +241 -571
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +233 -330
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +310 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +739 -590
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +136 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +22 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +210 -297
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +294 -355
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +27 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +102 -95
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +402 -486
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +308 -442
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +75 -116
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +229 -297
- data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +36 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +121 -187
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +23 -27
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +80 -107
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +46 -69
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +63 -99
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +121 -115
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +304 -327
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +307 -366
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +39 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +230 -343
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +121 -167
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +31 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +73 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +75 -106
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +229 -184
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +31 -40
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +247 -286
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +281 -283
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +83 -337
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +65 -80
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +36 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +408 -621
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +253 -322
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +161 -252
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +677 -590
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +88 -111
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +378 -475
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +27 -48
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +39 -48
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +19 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +57 -93
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +413 -534
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +117 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +60 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +38 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +6 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +82 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +26 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +144 -103
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +170 -105
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +48 -43
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +660 -0
- data/vendor/local/share/gtk-doc/html/glib/index.html +8 -4
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +67 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/glib/tools.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +72 -90
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +79 -108
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +67 -85
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +63 -9
- 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 +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +47 -0
- 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 +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +65 -53
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +8 -11
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +19 -19
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +18 -18
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +22 -22
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +16 -16
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +40 -54
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +405 -512
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +170 -213
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +242 -292
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +91 -127
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +407 -573
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +951 -1268
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +383 -441
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +648 -829
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +82 -95
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +31 -49
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +15 -14
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +62 -58
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +62 -58
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +13 -1
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +13 -13
- data/vendor/local/share/gtk-doc/html/gobject/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/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/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/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/hy/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/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/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/ro/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/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.log → glib_2.28.1-1_win32.log} +690 -773
- data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.sh → glib_2.28.1-1_win32.sh} +2 -4
- metadata +78 -146
- data/ext/glib2/Makefile +0 -169
- data/ext/glib2/glib-enum-types.c +0 -1065
- data/ext/glib2/glib-enum-types.h +0 -144
- data/ext/glib2/ruby-glib2.pc +0 -3
- data/test-unit/COPYING +0 -56
- data/test-unit/GPL +0 -340
- data/test-unit/History.txt +0 -279
- data/test-unit/Manifest.txt +0 -110
- data/test-unit/PSFL +0 -271
- data/test-unit/README.txt +0 -75
- data/test-unit/Rakefile +0 -53
- data/test-unit/TODO +0 -5
- data/test-unit/bin/testrb +0 -5
- data/test-unit/html/bar.png +0 -0
- data/test-unit/html/bar.svg +0 -153
- data/test-unit/html/developer.png +0 -0
- data/test-unit/html/developer.svg +0 -469
- data/test-unit/html/famfamfam-logo.png +0 -0
- data/test-unit/html/favicon.ico +0 -0
- data/test-unit/html/favicon.png +0 -0
- data/test-unit/html/favicon.svg +0 -82
- data/test-unit/html/heading-mark.png +0 -0
- data/test-unit/html/heading-mark.svg +0 -393
- data/test-unit/html/index.html +0 -285
- data/test-unit/html/index.html.ja +0 -299
- data/test-unit/html/install.png +0 -0
- data/test-unit/html/install.svg +0 -636
- data/test-unit/html/jp.png +0 -0
- data/test-unit/html/kinotan-failure.png +0 -0
- data/test-unit/html/kinotan-pass.png +0 -0
- data/test-unit/html/logo.png +0 -0
- data/test-unit/html/logo.svg +0 -483
- data/test-unit/html/reference.png +0 -0
- data/test-unit/html/rubyforge.png +0 -0
- data/test-unit/html/tango-logo.png +0 -0
- data/test-unit/html/test-unit.css +0 -339
- data/test-unit/html/tutorial.png +0 -0
- data/test-unit/html/tutorial.svg +0 -559
- data/test-unit/html/us.png +0 -0
- data/test-unit/images/color-diff.png +0 -0
- data/test-unit/lib/test/unit.rb +0 -328
- data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
- data/test-unit/lib/test/unit/assertions.rb +0 -1792
- data/test-unit/lib/test/unit/attribute.rb +0 -125
- data/test-unit/lib/test/unit/autorunner.rb +0 -415
- data/test-unit/lib/test/unit/collector.rb +0 -38
- data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
- data/test-unit/lib/test/unit/collector/dir.rb +0 -108
- data/test-unit/lib/test/unit/collector/load.rb +0 -187
- data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
- data/test-unit/lib/test/unit/collector/xml.rb +0 -250
- data/test-unit/lib/test/unit/color-scheme.rb +0 -106
- data/test-unit/lib/test/unit/color.rb +0 -96
- data/test-unit/lib/test/unit/diff.rb +0 -740
- data/test-unit/lib/test/unit/error.rb +0 -131
- data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
- data/test-unit/lib/test/unit/failure.rb +0 -136
- data/test-unit/lib/test/unit/fixture.rb +0 -185
- data/test-unit/lib/test/unit/notification.rb +0 -129
- data/test-unit/lib/test/unit/omission.rb +0 -191
- data/test-unit/lib/test/unit/pending.rb +0 -150
- data/test-unit/lib/test/unit/priority.rb +0 -180
- data/test-unit/lib/test/unit/runner/console.rb +0 -52
- data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
- data/test-unit/lib/test/unit/runner/tap.rb +0 -8
- data/test-unit/lib/test/unit/runner/xml.rb +0 -15
- data/test-unit/lib/test/unit/testcase.rb +0 -515
- data/test-unit/lib/test/unit/testresult.rb +0 -125
- data/test-unit/lib/test/unit/testsuite.rb +0 -134
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -467
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
- data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -82
- data/test-unit/lib/test/unit/ui/testrunner.rb +0 -53
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -86
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
- data/test-unit/lib/test/unit/ui/xml/testrunner.rb +0 -224
- data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -42
- data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
- data/test-unit/lib/test/unit/util/observable.rb +0 -90
- data/test-unit/lib/test/unit/util/output.rb +0 -31
- data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
- data/test-unit/lib/test/unit/version.rb +0 -7
- data/test-unit/sample/adder.rb +0 -13
- data/test-unit/sample/subtracter.rb +0 -12
- data/test-unit/sample/test_adder.rb +0 -20
- data/test-unit/sample/test_subtracter.rb +0 -20
- data/test-unit/sample/test_user.rb +0 -23
- data/test-unit/test/collector/test-descendant.rb +0 -133
- data/test-unit/test/collector/test-load.rb +0 -442
- data/test-unit/test/collector/test_dir.rb +0 -406
- data/test-unit/test/collector/test_objectspace.rb +0 -100
- data/test-unit/test/run-test.rb +0 -22
- data/test-unit/test/test-assertions.rb +0 -1849
- data/test-unit/test/test-attribute.rb +0 -86
- data/test-unit/test/test-color-scheme.rb +0 -69
- data/test-unit/test/test-color.rb +0 -47
- data/test-unit/test/test-diff.rb +0 -518
- data/test-unit/test/test-emacs-runner.rb +0 -60
- data/test-unit/test/test-fixture.rb +0 -324
- data/test-unit/test/test-notification.rb +0 -33
- data/test-unit/test/test-omission.rb +0 -81
- data/test-unit/test/test-pending.rb +0 -70
- data/test-unit/test/test-priority.rb +0 -119
- data/test-unit/test/test-testcase.rb +0 -569
- data/test-unit/test/test_error.rb +0 -26
- data/test-unit/test/test_failure.rb +0 -33
- data/test-unit/test/test_testresult.rb +0 -113
- data/test-unit/test/test_testsuite.rb +0 -137
- data/test-unit/test/testunit-test-util.rb +0 -14
- data/test-unit/test/ui/test_tap.rb +0 -33
- data/test-unit/test/ui/test_testrunmediator.rb +0 -20
- data/test-unit/test/util/test-method-owner-finder.rb +0 -38
- data/test-unit/test/util/test-output.rb +0 -11
- data/test-unit/test/util/test_backtracefilter.rb +0 -41
- data/test-unit/test/util/test_observable.rb +0 -102
- data/test-unit/test/util/test_procwrapper.rb +0 -36
- data/vendor/local/share/gtk-doc/html/gio/ch24.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch25.html +0 -217
- data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +0 -39
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="tools.html" title="GIO Tools">
|
9
9
|
<link rel="prev" href="glib-compile-schemas.html" title="glib-compile-schemas">
|
10
10
|
<link rel="next" href="migrating.html" title="Part III. Migrating to GIO">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<th width="100%" align="center">GIO Reference Manual</th>
|
20
20
|
<td><a accesskey="n" href="migrating.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
|
-
<div lang="en" class="refentry"
|
22
|
+
<div lang="en" class="refentry">
|
23
23
|
<a name="gdbus"></a><div class="titlepage"></div>
|
24
24
|
<div class="refnamediv"><table width="100%"><tr>
|
25
25
|
<td valign="top">
|
@@ -28,21 +28,21 @@
|
|
28
28
|
</td>
|
29
29
|
<td valign="top" align="right"></td>
|
30
30
|
</tr></table></div>
|
31
|
-
<div class="refsynopsisdiv"
|
31
|
+
<div class="refsynopsisdiv">
|
32
32
|
<h2>Synopsis</h2>
|
33
33
|
<div class="cmdsynopsis"><p><code class="command">gdbus</code> introspect [ --system | --session | --address <em class="replaceable"><code>address</code></em> ] --dest <em class="replaceable"><code>bus_name</code></em> --object-path <em class="replaceable"><code>/path/to/object</code></em> --xml </p></div>
|
34
34
|
<div class="cmdsynopsis"><p><code class="command">gdbus</code> monitor [ --system | --session | --address <em class="replaceable"><code>address</code></em> ] --dest <em class="replaceable"><code>bus_name</code></em> [ --object-path <em class="replaceable"><code>/path/to/object</code></em> ]</p></div>
|
35
35
|
<div class="cmdsynopsis"><p><code class="command">gdbus</code> call [ --system | --session | --address <em class="replaceable"><code>address</code></em> ] --dest <em class="replaceable"><code>bus_name</code></em> --object-path <em class="replaceable"><code>/path/to/object</code></em> --method <em class="replaceable"><code>org.project.InterfaceName.MethodName</code></em> ARG1 ARG2... </p></div>
|
36
36
|
<div class="cmdsynopsis"><p><code class="command">gdbus</code> help </p></div>
|
37
37
|
</div>
|
38
|
-
<div class="refsect1"
|
39
|
-
<a name="
|
38
|
+
<div class="refsect1">
|
39
|
+
<a name="id847722"></a><h2>Description</h2>
|
40
40
|
<p>
|
41
41
|
<span class="command"><strong>gdbus</strong></span> offers a simple commandline utility for
|
42
42
|
introspecting and calling methods on remote objects.
|
43
43
|
</p>
|
44
|
-
<div class="refsect2"
|
45
|
-
<a name="
|
44
|
+
<div class="refsect2">
|
45
|
+
<a name="id887566"></a><h3>Commands</h3>
|
46
46
|
<div class="variablelist"><table border="0">
|
47
47
|
<col align="left" valign="top">
|
48
48
|
<tbody>
|
@@ -82,16 +82,16 @@
|
|
82
82
|
</table></div>
|
83
83
|
</div>
|
84
84
|
</div>
|
85
|
-
<div class="refsect1"
|
86
|
-
<a name="
|
85
|
+
<div class="refsect1">
|
86
|
+
<a name="id737360"></a><h2>Bash Completion</h2>
|
87
87
|
<p>
|
88
88
|
<span class="command"><strong>gdbus</strong></span> ships with a bash completion script to
|
89
89
|
complete commands, destinations, bus names, object paths and
|
90
90
|
interface/method names.
|
91
91
|
</p>
|
92
92
|
</div>
|
93
|
-
<div class="refsect1"
|
94
|
-
<a name="
|
93
|
+
<div class="refsect1">
|
94
|
+
<a name="id773142"></a><h2>Examples</h2>
|
95
95
|
This shows how to introspect an object - note that the value of each
|
96
96
|
property is displayed:
|
97
97
|
<pre class="programlisting">
|
@@ -214,23 +214,23 @@ The name org.freedesktop.NetworkManager is owned by :1.5
|
|
214
214
|
/org/freedesktop/NetworkManager/AccessPoint/4141: org.freedesktop.NetworkManager.AccessPoint.PropertiesChanged ({'Strength': <byte 0x64>},)
|
215
215
|
</pre>
|
216
216
|
</div>
|
217
|
-
<div class="refsect1"
|
218
|
-
<a name="
|
217
|
+
<div class="refsect1">
|
218
|
+
<a name="id632797"></a><h2>AUTHOR</h2>
|
219
219
|
<p>
|
220
220
|
Written by David Zeuthen <code class="email"><<a class="email" href="mailto:zeuthen@gmail.com">zeuthen@gmail.com</a>></code> with
|
221
221
|
a lot of help from many others.
|
222
222
|
</p>
|
223
223
|
</div>
|
224
|
-
<div class="refsect1"
|
225
|
-
<a name="
|
224
|
+
<div class="refsect1">
|
225
|
+
<a name="id737206"></a><h2>BUGS</h2>
|
226
226
|
<p>
|
227
227
|
Please send bug reports to either the distribution bug tracker
|
228
228
|
or the upstream bug tracker at
|
229
229
|
<a class="ulink" href="https://bugzilla.gnome.org/enter_bug.cgi?product=glib" target="_top">https://bugzilla.gnome.org/enter_bug.cgi?product=glib</a>.
|
230
230
|
</p>
|
231
231
|
</div>
|
232
|
-
<div class="refsect1"
|
233
|
-
<a name="
|
232
|
+
<div class="refsect1">
|
233
|
+
<a name="id695292"></a><h2>SEE ALSO</h2>
|
234
234
|
<p>
|
235
235
|
<span class="citerefentry"><span class="refentrytitle">dbus-send</span>(1)</span>
|
236
236
|
</p>
|
@@ -238,6 +238,6 @@ The name org.freedesktop.NetworkManager is owned by :1.5
|
|
238
238
|
</div>
|
239
239
|
<div class="footer">
|
240
240
|
<hr>
|
241
|
-
Generated by GTK-Doc V1.
|
241
|
+
Generated by GTK-Doc V1.16.1</div>
|
242
242
|
</body>
|
243
243
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="gdbus-lowlevel.html" title="Lowlevel D-Bus Support">
|
9
9
|
<link rel="prev" href="gio-D-Bus-Utilities.html" title="D-Bus Utilities">
|
10
10
|
<link rel="next" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<a href="#gio-D-Bus-Addresses.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry"
|
29
|
+
<div class="refentry">
|
30
30
|
<a name="gio-D-Bus-Addresses"></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">
|
39
39
|
<a name="gio-D-Bus-Addresses.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gio/gio.h>
|
@@ -54,12 +54,12 @@
|
|
54
54
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **out_guid</code></em>,
|
55
55
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
56
56
|
<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>);
|
57
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gio-D-Bus-Addresses.html#g-dbus-address-get-for-bus-sync" title="g_dbus_address_get_for_bus_sync ()">g_dbus_address_get_for_bus_sync</a> (<em class="parameter"><code><a class="link" href="GDBusConnection.html#GBusType"
|
57
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gio-D-Bus-Addresses.html#g-dbus-address-get-for-bus-sync" title="g_dbus_address_get_for_bus_sync ()">g_dbus_address_get_for_bus_sync</a> (<em class="parameter"><code><a class="link" href="GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
|
58
58
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
59
59
|
<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>);
|
60
60
|
</pre>
|
61
61
|
</div>
|
62
|
-
<div class="refsect1"
|
62
|
+
<div class="refsect1">
|
63
63
|
<a name="gio-D-Bus-Addresses.description"></a><h2>Description</h2>
|
64
64
|
<p>
|
65
65
|
Routines for working with D-Bus addresses. A D-Bus address is a string
|
@@ -67,9 +67,9 @@ like "unix:tmpdir=/tmp/my-app-name". The exact format of addresses
|
|
67
67
|
is explained in detail in the D-Bus specification.
|
68
68
|
</p>
|
69
69
|
</div>
|
70
|
-
<div class="refsect1"
|
70
|
+
<div class="refsect1">
|
71
71
|
<a name="gio-D-Bus-Addresses.details"></a><h2>Details</h2>
|
72
|
-
<div class="refsect2"
|
72
|
+
<div class="refsect2">
|
73
73
|
<a name="g-dbus-is-address"></a><h3>g_dbus_is_address ()</h3>
|
74
74
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_dbus_is_address (<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> *string</code></em>);</pre>
|
75
75
|
<p>
|
@@ -85,21 +85,19 @@ checks.
|
|
85
85
|
<tbody>
|
86
86
|
<tr>
|
87
87
|
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
88
|
-
<td>A string
|
89
|
-
</td>
|
88
|
+
<td>A string.</td>
|
90
89
|
</tr>
|
91
90
|
<tr>
|
92
91
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
93
|
-
<td>
|
94
|
-
|
95
|
-
</td>
|
92
|
+
<td>
|
93
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>string</code></em> is a valid D-Bus address, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
96
94
|
</tr>
|
97
95
|
</tbody>
|
98
96
|
</table></div>
|
99
97
|
<p class="since">Since 2.26</p>
|
100
98
|
</div>
|
101
99
|
<hr>
|
102
|
-
<div class="refsect2"
|
100
|
+
<div class="refsect2">
|
103
101
|
<a name="g-dbus-is-supported-address"></a><h3>g_dbus_is_supported_address ()</h3>
|
104
102
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_dbus_is_supported_address (<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> *string</code></em>,
|
105
103
|
<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>
|
@@ -113,27 +111,24 @@ are valid.
|
|
113
111
|
<tbody>
|
114
112
|
<tr>
|
115
113
|
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
116
|
-
<td>A string
|
117
|
-
</td>
|
114
|
+
<td>A string.</td>
|
118
115
|
</tr>
|
119
116
|
<tr>
|
120
117
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
121
|
-
<td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
122
|
-
</td>
|
118
|
+
<td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
123
119
|
</tr>
|
124
120
|
<tr>
|
125
121
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
126
|
-
<td>
|
127
|
-
|
128
|
-
|
129
|
-
</td>
|
122
|
+
<td>
|
123
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>string</code></em> is a valid D-Bus address that is
|
124
|
+
supported by this library, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em> is set.</td>
|
130
125
|
</tr>
|
131
126
|
</tbody>
|
132
127
|
</table></div>
|
133
128
|
<p class="since">Since 2.26</p>
|
134
129
|
</div>
|
135
130
|
<hr>
|
136
|
-
<div class="refsect2"
|
131
|
+
<div class="refsect2">
|
137
132
|
<a name="g-dbus-address-get-stream"></a><h3>g_dbus_address_get_stream ()</h3>
|
138
133
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_address_get_stream (<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> *address</code></em>,
|
139
134
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
@@ -158,30 +153,26 @@ This is an asynchronous failable function. See
|
|
158
153
|
<tbody>
|
159
154
|
<tr>
|
160
155
|
<td><p><span class="term"><em class="parameter"><code>address</code></em> :</span></p></td>
|
161
|
-
<td>A valid D-Bus address
|
162
|
-
</td>
|
156
|
+
<td>A valid D-Bus address.</td>
|
163
157
|
</tr>
|
164
158
|
<tr>
|
165
159
|
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
166
|
-
<td>A <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
167
|
-
</td>
|
160
|
+
<td>A <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
168
161
|
</tr>
|
169
162
|
<tr>
|
170
163
|
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
171
|
-
<td>A <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied
|
172
|
-
</td>
|
164
|
+
<td>A <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied.</td>
|
173
165
|
</tr>
|
174
166
|
<tr>
|
175
167
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
176
|
-
<td>Data to pass to <em class="parameter"><code>callback</code></em
|
177
|
-
</td>
|
168
|
+
<td>Data to pass to <em class="parameter"><code>callback</code></em>.</td>
|
178
169
|
</tr>
|
179
170
|
</tbody>
|
180
171
|
</table></div>
|
181
172
|
<p class="since">Since 2.26</p>
|
182
173
|
</div>
|
183
174
|
<hr>
|
184
|
-
<div class="refsect2"
|
175
|
+
<div class="refsect2">
|
185
176
|
<a name="g-dbus-address-get-stream-finish"></a><h3>g_dbus_address_get_stream_finish ()</h3>
|
186
177
|
<pre class="programlisting"><a class="link" href="GIOStream.html" title="GIOStream"><span class="returnvalue">GIOStream</span></a> * g_dbus_address_get_stream_finish (<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *res</code></em>,
|
187
178
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **out_guid</code></em>,
|
@@ -194,24 +185,20 @@ Finishes an operation started with <a class="link" href="gio-D-Bus-Addresses.htm
|
|
194
185
|
<tbody>
|
195
186
|
<tr>
|
196
187
|
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
|
197
|
-
<td>A <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> obtained from the GAsyncReadyCallback passed to <a class="link" href="gio-D-Bus-Addresses.html#g-dbus-address-get-stream" title="g_dbus_address_get_stream ()"><code class="function">g_dbus_address_get_stream()</code></a
|
198
|
-
</td>
|
188
|
+
<td>A <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> obtained from the GAsyncReadyCallback passed to <a class="link" href="gio-D-Bus-Addresses.html#g-dbus-address-get-stream" title="g_dbus_address_get_stream ()"><code class="function">g_dbus_address_get_stream()</code></a>.</td>
|
199
189
|
</tr>
|
200
190
|
<tr>
|
201
191
|
<td><p><span class="term"><em class="parameter"><code>out_guid</code></em> :</span></p></td>
|
202
192
|
<td>
|
203
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or return location to store the GUID extracted from <em class="parameter"><code>address</code></em>, if any
|
204
|
-
</td>
|
193
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or return location to store the GUID extracted from <em class="parameter"><code>address</code></em>, if any.</td>
|
205
194
|
</tr>
|
206
195
|
<tr>
|
207
196
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
208
|
-
<td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
209
|
-
</td>
|
197
|
+
<td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
210
198
|
</tr>
|
211
199
|
<tr>
|
212
200
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
213
|
-
<td>
|
214
|
-
|
201
|
+
<td>A <a class="link" href="GIOStream.html" title="GIOStream"><span class="type">GIOStream</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em> is set. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
215
202
|
</td>
|
216
203
|
</tr>
|
217
204
|
</tbody>
|
@@ -219,7 +206,7 @@ Finishes an operation started with <a class="link" href="gio-D-Bus-Addresses.htm
|
|
219
206
|
<p class="since">Since 2.26</p>
|
220
207
|
</div>
|
221
208
|
<hr>
|
222
|
-
<div class="refsect2"
|
209
|
+
<div class="refsect2">
|
223
210
|
<a name="g-dbus-address-get-stream-sync"></a><h3>g_dbus_address_get_stream_sync ()</h3>
|
224
211
|
<pre class="programlisting"><a class="link" href="GIOStream.html" title="GIOStream"><span class="returnvalue">GIOStream</span></a> * g_dbus_address_get_stream_sync (<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> *address</code></em>,
|
225
212
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **out_guid</code></em>,
|
@@ -239,29 +226,24 @@ This is a synchronous failable function. See
|
|
239
226
|
<tbody>
|
240
227
|
<tr>
|
241
228
|
<td><p><span class="term"><em class="parameter"><code>address</code></em> :</span></p></td>
|
242
|
-
<td>A valid D-Bus address
|
243
|
-
</td>
|
229
|
+
<td>A valid D-Bus address.</td>
|
244
230
|
</tr>
|
245
231
|
<tr>
|
246
232
|
<td><p><span class="term"><em class="parameter"><code>out_guid</code></em> :</span></p></td>
|
247
233
|
<td>
|
248
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or return location to store the GUID extracted from <em class="parameter"><code>address</code></em>, if any
|
249
|
-
</td>
|
234
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or return location to store the GUID extracted from <em class="parameter"><code>address</code></em>, if any.</td>
|
250
235
|
</tr>
|
251
236
|
<tr>
|
252
237
|
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
253
|
-
<td>A <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
254
|
-
</td>
|
238
|
+
<td>A <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
255
239
|
</tr>
|
256
240
|
<tr>
|
257
241
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
258
|
-
<td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
259
|
-
</td>
|
242
|
+
<td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
260
243
|
</tr>
|
261
244
|
<tr>
|
262
245
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
263
|
-
<td>
|
264
|
-
|
246
|
+
<td>A <a class="link" href="GIOStream.html" title="GIOStream"><span class="type">GIOStream</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em> is set. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
265
247
|
</td>
|
266
248
|
</tr>
|
267
249
|
</tbody>
|
@@ -269,9 +251,9 @@ This is a synchronous failable function. See
|
|
269
251
|
<p class="since">Since 2.26</p>
|
270
252
|
</div>
|
271
253
|
<hr>
|
272
|
-
<div class="refsect2"
|
254
|
+
<div class="refsect2">
|
273
255
|
<a name="g-dbus-address-get-for-bus-sync"></a><h3>g_dbus_address_get_for_bus_sync ()</h3>
|
274
|
-
<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_address_get_for_bus_sync (<em class="parameter"><code><a class="link" href="GDBusConnection.html#GBusType"
|
256
|
+
<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_address_get_for_bus_sync (<em class="parameter"><code><a class="link" href="GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
|
275
257
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
276
258
|
<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>
|
277
259
|
<p>
|
@@ -284,24 +266,19 @@ platform specific mechanisms.
|
|
284
266
|
<tbody>
|
285
267
|
<tr>
|
286
268
|
<td><p><span class="term"><em class="parameter"><code>bus_type</code></em> :</span></p></td>
|
287
|
-
<td>A <a class="link" href="GDBusConnection.html#GBusType"
|
288
|
-
</td>
|
269
|
+
<td>A <a class="link" href="GDBusConnection.html#GBusType"><span class="type">GBusType</span></a>.</td>
|
289
270
|
</tr>
|
290
271
|
<tr>
|
291
272
|
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
292
|
-
<td>A <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
293
|
-
</td>
|
273
|
+
<td>A <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
294
274
|
</tr>
|
295
275
|
<tr>
|
296
276
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
297
|
-
<td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
298
|
-
</td>
|
277
|
+
<td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
299
278
|
</tr>
|
300
279
|
<tr>
|
301
280
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
302
|
-
<td>
|
303
|
-
|
304
|
-
</td>
|
281
|
+
<td>A valid D-Bus address string for <em class="parameter"><code>bus_type</code></em> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em> is set.</td>
|
305
282
|
</tr>
|
306
283
|
</tbody>
|
307
284
|
</table></div>
|
@@ -311,6 +288,6 @@ platform specific mechanisms.
|
|
311
288
|
</div>
|
312
289
|
<div class="footer">
|
313
290
|
<hr>
|
314
|
-
Generated by GTK-Doc V1.
|
291
|
+
Generated by GTK-Doc V1.16.1</div>
|
315
292
|
</body>
|
316
293
|
</html>
|
@@ -7,8 +7,8 @@
|
|
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="gio-D-Bus-Addresses.html" title="D-Bus Addresses">
|
10
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<link rel="next" href="GDBusError.html" title="GDBusError">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -18,15 +18,17 @@
|
|
18
18
|
<td><a accesskey="u" href="gdbus-lowlevel.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
19
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
20
|
<th width="100%" align="center">GIO Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="
|
21
|
+
<td><a accesskey="n" href="GDBusError.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
22
|
</tr>
|
23
23
|
<tr><td colspan="5" class="shortcuts">
|
24
24
|
<a href="#gio-D-Bus-Introspection-Data.synopsis" class="shortcut">Top</a>
|
25
25
|
|
|
26
26
|
<a href="#gio-D-Bus-Introspection-Data.description" class="shortcut">Description</a>
|
27
|
+
|
|
28
|
+
<a href="#gio-D-Bus-Introspection-Data.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
27
29
|
</td></tr>
|
28
30
|
</table>
|
29
|
-
<div class="refentry"
|
31
|
+
<div class="refentry">
|
30
32
|
<a name="gio-D-Bus-Introspection-Data"></a><div class="titlepage"></div>
|
31
33
|
<div class="refnamediv"><table width="100%"><tr>
|
32
34
|
<td valign="top">
|
@@ -35,9 +37,9 @@
|
|
35
37
|
</td>
|
36
38
|
<td valign="top" align="right"></td>
|
37
39
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv"
|
40
|
+
<div class="refsynopsisdiv">
|
39
41
|
<a name="gio-D-Bus-Introspection-Data.synopsis"></a><h2>Synopsis</h2>
|
40
|
-
<pre class="synopsis">
|
42
|
+
<a name="GDBusInterfaceInfo"></a><pre class="synopsis">
|
41
43
|
#include <gio/gio.h>
|
42
44
|
|
43
45
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo">GDBusAnnotationInfo</a>;
|
@@ -46,23 +48,23 @@
|
|
46
48
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo">GDBusSignalInfo</a>;
|
47
49
|
enum <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfoFlags" title="enum GDBusPropertyInfoFlags">GDBusPropertyInfoFlags</a>;
|
48
50
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo" title="GDBusPropertyInfo">GDBusPropertyInfo</a>;
|
49
|
-
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo" title="GDBusInterfaceInfo">GDBusInterfaceInfo</a>;
|
51
|
+
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo-struct" title="GDBusInterfaceInfo">GDBusInterfaceInfo</a>;
|
50
52
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo">GDBusNodeInfo</a>;
|
51
53
|
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-lookup" title="g_dbus_annotation_info_lookup ()">g_dbus_annotation_info_lookup</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> **annotations</code></em>,
|
52
54
|
<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>);
|
53
|
-
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo"><span class="returnvalue">GDBusMethodInfo</span></a> * <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-method" title="g_dbus_interface_info_lookup_method ()">g_dbus_interface_info_lookup_method</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
55
|
+
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo"><span class="returnvalue">GDBusMethodInfo</span></a> * <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-method" title="g_dbus_interface_info_lookup_method ()">g_dbus_interface_info_lookup_method</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> *info</code></em>,
|
54
56
|
<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>);
|
55
|
-
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo"><span class="returnvalue">GDBusSignalInfo</span></a> * <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-signal" title="g_dbus_interface_info_lookup_signal ()">g_dbus_interface_info_lookup_signal</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
57
|
+
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo"><span class="returnvalue">GDBusSignalInfo</span></a> * <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-signal" title="g_dbus_interface_info_lookup_signal ()">g_dbus_interface_info_lookup_signal</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> *info</code></em>,
|
56
58
|
<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>);
|
57
59
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo" title="GDBusPropertyInfo"><span class="returnvalue">GDBusPropertyInfo</span></a> * <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-property" title="g_dbus_interface_info_lookup_property ()">g_dbus_interface_info_lookup_property</a>
|
58
|
-
(<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
60
|
+
(<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> *info</code></em>,
|
59
61
|
<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>);
|
60
|
-
<span class="returnvalue">void</span> <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-generate-xml" title="g_dbus_interface_info_generate_xml ()">g_dbus_interface_info_generate_xml</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
62
|
+
<span class="returnvalue">void</span> <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-generate-xml" title="g_dbus_interface_info_generate_xml ()">g_dbus_interface_info_generate_xml</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> *info</code></em>,
|
61
63
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> indent</code></em>,
|
62
64
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *string_builder</code></em>);
|
63
65
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="returnvalue">GDBusNodeInfo</span></a> * <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-new-for-xml" title="g_dbus_node_info_new_for_xml ()">g_dbus_node_info_new_for_xml</a> (<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> *xml_data</code></em>,
|
64
66
|
<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>);
|
65
|
-
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
67
|
+
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="returnvalue">GDBusInterfaceInfo</span></a> * <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-lookup-interface" title="g_dbus_node_info_lookup_interface ()">g_dbus_node_info_lookup_interface</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a> *info</code></em>,
|
66
68
|
<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>);
|
67
69
|
<span class="returnvalue">void</span> <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-generate-xml" title="g_dbus_node_info_generate_xml ()">g_dbus_node_info_generate_xml</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a> *info</code></em>,
|
68
70
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> indent</code></em>,
|
@@ -75,14 +77,14 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
75
77
|
#define <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-ARG-INFO:CAPS" title="G_TYPE_DBUS_ARG_INFO">G_TYPE_DBUS_ARG_INFO</a>
|
76
78
|
#define <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-ANNOTATION-INFO:CAPS" title="G_TYPE_DBUS_ANNOTATION_INFO">G_TYPE_DBUS_ANNOTATION_INFO</a>
|
77
79
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="returnvalue">GDBusNodeInfo</span></a> * <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-ref" title="g_dbus_node_info_ref ()">g_dbus_node_info_ref</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a> *info</code></em>);
|
78
|
-
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
80
|
+
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="returnvalue">GDBusInterfaceInfo</span></a> * <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-ref" title="g_dbus_interface_info_ref ()">g_dbus_interface_info_ref</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> *info</code></em>);
|
79
81
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo"><span class="returnvalue">GDBusMethodInfo</span></a> * <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-method-info-ref" title="g_dbus_method_info_ref ()">g_dbus_method_info_ref</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo"><span class="type">GDBusMethodInfo</span></a> *info</code></em>);
|
80
82
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo"><span class="returnvalue">GDBusSignalInfo</span></a> * <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-signal-info-ref" title="g_dbus_signal_info_ref ()">g_dbus_signal_info_ref</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo"><span class="type">GDBusSignalInfo</span></a> *info</code></em>);
|
81
83
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo" title="GDBusPropertyInfo"><span class="returnvalue">GDBusPropertyInfo</span></a> * <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-property-info-ref" title="g_dbus_property_info_ref ()">g_dbus_property_info_ref</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo" title="GDBusPropertyInfo"><span class="type">GDBusPropertyInfo</span></a> *info</code></em>);
|
82
84
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo"><span class="returnvalue">GDBusArgInfo</span></a> * <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-arg-info-ref" title="g_dbus_arg_info_ref ()">g_dbus_arg_info_ref</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo"><span class="type">GDBusArgInfo</span></a> *info</code></em>);
|
83
85
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="returnvalue">GDBusAnnotationInfo</span></a> * <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-ref" title="g_dbus_annotation_info_ref ()">g_dbus_annotation_info_ref</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> *info</code></em>);
|
84
86
|
<span class="returnvalue">void</span> <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-unref" title="g_dbus_node_info_unref ()">g_dbus_node_info_unref</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a> *info</code></em>);
|
85
|
-
<span class="returnvalue">void</span> <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-unref" title="g_dbus_interface_info_unref ()">g_dbus_interface_info_unref</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
87
|
+
<span class="returnvalue">void</span> <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-unref" title="g_dbus_interface_info_unref ()">g_dbus_interface_info_unref</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> *info</code></em>);
|
86
88
|
<span class="returnvalue">void</span> <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-method-info-unref" title="g_dbus_method_info_unref ()">g_dbus_method_info_unref</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo"><span class="type">GDBusMethodInfo</span></a> *info</code></em>);
|
87
89
|
<span class="returnvalue">void</span> <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-signal-info-unref" title="g_dbus_signal_info_unref ()">g_dbus_signal_info_unref</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo"><span class="type">GDBusSignalInfo</span></a> *info</code></em>);
|
88
90
|
<span class="returnvalue">void</span> <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-property-info-unref" title="g_dbus_property_info_unref ()">g_dbus_property_info_unref</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo" title="GDBusPropertyInfo"><span class="type">GDBusPropertyInfo</span></a> *info</code></em>);
|
@@ -90,7 +92,14 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
90
92
|
<span class="returnvalue">void</span> <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-unref" title="g_dbus_annotation_info_unref ()">g_dbus_annotation_info_unref</a> (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> *info</code></em>);
|
91
93
|
</pre>
|
92
94
|
</div>
|
93
|
-
<div class="refsect1"
|
95
|
+
<div class="refsect1">
|
96
|
+
<a name="gio-D-Bus-Introspection-Data.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
97
|
+
<pre class="synopsis">
|
98
|
+
GBoxed
|
99
|
+
+----GDBusInterfaceInfo
|
100
|
+
</pre>
|
101
|
+
</div>
|
102
|
+
<div class="refsect1">
|
94
103
|
<a name="gio-D-Bus-Introspection-Data.description"></a><h2>Description</h2>
|
95
104
|
<p>
|
96
105
|
Various data structures and convenience routines to parse and
|
@@ -102,9 +111,9 @@ The format of D-Bus introspection XML is specified in the
|
|
102
111
|
D-Bus specification.
|
103
112
|
</p>
|
104
113
|
</div>
|
105
|
-
<div class="refsect1"
|
114
|
+
<div class="refsect1">
|
106
115
|
<a name="gio-D-Bus-Introspection-Data.details"></a><h2>Details</h2>
|
107
|
-
<div class="refsect2"
|
116
|
+
<div class="refsect2">
|
108
117
|
<a name="GDBusAnnotationInfo"></a><h3>GDBusAnnotationInfo</h3>
|
109
118
|
<pre class="programlisting">typedef struct {
|
110
119
|
volatile gint ref_count;
|
@@ -121,30 +130,26 @@ Information about an annotation.
|
|
121
130
|
<tbody>
|
122
131
|
<tr>
|
123
132
|
<td><p><span class="term">volatile <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GDBusAnnotationInfo.ref-count"></a>ref_count</code></em>;</span></p></td>
|
124
|
-
<td>The reference count or -1 if statically allocated
|
125
|
-
</td>
|
133
|
+
<td>The reference count or -1 if statically allocated.</td>
|
126
134
|
</tr>
|
127
135
|
<tr>
|
128
136
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GDBusAnnotationInfo.key"></a>key</code></em>;</span></p></td>
|
129
|
-
<td>The name of the annotation, e.g. "org.freedesktop.DBus.Deprecated"
|
130
|
-
</td>
|
137
|
+
<td>The name of the annotation, e.g. "org.freedesktop.DBus.Deprecated".</td>
|
131
138
|
</tr>
|
132
139
|
<tr>
|
133
140
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GDBusAnnotationInfo.value"></a>value</code></em>;</span></p></td>
|
134
|
-
<td>The value of the annotation
|
135
|
-
</td>
|
141
|
+
<td>The value of the annotation.</td>
|
136
142
|
</tr>
|
137
143
|
<tr>
|
138
144
|
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> **<em class="structfield"><code><a name="GDBusAnnotationInfo.annotations"></a>annotations</code></em>;</span></p></td>
|
139
|
-
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no annotations
|
140
|
-
</td>
|
145
|
+
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no annotations.</td>
|
141
146
|
</tr>
|
142
147
|
</tbody>
|
143
148
|
</table></div>
|
144
149
|
<p class="since">Since 2.26</p>
|
145
150
|
</div>
|
146
151
|
<hr>
|
147
|
-
<div class="refsect2"
|
152
|
+
<div class="refsect2">
|
148
153
|
<a name="GDBusArgInfo"></a><h3>GDBusArgInfo</h3>
|
149
154
|
<pre class="programlisting">typedef struct {
|
150
155
|
volatile gint ref_count;
|
@@ -161,30 +166,26 @@ Information about an argument for a method or a signal.
|
|
161
166
|
<tbody>
|
162
167
|
<tr>
|
163
168
|
<td><p><span class="term">volatile <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GDBusArgInfo.ref-count"></a>ref_count</code></em>;</span></p></td>
|
164
|
-
<td>The reference count or -1 if statically allocated
|
165
|
-
</td>
|
169
|
+
<td>The reference count or -1 if statically allocated.</td>
|
166
170
|
</tr>
|
167
171
|
<tr>
|
168
172
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GDBusArgInfo.name"></a>name</code></em>;</span></p></td>
|
169
|
-
<td>Name of the argument, e.g. <em class="parameter"><code>unix_user_id</code></em
|
170
|
-
</td>
|
173
|
+
<td>Name of the argument, e.g. <em class="parameter"><code>unix_user_id</code></em>.</td>
|
171
174
|
</tr>
|
172
175
|
<tr>
|
173
176
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GDBusArgInfo.signature"></a>signature</code></em>;</span></p></td>
|
174
|
-
<td>D-Bus signature of the argument (a single complete type)
|
175
|
-
</td>
|
177
|
+
<td>D-Bus signature of the argument (a single complete type).</td>
|
176
178
|
</tr>
|
177
179
|
<tr>
|
178
180
|
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> **<em class="structfield"><code><a name="GDBusArgInfo.annotations"></a>annotations</code></em>;</span></p></td>
|
179
|
-
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no annotations
|
180
|
-
</td>
|
181
|
+
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no annotations.</td>
|
181
182
|
</tr>
|
182
183
|
</tbody>
|
183
184
|
</table></div>
|
184
185
|
<p class="since">Since 2.26</p>
|
185
186
|
</div>
|
186
187
|
<hr>
|
187
|
-
<div class="refsect2"
|
188
|
+
<div class="refsect2">
|
188
189
|
<a name="GDBusMethodInfo"></a><h3>GDBusMethodInfo</h3>
|
189
190
|
<pre class="programlisting">typedef struct {
|
190
191
|
volatile gint ref_count;
|
@@ -202,35 +203,30 @@ Information about a method on an D-Bus interface.
|
|
202
203
|
<tbody>
|
203
204
|
<tr>
|
204
205
|
<td><p><span class="term">volatile <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GDBusMethodInfo.ref-count"></a>ref_count</code></em>;</span></p></td>
|
205
|
-
<td>The reference count or -1 if statically allocated
|
206
|
-
</td>
|
206
|
+
<td>The reference count or -1 if statically allocated.</td>
|
207
207
|
</tr>
|
208
208
|
<tr>
|
209
209
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GDBusMethodInfo.name"></a>name</code></em>;</span></p></td>
|
210
|
-
<td>The name of the D-Bus method, e.g. <em class="parameter"><code>RequestName</code></em
|
211
|
-
</td>
|
210
|
+
<td>The name of the D-Bus method, e.g. <em class="parameter"><code>RequestName</code></em>.</td>
|
212
211
|
</tr>
|
213
212
|
<tr>
|
214
213
|
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo"><span class="type">GDBusArgInfo</span></a> **<em class="structfield"><code><a name="GDBusMethodInfo.in-args"></a>in_args</code></em>;</span></p></td>
|
215
|
-
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo"><span class="type">GDBusArgInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no in arguments
|
216
|
-
</td>
|
214
|
+
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo"><span class="type">GDBusArgInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no in arguments.</td>
|
217
215
|
</tr>
|
218
216
|
<tr>
|
219
217
|
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo"><span class="type">GDBusArgInfo</span></a> **<em class="structfield"><code><a name="GDBusMethodInfo.out-args"></a>out_args</code></em>;</span></p></td>
|
220
|
-
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo"><span class="type">GDBusArgInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no out arguments
|
221
|
-
</td>
|
218
|
+
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo"><span class="type">GDBusArgInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no out arguments.</td>
|
222
219
|
</tr>
|
223
220
|
<tr>
|
224
221
|
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> **<em class="structfield"><code><a name="GDBusMethodInfo.annotations"></a>annotations</code></em>;</span></p></td>
|
225
|
-
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no annotations
|
226
|
-
</td>
|
222
|
+
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no annotations.</td>
|
227
223
|
</tr>
|
228
224
|
</tbody>
|
229
225
|
</table></div>
|
230
226
|
<p class="since">Since 2.26</p>
|
231
227
|
</div>
|
232
228
|
<hr>
|
233
|
-
<div class="refsect2"
|
229
|
+
<div class="refsect2">
|
234
230
|
<a name="GDBusSignalInfo"></a><h3>GDBusSignalInfo</h3>
|
235
231
|
<pre class="programlisting">typedef struct {
|
236
232
|
volatile gint ref_count;
|
@@ -247,30 +243,26 @@ Information about a signal on a D-Bus interface.
|
|
247
243
|
<tbody>
|
248
244
|
<tr>
|
249
245
|
<td><p><span class="term">volatile <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GDBusSignalInfo.ref-count"></a>ref_count</code></em>;</span></p></td>
|
250
|
-
<td>The reference count or -1 if statically allocated
|
251
|
-
</td>
|
246
|
+
<td>The reference count or -1 if statically allocated.</td>
|
252
247
|
</tr>
|
253
248
|
<tr>
|
254
249
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GDBusSignalInfo.name"></a>name</code></em>;</span></p></td>
|
255
|
-
<td>The name of the D-Bus signal, e.g. "NameOwnerChanged"
|
256
|
-
</td>
|
250
|
+
<td>The name of the D-Bus signal, e.g. "NameOwnerChanged".</td>
|
257
251
|
</tr>
|
258
252
|
<tr>
|
259
253
|
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo"><span class="type">GDBusArgInfo</span></a> **<em class="structfield"><code><a name="GDBusSignalInfo.args"></a>args</code></em>;</span></p></td>
|
260
|
-
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo"><span class="type">GDBusArgInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no arguments
|
261
|
-
</td>
|
254
|
+
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo"><span class="type">GDBusArgInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no arguments.</td>
|
262
255
|
</tr>
|
263
256
|
<tr>
|
264
257
|
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> **<em class="structfield"><code><a name="GDBusSignalInfo.annotations"></a>annotations</code></em>;</span></p></td>
|
265
|
-
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no annotations
|
266
|
-
</td>
|
258
|
+
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no annotations.</td>
|
267
259
|
</tr>
|
268
260
|
</tbody>
|
269
261
|
</table></div>
|
270
262
|
<p class="since">Since 2.26</p>
|
271
263
|
</div>
|
272
264
|
<hr>
|
273
|
-
<div class="refsect2"
|
265
|
+
<div class="refsect2">
|
274
266
|
<a name="GDBusPropertyInfoFlags"></a><h3>enum GDBusPropertyInfoFlags</h3>
|
275
267
|
<pre class="programlisting">typedef enum
|
276
268
|
{
|
@@ -305,7 +297,7 @@ Flags describing the access control of a D-Bus property.
|
|
305
297
|
<p class="since">Since 2.26</p>
|
306
298
|
</div>
|
307
299
|
<hr>
|
308
|
-
<div class="refsect2"
|
300
|
+
<div class="refsect2">
|
309
301
|
<a name="GDBusPropertyInfo"></a><h3>GDBusPropertyInfo</h3>
|
310
302
|
<pre class="programlisting">typedef struct {
|
311
303
|
volatile gint ref_count;
|
@@ -323,87 +315,43 @@ Information about a D-Bus property on a D-Bus interface.
|
|
323
315
|
<tbody>
|
324
316
|
<tr>
|
325
317
|
<td><p><span class="term">volatile <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GDBusPropertyInfo.ref-count"></a>ref_count</code></em>;</span></p></td>
|
326
|
-
<td>The reference count or -1 if statically allocated
|
327
|
-
</td>
|
318
|
+
<td>The reference count or -1 if statically allocated.</td>
|
328
319
|
</tr>
|
329
320
|
<tr>
|
330
321
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GDBusPropertyInfo.name"></a>name</code></em>;</span></p></td>
|
331
|
-
<td>The name of the D-Bus property, e.g. "SupportedFilesystems"
|
332
|
-
</td>
|
322
|
+
<td>The name of the D-Bus property, e.g. "SupportedFilesystems".</td>
|
333
323
|
</tr>
|
334
324
|
<tr>
|
335
325
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GDBusPropertyInfo.signature"></a>signature</code></em>;</span></p></td>
|
336
|
-
<td>The D-Bus signature of the property (a single complete type)
|
337
|
-
</td>
|
326
|
+
<td>The D-Bus signature of the property (a single complete type).</td>
|
338
327
|
</tr>
|
339
328
|
<tr>
|
340
329
|
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfoFlags" title="enum GDBusPropertyInfoFlags"><span class="type">GDBusPropertyInfoFlags</span></a> <em class="structfield"><code><a name="GDBusPropertyInfo.flags"></a>flags</code></em>;</span></p></td>
|
341
|
-
<td>Access control flags for the property
|
342
|
-
</td>
|
330
|
+
<td>Access control flags for the property.</td>
|
343
331
|
</tr>
|
344
332
|
<tr>
|
345
333
|
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> **<em class="structfield"><code><a name="GDBusPropertyInfo.annotations"></a>annotations</code></em>;</span></p></td>
|
346
|
-
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no annotations
|
347
|
-
</td>
|
334
|
+
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no annotations.</td>
|
348
335
|
</tr>
|
349
336
|
</tbody>
|
350
337
|
</table></div>
|
351
338
|
<p class="since">Since 2.26</p>
|
352
339
|
</div>
|
353
340
|
<hr>
|
354
|
-
<div class="refsect2"
|
355
|
-
<a name="GDBusInterfaceInfo"></a><h3>GDBusInterfaceInfo</h3>
|
356
|
-
<pre class="programlisting">typedef struct
|
357
|
-
volatile gint ref_count;
|
358
|
-
gchar *name;
|
359
|
-
GDBusMethodInfo **methods;
|
360
|
-
GDBusSignalInfo **signals;
|
361
|
-
GDBusPropertyInfo **properties;
|
362
|
-
GDBusAnnotationInfo **annotations;
|
363
|
-
} GDBusInterfaceInfo;
|
364
|
-
</pre>
|
341
|
+
<div class="refsect2">
|
342
|
+
<a name="GDBusInterfaceInfo-struct"></a><h3>GDBusInterfaceInfo</h3>
|
343
|
+
<pre class="programlisting">typedef struct _GDBusInterfaceInfo GDBusInterfaceInfo;</pre>
|
365
344
|
<p>
|
366
345
|
Information about a D-Bus interface.
|
367
346
|
</p>
|
368
347
|
<div class="variablelist"><table border="0">
|
369
348
|
<col align="left" valign="top">
|
370
|
-
<tbody>
|
371
|
-
<tr>
|
372
|
-
<td><p><span class="term">volatile <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GDBusInterfaceInfo.ref-count"></a>ref_count</code></em>;</span></p></td>
|
373
|
-
<td>The reference count or -1 if statically allocated.
|
374
|
-
</td>
|
375
|
-
</tr>
|
376
|
-
<tr>
|
377
|
-
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GDBusInterfaceInfo.name"></a>name</code></em>;</span></p></td>
|
378
|
-
<td>The name of the D-Bus interface, e.g. "org.freedesktop.DBus.Properties".
|
379
|
-
</td>
|
380
|
-
</tr>
|
381
|
-
<tr>
|
382
|
-
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo"><span class="type">GDBusMethodInfo</span></a> **<em class="structfield"><code><a name="GDBusInterfaceInfo.methods"></a>methods</code></em>;</span></p></td>
|
383
|
-
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo"><span class="type">GDBusMethodInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no methods.
|
384
|
-
</td>
|
385
|
-
</tr>
|
386
|
-
<tr>
|
387
|
-
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo"><span class="type">GDBusSignalInfo</span></a> **<em class="structfield"><code><a name="GDBusInterfaceInfo.signals"></a>signals</code></em>;</span></p></td>
|
388
|
-
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo"><span class="type">GDBusSignalInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no signals.
|
389
|
-
</td>
|
390
|
-
</tr>
|
391
|
-
<tr>
|
392
|
-
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo" title="GDBusPropertyInfo"><span class="type">GDBusPropertyInfo</span></a> **<em class="structfield"><code><a name="GDBusInterfaceInfo.properties"></a>properties</code></em>;</span></p></td>
|
393
|
-
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo" title="GDBusPropertyInfo"><span class="type">GDBusPropertyInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no properties.
|
394
|
-
</td>
|
395
|
-
</tr>
|
396
|
-
<tr>
|
397
|
-
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> **<em class="structfield"><code><a name="GDBusInterfaceInfo.annotations"></a>annotations</code></em>;</span></p></td>
|
398
|
-
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no annotations.
|
399
|
-
</td>
|
400
|
-
</tr>
|
401
|
-
</tbody>
|
349
|
+
<tbody></tbody>
|
402
350
|
</table></div>
|
403
351
|
<p class="since">Since 2.26</p>
|
404
352
|
</div>
|
405
353
|
<hr>
|
406
|
-
<div class="refsect2"
|
354
|
+
<div class="refsect2">
|
407
355
|
<a name="GDBusNodeInfo"></a><h3>GDBusNodeInfo</h3>
|
408
356
|
<pre class="programlisting">typedef struct {
|
409
357
|
volatile gint ref_count;
|
@@ -421,35 +369,30 @@ Information about nodes in a remote object hierarchy.
|
|
421
369
|
<tbody>
|
422
370
|
<tr>
|
423
371
|
<td><p><span class="term">volatile <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GDBusNodeInfo.ref-count"></a>ref_count</code></em>;</span></p></td>
|
424
|
-
<td>The reference count or -1 if statically allocated
|
425
|
-
</td>
|
372
|
+
<td>The reference count or -1 if statically allocated.</td>
|
426
373
|
</tr>
|
427
374
|
<tr>
|
428
375
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GDBusNodeInfo.path"></a>path</code></em>;</span></p></td>
|
429
|
-
<td>The path of the node or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if omitted. Note that this may be a relative path. See the D-Bus specification for more details
|
430
|
-
</td>
|
376
|
+
<td>The path of the node or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if omitted. Note that this may be a relative path. See the D-Bus specification for more details.</td>
|
431
377
|
</tr>
|
432
378
|
<tr>
|
433
|
-
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
434
|
-
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
435
|
-
</td>
|
379
|
+
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> **<em class="structfield"><code><a name="GDBusNodeInfo.interfaces"></a>interfaces</code></em>;</span></p></td>
|
380
|
+
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no interfaces.</td>
|
436
381
|
</tr>
|
437
382
|
<tr>
|
438
383
|
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a> **<em class="structfield"><code><a name="GDBusNodeInfo.nodes"></a>nodes</code></em>;</span></p></td>
|
439
|
-
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no nodes
|
440
|
-
</td>
|
384
|
+
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no nodes.</td>
|
441
385
|
</tr>
|
442
386
|
<tr>
|
443
387
|
<td><p><span class="term"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> **<em class="structfield"><code><a name="GDBusNodeInfo.annotations"></a>annotations</code></em>;</span></p></td>
|
444
|
-
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no annotations
|
445
|
-
</td>
|
388
|
+
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> structures or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no annotations.</td>
|
446
389
|
</tr>
|
447
390
|
</tbody>
|
448
391
|
</table></div>
|
449
392
|
<p class="since">Since 2.26</p>
|
450
393
|
</div>
|
451
394
|
<hr>
|
452
|
-
<div class="refsect2"
|
395
|
+
<div class="refsect2">
|
453
396
|
<a name="g-dbus-annotation-info-lookup"></a><h3>g_dbus_annotation_info_lookup ()</h3>
|
454
397
|
<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_annotation_info_lookup (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> **annotations</code></em>,
|
455
398
|
<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>);</pre>
|
@@ -464,28 +407,24 @@ This cost of this function is O(n) in number of annotations.
|
|
464
407
|
<tbody>
|
465
408
|
<tr>
|
466
409
|
<td><p><span class="term"><em class="parameter"><code>annotations</code></em> :</span></p></td>
|
467
|
-
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of annotations or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
468
|
-
</td>
|
410
|
+
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of annotations or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
469
411
|
</tr>
|
470
412
|
<tr>
|
471
413
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
472
|
-
<td>The name of the annotation to look up
|
473
|
-
</td>
|
414
|
+
<td>The name of the annotation to look up.</td>
|
474
415
|
</tr>
|
475
416
|
<tr>
|
476
417
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
477
|
-
<td>
|
478
|
-
|
479
|
-
</td>
|
418
|
+
<td>The value or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not found. Do not free, it is owned by <em class="parameter"><code>annotations</code></em>.</td>
|
480
419
|
</tr>
|
481
420
|
</tbody>
|
482
421
|
</table></div>
|
483
422
|
<p class="since">Since 2.26</p>
|
484
423
|
</div>
|
485
424
|
<hr>
|
486
|
-
<div class="refsect2"
|
425
|
+
<div class="refsect2">
|
487
426
|
<a name="g-dbus-interface-info-lookup-method"></a><h3>g_dbus_interface_info_lookup_method ()</h3>
|
488
|
-
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo"><span class="returnvalue">GDBusMethodInfo</span></a> * g_dbus_interface_info_lookup_method (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
427
|
+
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo"><span class="returnvalue">GDBusMethodInfo</span></a> * g_dbus_interface_info_lookup_method (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> *info</code></em>,
|
489
428
|
<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>);</pre>
|
490
429
|
<p>
|
491
430
|
Looks up information about a method.
|
@@ -498,28 +437,24 @@ This cost of this function is O(n) in number of methods.
|
|
498
437
|
<tbody>
|
499
438
|
<tr>
|
500
439
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
501
|
-
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
502
|
-
</td>
|
440
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>.</td>
|
503
441
|
</tr>
|
504
442
|
<tr>
|
505
443
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
506
|
-
<td>A D-Bus method name (typically in CamelCase)
|
507
|
-
</td>
|
444
|
+
<td>A D-Bus method name (typically in CamelCase)</td>
|
508
445
|
</tr>
|
509
446
|
<tr>
|
510
447
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
511
|
-
<td>
|
512
|
-
|
513
|
-
</td>
|
448
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo"><span class="type">GDBusMethodInfo</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not found. Do not free, it is owned by <em class="parameter"><code>info</code></em>.</td>
|
514
449
|
</tr>
|
515
450
|
</tbody>
|
516
451
|
</table></div>
|
517
452
|
<p class="since">Since 2.26</p>
|
518
453
|
</div>
|
519
454
|
<hr>
|
520
|
-
<div class="refsect2"
|
455
|
+
<div class="refsect2">
|
521
456
|
<a name="g-dbus-interface-info-lookup-signal"></a><h3>g_dbus_interface_info_lookup_signal ()</h3>
|
522
|
-
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo"><span class="returnvalue">GDBusSignalInfo</span></a> * g_dbus_interface_info_lookup_signal (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
457
|
+
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo"><span class="returnvalue">GDBusSignalInfo</span></a> * g_dbus_interface_info_lookup_signal (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> *info</code></em>,
|
523
458
|
<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>);</pre>
|
524
459
|
<p>
|
525
460
|
Looks up information about a signal.
|
@@ -532,29 +467,25 @@ This cost of this function is O(n) in number of signals.
|
|
532
467
|
<tbody>
|
533
468
|
<tr>
|
534
469
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
535
|
-
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
536
|
-
</td>
|
470
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>.</td>
|
537
471
|
</tr>
|
538
472
|
<tr>
|
539
473
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
540
|
-
<td>A D-Bus signal name (typically in CamelCase)
|
541
|
-
</td>
|
474
|
+
<td>A D-Bus signal name (typically in CamelCase)</td>
|
542
475
|
</tr>
|
543
476
|
<tr>
|
544
477
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
545
|
-
<td>
|
546
|
-
|
547
|
-
</td>
|
478
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo"><span class="type">GDBusSignalInfo</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not found. Do not free, it is owned by <em class="parameter"><code>info</code></em>.</td>
|
548
479
|
</tr>
|
549
480
|
</tbody>
|
550
481
|
</table></div>
|
551
482
|
<p class="since">Since 2.26</p>
|
552
483
|
</div>
|
553
484
|
<hr>
|
554
|
-
<div class="refsect2"
|
485
|
+
<div class="refsect2">
|
555
486
|
<a name="g-dbus-interface-info-lookup-property"></a><h3>g_dbus_interface_info_lookup_property ()</h3>
|
556
487
|
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo" title="GDBusPropertyInfo"><span class="returnvalue">GDBusPropertyInfo</span></a> * g_dbus_interface_info_lookup_property
|
557
|
-
(<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
488
|
+
(<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> *info</code></em>,
|
558
489
|
<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>);</pre>
|
559
490
|
<p>
|
560
491
|
Looks up information about a property.
|
@@ -567,28 +498,24 @@ This cost of this function is O(n) in number of properties.
|
|
567
498
|
<tbody>
|
568
499
|
<tr>
|
569
500
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
570
|
-
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
571
|
-
</td>
|
501
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>.</td>
|
572
502
|
</tr>
|
573
503
|
<tr>
|
574
504
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
575
|
-
<td>A D-Bus property name (typically in CamelCase)
|
576
|
-
</td>
|
505
|
+
<td>A D-Bus property name (typically in CamelCase).</td>
|
577
506
|
</tr>
|
578
507
|
<tr>
|
579
508
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
580
|
-
<td>
|
581
|
-
|
582
|
-
</td>
|
509
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo" title="GDBusPropertyInfo"><span class="type">GDBusPropertyInfo</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not found. Do not free, it is owned by <em class="parameter"><code>info</code></em>.</td>
|
583
510
|
</tr>
|
584
511
|
</tbody>
|
585
512
|
</table></div>
|
586
513
|
<p class="since">Since 2.26</p>
|
587
514
|
</div>
|
588
515
|
<hr>
|
589
|
-
<div class="refsect2"
|
516
|
+
<div class="refsect2">
|
590
517
|
<a name="g-dbus-interface-info-generate-xml"></a><h3>g_dbus_interface_info_generate_xml ()</h3>
|
591
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_interface_info_generate_xml (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
518
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_interface_info_generate_xml (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> *info</code></em>,
|
592
519
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> indent</code></em>,
|
593
520
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *string_builder</code></em>);</pre>
|
594
521
|
<p>
|
@@ -610,20 +537,18 @@ method.
|
|
610
537
|
</tr>
|
611
538
|
<tr>
|
612
539
|
<td><p><span class="term"><em class="parameter"><code>indent</code></em> :</span></p></td>
|
613
|
-
<td>Indentation level
|
614
|
-
</td>
|
540
|
+
<td>Indentation level.</td>
|
615
541
|
</tr>
|
616
542
|
<tr>
|
617
543
|
<td><p><span class="term"><em class="parameter"><code>string_builder</code></em> :</span></p></td>
|
618
|
-
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to to append XML data to
|
619
|
-
</td>
|
544
|
+
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to to append XML data to.</td>
|
620
545
|
</tr>
|
621
546
|
</tbody>
|
622
547
|
</table></div>
|
623
548
|
<p class="since">Since 2.26</p>
|
624
549
|
</div>
|
625
550
|
<hr>
|
626
|
-
<div class="refsect2"
|
551
|
+
<div class="refsect2">
|
627
552
|
<a name="g-dbus-node-info-new-for-xml"></a><h3>g_dbus_node_info_new_for_xml ()</h3>
|
628
553
|
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="returnvalue">GDBusNodeInfo</span></a> * g_dbus_node_info_new_for_xml (<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> *xml_data</code></em>,
|
629
554
|
<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>
|
@@ -635,29 +560,25 @@ Parses <em class="parameter"><code>xml_data</code></em> and returns a <a class="
|
|
635
560
|
<tbody>
|
636
561
|
<tr>
|
637
562
|
<td><p><span class="term"><em class="parameter"><code>xml_data</code></em> :</span></p></td>
|
638
|
-
<td>Valid D-Bus introspection XML
|
639
|
-
</td>
|
563
|
+
<td>Valid D-Bus introspection XML.</td>
|
640
564
|
</tr>
|
641
565
|
<tr>
|
642
566
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
643
|
-
<td>Return location for error
|
644
|
-
</td>
|
567
|
+
<td>Return location for error.</td>
|
645
568
|
</tr>
|
646
569
|
<tr>
|
647
570
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
648
|
-
<td>
|
649
|
-
with <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-unref" title="g_dbus_node_info_unref ()"><code class="function">g_dbus_node_info_unref()</code></a
|
650
|
-
|
651
|
-
</td>
|
571
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a> structure or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em> is set. Free
|
572
|
+
with <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-unref" title="g_dbus_node_info_unref ()"><code class="function">g_dbus_node_info_unref()</code></a>.</td>
|
652
573
|
</tr>
|
653
574
|
</tbody>
|
654
575
|
</table></div>
|
655
576
|
<p class="since">Since 2.26</p>
|
656
577
|
</div>
|
657
578
|
<hr>
|
658
|
-
<div class="refsect2"
|
579
|
+
<div class="refsect2">
|
659
580
|
<a name="g-dbus-node-info-lookup-interface"></a><h3>g_dbus_node_info_lookup_interface ()</h3>
|
660
|
-
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
581
|
+
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="returnvalue">GDBusInterfaceInfo</span></a> * g_dbus_node_info_lookup_interface (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a> *info</code></em>,
|
661
582
|
<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>);</pre>
|
662
583
|
<p>
|
663
584
|
Looks up information about an interface.
|
@@ -670,26 +591,22 @@ This cost of this function is O(n) in number of interfaces.
|
|
670
591
|
<tbody>
|
671
592
|
<tr>
|
672
593
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
673
|
-
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a
|
674
|
-
</td>
|
594
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a>.</td>
|
675
595
|
</tr>
|
676
596
|
<tr>
|
677
597
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
678
|
-
<td>A D-Bus interface name
|
679
|
-
</td>
|
598
|
+
<td>A D-Bus interface name.</td>
|
680
599
|
</tr>
|
681
600
|
<tr>
|
682
601
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
683
|
-
<td>
|
684
|
-
|
685
|
-
</td>
|
602
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not found. Do not free, it is owned by <em class="parameter"><code>info</code></em>.</td>
|
686
603
|
</tr>
|
687
604
|
</tbody>
|
688
605
|
</table></div>
|
689
606
|
<p class="since">Since 2.26</p>
|
690
607
|
</div>
|
691
608
|
<hr>
|
692
|
-
<div class="refsect2"
|
609
|
+
<div class="refsect2">
|
693
610
|
<a name="g-dbus-node-info-generate-xml"></a><h3>g_dbus_node_info_generate_xml ()</h3>
|
694
611
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_node_info_generate_xml (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a> *info</code></em>,
|
695
612
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> indent</code></em>,
|
@@ -706,25 +623,22 @@ handling the <code class="literal">org.freedesktop.DBus.Introspectable.Introspec
|
|
706
623
|
<tbody>
|
707
624
|
<tr>
|
708
625
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
709
|
-
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a
|
710
|
-
</td>
|
626
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a>.</td>
|
711
627
|
</tr>
|
712
628
|
<tr>
|
713
629
|
<td><p><span class="term"><em class="parameter"><code>indent</code></em> :</span></p></td>
|
714
|
-
<td>Indentation level
|
715
|
-
</td>
|
630
|
+
<td>Indentation level.</td>
|
716
631
|
</tr>
|
717
632
|
<tr>
|
718
633
|
<td><p><span class="term"><em class="parameter"><code>string_builder</code></em> :</span></p></td>
|
719
|
-
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to to append XML data to
|
720
|
-
</td>
|
634
|
+
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> to to append XML data to.</td>
|
721
635
|
</tr>
|
722
636
|
</tbody>
|
723
637
|
</table></div>
|
724
638
|
<p class="since">Since 2.26</p>
|
725
639
|
</div>
|
726
640
|
<hr>
|
727
|
-
<div class="refsect2"
|
641
|
+
<div class="refsect2">
|
728
642
|
<a name="G-TYPE-DBUS-NODE-INFO:CAPS"></a><h3>G_TYPE_DBUS_NODE_INFO</h3>
|
729
643
|
<pre class="programlisting">#define G_TYPE_DBUS_NODE_INFO (g_dbus_node_info_get_type ())
|
730
644
|
</pre>
|
@@ -734,17 +648,17 @@ The <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Inform
|
|
734
648
|
<p class="since">Since 2.26</p>
|
735
649
|
</div>
|
736
650
|
<hr>
|
737
|
-
<div class="refsect2"
|
651
|
+
<div class="refsect2">
|
738
652
|
<a name="G-TYPE-DBUS-INTERFACE-INFO:CAPS"></a><h3>G_TYPE_DBUS_INTERFACE_INFO</h3>
|
739
653
|
<pre class="programlisting">#define G_TYPE_DBUS_INTERFACE_INFO (g_dbus_interface_info_get_type ())
|
740
654
|
</pre>
|
741
655
|
<p>
|
742
|
-
The <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> for a boxed type holding a <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
656
|
+
The <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> for a boxed type holding a <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>.
|
743
657
|
</p>
|
744
658
|
<p class="since">Since 2.26</p>
|
745
659
|
</div>
|
746
660
|
<hr>
|
747
|
-
<div class="refsect2"
|
661
|
+
<div class="refsect2">
|
748
662
|
<a name="G-TYPE-DBUS-METHOD-INFO:CAPS"></a><h3>G_TYPE_DBUS_METHOD_INFO</h3>
|
749
663
|
<pre class="programlisting">#define G_TYPE_DBUS_METHOD_INFO (g_dbus_method_info_get_type ())
|
750
664
|
</pre>
|
@@ -754,7 +668,7 @@ The <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Inform
|
|
754
668
|
<p class="since">Since 2.26</p>
|
755
669
|
</div>
|
756
670
|
<hr>
|
757
|
-
<div class="refsect2"
|
671
|
+
<div class="refsect2">
|
758
672
|
<a name="G-TYPE-DBUS-SIGNAL-INFO:CAPS"></a><h3>G_TYPE_DBUS_SIGNAL_INFO</h3>
|
759
673
|
<pre class="programlisting">#define G_TYPE_DBUS_SIGNAL_INFO (g_dbus_signal_info_get_type ())
|
760
674
|
</pre>
|
@@ -764,7 +678,7 @@ The <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Inform
|
|
764
678
|
<p class="since">Since 2.26</p>
|
765
679
|
</div>
|
766
680
|
<hr>
|
767
|
-
<div class="refsect2"
|
681
|
+
<div class="refsect2">
|
768
682
|
<a name="G-TYPE-DBUS-PROPERTY-INFO:CAPS"></a><h3>G_TYPE_DBUS_PROPERTY_INFO</h3>
|
769
683
|
<pre class="programlisting">#define G_TYPE_DBUS_PROPERTY_INFO (g_dbus_property_info_get_type ())
|
770
684
|
</pre>
|
@@ -774,7 +688,7 @@ The <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Inform
|
|
774
688
|
<p class="since">Since 2.26</p>
|
775
689
|
</div>
|
776
690
|
<hr>
|
777
|
-
<div class="refsect2"
|
691
|
+
<div class="refsect2">
|
778
692
|
<a name="G-TYPE-DBUS-ARG-INFO:CAPS"></a><h3>G_TYPE_DBUS_ARG_INFO</h3>
|
779
693
|
<pre class="programlisting">#define G_TYPE_DBUS_ARG_INFO (g_dbus_arg_info_get_type ())
|
780
694
|
</pre>
|
@@ -784,7 +698,7 @@ The <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Inform
|
|
784
698
|
<p class="since">Since 2.26</p>
|
785
699
|
</div>
|
786
700
|
<hr>
|
787
|
-
<div class="refsect2"
|
701
|
+
<div class="refsect2">
|
788
702
|
<a name="G-TYPE-DBUS-ANNOTATION-INFO:CAPS"></a><h3>G_TYPE_DBUS_ANNOTATION_INFO</h3>
|
789
703
|
<pre class="programlisting">#define G_TYPE_DBUS_ANNOTATION_INFO (g_dbus_annotation_info_get_type ())
|
790
704
|
</pre>
|
@@ -794,7 +708,7 @@ The <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Inform
|
|
794
708
|
<p class="since">Since 2.26</p>
|
795
709
|
</div>
|
796
710
|
<hr>
|
797
|
-
<div class="refsect2"
|
711
|
+
<div class="refsect2">
|
798
712
|
<a name="g-dbus-node-info-ref"></a><h3>g_dbus_node_info_ref ()</h3>
|
799
713
|
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="returnvalue">GDBusNodeInfo</span></a> * g_dbus_node_info_ref (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a> *info</code></em>);</pre>
|
800
714
|
<p>
|
@@ -811,18 +725,16 @@ the reference count.
|
|
811
725
|
</tr>
|
812
726
|
<tr>
|
813
727
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
814
|
-
<td>
|
815
|
-
|
816
|
-
</td>
|
728
|
+
<td>The same <em class="parameter"><code>info</code></em>.</td>
|
817
729
|
</tr>
|
818
730
|
</tbody>
|
819
731
|
</table></div>
|
820
732
|
<p class="since">Since 2.26</p>
|
821
733
|
</div>
|
822
734
|
<hr>
|
823
|
-
<div class="refsect2"
|
735
|
+
<div class="refsect2">
|
824
736
|
<a name="g-dbus-interface-info-ref"></a><h3>g_dbus_interface_info_ref ()</h3>
|
825
|
-
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
737
|
+
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="returnvalue">GDBusInterfaceInfo</span></a> * g_dbus_interface_info_ref (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> *info</code></em>);</pre>
|
826
738
|
<p>
|
827
739
|
If <em class="parameter"><code>info</code></em> is statically allocated does nothing. Otherwise increases
|
828
740
|
the reference count.
|
@@ -832,21 +744,19 @@ the reference count.
|
|
832
744
|
<tbody>
|
833
745
|
<tr>
|
834
746
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
835
|
-
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
747
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>
|
836
748
|
</td>
|
837
749
|
</tr>
|
838
750
|
<tr>
|
839
751
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
840
|
-
<td>
|
841
|
-
|
842
|
-
</td>
|
752
|
+
<td>The same <em class="parameter"><code>info</code></em>.</td>
|
843
753
|
</tr>
|
844
754
|
</tbody>
|
845
755
|
</table></div>
|
846
756
|
<p class="since">Since 2.26</p>
|
847
757
|
</div>
|
848
758
|
<hr>
|
849
|
-
<div class="refsect2"
|
759
|
+
<div class="refsect2">
|
850
760
|
<a name="g-dbus-method-info-ref"></a><h3>g_dbus_method_info_ref ()</h3>
|
851
761
|
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo"><span class="returnvalue">GDBusMethodInfo</span></a> * g_dbus_method_info_ref (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo"><span class="type">GDBusMethodInfo</span></a> *info</code></em>);</pre>
|
852
762
|
<p>
|
@@ -863,16 +773,14 @@ the reference count.
|
|
863
773
|
</tr>
|
864
774
|
<tr>
|
865
775
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
866
|
-
<td>
|
867
|
-
|
868
|
-
</td>
|
776
|
+
<td>The same <em class="parameter"><code>info</code></em>.</td>
|
869
777
|
</tr>
|
870
778
|
</tbody>
|
871
779
|
</table></div>
|
872
780
|
<p class="since">Since 2.26</p>
|
873
781
|
</div>
|
874
782
|
<hr>
|
875
|
-
<div class="refsect2"
|
783
|
+
<div class="refsect2">
|
876
784
|
<a name="g-dbus-signal-info-ref"></a><h3>g_dbus_signal_info_ref ()</h3>
|
877
785
|
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo"><span class="returnvalue">GDBusSignalInfo</span></a> * g_dbus_signal_info_ref (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo"><span class="type">GDBusSignalInfo</span></a> *info</code></em>);</pre>
|
878
786
|
<p>
|
@@ -889,16 +797,14 @@ the reference count.
|
|
889
797
|
</tr>
|
890
798
|
<tr>
|
891
799
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
892
|
-
<td>
|
893
|
-
|
894
|
-
</td>
|
800
|
+
<td>The same <em class="parameter"><code>info</code></em>.</td>
|
895
801
|
</tr>
|
896
802
|
</tbody>
|
897
803
|
</table></div>
|
898
804
|
<p class="since">Since 2.26</p>
|
899
805
|
</div>
|
900
806
|
<hr>
|
901
|
-
<div class="refsect2"
|
807
|
+
<div class="refsect2">
|
902
808
|
<a name="g-dbus-property-info-ref"></a><h3>g_dbus_property_info_ref ()</h3>
|
903
809
|
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo" title="GDBusPropertyInfo"><span class="returnvalue">GDBusPropertyInfo</span></a> * g_dbus_property_info_ref (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo" title="GDBusPropertyInfo"><span class="type">GDBusPropertyInfo</span></a> *info</code></em>);</pre>
|
904
810
|
<p>
|
@@ -915,16 +821,14 @@ the reference count.
|
|
915
821
|
</tr>
|
916
822
|
<tr>
|
917
823
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
918
|
-
<td>
|
919
|
-
|
920
|
-
</td>
|
824
|
+
<td>The same <em class="parameter"><code>info</code></em>.</td>
|
921
825
|
</tr>
|
922
826
|
</tbody>
|
923
827
|
</table></div>
|
924
828
|
<p class="since">Since 2.26</p>
|
925
829
|
</div>
|
926
830
|
<hr>
|
927
|
-
<div class="refsect2"
|
831
|
+
<div class="refsect2">
|
928
832
|
<a name="g-dbus-arg-info-ref"></a><h3>g_dbus_arg_info_ref ()</h3>
|
929
833
|
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo"><span class="returnvalue">GDBusArgInfo</span></a> * g_dbus_arg_info_ref (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo"><span class="type">GDBusArgInfo</span></a> *info</code></em>);</pre>
|
930
834
|
<p>
|
@@ -941,16 +845,14 @@ the reference count.
|
|
941
845
|
</tr>
|
942
846
|
<tr>
|
943
847
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
944
|
-
<td>
|
945
|
-
|
946
|
-
</td>
|
848
|
+
<td>The same <em class="parameter"><code>info</code></em>.</td>
|
947
849
|
</tr>
|
948
850
|
</tbody>
|
949
851
|
</table></div>
|
950
852
|
<p class="since">Since 2.26</p>
|
951
853
|
</div>
|
952
854
|
<hr>
|
953
|
-
<div class="refsect2"
|
855
|
+
<div class="refsect2">
|
954
856
|
<a name="g-dbus-annotation-info-ref"></a><h3>g_dbus_annotation_info_ref ()</h3>
|
955
857
|
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="returnvalue">GDBusAnnotationInfo</span></a> * g_dbus_annotation_info_ref (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> *info</code></em>);</pre>
|
956
858
|
<p>
|
@@ -967,16 +869,14 @@ the reference count.
|
|
967
869
|
</tr>
|
968
870
|
<tr>
|
969
871
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
970
|
-
<td>
|
971
|
-
|
972
|
-
</td>
|
872
|
+
<td>The same <em class="parameter"><code>info</code></em>.</td>
|
973
873
|
</tr>
|
974
874
|
</tbody>
|
975
875
|
</table></div>
|
976
876
|
<p class="since">Since 2.26</p>
|
977
877
|
</div>
|
978
878
|
<hr>
|
979
|
-
<div class="refsect2"
|
879
|
+
<div class="refsect2">
|
980
880
|
<a name="g-dbus-node-info-unref"></a><h3>g_dbus_node_info_unref ()</h3>
|
981
881
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_node_info_unref (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a> *info</code></em>);</pre>
|
982
882
|
<p>
|
@@ -988,16 +888,15 @@ the memory used is freed.
|
|
988
888
|
<col align="left" valign="top">
|
989
889
|
<tbody><tr>
|
990
890
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
991
|
-
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a
|
992
|
-
</td>
|
891
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo"><span class="type">GDBusNodeInfo</span></a>.</td>
|
993
892
|
</tr></tbody>
|
994
893
|
</table></div>
|
995
894
|
<p class="since">Since 2.26</p>
|
996
895
|
</div>
|
997
896
|
<hr>
|
998
|
-
<div class="refsect2"
|
897
|
+
<div class="refsect2">
|
999
898
|
<a name="g-dbus-interface-info-unref"></a><h3>g_dbus_interface_info_unref ()</h3>
|
1000
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_interface_info_unref (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
899
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_interface_info_unref (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> *info</code></em>);</pre>
|
1001
900
|
<p>
|
1002
901
|
If <em class="parameter"><code>info</code></em> is statically allocated, does nothing. Otherwise decreases
|
1003
902
|
the reference count of <em class="parameter"><code>info</code></em>. When its reference count drops to 0,
|
@@ -1007,14 +906,13 @@ the memory used is freed.
|
|
1007
906
|
<col align="left" valign="top">
|
1008
907
|
<tbody><tr>
|
1009
908
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
1010
|
-
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"
|
1011
|
-
</td>
|
909
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>.</td>
|
1012
910
|
</tr></tbody>
|
1013
911
|
</table></div>
|
1014
912
|
<p class="since">Since 2.26</p>
|
1015
913
|
</div>
|
1016
914
|
<hr>
|
1017
|
-
<div class="refsect2"
|
915
|
+
<div class="refsect2">
|
1018
916
|
<a name="g-dbus-method-info-unref"></a><h3>g_dbus_method_info_unref ()</h3>
|
1019
917
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_method_info_unref (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo"><span class="type">GDBusMethodInfo</span></a> *info</code></em>);</pre>
|
1020
918
|
<p>
|
@@ -1026,14 +924,13 @@ the memory used is freed.
|
|
1026
924
|
<col align="left" valign="top">
|
1027
925
|
<tbody><tr>
|
1028
926
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
1029
|
-
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo"><span class="type">GDBusMethodInfo</span></a
|
1030
|
-
</td>
|
927
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo"><span class="type">GDBusMethodInfo</span></a>.</td>
|
1031
928
|
</tr></tbody>
|
1032
929
|
</table></div>
|
1033
930
|
<p class="since">Since 2.26</p>
|
1034
931
|
</div>
|
1035
932
|
<hr>
|
1036
|
-
<div class="refsect2"
|
933
|
+
<div class="refsect2">
|
1037
934
|
<a name="g-dbus-signal-info-unref"></a><h3>g_dbus_signal_info_unref ()</h3>
|
1038
935
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_signal_info_unref (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo"><span class="type">GDBusSignalInfo</span></a> *info</code></em>);</pre>
|
1039
936
|
<p>
|
@@ -1045,14 +942,13 @@ the memory used is freed.
|
|
1045
942
|
<col align="left" valign="top">
|
1046
943
|
<tbody><tr>
|
1047
944
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
1048
|
-
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo"><span class="type">GDBusSignalInfo</span></a
|
1049
|
-
</td>
|
945
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo"><span class="type">GDBusSignalInfo</span></a>.</td>
|
1050
946
|
</tr></tbody>
|
1051
947
|
</table></div>
|
1052
948
|
<p class="since">Since 2.26</p>
|
1053
949
|
</div>
|
1054
950
|
<hr>
|
1055
|
-
<div class="refsect2"
|
951
|
+
<div class="refsect2">
|
1056
952
|
<a name="g-dbus-property-info-unref"></a><h3>g_dbus_property_info_unref ()</h3>
|
1057
953
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_property_info_unref (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo" title="GDBusPropertyInfo"><span class="type">GDBusPropertyInfo</span></a> *info</code></em>);</pre>
|
1058
954
|
<p>
|
@@ -1064,14 +960,13 @@ the memory used is freed.
|
|
1064
960
|
<col align="left" valign="top">
|
1065
961
|
<tbody><tr>
|
1066
962
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
1067
|
-
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo" title="GDBusPropertyInfo"><span class="type">GDBusPropertyInfo</span></a
|
1068
|
-
</td>
|
963
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo" title="GDBusPropertyInfo"><span class="type">GDBusPropertyInfo</span></a>.</td>
|
1069
964
|
</tr></tbody>
|
1070
965
|
</table></div>
|
1071
966
|
<p class="since">Since 2.26</p>
|
1072
967
|
</div>
|
1073
968
|
<hr>
|
1074
|
-
<div class="refsect2"
|
969
|
+
<div class="refsect2">
|
1075
970
|
<a name="g-dbus-arg-info-unref"></a><h3>g_dbus_arg_info_unref ()</h3>
|
1076
971
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_arg_info_unref (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo"><span class="type">GDBusArgInfo</span></a> *info</code></em>);</pre>
|
1077
972
|
<p>
|
@@ -1083,14 +978,13 @@ the memory used is freed.
|
|
1083
978
|
<col align="left" valign="top">
|
1084
979
|
<tbody><tr>
|
1085
980
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
1086
|
-
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo"><span class="type">GDBusArgInfo</span></a
|
1087
|
-
</td>
|
981
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo"><span class="type">GDBusArgInfo</span></a>.</td>
|
1088
982
|
</tr></tbody>
|
1089
983
|
</table></div>
|
1090
984
|
<p class="since">Since 2.26</p>
|
1091
985
|
</div>
|
1092
986
|
<hr>
|
1093
|
-
<div class="refsect2"
|
987
|
+
<div class="refsect2">
|
1094
988
|
<a name="g-dbus-annotation-info-unref"></a><h3>g_dbus_annotation_info_unref ()</h3>
|
1095
989
|
<pre class="programlisting"><span class="returnvalue">void</span> g_dbus_annotation_info_unref (<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a> *info</code></em>);</pre>
|
1096
990
|
<p>
|
@@ -1102,8 +996,7 @@ the memory used is freed.
|
|
1102
996
|
<col align="left" valign="top">
|
1103
997
|
<tbody><tr>
|
1104
998
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
1105
|
-
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a
|
1106
|
-
</td>
|
999
|
+
<td>A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo"><span class="type">GDBusAnnotationInfo</span></a>.</td>
|
1107
1000
|
</tr></tbody>
|
1108
1001
|
</table></div>
|
1109
1002
|
<p class="since">Since 2.26</p>
|
@@ -1112,6 +1005,6 @@ the memory used is freed.
|
|
1112
1005
|
</div>
|
1113
1006
|
<div class="footer">
|
1114
1007
|
<hr>
|
1115
|
-
Generated by GTK-Doc V1.
|
1008
|
+
Generated by GTK-Doc V1.16.1</div>
|
1116
1009
|
</body>
|
1117
1010
|
</html>
|