glib2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +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="rn02.html" title="Tools Reference">
|
9
9
|
<link rel="prev" href="rn02.html" title="Tools Reference">
|
10
10
|
<link rel="next" href="glib-genmarshal.html" title="glib-genmarshal">
|
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">GObject Reference Manual</th>
|
20
20
|
<td><a accesskey="n" href="glib-genmarshal.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="glib-mkenums"></a><div class="titlepage"></div>
|
24
24
|
<div class="refnamediv"><table width="100%"><tr>
|
25
25
|
<td valign="top">
|
@@ -28,12 +28,12 @@
|
|
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">glib-mkenums</code> [options...] [files...]</p></div>
|
34
34
|
</div>
|
35
|
-
<div class="refsect1"
|
36
|
-
<a name="
|
35
|
+
<div class="refsect1">
|
36
|
+
<a name="id526610"></a><h2>Description</h2>
|
37
37
|
<p><span class="command"><strong>glib-mkenums</strong></span> is a small perl-script utility that parses C
|
38
38
|
code to extract enum definitions and produces enum descriptions based on text
|
39
39
|
templates specified by the user. Most frequently this script is used to
|
@@ -41,15 +41,15 @@ produce C code that contains enum values as strings so programs can provide
|
|
41
41
|
value name strings for introspection.
|
42
42
|
</p>
|
43
43
|
</div>
|
44
|
-
<div class="refsect1"
|
45
|
-
<a name="
|
44
|
+
<div class="refsect1">
|
45
|
+
<a name="id548860"></a><h2>Invocation</h2>
|
46
46
|
<p><span class="command"><strong>glib-mkenums</strong></span> takes a list of valid C code files as
|
47
47
|
input. The options specified control the text that is output, certain
|
48
48
|
substitutions are performed on the text templates for keywords enclosed
|
49
49
|
in @ characters.
|
50
50
|
</p>
|
51
|
-
<div class="refsect2"
|
52
|
-
<a name="
|
51
|
+
<div class="refsect2">
|
52
|
+
<a name="id643978"></a><h3>Options</h3>
|
53
53
|
<div class="variablelist"><table border="0">
|
54
54
|
<col align="left" valign="top">
|
55
55
|
<tbody>
|
@@ -143,8 +143,8 @@ Print version and exit.
|
|
143
143
|
</table></div>
|
144
144
|
</div>
|
145
145
|
<hr>
|
146
|
-
<div class="refsect2"
|
147
|
-
<a name="
|
146
|
+
<div class="refsect2">
|
147
|
+
<a name="id550557"></a><h3>Production text substitutions</h3>
|
148
148
|
<p>
|
149
149
|
Certain keywords enclosed in @ characters will be substituted in the
|
150
150
|
emitted text. For the substitution examples of the keywords below,
|
@@ -257,8 +257,8 @@ The base name of the input file currently being processed (e.g. foo.h). (Since:
|
|
257
257
|
</p>
|
258
258
|
</div>
|
259
259
|
<hr>
|
260
|
-
<div class="refsect2"
|
261
|
-
<a name="
|
260
|
+
<div class="refsect2">
|
261
|
+
<a name="id579466"></a><h3>Trigraph extensions</h3>
|
262
262
|
<p>
|
263
263
|
Some C comments are treated specially in the parsed enum definitions,
|
264
264
|
such comments start out with the trigraph sequence <code class="literal">/*<</code>
|
@@ -293,8 +293,8 @@ typedef enum /*< flags,prefix=PREFIX >*/
|
|
293
293
|
</p>
|
294
294
|
</div>
|
295
295
|
</div>
|
296
|
-
<div class="refsect1"
|
297
|
-
<a name="
|
296
|
+
<div class="refsect1">
|
297
|
+
<a name="id565307"></a><h2>See also</h2>
|
298
298
|
<p>
|
299
299
|
<span class="citerefentry"><span class="refentrytitle">glib-genmarshal</span>(1)</span>
|
300
300
|
</p>
|
@@ -302,6 +302,6 @@ typedef enum /*< flags,prefix=PREFIX >*/
|
|
302
302
|
</div>
|
303
303
|
<div class="footer">
|
304
304
|
<hr>
|
305
|
-
Generated by GTK-Doc V1.
|
305
|
+
Generated by GTK-Doc V1.16.1</div>
|
306
306
|
</body>
|
307
307
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gobject-Enumeration-and-Flag-Types.html" title="Enumeration and Flag Types">
|
10
10
|
<link rel="next" href="gobject-Generic-values.html" title="Generic values">
|
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="#gobject-Boxed-Types.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry"
|
29
|
+
<div class="refentry">
|
30
30
|
<a name="gobject-Boxed-Types"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -36,7 +36,7 @@
|
|
36
36
|
</td>
|
37
37
|
<td valign="top" align="right"></td>
|
38
38
|
</tr></table></div>
|
39
|
-
<div class="refsynopsisdiv"
|
39
|
+
<div class="refsynopsisdiv">
|
40
40
|
<a name="gobject-Boxed-Types.synopsis"></a><h2>Synopsis</h2>
|
41
41
|
<pre class="synopsis">
|
42
42
|
#include <glib-object.h>
|
@@ -66,7 +66,7 @@
|
|
66
66
|
typedef <a class="link" href="gobject-Boxed-Types.html#GStrv" title="GStrv">GStrv</a>;
|
67
67
|
</pre>
|
68
68
|
</div>
|
69
|
-
<div class="refsect1"
|
69
|
+
<div class="refsect1">
|
70
70
|
<a name="gobject-Boxed-Types.description"></a><h2>Description</h2>
|
71
71
|
<p>
|
72
72
|
GBoxed is a generic wrapper mechanism for arbitrary C structures. The only
|
@@ -79,9 +79,9 @@ points. They can also be used for wrapping structures defined in non-GObject
|
|
79
79
|
based libraries.
|
80
80
|
</p>
|
81
81
|
</div>
|
82
|
-
<div class="refsect1"
|
82
|
+
<div class="refsect1">
|
83
83
|
<a name="gobject-Boxed-Types.details"></a><h2>Details</h2>
|
84
|
-
<div class="refsect2"
|
84
|
+
<div class="refsect2">
|
85
85
|
<a name="GBoxedCopyFunc"></a><h3>GBoxedCopyFunc ()</h3>
|
86
86
|
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> (*GBoxedCopyFunc) (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> boxed</code></em>);</pre>
|
87
87
|
<p>
|
@@ -93,19 +93,17 @@ in boxed structure.
|
|
93
93
|
<tbody>
|
94
94
|
<tr>
|
95
95
|
<td><p><span class="term"><em class="parameter"><code>boxed</code></em> :</span></p></td>
|
96
|
-
<td>The boxed structure to be copied
|
97
|
-
</td>
|
96
|
+
<td>The boxed structure to be copied.</td>
|
98
97
|
</tr>
|
99
98
|
<tr>
|
100
99
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
101
|
-
<td>
|
102
|
-
</td>
|
100
|
+
<td>The newly created copy of the boxed structure.</td>
|
103
101
|
</tr>
|
104
102
|
</tbody>
|
105
103
|
</table></div>
|
106
104
|
</div>
|
107
105
|
<hr>
|
108
|
-
<div class="refsect2"
|
106
|
+
<div class="refsect2">
|
109
107
|
<a name="GBoxedFreeFunc"></a><h3>GBoxedFreeFunc ()</h3>
|
110
108
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GBoxedFreeFunc) (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> boxed</code></em>);</pre>
|
111
109
|
<p>
|
@@ -116,13 +114,12 @@ structure passed.
|
|
116
114
|
<col align="left" valign="top">
|
117
115
|
<tbody><tr>
|
118
116
|
<td><p><span class="term"><em class="parameter"><code>boxed</code></em> :</span></p></td>
|
119
|
-
<td>The boxed structure to be freed
|
120
|
-
</td>
|
117
|
+
<td>The boxed structure to be freed.</td>
|
121
118
|
</tr></tbody>
|
122
119
|
</table></div>
|
123
120
|
</div>
|
124
121
|
<hr>
|
125
|
-
<div class="refsect2"
|
122
|
+
<div class="refsect2">
|
126
123
|
<a name="g-boxed-copy"></a><h3>g_boxed_copy ()</h3>
|
127
124
|
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> g_boxed_copy (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> boxed_type</code></em>,
|
128
125
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> src_boxed</code></em>);</pre>
|
@@ -134,24 +131,21 @@ Provide a copy of a boxed structure <em class="parameter"><code>src_boxed</code>
|
|
134
131
|
<tbody>
|
135
132
|
<tr>
|
136
133
|
<td><p><span class="term"><em class="parameter"><code>boxed_type</code></em> :</span></p></td>
|
137
|
-
<td>The type of <em class="parameter"><code>src_boxed</code></em
|
138
|
-
</td>
|
134
|
+
<td>The type of <em class="parameter"><code>src_boxed</code></em>.</td>
|
139
135
|
</tr>
|
140
136
|
<tr>
|
141
137
|
<td><p><span class="term"><em class="parameter"><code>src_boxed</code></em> :</span></p></td>
|
142
|
-
<td>The boxed structure to be copied
|
143
|
-
</td>
|
138
|
+
<td>The boxed structure to be copied.</td>
|
144
139
|
</tr>
|
145
140
|
<tr>
|
146
141
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
147
|
-
<td>
|
148
|
-
</td>
|
142
|
+
<td>The newly created copy of the boxed structure.</td>
|
149
143
|
</tr>
|
150
144
|
</tbody>
|
151
145
|
</table></div>
|
152
146
|
</div>
|
153
147
|
<hr>
|
154
|
-
<div class="refsect2"
|
148
|
+
<div class="refsect2">
|
155
149
|
<a name="g-boxed-free"></a><h3>g_boxed_free ()</h3>
|
156
150
|
<pre class="programlisting"><span class="returnvalue">void</span> g_boxed_free (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> boxed_type</code></em>,
|
157
151
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> boxed</code></em>);</pre>
|
@@ -163,19 +157,17 @@ Free the boxed structure <em class="parameter"><code>boxed</code></em> which is
|
|
163
157
|
<tbody>
|
164
158
|
<tr>
|
165
159
|
<td><p><span class="term"><em class="parameter"><code>boxed_type</code></em> :</span></p></td>
|
166
|
-
<td>The type of <em class="parameter"><code>boxed</code></em
|
167
|
-
</td>
|
160
|
+
<td>The type of <em class="parameter"><code>boxed</code></em>.</td>
|
168
161
|
</tr>
|
169
162
|
<tr>
|
170
163
|
<td><p><span class="term"><em class="parameter"><code>boxed</code></em> :</span></p></td>
|
171
|
-
<td>The boxed structure to be freed
|
172
|
-
</td>
|
164
|
+
<td>The boxed structure to be freed.</td>
|
173
165
|
</tr>
|
174
166
|
</tbody>
|
175
167
|
</table></div>
|
176
168
|
</div>
|
177
169
|
<hr>
|
178
|
-
<div class="refsect2"
|
170
|
+
<div class="refsect2">
|
179
171
|
<a name="g-boxed-type-register-static"></a><h3>g_boxed_type_register_static ()</h3>
|
180
172
|
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> g_boxed_type_register_static (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
181
173
|
<em class="parameter"><code><a class="link" href="gobject-Boxed-Types.html#GBoxedCopyFunc" title="GBoxedCopyFunc ()"><span class="type">GBoxedCopyFunc</span></a> boxed_copy</code></em>,
|
@@ -190,29 +182,25 @@ provided to copy and free opaque boxed structures of this type.
|
|
190
182
|
<tbody>
|
191
183
|
<tr>
|
192
184
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
193
|
-
<td>Name of the new boxed type
|
194
|
-
</td>
|
185
|
+
<td>Name of the new boxed type.</td>
|
195
186
|
</tr>
|
196
187
|
<tr>
|
197
188
|
<td><p><span class="term"><em class="parameter"><code>boxed_copy</code></em> :</span></p></td>
|
198
|
-
<td>Boxed structure copy function
|
199
|
-
</td>
|
189
|
+
<td>Boxed structure copy function.</td>
|
200
190
|
</tr>
|
201
191
|
<tr>
|
202
192
|
<td><p><span class="term"><em class="parameter"><code>boxed_free</code></em> :</span></p></td>
|
203
|
-
<td>Boxed structure free function
|
204
|
-
</td>
|
193
|
+
<td>Boxed structure free function.</td>
|
205
194
|
</tr>
|
206
195
|
<tr>
|
207
196
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
208
|
-
<td>
|
209
|
-
</td>
|
197
|
+
<td>New <a class="link" href="gobject-Type-Information.html#G-TYPE-BOXED:CAPS" title="G_TYPE_BOXED"><code class="literal">G_TYPE_BOXED</code></a> derived type id for <em class="parameter"><code>name</code></em>.</td>
|
210
198
|
</tr>
|
211
199
|
</tbody>
|
212
200
|
</table></div>
|
213
201
|
</div>
|
214
202
|
<hr>
|
215
|
-
<div class="refsect2"
|
203
|
+
<div class="refsect2">
|
216
204
|
<a name="g-pointer-type-register-static"></a><h3>g_pointer_type_register_static ()</h3>
|
217
205
|
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> g_pointer_type_register_static (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
218
206
|
<p>
|
@@ -224,19 +212,17 @@ pointer type with name <em class="parameter"><code>name</code></em>.
|
|
224
212
|
<tbody>
|
225
213
|
<tr>
|
226
214
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
227
|
-
<td>the name of the new pointer type
|
228
|
-
</td>
|
215
|
+
<td>the name of the new pointer type.</td>
|
229
216
|
</tr>
|
230
217
|
<tr>
|
231
218
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
232
|
-
<td>
|
233
|
-
</td>
|
219
|
+
<td>a new <a class="link" href="gobject-Type-Information.html#G-TYPE-POINTER:CAPS" title="G_TYPE_POINTER"><code class="literal">G_TYPE_POINTER</code></a> derived type id for <em class="parameter"><code>name</code></em>.</td>
|
234
220
|
</tr>
|
235
221
|
</tbody>
|
236
222
|
</table></div>
|
237
223
|
</div>
|
238
224
|
<hr>
|
239
|
-
<div class="refsect2"
|
225
|
+
<div class="refsect2">
|
240
226
|
<a name="G-TYPE-HASH-TABLE:CAPS"></a><h3>G_TYPE_HASH_TABLE</h3>
|
241
227
|
<pre class="programlisting">#define G_TYPE_HASH_TABLE (g_hash_table_get_type ())
|
242
228
|
</pre>
|
@@ -246,7 +232,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp
|
|
246
232
|
<p class="since">Since 2.10</p>
|
247
233
|
</div>
|
248
234
|
<hr>
|
249
|
-
<div class="refsect2"
|
235
|
+
<div class="refsect2">
|
250
236
|
<a name="G-TYPE-DATE:CAPS"></a><h3>G_TYPE_DATE</h3>
|
251
237
|
<pre class="programlisting">#define G_TYPE_DATE (g_date_get_type ())
|
252
238
|
</pre>
|
@@ -255,7 +241,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp
|
|
255
241
|
</p>
|
256
242
|
</div>
|
257
243
|
<hr>
|
258
|
-
<div class="refsect2"
|
244
|
+
<div class="refsect2">
|
259
245
|
<a name="G-TYPE-GSTRING:CAPS"></a><h3>G_TYPE_GSTRING</h3>
|
260
246
|
<pre class="programlisting">#define G_TYPE_GSTRING (g_gstring_get_type ())
|
261
247
|
</pre>
|
@@ -264,7 +250,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp
|
|
264
250
|
</p>
|
265
251
|
</div>
|
266
252
|
<hr>
|
267
|
-
<div class="refsect2"
|
253
|
+
<div class="refsect2">
|
268
254
|
<a name="G-TYPE-STRV:CAPS"></a><h3>G_TYPE_STRV</h3>
|
269
255
|
<pre class="programlisting">#define G_TYPE_STRV (g_strv_get_type ())
|
270
256
|
</pre>
|
@@ -326,7 +312,7 @@ and <a class="link" href="gobject-The-Base-Object-Type.html#g-object-get" title=
|
|
326
312
|
<p class="since">Since 2.4</p>
|
327
313
|
</div>
|
328
314
|
<hr>
|
329
|
-
<div class="refsect2"
|
315
|
+
<div class="refsect2">
|
330
316
|
<a name="G-TYPE-REGEX:CAPS"></a><h3>G_TYPE_REGEX</h3>
|
331
317
|
<pre class="programlisting">#define G_TYPE_REGEX (g_regex_get_type ())
|
332
318
|
</pre>
|
@@ -336,7 +322,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp
|
|
336
322
|
<p class="since">Since 2.14</p>
|
337
323
|
</div>
|
338
324
|
<hr>
|
339
|
-
<div class="refsect2"
|
325
|
+
<div class="refsect2">
|
340
326
|
<a name="G-TYPE-ARRAY:CAPS"></a><h3>G_TYPE_ARRAY</h3>
|
341
327
|
<pre class="programlisting">#define G_TYPE_ARRAY (g_array_get_type ())
|
342
328
|
</pre>
|
@@ -346,7 +332,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp
|
|
346
332
|
<p class="since">Since 2.22</p>
|
347
333
|
</div>
|
348
334
|
<hr>
|
349
|
-
<div class="refsect2"
|
335
|
+
<div class="refsect2">
|
350
336
|
<a name="G-TYPE-BYTE-ARRAY:CAPS"></a><h3>G_TYPE_BYTE_ARRAY</h3>
|
351
337
|
<pre class="programlisting">#define G_TYPE_BYTE_ARRAY (g_byte_array_get_type ())
|
352
338
|
</pre>
|
@@ -356,7 +342,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp
|
|
356
342
|
<p class="since">Since 2.22</p>
|
357
343
|
</div>
|
358
344
|
<hr>
|
359
|
-
<div class="refsect2"
|
345
|
+
<div class="refsect2">
|
360
346
|
<a name="G-TYPE-PTR-ARRAY:CAPS"></a><h3>G_TYPE_PTR_ARRAY</h3>
|
361
347
|
<pre class="programlisting">#define G_TYPE_PTR_ARRAY (g_ptr_array_get_type ())
|
362
348
|
</pre>
|
@@ -366,7 +352,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp
|
|
366
352
|
<p class="since">Since 2.22</p>
|
367
353
|
</div>
|
368
354
|
<hr>
|
369
|
-
<div class="refsect2"
|
355
|
+
<div class="refsect2">
|
370
356
|
<a name="G-TYPE-VARIANT-TYPE:CAPS"></a><h3>G_TYPE_VARIANT_TYPE</h3>
|
371
357
|
<pre class="programlisting">#define G_TYPE_VARIANT_TYPE (g_variant_type_get_gtype ())
|
372
358
|
</pre>
|
@@ -376,7 +362,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp
|
|
376
362
|
<p class="since">Since 2.24</p>
|
377
363
|
</div>
|
378
364
|
<hr>
|
379
|
-
<div class="refsect2"
|
365
|
+
<div class="refsect2">
|
380
366
|
<a name="G-TYPE-ERROR:CAPS"></a><h3>G_TYPE_ERROR</h3>
|
381
367
|
<pre class="programlisting">#define G_TYPE_ERROR (g_error_get_type ())
|
382
368
|
</pre>
|
@@ -386,7 +372,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp
|
|
386
372
|
<p class="since">Since 2.26</p>
|
387
373
|
</div>
|
388
374
|
<hr>
|
389
|
-
<div class="refsect2"
|
375
|
+
<div class="refsect2">
|
390
376
|
<a name="G-TYPE-DATE-TIME:CAPS"></a><h3>G_TYPE_DATE_TIME</h3>
|
391
377
|
<pre class="programlisting">#define G_TYPE_DATE_TIME (g_date_time_get_type ())
|
392
378
|
</pre>
|
@@ -396,7 +382,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp
|
|
396
382
|
<p class="since">Since 2.26</p>
|
397
383
|
</div>
|
398
384
|
<hr>
|
399
|
-
<div class="refsect2"
|
385
|
+
<div class="refsect2">
|
400
386
|
<a name="GStrv"></a><h3>GStrv</h3>
|
401
387
|
<pre class="programlisting">typedef gchar** GStrv;
|
402
388
|
</pre>
|
@@ -405,13 +391,13 @@ A C representable type name for <a class="link" href="gobject-Boxed-Types.html#G
|
|
405
391
|
</p>
|
406
392
|
</div>
|
407
393
|
</div>
|
408
|
-
<div class="refsect1"
|
394
|
+
<div class="refsect1">
|
409
395
|
<a name="gobject-Boxed-Types.see-also"></a><h2>See Also</h2>
|
410
|
-
<a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecBoxed" title="GParamSpecBoxed"><span class="type">GParamSpecBoxed</span></a>, <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-boxed" title="g_param_spec_boxed ()"><code class="function">g_param_spec_boxed()</code></a>
|
396
|
+
<a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecBoxed" title="struct GParamSpecBoxed"><span class="type">GParamSpecBoxed</span></a>, <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-boxed" title="g_param_spec_boxed ()"><code class="function">g_param_spec_boxed()</code></a>
|
411
397
|
</div>
|
412
398
|
</div>
|
413
399
|
<div class="footer">
|
414
400
|
<hr>
|
415
|
-
Generated by GTK-Doc V1.
|
401
|
+
Generated by GTK-Doc V1.16.1</div>
|
416
402
|
</body>
|
417
403
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gobject-Signals.html" title="Signals">
|
10
10
|
<link rel="next" href="gobject-Value-arrays.html" title="Value arrays">
|
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="#gobject-Closures.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry"
|
29
|
+
<div class="refentry">
|
30
30
|
<a name="gobject-Closures"></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="gobject-Closures.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <glib-object.h>
|
@@ -45,191 +45,192 @@
|
|
45
45
|
#define <a class="link" href="gobject-Closures.html#G-CCLOSURE-SWAP-DATA:CAPS" title="G_CCLOSURE_SWAP_DATA()">G_CCLOSURE_SWAP_DATA</a> (cclosure)
|
46
46
|
#define <a class="link" href="gobject-Closures.html#G-CALLBACK:CAPS" title="G_CALLBACK()">G_CALLBACK</a> (f)
|
47
47
|
<span class="returnvalue">void</span> (<a class="link" href="gobject-Closures.html#GCallback" title="GCallback ()">*GCallback</a>) (<em class="parameter"><code><span class="type">void</span></code></em>);
|
48
|
-
|
48
|
+
struct <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure">GClosure</a>;
|
49
49
|
#define <a class="link" href="gobject-Closures.html#G-TYPE-CLOSURE:CAPS" title="G_TYPE_CLOSURE">G_TYPE_CLOSURE</a>
|
50
|
-
|
51
|
-
<span class="returnvalue">void</span> (<a class="link" href="gobject-Closures.html#GClosureMarshal" title="GClosureMarshal ()">*GClosureMarshal</a>) (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
50
|
+
struct <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure">GCClosure</a>;
|
51
|
+
<span class="returnvalue">void</span> (<a class="link" href="gobject-Closures.html#GClosureMarshal" title="GClosureMarshal ()">*GClosureMarshal</a>) (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
52
52
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
53
53
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
54
54
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
55
55
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
56
56
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
57
57
|
<span class="returnvalue">void</span> (<a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()">*GClosureNotify</a>) (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
58
|
-
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>);
|
59
|
-
<a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="returnvalue">GClosure</span></a
|
58
|
+
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>);
|
59
|
+
<a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="returnvalue">GClosure</span></a> * <a class="link" href="gobject-Closures.html#g-cclosure-new" title="g_cclosure_new ()">g_cclosure_new</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GCallback" title="GCallback ()"><span class="type">GCallback</span></a> callback_func</code></em>,
|
60
60
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
61
61
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> destroy_data</code></em>);
|
62
|
-
<a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="returnvalue">GClosure</span></a
|
62
|
+
<a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="returnvalue">GClosure</span></a> * <a class="link" href="gobject-Closures.html#g-cclosure-new-swap" title="g_cclosure_new_swap ()">g_cclosure_new_swap</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GCallback" title="GCallback ()"><span class="type">GCallback</span></a> callback_func</code></em>,
|
63
63
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
64
64
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> destroy_data</code></em>);
|
65
|
-
<a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="returnvalue">GClosure</span></a
|
65
|
+
<a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="returnvalue">GClosure</span></a> * <a class="link" href="gobject-Closures.html#g-cclosure-new-object" title="g_cclosure_new_object ()">g_cclosure_new_object</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GCallback" title="GCallback ()"><span class="type">GCallback</span></a> callback_func</code></em>,
|
66
66
|
<em class="parameter"><code><a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>);
|
67
|
-
<a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="returnvalue">GClosure</span></a
|
67
|
+
<a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="returnvalue">GClosure</span></a> * <a class="link" href="gobject-Closures.html#g-cclosure-new-object-swap" title="g_cclosure_new_object_swap ()">g_cclosure_new_object_swap</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GCallback" title="GCallback ()"><span class="type">GCallback</span></a> callback_func</code></em>,
|
68
68
|
<em class="parameter"><code><a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>);
|
69
|
-
<a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="returnvalue">GClosure</span></a
|
69
|
+
<a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="returnvalue">GClosure</span></a> * <a class="link" href="gobject-Closures.html#g-closure-new-object" title="g_closure_new_object ()">g_closure_new_object</a> (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> sizeof_closure</code></em>,
|
70
70
|
<em class="parameter"><code><a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>);
|
71
|
-
<a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="returnvalue">GClosure</span></a
|
72
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-sink" title="g_closure_sink ()">g_closure_sink</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>);
|
73
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-unref" title="g_closure_unref ()">g_closure_unref</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>);
|
74
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()">g_closure_invoke</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
71
|
+
<a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="returnvalue">GClosure</span></a> * <a class="link" href="gobject-Closures.html#g-closure-ref" title="g_closure_ref ()">g_closure_ref</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>);
|
72
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-sink" title="g_closure_sink ()">g_closure_sink</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>);
|
73
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-unref" title="g_closure_unref ()">g_closure_unref</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>);
|
74
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()">g_closure_invoke</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
75
75
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
76
76
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
77
77
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
78
78
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>);
|
79
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-invalidate" title="g_closure_invalidate ()">g_closure_invalidate</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>);
|
80
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-add-finalize-notifier" title="g_closure_add_finalize_notifier ()">g_closure_add_finalize_notifier</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
79
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-invalidate" title="g_closure_invalidate ()">g_closure_invalidate</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>);
|
80
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-add-finalize-notifier" title="g_closure_add_finalize_notifier ()">g_closure_add_finalize_notifier</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
81
81
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> notify_data</code></em>,
|
82
82
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> notify_func</code></em>);
|
83
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-add-invalidate-notifier" title="g_closure_add_invalidate_notifier ()">g_closure_add_invalidate_notifier</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
83
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-add-invalidate-notifier" title="g_closure_add_invalidate_notifier ()">g_closure_add_invalidate_notifier</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
84
84
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> notify_data</code></em>,
|
85
85
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> notify_func</code></em>);
|
86
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-remove-finalize-notifier" title="g_closure_remove_finalize_notifier ()">g_closure_remove_finalize_notifier</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
86
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-remove-finalize-notifier" title="g_closure_remove_finalize_notifier ()">g_closure_remove_finalize_notifier</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
87
87
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> notify_data</code></em>,
|
88
88
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> notify_func</code></em>);
|
89
89
|
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-remove-invalidate-notifier" title="g_closure_remove_invalidate_notifier ()">g_closure_remove_invalidate_notifier</a>
|
90
|
-
(<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
90
|
+
(<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
91
91
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> notify_data</code></em>,
|
92
92
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> notify_func</code></em>);
|
93
|
-
<a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="returnvalue">GClosure</span></a
|
93
|
+
<a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="returnvalue">GClosure</span></a> * <a class="link" href="gobject-Closures.html#g-closure-new-simple" title="g_closure_new_simple ()">g_closure_new_simple</a> (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> sizeof_closure</code></em>,
|
94
94
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
|
95
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-set-marshal" title="g_closure_set_marshal ()">g_closure_set_marshal</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
95
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-set-marshal" title="g_closure_set_marshal ()">g_closure_set_marshal</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
96
96
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureMarshal" title="GClosureMarshal ()"><span class="type">GClosureMarshal</span></a> marshal</code></em>);
|
97
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-add-marshal-guards" title="g_closure_add_marshal_guards ()">g_closure_add_marshal_guards</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
97
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-add-marshal-guards" title="g_closure_add_marshal_guards ()">g_closure_add_marshal_guards</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
98
98
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> pre_marshal_data</code></em>,
|
99
99
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> pre_marshal_notify</code></em>,
|
100
100
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> post_marshal_data</code></em>,
|
101
101
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> post_marshal_notify</code></em>);
|
102
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-set-meta-marshal" title="g_closure_set_meta_marshal ()">g_closure_set_meta_marshal</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
102
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-closure-set-meta-marshal" title="g_closure_set_meta_marshal ()">g_closure_set_meta_marshal</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
103
103
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>,
|
104
104
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureMarshal" title="GClosureMarshal ()"><span class="type">GClosureMarshal</span></a> meta_marshal</code></em>);
|
105
105
|
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-source-set-closure" title="g_source_set_closure ()">g_source_set_closure</a> (<em class="parameter"><code><a href="./../glib/glib/glib-The-Main-Event-Loop.html#GSource"><span class="type">GSource</span></a> *source</code></em>,
|
106
|
-
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>);
|
106
|
+
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>);
|
107
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-source-set-dummy-callback" title="g_source_set_dummy_callback ()">g_source_set_dummy_callback</a> (<em class="parameter"><code><a href="./../glib/glib/glib-The-Main-Event-Loop.html#GSource"><span class="type">GSource</span></a> *source</code></em>);
|
107
108
|
#define <a class="link" href="gobject-Closures.html#G-TYPE-IO-CHANNEL:CAPS" title="G_TYPE_IO_CHANNEL">G_TYPE_IO_CHANNEL</a>
|
108
109
|
#define <a class="link" href="gobject-Closures.html#G-TYPE-IO-CONDITION:CAPS" title="G_TYPE_IO_CONDITION">G_TYPE_IO_CONDITION</a>
|
109
110
|
|
110
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--VOID" title="g_cclosure_marshal_VOID__VOID ()">g_cclosure_marshal_VOID__VOID</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
111
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--VOID" title="g_cclosure_marshal_VOID__VOID ()">g_cclosure_marshal_VOID__VOID</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
111
112
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
112
113
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
113
114
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
114
115
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
115
116
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
116
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--BOOLEAN" title="g_cclosure_marshal_VOID__BOOLEAN ()">g_cclosure_marshal_VOID__BOOLEAN</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
117
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--BOOLEAN" title="g_cclosure_marshal_VOID__BOOLEAN ()">g_cclosure_marshal_VOID__BOOLEAN</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
117
118
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
118
119
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
119
120
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
120
121
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
121
122
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
122
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--CHAR" title="g_cclosure_marshal_VOID__CHAR ()">g_cclosure_marshal_VOID__CHAR</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
123
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--CHAR" title="g_cclosure_marshal_VOID__CHAR ()">g_cclosure_marshal_VOID__CHAR</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
123
124
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
124
125
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
125
126
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
126
127
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
127
128
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
128
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--UCHAR" title="g_cclosure_marshal_VOID__UCHAR ()">g_cclosure_marshal_VOID__UCHAR</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
129
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--UCHAR" title="g_cclosure_marshal_VOID__UCHAR ()">g_cclosure_marshal_VOID__UCHAR</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
129
130
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
130
131
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
131
132
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
132
133
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
133
134
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
134
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--INT" title="g_cclosure_marshal_VOID__INT ()">g_cclosure_marshal_VOID__INT</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
135
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--INT" title="g_cclosure_marshal_VOID__INT ()">g_cclosure_marshal_VOID__INT</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
135
136
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
136
137
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
137
138
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
138
139
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
139
140
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
140
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--UINT" title="g_cclosure_marshal_VOID__UINT ()">g_cclosure_marshal_VOID__UINT</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
141
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--UINT" title="g_cclosure_marshal_VOID__UINT ()">g_cclosure_marshal_VOID__UINT</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
141
142
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
142
143
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
143
144
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
144
145
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
145
146
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
146
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--LONG" title="g_cclosure_marshal_VOID__LONG ()">g_cclosure_marshal_VOID__LONG</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
147
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--LONG" title="g_cclosure_marshal_VOID__LONG ()">g_cclosure_marshal_VOID__LONG</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
147
148
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
148
149
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
149
150
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
150
151
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
151
152
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
152
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--ULONG" title="g_cclosure_marshal_VOID__ULONG ()">g_cclosure_marshal_VOID__ULONG</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
153
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--ULONG" title="g_cclosure_marshal_VOID__ULONG ()">g_cclosure_marshal_VOID__ULONG</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
153
154
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
154
155
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
155
156
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
156
157
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
157
158
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
158
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--ENUM" title="g_cclosure_marshal_VOID__ENUM ()">g_cclosure_marshal_VOID__ENUM</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
159
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--ENUM" title="g_cclosure_marshal_VOID__ENUM ()">g_cclosure_marshal_VOID__ENUM</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
159
160
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
160
161
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
161
162
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
162
163
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
163
164
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
164
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--FLAGS" title="g_cclosure_marshal_VOID__FLAGS ()">g_cclosure_marshal_VOID__FLAGS</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
165
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--FLAGS" title="g_cclosure_marshal_VOID__FLAGS ()">g_cclosure_marshal_VOID__FLAGS</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
165
166
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
166
167
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
167
168
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
168
169
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
169
170
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
170
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--FLOAT" title="g_cclosure_marshal_VOID__FLOAT ()">g_cclosure_marshal_VOID__FLOAT</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
171
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--FLOAT" title="g_cclosure_marshal_VOID__FLOAT ()">g_cclosure_marshal_VOID__FLOAT</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
171
172
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
172
173
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
173
174
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
174
175
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
175
176
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
176
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--DOUBLE" title="g_cclosure_marshal_VOID__DOUBLE ()">g_cclosure_marshal_VOID__DOUBLE</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
177
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--DOUBLE" title="g_cclosure_marshal_VOID__DOUBLE ()">g_cclosure_marshal_VOID__DOUBLE</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
177
178
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
178
179
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
179
180
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
180
181
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
181
182
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
182
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--STRING" title="g_cclosure_marshal_VOID__STRING ()">g_cclosure_marshal_VOID__STRING</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
183
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--STRING" title="g_cclosure_marshal_VOID__STRING ()">g_cclosure_marshal_VOID__STRING</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
183
184
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
184
185
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
185
186
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
186
187
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
187
188
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
188
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--PARAM" title="g_cclosure_marshal_VOID__PARAM ()">g_cclosure_marshal_VOID__PARAM</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
189
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--PARAM" title="g_cclosure_marshal_VOID__PARAM ()">g_cclosure_marshal_VOID__PARAM</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
189
190
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
190
191
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
191
192
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
192
193
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
193
194
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
194
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--BOXED" title="g_cclosure_marshal_VOID__BOXED ()">g_cclosure_marshal_VOID__BOXED</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
195
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--BOXED" title="g_cclosure_marshal_VOID__BOXED ()">g_cclosure_marshal_VOID__BOXED</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
195
196
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
196
197
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
197
198
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
198
199
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
199
200
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
200
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--POINTER" title="g_cclosure_marshal_VOID__POINTER ()">g_cclosure_marshal_VOID__POINTER</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
201
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--POINTER" title="g_cclosure_marshal_VOID__POINTER ()">g_cclosure_marshal_VOID__POINTER</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
201
202
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
202
203
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
203
204
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
204
205
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
205
206
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
206
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--OBJECT" title="g_cclosure_marshal_VOID__OBJECT ()">g_cclosure_marshal_VOID__OBJECT</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
207
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--OBJECT" title="g_cclosure_marshal_VOID__OBJECT ()">g_cclosure_marshal_VOID__OBJECT</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
207
208
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
208
209
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
209
210
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
210
211
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
211
212
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
212
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--VARIANT" title="g_cclosure_marshal_VOID__VARIANT ()">g_cclosure_marshal_VOID__VARIANT</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
213
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--VARIANT" title="g_cclosure_marshal_VOID__VARIANT ()">g_cclosure_marshal_VOID__VARIANT</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
213
214
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
214
215
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
215
216
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
216
217
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
217
218
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
218
219
|
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-STRING--OBJECT-POINTER" title="g_cclosure_marshal_STRING__OBJECT_POINTER ()">g_cclosure_marshal_STRING__OBJECT_POINTER</a>
|
219
|
-
(<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
220
|
+
(<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
220
221
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
221
222
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
222
223
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
223
224
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
224
225
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
225
226
|
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--UINT-POINTER" title="g_cclosure_marshal_VOID__UINT_POINTER ()">g_cclosure_marshal_VOID__UINT_POINTER</a>
|
226
|
-
(<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
227
|
+
(<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
227
228
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
228
229
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
229
230
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
230
231
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
231
232
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);
|
232
|
-
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-BOOLEAN--FLAGS" title="g_cclosure_marshal_BOOLEAN__FLAGS ()">g_cclosure_marshal_BOOLEAN__FLAGS</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
233
|
+
<span class="returnvalue">void</span> <a class="link" href="gobject-Closures.html#g-cclosure-marshal-BOOLEAN--FLAGS" title="g_cclosure_marshal_BOOLEAN__FLAGS ()">g_cclosure_marshal_BOOLEAN__FLAGS</a> (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
233
234
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
234
235
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
235
236
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
@@ -238,10 +239,10 @@
|
|
238
239
|
#define <a class="link" href="gobject-Closures.html#g-cclosure-marshal-BOOL--FLAGS" title="g_cclosure_marshal_BOOL__FLAGS">g_cclosure_marshal_BOOL__FLAGS</a>
|
239
240
|
</pre>
|
240
241
|
</div>
|
241
|
-
<div class="refsect1"
|
242
|
+
<div class="refsect1">
|
242
243
|
<a name="gobject-Closures.description"></a><h2>Description</h2>
|
243
244
|
<p>
|
244
|
-
A <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> represents a callback supplied by the programmer. It
|
245
|
+
A <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> represents a callback supplied by the programmer. It
|
245
246
|
will generally comprise a function of some kind and a marshaller
|
246
247
|
used to call it. It is the reponsibility of the marshaller to
|
247
248
|
convert the arguments for the invocation from <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>s into
|
@@ -252,7 +253,7 @@ and transform the return value back into a <a class="link" href="gobject-Generic
|
|
252
253
|
In the case of C programs, a closure usually just holds a pointer
|
253
254
|
to a function and maybe a data argument, and the marshaller
|
254
255
|
converts between <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> and native C types. The GObject
|
255
|
-
library provides the <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> type for this purpose. Bindings for
|
256
|
+
library provides the <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> type for this purpose. Bindings for
|
256
257
|
other languages need marshallers which convert between <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>s and suitable representations in the runtime of the language in
|
257
258
|
order to use functions written in that languages as callbacks.
|
258
259
|
</p>
|
@@ -281,7 +282,7 @@ which means that language bindings don't have to write individual glue
|
|
281
282
|
for each callback type.
|
282
283
|
</p></li>
|
283
284
|
<li class="listitem"><p>
|
284
|
-
The reference counting of <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> makes it easy to handle reentrancy
|
285
|
+
The reference counting of <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> makes it easy to handle reentrancy
|
285
286
|
right; if a callback is removed while it is being invoked, the closure
|
286
287
|
and its parameters won't be freed until the invocation finishes.
|
287
288
|
</p></li>
|
@@ -293,9 +294,9 @@ automatically removed when the objects they point to go away.
|
|
293
294
|
<p>
|
294
295
|
</p>
|
295
296
|
</div>
|
296
|
-
<div class="refsect1"
|
297
|
+
<div class="refsect1">
|
297
298
|
<a name="gobject-Closures.details"></a><h2>Details</h2>
|
298
|
-
<div class="refsect2"
|
299
|
+
<div class="refsect2">
|
299
300
|
<a name="G-CLOSURE-NEEDS-MARSHAL:CAPS"></a><h3>G_CLOSURE_NEEDS_MARSHAL()</h3>
|
300
301
|
<pre class="programlisting">#define G_CLOSURE_NEEDS_MARSHAL(closure) (((GClosure*) (closure))->marshal == NULL)
|
301
302
|
</pre>
|
@@ -307,20 +308,20 @@ Check if the closure still needs a marshaller. See <a class="link" href="gobject
|
|
307
308
|
<tbody>
|
308
309
|
<tr>
|
309
310
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
310
|
-
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a>
|
311
|
+
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>
|
311
312
|
</td>
|
312
313
|
</tr>
|
313
314
|
<tr>
|
314
315
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
315
|
-
<td>
|
316
|
-
<
|
317
|
-
</td>
|
316
|
+
<td>
|
317
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a <a class="link" href="gobject-Closures.html#GClosureMarshal" title="GClosureMarshal ()"><span class="type">GClosureMarshal</span></a> marshaller has not yet been set on
|
318
|
+
<em class="parameter"><code>closure</code></em>.</td>
|
318
319
|
</tr>
|
319
320
|
</tbody>
|
320
321
|
</table></div>
|
321
322
|
</div>
|
322
323
|
<hr>
|
323
|
-
<div class="refsect2"
|
324
|
+
<div class="refsect2">
|
324
325
|
<a name="G-CLOSURE-N-NOTIFIERS:CAPS"></a><h3>G_CLOSURE_N_NOTIFIERS()</h3>
|
325
326
|
<pre class="programlisting">#define G_CLOSURE_N_NOTIFIERS(cl)</pre>
|
326
327
|
<p>
|
@@ -335,24 +336,23 @@ See <a class="link" href="gobject-Closures.html#g-closure-set-meta-marshal" titl
|
|
335
336
|
<tbody>
|
336
337
|
<tr>
|
337
338
|
<td><p><span class="term"><em class="parameter"><code>cl</code></em> :</span></p></td>
|
338
|
-
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a>
|
339
|
+
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>
|
339
340
|
</td>
|
340
341
|
</tr>
|
341
342
|
<tr>
|
342
343
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
343
|
-
<td>
|
344
|
-
</td>
|
344
|
+
<td>number of notifiers</td>
|
345
345
|
</tr>
|
346
346
|
</tbody>
|
347
347
|
</table></div>
|
348
348
|
</div>
|
349
349
|
<hr>
|
350
|
-
<div class="refsect2"
|
350
|
+
<div class="refsect2">
|
351
351
|
<a name="G-CCLOSURE-SWAP-DATA:CAPS"></a><h3>G_CCLOSURE_SWAP_DATA()</h3>
|
352
352
|
<pre class="programlisting">#define G_CCLOSURE_SWAP_DATA(cclosure) (((GClosure*) (cclosure))->derivative_flag)
|
353
353
|
</pre>
|
354
354
|
<p>
|
355
|
-
Checks whether the user data of the <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> should be passed as the
|
355
|
+
Checks whether the user data of the <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> should be passed as the
|
356
356
|
first parameter to the callback. See <a class="link" href="gobject-Closures.html#g-cclosure-new-swap" title="g_cclosure_new_swap ()"><code class="function">g_cclosure_new_swap()</code></a>.
|
357
357
|
</p>
|
358
358
|
<div class="variablelist"><table border="0">
|
@@ -360,19 +360,19 @@ first parameter to the callback. See <a class="link" href="gobject-Closures.html
|
|
360
360
|
<tbody>
|
361
361
|
<tr>
|
362
362
|
<td><p><span class="term"><em class="parameter"><code>cclosure</code></em> :</span></p></td>
|
363
|
-
<td>a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a>
|
363
|
+
<td>a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a>
|
364
364
|
</td>
|
365
365
|
</tr>
|
366
366
|
<tr>
|
367
367
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
368
|
-
<td>
|
369
|
-
</td>
|
368
|
+
<td>
|
369
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if data has to be swapped.</td>
|
370
370
|
</tr>
|
371
371
|
</tbody>
|
372
372
|
</table></div>
|
373
373
|
</div>
|
374
374
|
<hr>
|
375
|
-
<div class="refsect2"
|
375
|
+
<div class="refsect2">
|
376
376
|
<a name="G-CALLBACK:CAPS"></a><h3>G_CALLBACK()</h3>
|
377
377
|
<pre class="programlisting">#define G_CALLBACK(f) ((GCallback) (f))
|
378
378
|
</pre>
|
@@ -383,13 +383,12 @@ Cast a function pointer to a <a class="link" href="gobject-Closures.html#GCallba
|
|
383
383
|
<col align="left" valign="top">
|
384
384
|
<tbody><tr>
|
385
385
|
<td><p><span class="term"><em class="parameter"><code>f</code></em> :</span></p></td>
|
386
|
-
<td>a function pointer
|
387
|
-
</td>
|
386
|
+
<td>a function pointer.</td>
|
388
387
|
</tr></tbody>
|
389
388
|
</table></div>
|
390
389
|
</div>
|
391
390
|
<hr>
|
392
|
-
<div class="refsect2"
|
391
|
+
<div class="refsect2">
|
393
392
|
<a name="GCallback"></a><h3>GCallback ()</h3>
|
394
393
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GCallback) (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
395
394
|
<p>
|
@@ -401,74 +400,73 @@ is connected). Use <a class="link" href="gobject-Closures.html#G-CALLBACK:CAPS"
|
|
401
400
|
</p>
|
402
401
|
</div>
|
403
402
|
<hr>
|
404
|
-
<div class="refsect2"
|
405
|
-
<a name="GClosure"></a><h3>GClosure</h3>
|
406
|
-
<pre class="programlisting">
|
403
|
+
<div class="refsect2">
|
404
|
+
<a name="GClosure"></a><h3>struct GClosure</h3>
|
405
|
+
<pre class="programlisting">struct GClosure {
|
407
406
|
volatile guint in_marshal : 1;
|
408
407
|
volatile guint is_invalid : 1;
|
409
|
-
}
|
408
|
+
};
|
410
409
|
</pre>
|
411
410
|
<p>
|
412
|
-
A <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> represents a callback supplied by the programmer.
|
411
|
+
A <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> represents a callback supplied by the programmer.
|
413
412
|
</p>
|
414
413
|
<div class="variablelist"><table border="0">
|
415
414
|
<col align="left" valign="top">
|
416
415
|
<tbody>
|
417
416
|
<tr>
|
418
417
|
<td><p><span class="term">volatile <a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GClosure.in-marshal"></a>in_marshal</code></em> : 1;</span></p></td>
|
419
|
-
<td>Indicates whether the closure is currently being invoked with
|
420
|
-
|
418
|
+
<td>Indicates whether the closure is currently being invoked with
|
419
|
+
<a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
421
420
|
</td>
|
422
421
|
</tr>
|
423
422
|
<tr>
|
424
423
|
<td><p><span class="term">volatile <a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GClosure.is-invalid"></a>is_invalid</code></em> : 1;</span></p></td>
|
425
|
-
<td>Indicates whether the closure has been invalidated by
|
426
|
-
|
424
|
+
<td>Indicates whether the closure has been invalidated by
|
425
|
+
<a class="link" href="gobject-Closures.html#g-closure-invalidate" title="g_closure_invalidate ()"><code class="function">g_closure_invalidate()</code></a>
|
427
426
|
</td>
|
428
427
|
</tr>
|
429
428
|
</tbody>
|
430
429
|
</table></div>
|
431
430
|
</div>
|
432
431
|
<hr>
|
433
|
-
<div class="refsect2"
|
432
|
+
<div class="refsect2">
|
434
433
|
<a name="G-TYPE-CLOSURE:CAPS"></a><h3>G_TYPE_CLOSURE</h3>
|
435
434
|
<pre class="programlisting">#define G_TYPE_CLOSURE (g_closure_get_type ())
|
436
435
|
</pre>
|
437
436
|
<p>
|
438
|
-
The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> for <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a>.
|
437
|
+
The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> for <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>.
|
439
438
|
</p>
|
440
439
|
</div>
|
441
440
|
<hr>
|
442
|
-
<div class="refsect2"
|
443
|
-
<a name="GCClosure"></a><h3>GCClosure</h3>
|
444
|
-
<pre class="programlisting">
|
441
|
+
<div class="refsect2">
|
442
|
+
<a name="GCClosure"></a><h3>struct GCClosure</h3>
|
443
|
+
<pre class="programlisting">struct GCClosure {
|
445
444
|
GClosure closure;
|
446
445
|
gpointer callback;
|
447
|
-
}
|
446
|
+
};
|
448
447
|
</pre>
|
449
448
|
<p>
|
450
|
-
A <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> is a specialization of <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> for C function callbacks.
|
449
|
+
A <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> is a specialization of <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> for C function callbacks.
|
451
450
|
</p>
|
452
451
|
<div class="variablelist"><table border="0">
|
453
452
|
<col align="left" valign="top">
|
454
453
|
<tbody>
|
455
454
|
<tr>
|
456
|
-
<td><p><span class="term"><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> <em class="structfield"><code><a name="GCClosure.closure"></a>closure</code></em>;</span></p></td>
|
457
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a>
|
455
|
+
<td><p><span class="term"><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> <em class="structfield"><code><a name="GCClosure.closure"></a>closure</code></em>;</span></p></td>
|
456
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>
|
458
457
|
</td>
|
459
458
|
</tr>
|
460
459
|
<tr>
|
461
460
|
<td><p><span class="term"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> <em class="structfield"><code><a name="GCClosure.callback"></a>callback</code></em>;</span></p></td>
|
462
|
-
<td>the callback function
|
463
|
-
</td>
|
461
|
+
<td>the callback function</td>
|
464
462
|
</tr>
|
465
463
|
</tbody>
|
466
464
|
</table></div>
|
467
465
|
</div>
|
468
466
|
<hr>
|
469
|
-
<div class="refsect2"
|
467
|
+
<div class="refsect2">
|
470
468
|
<a name="GClosureMarshal"></a><h3>GClosureMarshal ()</h3>
|
471
|
-
<pre class="programlisting"><span class="returnvalue">void</span> (*GClosureMarshal) (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
469
|
+
<pre class="programlisting"><span class="returnvalue">void</span> (*GClosureMarshal) (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
472
470
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
473
471
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
474
472
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
@@ -482,46 +480,43 @@ The type used for marshaller functions.
|
|
482
480
|
<tbody>
|
483
481
|
<tr>
|
484
482
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
485
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
486
|
-
</td>
|
483
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
487
484
|
</tr>
|
488
485
|
<tr>
|
489
486
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
490
487
|
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> to store the return value. May be <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
491
|
-
|
492
|
-
</td>
|
488
|
+
callback of <em class="parameter"><code>closure</code></em> doesn't return a value.</td>
|
493
489
|
</tr>
|
494
490
|
<tr>
|
495
491
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
496
|
-
<td>the length of the <em class="parameter"><code>param_values</code></em> array
|
497
|
-
</td>
|
492
|
+
<td>the length of the <em class="parameter"><code>param_values</code></em> array</td>
|
498
493
|
</tr>
|
499
494
|
<tr>
|
500
495
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
501
496
|
<td>an array of <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>s holding the arguments on
|
502
|
-
|
497
|
+
which to invoke the callback of <em class="parameter"><code>closure</code></em>
|
503
498
|
</td>
|
504
499
|
</tr>
|
505
500
|
<tr>
|
506
501
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
507
502
|
<td>the invocation hint given as the last argument
|
508
|
-
|
503
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
509
504
|
</td>
|
510
505
|
</tr>
|
511
506
|
<tr>
|
512
507
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
513
508
|
<td>additional data specified when registering the marshaller,
|
514
|
-
|
509
|
+
see <a class="link" href="gobject-Closures.html#g-closure-set-marshal" title="g_closure_set_marshal ()"><code class="function">g_closure_set_marshal()</code></a> and <a class="link" href="gobject-Closures.html#g-closure-set-meta-marshal" title="g_closure_set_meta_marshal ()"><code class="function">g_closure_set_meta_marshal()</code></a>
|
515
510
|
</td>
|
516
511
|
</tr>
|
517
512
|
</tbody>
|
518
513
|
</table></div>
|
519
514
|
</div>
|
520
515
|
<hr>
|
521
|
-
<div class="refsect2"
|
516
|
+
<div class="refsect2">
|
522
517
|
<a name="GClosureNotify"></a><h3>GClosureNotify ()</h3>
|
523
518
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GClosureNotify) (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
524
|
-
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>);</pre>
|
519
|
+
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>);</pre>
|
525
520
|
<p>
|
526
521
|
The type used for the various notification callbacks which can be registered
|
527
522
|
on closures.
|
@@ -531,21 +526,19 @@ on closures.
|
|
531
526
|
<tbody>
|
532
527
|
<tr>
|
533
528
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
534
|
-
<td>data specified when registering the notification callback
|
535
|
-
</td>
|
529
|
+
<td>data specified when registering the notification callback</td>
|
536
530
|
</tr>
|
537
531
|
<tr>
|
538
532
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
539
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> on which the notification is emitted
|
540
|
-
</td>
|
533
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> on which the notification is emitted</td>
|
541
534
|
</tr>
|
542
535
|
</tbody>
|
543
536
|
</table></div>
|
544
537
|
</div>
|
545
538
|
<hr>
|
546
|
-
<div class="refsect2"
|
539
|
+
<div class="refsect2">
|
547
540
|
<a name="g-cclosure-new"></a><h3>g_cclosure_new ()</h3>
|
548
|
-
<pre class="programlisting"><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="returnvalue">GClosure</span></a
|
541
|
+
<pre class="programlisting"><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="returnvalue">GClosure</span></a> * g_cclosure_new (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GCallback" title="GCallback ()"><span class="type">GCallback</span></a> callback_func</code></em>,
|
549
542
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
550
543
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> destroy_data</code></em>);</pre>
|
551
544
|
<p>
|
@@ -557,8 +550,7 @@ the last parameter.
|
|
557
550
|
<tbody>
|
558
551
|
<tr>
|
559
552
|
<td><p><span class="term"><em class="parameter"><code>callback_func</code></em> :</span></p></td>
|
560
|
-
<td>the function to invoke
|
561
|
-
</td>
|
553
|
+
<td>the function to invoke</td>
|
562
554
|
</tr>
|
563
555
|
<tr>
|
564
556
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -567,21 +559,20 @@ the last parameter.
|
|
567
559
|
</tr>
|
568
560
|
<tr>
|
569
561
|
<td><p><span class="term"><em class="parameter"><code>destroy_data</code></em> :</span></p></td>
|
570
|
-
<td>destroy notify to be called when <em class="parameter"><code>user_data</code></em> is no longer used
|
571
|
-
</td>
|
562
|
+
<td>destroy notify to be called when <em class="parameter"><code>user_data</code></em> is no longer used</td>
|
572
563
|
</tr>
|
573
564
|
<tr>
|
574
565
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
575
|
-
<td>
|
566
|
+
<td>a new <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a>
|
576
567
|
</td>
|
577
568
|
</tr>
|
578
569
|
</tbody>
|
579
570
|
</table></div>
|
580
571
|
</div>
|
581
572
|
<hr>
|
582
|
-
<div class="refsect2"
|
573
|
+
<div class="refsect2">
|
583
574
|
<a name="g-cclosure-new-swap"></a><h3>g_cclosure_new_swap ()</h3>
|
584
|
-
<pre class="programlisting"><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="returnvalue">GClosure</span></a
|
575
|
+
<pre class="programlisting"><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="returnvalue">GClosure</span></a> * g_cclosure_new_swap (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GCallback" title="GCallback ()"><span class="type">GCallback</span></a> callback_func</code></em>,
|
585
576
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
586
577
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> destroy_data</code></em>);</pre>
|
587
578
|
<p>
|
@@ -593,8 +584,7 @@ the first parameter.
|
|
593
584
|
<tbody>
|
594
585
|
<tr>
|
595
586
|
<td><p><span class="term"><em class="parameter"><code>callback_func</code></em> :</span></p></td>
|
596
|
-
<td>the function to invoke
|
597
|
-
</td>
|
587
|
+
<td>the function to invoke</td>
|
598
588
|
</tr>
|
599
589
|
<tr>
|
600
590
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -603,21 +593,20 @@ the first parameter.
|
|
603
593
|
</tr>
|
604
594
|
<tr>
|
605
595
|
<td><p><span class="term"><em class="parameter"><code>destroy_data</code></em> :</span></p></td>
|
606
|
-
<td>destroy notify to be called when <em class="parameter"><code>user_data</code></em> is no longer used
|
607
|
-
</td>
|
596
|
+
<td>destroy notify to be called when <em class="parameter"><code>user_data</code></em> is no longer used</td>
|
608
597
|
</tr>
|
609
598
|
<tr>
|
610
599
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
611
|
-
<td>
|
600
|
+
<td>a new <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
612
601
|
</td>
|
613
602
|
</tr>
|
614
603
|
</tbody>
|
615
604
|
</table></div>
|
616
605
|
</div>
|
617
606
|
<hr>
|
618
|
-
<div class="refsect2"
|
607
|
+
<div class="refsect2">
|
619
608
|
<a name="g-cclosure-new-object"></a><h3>g_cclosure_new_object ()</h3>
|
620
|
-
<pre class="programlisting"><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="returnvalue">GClosure</span></a
|
609
|
+
<pre class="programlisting"><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="returnvalue">GClosure</span></a> * g_cclosure_new_object (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GCallback" title="GCallback ()"><span class="type">GCallback</span></a> callback_func</code></em>,
|
621
610
|
<em class="parameter"><code><a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>);</pre>
|
622
611
|
<p>
|
623
612
|
A variant of <a class="link" href="gobject-Closures.html#g-cclosure-new" title="g_cclosure_new ()"><code class="function">g_cclosure_new()</code></a> which uses <em class="parameter"><code>object</code></em> as <em class="parameter"><code>user_data</code></em> and
|
@@ -631,8 +620,7 @@ after the object is is freed.
|
|
631
620
|
<tbody>
|
632
621
|
<tr>
|
633
622
|
<td><p><span class="term"><em class="parameter"><code>callback_func</code></em> :</span></p></td>
|
634
|
-
<td>the function to invoke
|
635
|
-
</td>
|
623
|
+
<td>the function to invoke</td>
|
636
624
|
</tr>
|
637
625
|
<tr>
|
638
626
|
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
@@ -641,16 +629,16 @@ after the object is is freed.
|
|
641
629
|
</tr>
|
642
630
|
<tr>
|
643
631
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
644
|
-
<td>
|
632
|
+
<td>a new <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a>
|
645
633
|
</td>
|
646
634
|
</tr>
|
647
635
|
</tbody>
|
648
636
|
</table></div>
|
649
637
|
</div>
|
650
638
|
<hr>
|
651
|
-
<div class="refsect2"
|
639
|
+
<div class="refsect2">
|
652
640
|
<a name="g-cclosure-new-object-swap"></a><h3>g_cclosure_new_object_swap ()</h3>
|
653
|
-
<pre class="programlisting"><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="returnvalue">GClosure</span></a
|
641
|
+
<pre class="programlisting"><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="returnvalue">GClosure</span></a> * g_cclosure_new_object_swap (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GCallback" title="GCallback ()"><span class="type">GCallback</span></a> callback_func</code></em>,
|
654
642
|
<em class="parameter"><code><a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>);</pre>
|
655
643
|
<p>
|
656
644
|
A variant of <a class="link" href="gobject-Closures.html#g-cclosure-new-swap" title="g_cclosure_new_swap ()"><code class="function">g_cclosure_new_swap()</code></a> which uses <em class="parameter"><code>object</code></em> as <em class="parameter"><code>user_data</code></em>
|
@@ -664,8 +652,7 @@ after the object is is freed.
|
|
664
652
|
<tbody>
|
665
653
|
<tr>
|
666
654
|
<td><p><span class="term"><em class="parameter"><code>callback_func</code></em> :</span></p></td>
|
667
|
-
<td>the function to invoke
|
668
|
-
</td>
|
655
|
+
<td>the function to invoke</td>
|
669
656
|
</tr>
|
670
657
|
<tr>
|
671
658
|
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
@@ -674,16 +661,16 @@ after the object is is freed.
|
|
674
661
|
</tr>
|
675
662
|
<tr>
|
676
663
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
677
|
-
<td>
|
664
|
+
<td>a new <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a>
|
678
665
|
</td>
|
679
666
|
</tr>
|
680
667
|
</tbody>
|
681
668
|
</table></div>
|
682
669
|
</div>
|
683
670
|
<hr>
|
684
|
-
<div class="refsect2"
|
671
|
+
<div class="refsect2">
|
685
672
|
<a name="g-closure-new-object"></a><h3>g_closure_new_object ()</h3>
|
686
|
-
<pre class="programlisting"><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="returnvalue">GClosure</span></a
|
673
|
+
<pre class="programlisting"><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="returnvalue">GClosure</span></a> * g_closure_new_object (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> sizeof_closure</code></em>,
|
687
674
|
<em class="parameter"><code><a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>);</pre>
|
688
675
|
<p>
|
689
676
|
A variant of <a class="link" href="gobject-Closures.html#g-closure-new-simple" title="g_closure_new_simple ()"><code class="function">g_closure_new_simple()</code></a> which stores <em class="parameter"><code>object</code></em> in the
|
@@ -697,27 +684,27 @@ when implementing new types of closures.
|
|
697
684
|
<tr>
|
698
685
|
<td><p><span class="term"><em class="parameter"><code>sizeof_closure</code></em> :</span></p></td>
|
699
686
|
<td>the size of the structure to allocate, must be at least
|
700
|
-
|
687
|
+
<code class="literal">sizeof (GClosure)</code>
|
701
688
|
</td>
|
702
689
|
</tr>
|
703
690
|
<tr>
|
704
691
|
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
705
692
|
<td>a <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> pointer to store in the <em class="parameter"><code>data</code></em> field of the newly
|
706
|
-
|
693
|
+
allocated <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>
|
707
694
|
</td>
|
708
695
|
</tr>
|
709
696
|
<tr>
|
710
697
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
711
|
-
<td>
|
698
|
+
<td>a newly allocated <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
712
699
|
</td>
|
713
700
|
</tr>
|
714
701
|
</tbody>
|
715
702
|
</table></div>
|
716
703
|
</div>
|
717
704
|
<hr>
|
718
|
-
<div class="refsect2"
|
705
|
+
<div class="refsect2">
|
719
706
|
<a name="g-closure-ref"></a><h3>g_closure_ref ()</h3>
|
720
|
-
<pre class="programlisting"><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="returnvalue">GClosure</span></a
|
707
|
+
<pre class="programlisting"><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="returnvalue">GClosure</span></a> * g_closure_ref (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>);</pre>
|
721
708
|
<p>
|
722
709
|
Increments the reference count on a closure to force it staying
|
723
710
|
alive while the caller holds a pointer to it.
|
@@ -728,21 +715,20 @@ alive while the caller holds a pointer to it.
|
|
728
715
|
<tr>
|
729
716
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
730
717
|
<td>
|
731
|
-
<a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to increment the reference count on
|
732
|
-
</td>
|
718
|
+
<a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to increment the reference count on</td>
|
733
719
|
</tr>
|
734
720
|
<tr>
|
735
721
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
736
|
-
<td>
|
722
|
+
<td>The <em class="parameter"><code>closure</code></em> passed in, for convenience. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
737
723
|
</td>
|
738
724
|
</tr>
|
739
725
|
</tbody>
|
740
726
|
</table></div>
|
741
727
|
</div>
|
742
728
|
<hr>
|
743
|
-
<div class="refsect2"
|
729
|
+
<div class="refsect2">
|
744
730
|
<a name="g-closure-sink"></a><h3>g_closure_sink ()</h3>
|
745
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_sink (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>);</pre>
|
731
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_sink (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>);</pre>
|
746
732
|
<p>
|
747
733
|
Takes over the initial ownership of a closure. Each closure is
|
748
734
|
initially created in a <em class="firstterm">floating</em> state, which
|
@@ -836,16 +822,15 @@ Because <a class="link" href="gobject-Closures.html#g-closure-sink" title="g_clo
|
|
836
822
|
<tbody><tr>
|
837
823
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
838
824
|
<td>
|
839
|
-
<a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to decrement the initial reference count on, if it's
|
840
|
-
|
841
|
-
</td>
|
825
|
+
<a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to decrement the initial reference count on, if it's
|
826
|
+
still being held</td>
|
842
827
|
</tr></tbody>
|
843
828
|
</table></div>
|
844
829
|
</div>
|
845
830
|
<hr>
|
846
|
-
<div class="refsect2"
|
831
|
+
<div class="refsect2">
|
847
832
|
<a name="g-closure-unref"></a><h3>g_closure_unref ()</h3>
|
848
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_unref (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>);</pre>
|
833
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_unref (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>);</pre>
|
849
834
|
<p>
|
850
835
|
Decrements the reference count of a closure after it was previously
|
851
836
|
incremented by the same caller. If no other callers are using the
|
@@ -856,15 +841,14 @@ closure, then the closure will be destroyed and freed.
|
|
856
841
|
<tbody><tr>
|
857
842
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
858
843
|
<td>
|
859
|
-
<a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to decrement the reference count on
|
860
|
-
</td>
|
844
|
+
<a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to decrement the reference count on</td>
|
861
845
|
</tr></tbody>
|
862
846
|
</table></div>
|
863
847
|
</div>
|
864
848
|
<hr>
|
865
|
-
<div class="refsect2"
|
849
|
+
<div class="refsect2">
|
866
850
|
<a name="g-closure-invoke"></a><h3>g_closure_invoke ()</h3>
|
867
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_invoke (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
851
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_invoke (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
868
852
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
869
853
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
870
854
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
@@ -877,38 +861,36 @@ Invokes the closure, i.e. executes the callback represented by the <em class="pa
|
|
877
861
|
<tbody>
|
878
862
|
<tr>
|
879
863
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
880
|
-
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a>
|
864
|
+
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>
|
881
865
|
</td>
|
882
866
|
</tr>
|
883
867
|
<tr>
|
884
868
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
885
869
|
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> to store the return value. May be <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
886
|
-
|
887
|
-
</td>
|
870
|
+
callback of <em class="parameter"><code>closure</code></em> doesn't return a value.</td>
|
888
871
|
</tr>
|
889
872
|
<tr>
|
890
873
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
891
|
-
<td>the length of the <em class="parameter"><code>param_values</code></em> array
|
892
|
-
</td>
|
874
|
+
<td>the length of the <em class="parameter"><code>param_values</code></em> array</td>
|
893
875
|
</tr>
|
894
876
|
<tr>
|
895
877
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
896
|
-
<td>an array of
|
897
|
-
|
878
|
+
<td>an array of
|
879
|
+
<a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>s holding the arguments on which to
|
880
|
+
invoke the callback of <em class="parameter"><code>closure</code></em>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_param_values]</span>
|
898
881
|
</td>
|
899
882
|
</tr>
|
900
883
|
<tr>
|
901
884
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
902
|
-
<td>a context-dependent invocation hint
|
903
|
-
</td>
|
885
|
+
<td>a context-dependent invocation hint</td>
|
904
886
|
</tr>
|
905
887
|
</tbody>
|
906
888
|
</table></div>
|
907
889
|
</div>
|
908
890
|
<hr>
|
909
|
-
<div class="refsect2"
|
891
|
+
<div class="refsect2">
|
910
892
|
<a name="g-closure-invalidate"></a><h3>g_closure_invalidate ()</h3>
|
911
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_invalidate (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>);</pre>
|
893
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_invalidate (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>);</pre>
|
912
894
|
<p>
|
913
895
|
Sets a flag on the closure to indicate that its calling
|
914
896
|
environment has become invalid, and thus causes any future
|
@@ -929,15 +911,14 @@ been invalidated before).
|
|
929
911
|
<col align="left" valign="top">
|
930
912
|
<tbody><tr>
|
931
913
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
932
|
-
<td>GClosure to invalidate
|
933
|
-
</td>
|
914
|
+
<td>GClosure to invalidate</td>
|
934
915
|
</tr></tbody>
|
935
916
|
</table></div>
|
936
917
|
</div>
|
937
918
|
<hr>
|
938
|
-
<div class="refsect2"
|
919
|
+
<div class="refsect2">
|
939
920
|
<a name="g-closure-add-finalize-notifier"></a><h3>g_closure_add_finalize_notifier ()</h3>
|
940
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_add_finalize_notifier (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
921
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_add_finalize_notifier (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
941
922
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> notify_data</code></em>,
|
942
923
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> notify_func</code></em>);</pre>
|
943
924
|
<p>
|
@@ -953,7 +934,7 @@ be run before the finalize notifiers.
|
|
953
934
|
<tbody>
|
954
935
|
<tr>
|
955
936
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
956
|
-
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a>
|
937
|
+
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>
|
957
938
|
</td>
|
958
939
|
</tr>
|
959
940
|
<tr>
|
@@ -963,16 +944,15 @@ be run before the finalize notifiers.
|
|
963
944
|
</tr>
|
964
945
|
<tr>
|
965
946
|
<td><p><span class="term"><em class="parameter"><code>notify_func</code></em> :</span></p></td>
|
966
|
-
<td>the callback function to register
|
967
|
-
</td>
|
947
|
+
<td>the callback function to register</td>
|
968
948
|
</tr>
|
969
949
|
</tbody>
|
970
950
|
</table></div>
|
971
951
|
</div>
|
972
952
|
<hr>
|
973
|
-
<div class="refsect2"
|
953
|
+
<div class="refsect2">
|
974
954
|
<a name="g-closure-add-invalidate-notifier"></a><h3>g_closure_add_invalidate_notifier ()</h3>
|
975
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_add_invalidate_notifier (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
955
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_add_invalidate_notifier (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
976
956
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> notify_data</code></em>,
|
977
957
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> notify_func</code></em>);</pre>
|
978
958
|
<p>
|
@@ -986,7 +966,7 @@ unspecified order.
|
|
986
966
|
<tbody>
|
987
967
|
<tr>
|
988
968
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
989
|
-
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a>
|
969
|
+
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>
|
990
970
|
</td>
|
991
971
|
</tr>
|
992
972
|
<tr>
|
@@ -996,16 +976,15 @@ unspecified order.
|
|
996
976
|
</tr>
|
997
977
|
<tr>
|
998
978
|
<td><p><span class="term"><em class="parameter"><code>notify_func</code></em> :</span></p></td>
|
999
|
-
<td>the callback function to register
|
1000
|
-
</td>
|
979
|
+
<td>the callback function to register</td>
|
1001
980
|
</tr>
|
1002
981
|
</tbody>
|
1003
982
|
</table></div>
|
1004
983
|
</div>
|
1005
984
|
<hr>
|
1006
|
-
<div class="refsect2"
|
985
|
+
<div class="refsect2">
|
1007
986
|
<a name="g-closure-remove-finalize-notifier"></a><h3>g_closure_remove_finalize_notifier ()</h3>
|
1008
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_remove_finalize_notifier (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
987
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_remove_finalize_notifier (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1009
988
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> notify_data</code></em>,
|
1010
989
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> notify_func</code></em>);</pre>
|
1011
990
|
<p>
|
@@ -1019,28 +998,27 @@ Notice that notifiers are automatically removed after they are run.
|
|
1019
998
|
<tbody>
|
1020
999
|
<tr>
|
1021
1000
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1022
|
-
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a>
|
1001
|
+
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>
|
1023
1002
|
</td>
|
1024
1003
|
</tr>
|
1025
1004
|
<tr>
|
1026
1005
|
<td><p><span class="term"><em class="parameter"><code>notify_data</code></em> :</span></p></td>
|
1027
1006
|
<td>data which was passed to <a class="link" href="gobject-Closures.html#g-closure-add-finalize-notifier" title="g_closure_add_finalize_notifier ()"><code class="function">g_closure_add_finalize_notifier()</code></a>
|
1028
|
-
|
1007
|
+
when registering <em class="parameter"><code>notify_func</code></em>
|
1029
1008
|
</td>
|
1030
1009
|
</tr>
|
1031
1010
|
<tr>
|
1032
1011
|
<td><p><span class="term"><em class="parameter"><code>notify_func</code></em> :</span></p></td>
|
1033
|
-
<td>the callback function to remove
|
1034
|
-
</td>
|
1012
|
+
<td>the callback function to remove</td>
|
1035
1013
|
</tr>
|
1036
1014
|
</tbody>
|
1037
1015
|
</table></div>
|
1038
1016
|
</div>
|
1039
1017
|
<hr>
|
1040
|
-
<div class="refsect2"
|
1018
|
+
<div class="refsect2">
|
1041
1019
|
<a name="g-closure-remove-invalidate-notifier"></a><h3>g_closure_remove_invalidate_notifier ()</h3>
|
1042
1020
|
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_remove_invalidate_notifier
|
1043
|
-
(<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1021
|
+
(<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1044
1022
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> notify_data</code></em>,
|
1045
1023
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> notify_func</code></em>);</pre>
|
1046
1024
|
<p>
|
@@ -1054,31 +1032,30 @@ Notice that notifiers are automatically removed after they are run.
|
|
1054
1032
|
<tbody>
|
1055
1033
|
<tr>
|
1056
1034
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1057
|
-
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a>
|
1035
|
+
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>
|
1058
1036
|
</td>
|
1059
1037
|
</tr>
|
1060
1038
|
<tr>
|
1061
1039
|
<td><p><span class="term"><em class="parameter"><code>notify_data</code></em> :</span></p></td>
|
1062
1040
|
<td>data which was passed to <a class="link" href="gobject-Closures.html#g-closure-add-invalidate-notifier" title="g_closure_add_invalidate_notifier ()"><code class="function">g_closure_add_invalidate_notifier()</code></a>
|
1063
|
-
|
1041
|
+
when registering <em class="parameter"><code>notify_func</code></em>
|
1064
1042
|
</td>
|
1065
1043
|
</tr>
|
1066
1044
|
<tr>
|
1067
1045
|
<td><p><span class="term"><em class="parameter"><code>notify_func</code></em> :</span></p></td>
|
1068
|
-
<td>the callback function to remove
|
1069
|
-
</td>
|
1046
|
+
<td>the callback function to remove</td>
|
1070
1047
|
</tr>
|
1071
1048
|
</tbody>
|
1072
1049
|
</table></div>
|
1073
1050
|
</div>
|
1074
1051
|
<hr>
|
1075
|
-
<div class="refsect2"
|
1052
|
+
<div class="refsect2">
|
1076
1053
|
<a name="g-closure-new-simple"></a><h3>g_closure_new_simple ()</h3>
|
1077
|
-
<pre class="programlisting"><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="returnvalue">GClosure</span></a
|
1054
|
+
<pre class="programlisting"><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="returnvalue">GClosure</span></a> * g_closure_new_simple (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> sizeof_closure</code></em>,
|
1078
1055
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
1079
1056
|
<p>
|
1080
1057
|
Allocates a struct of the given size and initializes the initial
|
1081
|
-
part as a <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a>. This function is mainly useful when
|
1058
|
+
part as a <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>. This function is mainly useful when
|
1082
1059
|
implementing new types of closures.
|
1083
1060
|
</p>
|
1084
1061
|
<p>
|
@@ -1160,26 +1137,26 @@ implementing new types of closures.
|
|
1160
1137
|
<tr>
|
1161
1138
|
<td><p><span class="term"><em class="parameter"><code>sizeof_closure</code></em> :</span></p></td>
|
1162
1139
|
<td>the size of the structure to allocate, must be at least
|
1163
|
-
|
1140
|
+
<code class="literal">sizeof (GClosure)</code>
|
1164
1141
|
</td>
|
1165
1142
|
</tr>
|
1166
1143
|
<tr>
|
1167
1144
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
1168
|
-
<td>data to store in the <em class="parameter"><code>data</code></em> field of the newly allocated <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a>
|
1145
|
+
<td>data to store in the <em class="parameter"><code>data</code></em> field of the newly allocated <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>
|
1169
1146
|
</td>
|
1170
1147
|
</tr>
|
1171
1148
|
<tr>
|
1172
1149
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1173
|
-
<td>
|
1150
|
+
<td>a newly allocated <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
1174
1151
|
</td>
|
1175
1152
|
</tr>
|
1176
1153
|
</tbody>
|
1177
1154
|
</table></div>
|
1178
1155
|
</div>
|
1179
1156
|
<hr>
|
1180
|
-
<div class="refsect2"
|
1157
|
+
<div class="refsect2">
|
1181
1158
|
<a name="g-closure-set-marshal"></a><h3>g_closure_set_marshal ()</h3>
|
1182
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_set_marshal (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1159
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_set_marshal (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1183
1160
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureMarshal" title="GClosureMarshal ()"><span class="type">GClosureMarshal</span></a> marshal</code></em>);</pre>
|
1184
1161
|
<p>
|
1185
1162
|
Sets the marshaller of <em class="parameter"><code>closure</code></em>. The <code class="literal">marshal_data</code>
|
@@ -1194,21 +1171,20 @@ functions), what it provides is a callback function to use instead of
|
|
1194
1171
|
<tbody>
|
1195
1172
|
<tr>
|
1196
1173
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1197
|
-
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a>
|
1174
|
+
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>
|
1198
1175
|
</td>
|
1199
1176
|
</tr>
|
1200
1177
|
<tr>
|
1201
1178
|
<td><p><span class="term"><em class="parameter"><code>marshal</code></em> :</span></p></td>
|
1202
|
-
<td>a <a class="link" href="gobject-Closures.html#GClosureMarshal" title="GClosureMarshal ()"><span class="type">GClosureMarshal</span></a> function
|
1203
|
-
</td>
|
1179
|
+
<td>a <a class="link" href="gobject-Closures.html#GClosureMarshal" title="GClosureMarshal ()"><span class="type">GClosureMarshal</span></a> function</td>
|
1204
1180
|
</tr>
|
1205
1181
|
</tbody>
|
1206
1182
|
</table></div>
|
1207
1183
|
</div>
|
1208
1184
|
<hr>
|
1209
|
-
<div class="refsect2"
|
1185
|
+
<div class="refsect2">
|
1210
1186
|
<a name="g-closure-add-marshal-guards"></a><h3>g_closure_add_marshal_guards ()</h3>
|
1211
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_add_marshal_guards (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1187
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_add_marshal_guards (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1212
1188
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> pre_marshal_data</code></em>,
|
1213
1189
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> pre_marshal_notify</code></em>,
|
1214
1190
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> post_marshal_data</code></em>,
|
@@ -1224,7 +1200,7 @@ the extra arguments for the duration of the callback. See
|
|
1224
1200
|
<tbody>
|
1225
1201
|
<tr>
|
1226
1202
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1227
|
-
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a>
|
1203
|
+
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>
|
1228
1204
|
</td>
|
1229
1205
|
</tr>
|
1230
1206
|
<tr>
|
@@ -1234,8 +1210,7 @@ the extra arguments for the duration of the callback. See
|
|
1234
1210
|
</tr>
|
1235
1211
|
<tr>
|
1236
1212
|
<td><p><span class="term"><em class="parameter"><code>pre_marshal_notify</code></em> :</span></p></td>
|
1237
|
-
<td>a function to call before the closure callback
|
1238
|
-
</td>
|
1213
|
+
<td>a function to call before the closure callback</td>
|
1239
1214
|
</tr>
|
1240
1215
|
<tr>
|
1241
1216
|
<td><p><span class="term"><em class="parameter"><code>post_marshal_data</code></em> :</span></p></td>
|
@@ -1244,16 +1219,15 @@ the extra arguments for the duration of the callback. See
|
|
1244
1219
|
</tr>
|
1245
1220
|
<tr>
|
1246
1221
|
<td><p><span class="term"><em class="parameter"><code>post_marshal_notify</code></em> :</span></p></td>
|
1247
|
-
<td>a function to call after the closure callback
|
1248
|
-
</td>
|
1222
|
+
<td>a function to call after the closure callback</td>
|
1249
1223
|
</tr>
|
1250
1224
|
</tbody>
|
1251
1225
|
</table></div>
|
1252
1226
|
</div>
|
1253
1227
|
<hr>
|
1254
|
-
<div class="refsect2"
|
1228
|
+
<div class="refsect2">
|
1255
1229
|
<a name="g-closure-set-meta-marshal"></a><h3>g_closure_set_meta_marshal ()</h3>
|
1256
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_set_meta_marshal (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1230
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_closure_set_meta_marshal (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1257
1231
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>,
|
1258
1232
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureMarshal" title="GClosureMarshal ()"><span class="type">GClosureMarshal</span></a> meta_marshal</code></em>);</pre>
|
1259
1233
|
<p>
|
@@ -1278,7 +1252,7 @@ the right callback and passes it to the marshaller as the
|
|
1278
1252
|
<tbody>
|
1279
1253
|
<tr>
|
1280
1254
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1281
|
-
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a>
|
1255
|
+
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>
|
1282
1256
|
</td>
|
1283
1257
|
</tr>
|
1284
1258
|
<tr>
|
@@ -1288,19 +1262,18 @@ the right callback and passes it to the marshaller as the
|
|
1288
1262
|
</tr>
|
1289
1263
|
<tr>
|
1290
1264
|
<td><p><span class="term"><em class="parameter"><code>meta_marshal</code></em> :</span></p></td>
|
1291
|
-
<td>a <a class="link" href="gobject-Closures.html#GClosureMarshal" title="GClosureMarshal ()"><span class="type">GClosureMarshal</span></a> function
|
1292
|
-
</td>
|
1265
|
+
<td>a <a class="link" href="gobject-Closures.html#GClosureMarshal" title="GClosureMarshal ()"><span class="type">GClosureMarshal</span></a> function</td>
|
1293
1266
|
</tr>
|
1294
1267
|
</tbody>
|
1295
1268
|
</table></div>
|
1296
1269
|
</div>
|
1297
1270
|
<hr>
|
1298
|
-
<div class="refsect2"
|
1271
|
+
<div class="refsect2">
|
1299
1272
|
<a name="g-source-set-closure"></a><h3>g_source_set_closure ()</h3>
|
1300
1273
|
<pre class="programlisting"><span class="returnvalue">void</span> g_source_set_closure (<em class="parameter"><code><a href="./../glib/glib/glib-The-Main-Event-Loop.html#GSource"><span class="type">GSource</span></a> *source</code></em>,
|
1301
|
-
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>);</pre>
|
1274
|
+
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>);</pre>
|
1302
1275
|
<p>
|
1303
|
-
Set the callback for a source as a <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a>.
|
1276
|
+
Set the callback for a source as a <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>.
|
1304
1277
|
</p>
|
1305
1278
|
<p>
|
1306
1279
|
If the source is not one of the standard GLib types, the <em class="parameter"><code>closure_callback</code></em>
|
@@ -1312,19 +1285,43 @@ filled in with pointers to appropriate functions.
|
|
1312
1285
|
<tbody>
|
1313
1286
|
<tr>
|
1314
1287
|
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
|
1315
|
-
<td>the source
|
1316
|
-
</td>
|
1288
|
+
<td>the source</td>
|
1317
1289
|
</tr>
|
1318
1290
|
<tr>
|
1319
1291
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1320
|
-
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a>
|
1292
|
+
<td>a <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a>
|
1321
1293
|
</td>
|
1322
1294
|
</tr>
|
1323
1295
|
</tbody>
|
1324
1296
|
</table></div>
|
1325
1297
|
</div>
|
1326
1298
|
<hr>
|
1327
|
-
<div class="refsect2"
|
1299
|
+
<div class="refsect2">
|
1300
|
+
<a name="g-source-set-dummy-callback"></a><h3>g_source_set_dummy_callback ()</h3>
|
1301
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_source_set_dummy_callback (<em class="parameter"><code><a href="./../glib/glib/glib-The-Main-Event-Loop.html#GSource"><span class="type">GSource</span></a> *source</code></em>);</pre>
|
1302
|
+
<p>
|
1303
|
+
Sets a dummy callback for <em class="parameter"><code>source</code></em>. The callback will do nothing, and
|
1304
|
+
if the source expects a <a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> return value, it will return <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
|
1305
|
+
(If the source expects any other type of return value, it will return
|
1306
|
+
a 0/<a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> value; whatever <a class="link" href="gobject-Generic-values.html#g-value-init" title="g_value_init ()"><code class="function">g_value_init()</code></a> initializes a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> to for
|
1307
|
+
that type.)
|
1308
|
+
</p>
|
1309
|
+
<p>
|
1310
|
+
If the source is not one of the standard GLib types, the
|
1311
|
+
<em class="parameter"><code>closure_callback</code></em> and <em class="parameter"><code>closure_marshal</code></em> fields of the <a href="./../glib/glib/glib-The-Main-Event-Loop.html#GSourceFuncs"><span class="type">GSourceFuncs</span></a>
|
1312
|
+
structure must have been filled in with pointers to appropriate
|
1313
|
+
functions.
|
1314
|
+
</p>
|
1315
|
+
<div class="variablelist"><table border="0">
|
1316
|
+
<col align="left" valign="top">
|
1317
|
+
<tbody><tr>
|
1318
|
+
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
|
1319
|
+
<td>the source</td>
|
1320
|
+
</tr></tbody>
|
1321
|
+
</table></div>
|
1322
|
+
</div>
|
1323
|
+
<hr>
|
1324
|
+
<div class="refsect2">
|
1328
1325
|
<a name="G-TYPE-IO-CHANNEL:CAPS"></a><h3>G_TYPE_IO_CHANNEL</h3>
|
1329
1326
|
<pre class="programlisting">#define G_TYPE_IO_CHANNEL (g_io_channel_get_type ())
|
1330
1327
|
</pre>
|
@@ -1333,7 +1330,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp
|
|
1333
1330
|
</p>
|
1334
1331
|
</div>
|
1335
1332
|
<hr>
|
1336
|
-
<div class="refsect2"
|
1333
|
+
<div class="refsect2">
|
1337
1334
|
<a name="G-TYPE-IO-CONDITION:CAPS"></a><h3>G_TYPE_IO_CONDITION</h3>
|
1338
1335
|
<pre class="programlisting">#define G_TYPE_IO_CONDITION (g_io_condition_get_type ())
|
1339
1336
|
</pre>
|
@@ -1342,16 +1339,16 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp
|
|
1342
1339
|
</p>
|
1343
1340
|
</div>
|
1344
1341
|
<hr>
|
1345
|
-
<div class="refsect2"
|
1342
|
+
<div class="refsect2">
|
1346
1343
|
<a name="g-cclosure-marshal-VOID--VOID"></a><h3>g_cclosure_marshal_VOID__VOID ()</h3>
|
1347
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__VOID (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1344
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__VOID (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1348
1345
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
1349
1346
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
1350
1347
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
1351
1348
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
1352
1349
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
1353
1350
|
<p>
|
1354
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1351
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1355
1352
|
<code class="literal">void (*callback) (gpointer instance, gpointer user_data)</code>.
|
1356
1353
|
</p>
|
1357
1354
|
<div class="variablelist"><table border="0">
|
@@ -1359,49 +1356,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
1359
1356
|
<tbody>
|
1360
1357
|
<tr>
|
1361
1358
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1362
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
1363
|
-
</td>
|
1359
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
1364
1360
|
</tr>
|
1365
1361
|
<tr>
|
1366
1362
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
1367
|
-
<td>ignored
|
1368
|
-
</td>
|
1363
|
+
<td>ignored</td>
|
1369
1364
|
</tr>
|
1370
1365
|
<tr>
|
1371
1366
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
1372
|
-
<td>1
|
1373
|
-
</td>
|
1367
|
+
<td>1</td>
|
1374
1368
|
</tr>
|
1375
1369
|
<tr>
|
1376
1370
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
1377
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding only the instance
|
1378
|
-
</td>
|
1371
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding only the instance</td>
|
1379
1372
|
</tr>
|
1380
1373
|
<tr>
|
1381
1374
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
1382
1375
|
<td>the invocation hint given as the last argument
|
1383
|
-
|
1376
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
1384
1377
|
</td>
|
1385
1378
|
</tr>
|
1386
1379
|
<tr>
|
1387
1380
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
1388
|
-
<td>additional data specified when registering the marshaller
|
1389
|
-
</td>
|
1381
|
+
<td>additional data specified when registering the marshaller</td>
|
1390
1382
|
</tr>
|
1391
1383
|
</tbody>
|
1392
1384
|
</table></div>
|
1393
1385
|
</div>
|
1394
1386
|
<hr>
|
1395
|
-
<div class="refsect2"
|
1387
|
+
<div class="refsect2">
|
1396
1388
|
<a name="g-cclosure-marshal-VOID--BOOLEAN"></a><h3>g_cclosure_marshal_VOID__BOOLEAN ()</h3>
|
1397
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__BOOLEAN (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1389
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__BOOLEAN (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1398
1390
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
1399
1391
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
1400
1392
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
1401
1393
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
1402
1394
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
1403
1395
|
<p>
|
1404
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1396
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1405
1397
|
<code class="literal">void (*callback) (gpointer instance, gboolean arg1, gpointer user_data)</code>.
|
1406
1398
|
</p>
|
1407
1399
|
<div class="variablelist"><table border="0">
|
@@ -1409,49 +1401,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
1409
1401
|
<tbody>
|
1410
1402
|
<tr>
|
1411
1403
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1412
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
1413
|
-
</td>
|
1404
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
1414
1405
|
</tr>
|
1415
1406
|
<tr>
|
1416
1407
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
1417
|
-
<td>ignored
|
1418
|
-
</td>
|
1408
|
+
<td>ignored</td>
|
1419
1409
|
</tr>
|
1420
1410
|
<tr>
|
1421
1411
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
1422
|
-
<td>2
|
1423
|
-
</td>
|
1412
|
+
<td>2</td>
|
1424
1413
|
</tr>
|
1425
1414
|
<tr>
|
1426
1415
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
1427
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> parameter
|
1428
|
-
</td>
|
1416
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> parameter</td>
|
1429
1417
|
</tr>
|
1430
1418
|
<tr>
|
1431
1419
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
1432
1420
|
<td>the invocation hint given as the last argument
|
1433
|
-
|
1421
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
1434
1422
|
</td>
|
1435
1423
|
</tr>
|
1436
1424
|
<tr>
|
1437
1425
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
1438
|
-
<td>additional data specified when registering the marshaller
|
1439
|
-
</td>
|
1426
|
+
<td>additional data specified when registering the marshaller</td>
|
1440
1427
|
</tr>
|
1441
1428
|
</tbody>
|
1442
1429
|
</table></div>
|
1443
1430
|
</div>
|
1444
1431
|
<hr>
|
1445
|
-
<div class="refsect2"
|
1432
|
+
<div class="refsect2">
|
1446
1433
|
<a name="g-cclosure-marshal-VOID--CHAR"></a><h3>g_cclosure_marshal_VOID__CHAR ()</h3>
|
1447
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__CHAR (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1434
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__CHAR (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1448
1435
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
1449
1436
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
1450
1437
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
1451
1438
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
1452
1439
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
1453
1440
|
<p>
|
1454
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1441
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1455
1442
|
<code class="literal">void (*callback) (gpointer instance, gchar arg1, gpointer user_data)</code>.
|
1456
1443
|
</p>
|
1457
1444
|
<div class="variablelist"><table border="0">
|
@@ -1459,49 +1446,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
1459
1446
|
<tbody>
|
1460
1447
|
<tr>
|
1461
1448
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1462
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
1463
|
-
</td>
|
1449
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
1464
1450
|
</tr>
|
1465
1451
|
<tr>
|
1466
1452
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
1467
|
-
<td>ignored
|
1468
|
-
</td>
|
1453
|
+
<td>ignored</td>
|
1469
1454
|
</tr>
|
1470
1455
|
<tr>
|
1471
1456
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
1472
|
-
<td>2
|
1473
|
-
</td>
|
1457
|
+
<td>2</td>
|
1474
1458
|
</tr>
|
1475
1459
|
<tr>
|
1476
1460
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
1477
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> parameter
|
1478
|
-
</td>
|
1461
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> parameter</td>
|
1479
1462
|
</tr>
|
1480
1463
|
<tr>
|
1481
1464
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
1482
1465
|
<td>the invocation hint given as the last argument
|
1483
|
-
|
1466
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
1484
1467
|
</td>
|
1485
1468
|
</tr>
|
1486
1469
|
<tr>
|
1487
1470
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
1488
|
-
<td>additional data specified when registering the marshaller
|
1489
|
-
</td>
|
1471
|
+
<td>additional data specified when registering the marshaller</td>
|
1490
1472
|
</tr>
|
1491
1473
|
</tbody>
|
1492
1474
|
</table></div>
|
1493
1475
|
</div>
|
1494
1476
|
<hr>
|
1495
|
-
<div class="refsect2"
|
1477
|
+
<div class="refsect2">
|
1496
1478
|
<a name="g-cclosure-marshal-VOID--UCHAR"></a><h3>g_cclosure_marshal_VOID__UCHAR ()</h3>
|
1497
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__UCHAR (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1479
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__UCHAR (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1498
1480
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
1499
1481
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
1500
1482
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
1501
1483
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
1502
1484
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
1503
1485
|
<p>
|
1504
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1486
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1505
1487
|
<code class="literal">void (*callback) (gpointer instance, guchar arg1, gpointer user_data)</code>.
|
1506
1488
|
</p>
|
1507
1489
|
<div class="variablelist"><table border="0">
|
@@ -1509,49 +1491,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
1509
1491
|
<tbody>
|
1510
1492
|
<tr>
|
1511
1493
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1512
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
1513
|
-
</td>
|
1494
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
1514
1495
|
</tr>
|
1515
1496
|
<tr>
|
1516
1497
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
1517
|
-
<td>ignored
|
1518
|
-
</td>
|
1498
|
+
<td>ignored</td>
|
1519
1499
|
</tr>
|
1520
1500
|
<tr>
|
1521
1501
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
1522
|
-
<td>2
|
1523
|
-
</td>
|
1502
|
+
<td>2</td>
|
1524
1503
|
</tr>
|
1525
1504
|
<tr>
|
1526
1505
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
1527
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> parameter
|
1528
|
-
</td>
|
1506
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> parameter</td>
|
1529
1507
|
</tr>
|
1530
1508
|
<tr>
|
1531
1509
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
1532
1510
|
<td>the invocation hint given as the last argument
|
1533
|
-
|
1511
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
1534
1512
|
</td>
|
1535
1513
|
</tr>
|
1536
1514
|
<tr>
|
1537
1515
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
1538
|
-
<td>additional data specified when registering the marshaller
|
1539
|
-
</td>
|
1516
|
+
<td>additional data specified when registering the marshaller</td>
|
1540
1517
|
</tr>
|
1541
1518
|
</tbody>
|
1542
1519
|
</table></div>
|
1543
1520
|
</div>
|
1544
1521
|
<hr>
|
1545
|
-
<div class="refsect2"
|
1522
|
+
<div class="refsect2">
|
1546
1523
|
<a name="g-cclosure-marshal-VOID--INT"></a><h3>g_cclosure_marshal_VOID__INT ()</h3>
|
1547
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__INT (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1524
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__INT (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1548
1525
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
1549
1526
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
1550
1527
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
1551
1528
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
1552
1529
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
1553
1530
|
<p>
|
1554
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1531
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1555
1532
|
<code class="literal">void (*callback) (gpointer instance, gint arg1, gpointer user_data)</code>.
|
1556
1533
|
</p>
|
1557
1534
|
<div class="variablelist"><table border="0">
|
@@ -1559,49 +1536,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
1559
1536
|
<tbody>
|
1560
1537
|
<tr>
|
1561
1538
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1562
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
1563
|
-
</td>
|
1539
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
1564
1540
|
</tr>
|
1565
1541
|
<tr>
|
1566
1542
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
1567
|
-
<td>ignored
|
1568
|
-
</td>
|
1543
|
+
<td>ignored</td>
|
1569
1544
|
</tr>
|
1570
1545
|
<tr>
|
1571
1546
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
1572
|
-
<td>2
|
1573
|
-
</td>
|
1547
|
+
<td>2</td>
|
1574
1548
|
</tr>
|
1575
1549
|
<tr>
|
1576
1550
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
1577
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> parameter
|
1578
|
-
</td>
|
1551
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> parameter</td>
|
1579
1552
|
</tr>
|
1580
1553
|
<tr>
|
1581
1554
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
1582
1555
|
<td>the invocation hint given as the last argument
|
1583
|
-
|
1556
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
1584
1557
|
</td>
|
1585
1558
|
</tr>
|
1586
1559
|
<tr>
|
1587
1560
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
1588
|
-
<td>additional data specified when registering the marshaller
|
1589
|
-
</td>
|
1561
|
+
<td>additional data specified when registering the marshaller</td>
|
1590
1562
|
</tr>
|
1591
1563
|
</tbody>
|
1592
1564
|
</table></div>
|
1593
1565
|
</div>
|
1594
1566
|
<hr>
|
1595
|
-
<div class="refsect2"
|
1567
|
+
<div class="refsect2">
|
1596
1568
|
<a name="g-cclosure-marshal-VOID--UINT"></a><h3>g_cclosure_marshal_VOID__UINT ()</h3>
|
1597
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__UINT (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1569
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__UINT (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1598
1570
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
1599
1571
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
1600
1572
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
1601
1573
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
1602
1574
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
1603
1575
|
<p>
|
1604
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1576
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1605
1577
|
<code class="literal">void (*callback) (gpointer instance, guint arg1, gpointer user_data)</code>.
|
1606
1578
|
</p>
|
1607
1579
|
<div class="variablelist"><table border="0">
|
@@ -1609,49 +1581,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
1609
1581
|
<tbody>
|
1610
1582
|
<tr>
|
1611
1583
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1612
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
1613
|
-
</td>
|
1584
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
1614
1585
|
</tr>
|
1615
1586
|
<tr>
|
1616
1587
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
1617
|
-
<td>ignored
|
1618
|
-
</td>
|
1588
|
+
<td>ignored</td>
|
1619
1589
|
</tr>
|
1620
1590
|
<tr>
|
1621
1591
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
1622
|
-
<td>2
|
1623
|
-
</td>
|
1592
|
+
<td>2</td>
|
1624
1593
|
</tr>
|
1625
1594
|
<tr>
|
1626
1595
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
1627
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> parameter
|
1628
|
-
</td>
|
1596
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> parameter</td>
|
1629
1597
|
</tr>
|
1630
1598
|
<tr>
|
1631
1599
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
1632
1600
|
<td>the invocation hint given as the last argument
|
1633
|
-
|
1601
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
1634
1602
|
</td>
|
1635
1603
|
</tr>
|
1636
1604
|
<tr>
|
1637
1605
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
1638
|
-
<td>additional data specified when registering the marshaller
|
1639
|
-
</td>
|
1606
|
+
<td>additional data specified when registering the marshaller</td>
|
1640
1607
|
</tr>
|
1641
1608
|
</tbody>
|
1642
1609
|
</table></div>
|
1643
1610
|
</div>
|
1644
1611
|
<hr>
|
1645
|
-
<div class="refsect2"
|
1612
|
+
<div class="refsect2">
|
1646
1613
|
<a name="g-cclosure-marshal-VOID--LONG"></a><h3>g_cclosure_marshal_VOID__LONG ()</h3>
|
1647
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__LONG (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1614
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__LONG (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1648
1615
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
1649
1616
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
1650
1617
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
1651
1618
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
1652
1619
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
1653
1620
|
<p>
|
1654
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1621
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1655
1622
|
<code class="literal">void (*callback) (gpointer instance, glong arg1, gpointer user_data)</code>.
|
1656
1623
|
</p>
|
1657
1624
|
<div class="variablelist"><table border="0">
|
@@ -1659,49 +1626,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
1659
1626
|
<tbody>
|
1660
1627
|
<tr>
|
1661
1628
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1662
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
1663
|
-
</td>
|
1629
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
1664
1630
|
</tr>
|
1665
1631
|
<tr>
|
1666
1632
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
1667
|
-
<td>ignored
|
1668
|
-
</td>
|
1633
|
+
<td>ignored</td>
|
1669
1634
|
</tr>
|
1670
1635
|
<tr>
|
1671
1636
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
1672
|
-
<td>2
|
1673
|
-
</td>
|
1637
|
+
<td>2</td>
|
1674
1638
|
</tr>
|
1675
1639
|
<tr>
|
1676
1640
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
1677
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#glong"><span class="type">glong</span></a> parameter
|
1678
|
-
</td>
|
1641
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#glong"><span class="type">glong</span></a> parameter</td>
|
1679
1642
|
</tr>
|
1680
1643
|
<tr>
|
1681
1644
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
1682
1645
|
<td>the invocation hint given as the last argument
|
1683
|
-
|
1646
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
1684
1647
|
</td>
|
1685
1648
|
</tr>
|
1686
1649
|
<tr>
|
1687
1650
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
1688
|
-
<td>additional data specified when registering the marshaller
|
1689
|
-
</td>
|
1651
|
+
<td>additional data specified when registering the marshaller</td>
|
1690
1652
|
</tr>
|
1691
1653
|
</tbody>
|
1692
1654
|
</table></div>
|
1693
1655
|
</div>
|
1694
1656
|
<hr>
|
1695
|
-
<div class="refsect2"
|
1657
|
+
<div class="refsect2">
|
1696
1658
|
<a name="g-cclosure-marshal-VOID--ULONG"></a><h3>g_cclosure_marshal_VOID__ULONG ()</h3>
|
1697
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__ULONG (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1659
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__ULONG (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1698
1660
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
1699
1661
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
1700
1662
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
1701
1663
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
1702
1664
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
1703
1665
|
<p>
|
1704
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1666
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1705
1667
|
<code class="literal">void (*callback) (gpointer instance, gulong arg1, gpointer user_data)</code>.
|
1706
1668
|
</p>
|
1707
1669
|
<div class="variablelist"><table border="0">
|
@@ -1709,49 +1671,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
1709
1671
|
<tbody>
|
1710
1672
|
<tr>
|
1711
1673
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1712
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
1713
|
-
</td>
|
1674
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
1714
1675
|
</tr>
|
1715
1676
|
<tr>
|
1716
1677
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
1717
|
-
<td>ignored
|
1718
|
-
</td>
|
1678
|
+
<td>ignored</td>
|
1719
1679
|
</tr>
|
1720
1680
|
<tr>
|
1721
1681
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
1722
|
-
<td>2
|
1723
|
-
</td>
|
1682
|
+
<td>2</td>
|
1724
1683
|
</tr>
|
1725
1684
|
<tr>
|
1726
1685
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
1727
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> parameter
|
1728
|
-
</td>
|
1686
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> parameter</td>
|
1729
1687
|
</tr>
|
1730
1688
|
<tr>
|
1731
1689
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
1732
1690
|
<td>the invocation hint given as the last argument
|
1733
|
-
|
1691
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
1734
1692
|
</td>
|
1735
1693
|
</tr>
|
1736
1694
|
<tr>
|
1737
1695
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
1738
|
-
<td>additional data specified when registering the marshaller
|
1739
|
-
</td>
|
1696
|
+
<td>additional data specified when registering the marshaller</td>
|
1740
1697
|
</tr>
|
1741
1698
|
</tbody>
|
1742
1699
|
</table></div>
|
1743
1700
|
</div>
|
1744
1701
|
<hr>
|
1745
|
-
<div class="refsect2"
|
1702
|
+
<div class="refsect2">
|
1746
1703
|
<a name="g-cclosure-marshal-VOID--ENUM"></a><h3>g_cclosure_marshal_VOID__ENUM ()</h3>
|
1747
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__ENUM (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1704
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__ENUM (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1748
1705
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
1749
1706
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
1750
1707
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
1751
1708
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
1752
1709
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
1753
1710
|
<p>
|
1754
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1711
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1755
1712
|
<code class="literal">void (*callback) (gpointer instance, gint arg1, gpointer user_data)</code> where the <a href="./../glib/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> parameter denotes an enumeration type..
|
1756
1713
|
</p>
|
1757
1714
|
<div class="variablelist"><table border="0">
|
@@ -1759,49 +1716,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
1759
1716
|
<tbody>
|
1760
1717
|
<tr>
|
1761
1718
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1762
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
1763
|
-
</td>
|
1719
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
1764
1720
|
</tr>
|
1765
1721
|
<tr>
|
1766
1722
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
1767
|
-
<td>ignored
|
1768
|
-
</td>
|
1723
|
+
<td>ignored</td>
|
1769
1724
|
</tr>
|
1770
1725
|
<tr>
|
1771
1726
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
1772
|
-
<td>2
|
1773
|
-
</td>
|
1727
|
+
<td>2</td>
|
1774
1728
|
</tr>
|
1775
1729
|
<tr>
|
1776
1730
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
1777
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the enumeration parameter
|
1778
|
-
</td>
|
1731
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the enumeration parameter</td>
|
1779
1732
|
</tr>
|
1780
1733
|
<tr>
|
1781
1734
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
1782
1735
|
<td>the invocation hint given as the last argument
|
1783
|
-
|
1736
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
1784
1737
|
</td>
|
1785
1738
|
</tr>
|
1786
1739
|
<tr>
|
1787
1740
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
1788
|
-
<td>additional data specified when registering the marshaller
|
1789
|
-
</td>
|
1741
|
+
<td>additional data specified when registering the marshaller</td>
|
1790
1742
|
</tr>
|
1791
1743
|
</tbody>
|
1792
1744
|
</table></div>
|
1793
1745
|
</div>
|
1794
1746
|
<hr>
|
1795
|
-
<div class="refsect2"
|
1747
|
+
<div class="refsect2">
|
1796
1748
|
<a name="g-cclosure-marshal-VOID--FLAGS"></a><h3>g_cclosure_marshal_VOID__FLAGS ()</h3>
|
1797
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__FLAGS (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1749
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__FLAGS (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1798
1750
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
1799
1751
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
1800
1752
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
1801
1753
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
1802
1754
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
1803
1755
|
<p>
|
1804
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1756
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1805
1757
|
<code class="literal">void (*callback) (gpointer instance, gint arg1, gpointer user_data)</code> where the <a href="./../glib/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> parameter denotes a flags type.
|
1806
1758
|
</p>
|
1807
1759
|
<div class="variablelist"><table border="0">
|
@@ -1809,49 +1761,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
1809
1761
|
<tbody>
|
1810
1762
|
<tr>
|
1811
1763
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1812
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
1813
|
-
</td>
|
1764
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
1814
1765
|
</tr>
|
1815
1766
|
<tr>
|
1816
1767
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
1817
|
-
<td>ignored
|
1818
|
-
</td>
|
1768
|
+
<td>ignored</td>
|
1819
1769
|
</tr>
|
1820
1770
|
<tr>
|
1821
1771
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
1822
|
-
<td>2
|
1823
|
-
</td>
|
1772
|
+
<td>2</td>
|
1824
1773
|
</tr>
|
1825
1774
|
<tr>
|
1826
1775
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
1827
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the flags parameter
|
1828
|
-
</td>
|
1776
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the flags parameter</td>
|
1829
1777
|
</tr>
|
1830
1778
|
<tr>
|
1831
1779
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
1832
1780
|
<td>the invocation hint given as the last argument
|
1833
|
-
|
1781
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
1834
1782
|
</td>
|
1835
1783
|
</tr>
|
1836
1784
|
<tr>
|
1837
1785
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
1838
|
-
<td>additional data specified when registering the marshaller
|
1839
|
-
</td>
|
1786
|
+
<td>additional data specified when registering the marshaller</td>
|
1840
1787
|
</tr>
|
1841
1788
|
</tbody>
|
1842
1789
|
</table></div>
|
1843
1790
|
</div>
|
1844
1791
|
<hr>
|
1845
|
-
<div class="refsect2"
|
1792
|
+
<div class="refsect2">
|
1846
1793
|
<a name="g-cclosure-marshal-VOID--FLOAT"></a><h3>g_cclosure_marshal_VOID__FLOAT ()</h3>
|
1847
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__FLOAT (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1794
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__FLOAT (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1848
1795
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
1849
1796
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
1850
1797
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
1851
1798
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
1852
1799
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
1853
1800
|
<p>
|
1854
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1801
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1855
1802
|
<code class="literal">void (*callback) (gpointer instance, gfloat arg1, gpointer user_data)</code>.
|
1856
1803
|
</p>
|
1857
1804
|
<div class="variablelist"><table border="0">
|
@@ -1859,49 +1806,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
1859
1806
|
<tbody>
|
1860
1807
|
<tr>
|
1861
1808
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1862
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
1863
|
-
</td>
|
1809
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
1864
1810
|
</tr>
|
1865
1811
|
<tr>
|
1866
1812
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
1867
|
-
<td>ignored
|
1868
|
-
</td>
|
1813
|
+
<td>ignored</td>
|
1869
1814
|
</tr>
|
1870
1815
|
<tr>
|
1871
1816
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
1872
|
-
<td>2
|
1873
|
-
</td>
|
1817
|
+
<td>2</td>
|
1874
1818
|
</tr>
|
1875
1819
|
<tr>
|
1876
1820
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
1877
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> parameter
|
1878
|
-
</td>
|
1821
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> parameter</td>
|
1879
1822
|
</tr>
|
1880
1823
|
<tr>
|
1881
1824
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
1882
1825
|
<td>the invocation hint given as the last argument
|
1883
|
-
|
1826
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
1884
1827
|
</td>
|
1885
1828
|
</tr>
|
1886
1829
|
<tr>
|
1887
1830
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
1888
|
-
<td>additional data specified when registering the marshaller
|
1889
|
-
</td>
|
1831
|
+
<td>additional data specified when registering the marshaller</td>
|
1890
1832
|
</tr>
|
1891
1833
|
</tbody>
|
1892
1834
|
</table></div>
|
1893
1835
|
</div>
|
1894
1836
|
<hr>
|
1895
|
-
<div class="refsect2"
|
1837
|
+
<div class="refsect2">
|
1896
1838
|
<a name="g-cclosure-marshal-VOID--DOUBLE"></a><h3>g_cclosure_marshal_VOID__DOUBLE ()</h3>
|
1897
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__DOUBLE (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1839
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__DOUBLE (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1898
1840
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
1899
1841
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
1900
1842
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
1901
1843
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
1902
1844
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
1903
1845
|
<p>
|
1904
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1846
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1905
1847
|
<code class="literal">void (*callback) (gpointer instance, gdouble arg1, gpointer user_data)</code>.
|
1906
1848
|
</p>
|
1907
1849
|
<div class="variablelist"><table border="0">
|
@@ -1909,49 +1851,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
1909
1851
|
<tbody>
|
1910
1852
|
<tr>
|
1911
1853
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1912
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
1913
|
-
</td>
|
1854
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
1914
1855
|
</tr>
|
1915
1856
|
<tr>
|
1916
1857
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
1917
|
-
<td>ignored
|
1918
|
-
</td>
|
1858
|
+
<td>ignored</td>
|
1919
1859
|
</tr>
|
1920
1860
|
<tr>
|
1921
1861
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
1922
|
-
<td>2
|
1923
|
-
</td>
|
1862
|
+
<td>2</td>
|
1924
1863
|
</tr>
|
1925
1864
|
<tr>
|
1926
1865
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
1927
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> parameter
|
1928
|
-
</td>
|
1866
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> parameter</td>
|
1929
1867
|
</tr>
|
1930
1868
|
<tr>
|
1931
1869
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
1932
1870
|
<td>the invocation hint given as the last argument
|
1933
|
-
|
1871
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
1934
1872
|
</td>
|
1935
1873
|
</tr>
|
1936
1874
|
<tr>
|
1937
1875
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
1938
|
-
<td>additional data specified when registering the marshaller
|
1939
|
-
</td>
|
1876
|
+
<td>additional data specified when registering the marshaller</td>
|
1940
1877
|
</tr>
|
1941
1878
|
</tbody>
|
1942
1879
|
</table></div>
|
1943
1880
|
</div>
|
1944
1881
|
<hr>
|
1945
|
-
<div class="refsect2"
|
1882
|
+
<div class="refsect2">
|
1946
1883
|
<a name="g-cclosure-marshal-VOID--STRING"></a><h3>g_cclosure_marshal_VOID__STRING ()</h3>
|
1947
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__STRING (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1884
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__STRING (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1948
1885
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
1949
1886
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
1950
1887
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
1951
1888
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
1952
1889
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
1953
1890
|
<p>
|
1954
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1891
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1955
1892
|
<code class="literal">void (*callback) (gpointer instance, const gchar *arg1, gpointer user_data)</code>.
|
1956
1893
|
</p>
|
1957
1894
|
<div class="variablelist"><table border="0">
|
@@ -1959,49 +1896,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
1959
1896
|
<tbody>
|
1960
1897
|
<tr>
|
1961
1898
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
1962
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
1963
|
-
</td>
|
1899
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
1964
1900
|
</tr>
|
1965
1901
|
<tr>
|
1966
1902
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
1967
|
-
<td>ignored
|
1968
|
-
</td>
|
1903
|
+
<td>ignored</td>
|
1969
1904
|
</tr>
|
1970
1905
|
<tr>
|
1971
1906
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
1972
|
-
<td>2
|
1973
|
-
</td>
|
1907
|
+
<td>2</td>
|
1974
1908
|
</tr>
|
1975
1909
|
<tr>
|
1976
1910
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
1977
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* parameter
|
1978
|
-
</td>
|
1911
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* parameter</td>
|
1979
1912
|
</tr>
|
1980
1913
|
<tr>
|
1981
1914
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
1982
1915
|
<td>the invocation hint given as the last argument
|
1983
|
-
|
1916
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
1984
1917
|
</td>
|
1985
1918
|
</tr>
|
1986
1919
|
<tr>
|
1987
1920
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
1988
|
-
<td>additional data specified when registering the marshaller
|
1989
|
-
</td>
|
1921
|
+
<td>additional data specified when registering the marshaller</td>
|
1990
1922
|
</tr>
|
1991
1923
|
</tbody>
|
1992
1924
|
</table></div>
|
1993
1925
|
</div>
|
1994
1926
|
<hr>
|
1995
|
-
<div class="refsect2"
|
1927
|
+
<div class="refsect2">
|
1996
1928
|
<a name="g-cclosure-marshal-VOID--PARAM"></a><h3>g_cclosure_marshal_VOID__PARAM ()</h3>
|
1997
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__PARAM (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1929
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__PARAM (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1998
1930
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
1999
1931
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
2000
1932
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
2001
1933
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
2002
1934
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
2003
1935
|
<p>
|
2004
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1936
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
2005
1937
|
<code class="literal">void (*callback) (gpointer instance, GParamSpec *arg1, gpointer user_data)</code>.
|
2006
1938
|
</p>
|
2007
1939
|
<div class="variablelist"><table border="0">
|
@@ -2009,49 +1941,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
2009
1941
|
<tbody>
|
2010
1942
|
<tr>
|
2011
1943
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
2012
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
2013
|
-
</td>
|
1944
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
2014
1945
|
</tr>
|
2015
1946
|
<tr>
|
2016
1947
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
2017
|
-
<td>ignored
|
2018
|
-
</td>
|
1948
|
+
<td>ignored</td>
|
2019
1949
|
</tr>
|
2020
1950
|
<tr>
|
2021
1951
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
2022
|
-
<td>2
|
2023
|
-
</td>
|
1952
|
+
<td>2</td>
|
2024
1953
|
</tr>
|
2025
1954
|
<tr>
|
2026
1955
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
2027
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a>* parameter
|
2028
|
-
</td>
|
1956
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a>* parameter</td>
|
2029
1957
|
</tr>
|
2030
1958
|
<tr>
|
2031
1959
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
2032
1960
|
<td>the invocation hint given as the last argument
|
2033
|
-
|
1961
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
2034
1962
|
</td>
|
2035
1963
|
</tr>
|
2036
1964
|
<tr>
|
2037
1965
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
2038
|
-
<td>additional data specified when registering the marshaller
|
2039
|
-
</td>
|
1966
|
+
<td>additional data specified when registering the marshaller</td>
|
2040
1967
|
</tr>
|
2041
1968
|
</tbody>
|
2042
1969
|
</table></div>
|
2043
1970
|
</div>
|
2044
1971
|
<hr>
|
2045
|
-
<div class="refsect2"
|
1972
|
+
<div class="refsect2">
|
2046
1973
|
<a name="g-cclosure-marshal-VOID--BOXED"></a><h3>g_cclosure_marshal_VOID__BOXED ()</h3>
|
2047
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__BOXED (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
1974
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__BOXED (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
2048
1975
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
2049
1976
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
2050
1977
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
2051
1978
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
2052
1979
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
2053
1980
|
<p>
|
2054
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
1981
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
2055
1982
|
<code class="literal">void (*callback) (gpointer instance, GBoxed *arg1, gpointer user_data)</code>.
|
2056
1983
|
</p>
|
2057
1984
|
<div class="variablelist"><table border="0">
|
@@ -2059,49 +1986,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
2059
1986
|
<tbody>
|
2060
1987
|
<tr>
|
2061
1988
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
2062
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
2063
|
-
</td>
|
1989
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
2064
1990
|
</tr>
|
2065
1991
|
<tr>
|
2066
1992
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
2067
|
-
<td>ignored
|
2068
|
-
</td>
|
1993
|
+
<td>ignored</td>
|
2069
1994
|
</tr>
|
2070
1995
|
<tr>
|
2071
1996
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
2072
|
-
<td>2
|
2073
|
-
</td>
|
1997
|
+
<td>2</td>
|
2074
1998
|
</tr>
|
2075
1999
|
<tr>
|
2076
2000
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
2077
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <span class="type">GBoxed</span>* parameter
|
2078
|
-
</td>
|
2001
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <span class="type">GBoxed</span>* parameter</td>
|
2079
2002
|
</tr>
|
2080
2003
|
<tr>
|
2081
2004
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
2082
2005
|
<td>the invocation hint given as the last argument
|
2083
|
-
|
2006
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
2084
2007
|
</td>
|
2085
2008
|
</tr>
|
2086
2009
|
<tr>
|
2087
2010
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
2088
|
-
<td>additional data specified when registering the marshaller
|
2089
|
-
</td>
|
2011
|
+
<td>additional data specified when registering the marshaller</td>
|
2090
2012
|
</tr>
|
2091
2013
|
</tbody>
|
2092
2014
|
</table></div>
|
2093
2015
|
</div>
|
2094
2016
|
<hr>
|
2095
|
-
<div class="refsect2"
|
2017
|
+
<div class="refsect2">
|
2096
2018
|
<a name="g-cclosure-marshal-VOID--POINTER"></a><h3>g_cclosure_marshal_VOID__POINTER ()</h3>
|
2097
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__POINTER (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
2019
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__POINTER (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
2098
2020
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
2099
2021
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
2100
2022
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
2101
2023
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
2102
2024
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
2103
2025
|
<p>
|
2104
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
2026
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
2105
2027
|
<code class="literal">void (*callback) (gpointer instance, gpointer arg1, gpointer user_data)</code>.
|
2106
2028
|
</p>
|
2107
2029
|
<div class="variablelist"><table border="0">
|
@@ -2109,49 +2031,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
2109
2031
|
<tbody>
|
2110
2032
|
<tr>
|
2111
2033
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
2112
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
2113
|
-
</td>
|
2034
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
2114
2035
|
</tr>
|
2115
2036
|
<tr>
|
2116
2037
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
2117
|
-
<td>ignored
|
2118
|
-
</td>
|
2038
|
+
<td>ignored</td>
|
2119
2039
|
</tr>
|
2120
2040
|
<tr>
|
2121
2041
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
2122
|
-
<td>2
|
2123
|
-
</td>
|
2042
|
+
<td>2</td>
|
2124
2043
|
</tr>
|
2125
2044
|
<tr>
|
2126
2045
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
2127
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> parameter
|
2128
|
-
</td>
|
2046
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> parameter</td>
|
2129
2047
|
</tr>
|
2130
2048
|
<tr>
|
2131
2049
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
2132
2050
|
<td>the invocation hint given as the last argument
|
2133
|
-
|
2051
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
2134
2052
|
</td>
|
2135
2053
|
</tr>
|
2136
2054
|
<tr>
|
2137
2055
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
2138
|
-
<td>additional data specified when registering the marshaller
|
2139
|
-
</td>
|
2056
|
+
<td>additional data specified when registering the marshaller</td>
|
2140
2057
|
</tr>
|
2141
2058
|
</tbody>
|
2142
2059
|
</table></div>
|
2143
2060
|
</div>
|
2144
2061
|
<hr>
|
2145
|
-
<div class="refsect2"
|
2062
|
+
<div class="refsect2">
|
2146
2063
|
<a name="g-cclosure-marshal-VOID--OBJECT"></a><h3>g_cclosure_marshal_VOID__OBJECT ()</h3>
|
2147
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__OBJECT (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
2064
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__OBJECT (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
2148
2065
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
2149
2066
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
2150
2067
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
2151
2068
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
2152
2069
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
2153
2070
|
<p>
|
2154
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
2071
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
2155
2072
|
<code class="literal">void (*callback) (gpointer instance, GObject *arg1, gpointer user_data)</code>.
|
2156
2073
|
</p>
|
2157
2074
|
<div class="variablelist"><table border="0">
|
@@ -2159,49 +2076,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
2159
2076
|
<tbody>
|
2160
2077
|
<tr>
|
2161
2078
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
2162
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
2163
|
-
</td>
|
2079
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
2164
2080
|
</tr>
|
2165
2081
|
<tr>
|
2166
2082
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
2167
|
-
<td>ignored
|
2168
|
-
</td>
|
2083
|
+
<td>ignored</td>
|
2169
2084
|
</tr>
|
2170
2085
|
<tr>
|
2171
2086
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
2172
|
-
<td>2
|
2173
|
-
</td>
|
2087
|
+
<td>2</td>
|
2174
2088
|
</tr>
|
2175
2089
|
<tr>
|
2176
2090
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
2177
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>* parameter
|
2178
|
-
</td>
|
2091
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>* parameter</td>
|
2179
2092
|
</tr>
|
2180
2093
|
<tr>
|
2181
2094
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
2182
2095
|
<td>the invocation hint given as the last argument
|
2183
|
-
|
2096
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
2184
2097
|
</td>
|
2185
2098
|
</tr>
|
2186
2099
|
<tr>
|
2187
2100
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
2188
|
-
<td>additional data specified when registering the marshaller
|
2189
|
-
</td>
|
2101
|
+
<td>additional data specified when registering the marshaller</td>
|
2190
2102
|
</tr>
|
2191
2103
|
</tbody>
|
2192
2104
|
</table></div>
|
2193
2105
|
</div>
|
2194
2106
|
<hr>
|
2195
|
-
<div class="refsect2"
|
2107
|
+
<div class="refsect2">
|
2196
2108
|
<a name="g-cclosure-marshal-VOID--VARIANT"></a><h3>g_cclosure_marshal_VOID__VARIANT ()</h3>
|
2197
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__VARIANT (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
2109
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__VARIANT (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
2198
2110
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
2199
2111
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
2200
2112
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
2201
2113
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
2202
2114
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
2203
2115
|
<p>
|
2204
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
2116
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
2205
2117
|
<code class="literal">void (*callback) (gpointer instance, GVariant *arg1, gpointer user_data)</code>.
|
2206
2118
|
</p>
|
2207
2119
|
<div class="variablelist"><table border="0">
|
@@ -2209,51 +2121,46 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
2209
2121
|
<tbody>
|
2210
2122
|
<tr>
|
2211
2123
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
2212
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
2213
|
-
</td>
|
2124
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
2214
2125
|
</tr>
|
2215
2126
|
<tr>
|
2216
2127
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
2217
|
-
<td>ignored
|
2218
|
-
</td>
|
2128
|
+
<td>ignored</td>
|
2219
2129
|
</tr>
|
2220
2130
|
<tr>
|
2221
2131
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
2222
|
-
<td>2
|
2223
|
-
</td>
|
2132
|
+
<td>2</td>
|
2224
2133
|
</tr>
|
2225
2134
|
<tr>
|
2226
2135
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
2227
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>* parameter
|
2228
|
-
</td>
|
2136
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding the instance and the <a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>* parameter</td>
|
2229
2137
|
</tr>
|
2230
2138
|
<tr>
|
2231
2139
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
2232
2140
|
<td>the invocation hint given as the last argument
|
2233
|
-
|
2141
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
2234
2142
|
</td>
|
2235
2143
|
</tr>
|
2236
2144
|
<tr>
|
2237
2145
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
2238
|
-
<td>additional data specified when registering the marshaller
|
2239
|
-
</td>
|
2146
|
+
<td>additional data specified when registering the marshaller</td>
|
2240
2147
|
</tr>
|
2241
2148
|
</tbody>
|
2242
2149
|
</table></div>
|
2243
2150
|
<p class="since">Since 2.26</p>
|
2244
2151
|
</div>
|
2245
2152
|
<hr>
|
2246
|
-
<div class="refsect2"
|
2153
|
+
<div class="refsect2">
|
2247
2154
|
<a name="g-cclosure-marshal-STRING--OBJECT-POINTER"></a><h3>g_cclosure_marshal_STRING__OBJECT_POINTER ()</h3>
|
2248
2155
|
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_STRING__OBJECT_POINTER
|
2249
|
-
(<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
2156
|
+
(<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
2250
2157
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
2251
2158
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
2252
2159
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
2253
2160
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
2254
2161
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
2255
2162
|
<p>
|
2256
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
2163
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
2257
2164
|
<code class="literal">gchar* (*callback) (gpointer instance, GObject *arg1, gpointer arg2, gpointer user_data)</code>.
|
2258
2165
|
</p>
|
2259
2166
|
<div class="variablelist"><table border="0">
|
@@ -2261,50 +2168,45 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
2261
2168
|
<tbody>
|
2262
2169
|
<tr>
|
2263
2170
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
2264
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
2265
|
-
</td>
|
2171
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
2266
2172
|
</tr>
|
2267
2173
|
<tr>
|
2268
2174
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
2269
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>, which can store the returned string
|
2270
|
-
</td>
|
2175
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>, which can store the returned string</td>
|
2271
2176
|
</tr>
|
2272
2177
|
<tr>
|
2273
2178
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
2274
|
-
<td>3
|
2275
|
-
</td>
|
2179
|
+
<td>3</td>
|
2276
2180
|
</tr>
|
2277
2181
|
<tr>
|
2278
2182
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
2279
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding instance, arg1 and arg2
|
2280
|
-
</td>
|
2183
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding instance, arg1 and arg2</td>
|
2281
2184
|
</tr>
|
2282
2185
|
<tr>
|
2283
2186
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
2284
2187
|
<td>the invocation hint given as the last argument
|
2285
|
-
|
2188
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
2286
2189
|
</td>
|
2287
2190
|
</tr>
|
2288
2191
|
<tr>
|
2289
2192
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
2290
|
-
<td>additional data specified when registering the marshaller
|
2291
|
-
</td>
|
2193
|
+
<td>additional data specified when registering the marshaller</td>
|
2292
2194
|
</tr>
|
2293
2195
|
</tbody>
|
2294
2196
|
</table></div>
|
2295
2197
|
</div>
|
2296
2198
|
<hr>
|
2297
|
-
<div class="refsect2"
|
2199
|
+
<div class="refsect2">
|
2298
2200
|
<a name="g-cclosure-marshal-VOID--UINT-POINTER"></a><h3>g_cclosure_marshal_VOID__UINT_POINTER ()</h3>
|
2299
2201
|
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_VOID__UINT_POINTER
|
2300
|
-
(<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
2202
|
+
(<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
2301
2203
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
2302
2204
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
2303
2205
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
2304
2206
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
2305
2207
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
2306
2208
|
<p>
|
2307
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
2209
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
2308
2210
|
<code class="literal">void (*callback) (gpointer instance, guint arg1, gpointer arg2, gpointer user_data)</code>.
|
2309
2211
|
</p>
|
2310
2212
|
<div class="variablelist"><table border="0">
|
@@ -2312,49 +2214,44 @@ A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title=
|
|
2312
2214
|
<tbody>
|
2313
2215
|
<tr>
|
2314
2216
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
2315
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
2316
|
-
</td>
|
2217
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
2317
2218
|
</tr>
|
2318
2219
|
<tr>
|
2319
2220
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
2320
|
-
<td>ignored
|
2321
|
-
</td>
|
2221
|
+
<td>ignored</td>
|
2322
2222
|
</tr>
|
2323
2223
|
<tr>
|
2324
2224
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
2325
|
-
<td>3
|
2326
|
-
</td>
|
2225
|
+
<td>3</td>
|
2327
2226
|
</tr>
|
2328
2227
|
<tr>
|
2329
2228
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
2330
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding instance, arg1 and arg2
|
2331
|
-
</td>
|
2229
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding instance, arg1 and arg2</td>
|
2332
2230
|
</tr>
|
2333
2231
|
<tr>
|
2334
2232
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
2335
2233
|
<td>the invocation hint given as the last argument
|
2336
|
-
|
2234
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
2337
2235
|
</td>
|
2338
2236
|
</tr>
|
2339
2237
|
<tr>
|
2340
2238
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
2341
|
-
<td>additional data specified when registering the marshaller
|
2342
|
-
</td>
|
2239
|
+
<td>additional data specified when registering the marshaller</td>
|
2343
2240
|
</tr>
|
2344
2241
|
</tbody>
|
2345
2242
|
</table></div>
|
2346
2243
|
</div>
|
2347
2244
|
<hr>
|
2348
|
-
<div class="refsect2"
|
2245
|
+
<div class="refsect2">
|
2349
2246
|
<a name="g-cclosure-marshal-BOOLEAN--FLAGS"></a><h3>g_cclosure_marshal_BOOLEAN__FLAGS ()</h3>
|
2350
|
-
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_BOOLEAN__FLAGS (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
2247
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_cclosure_marshal_BOOLEAN__FLAGS (<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> *closure</code></em>,
|
2351
2248
|
<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *return_value</code></em>,
|
2352
2249
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_param_values</code></em>,
|
2353
2250
|
<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *param_values</code></em>,
|
2354
2251
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> invocation_hint</code></em>,
|
2355
2252
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> marshal_data</code></em>);</pre>
|
2356
2253
|
<p>
|
2357
|
-
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
2254
|
+
A marshaller for a <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> with a callback of type
|
2358
2255
|
<code class="literal">gboolean (*callback) (gpointer instance, gint arg1, gpointer user_data)</code> where the <a href="./../glib/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> parameter
|
2359
2256
|
denotes a flags type.
|
2360
2257
|
</p>
|
@@ -2363,8 +2260,7 @@ denotes a flags type.
|
|
2363
2260
|
<tbody>
|
2364
2261
|
<tr>
|
2365
2262
|
<td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
|
2366
|
-
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs
|
2367
|
-
</td>
|
2263
|
+
<td>the <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> to which the marshaller belongs</td>
|
2368
2264
|
</tr>
|
2369
2265
|
<tr>
|
2370
2266
|
<td><p><span class="term"><em class="parameter"><code>return_value</code></em> :</span></p></td>
|
@@ -2373,30 +2269,27 @@ denotes a flags type.
|
|
2373
2269
|
</tr>
|
2374
2270
|
<tr>
|
2375
2271
|
<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em> :</span></p></td>
|
2376
|
-
<td>2
|
2377
|
-
</td>
|
2272
|
+
<td>2</td>
|
2378
2273
|
</tr>
|
2379
2274
|
<tr>
|
2380
2275
|
<td><p><span class="term"><em class="parameter"><code>param_values</code></em> :</span></p></td>
|
2381
|
-
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding instance and arg1
|
2382
|
-
</td>
|
2276
|
+
<td>a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> array holding instance and arg1</td>
|
2383
2277
|
</tr>
|
2384
2278
|
<tr>
|
2385
2279
|
<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em> :</span></p></td>
|
2386
2280
|
<td>the invocation hint given as the last argument
|
2387
|
-
|
2281
|
+
to <a class="link" href="gobject-Closures.html#g-closure-invoke" title="g_closure_invoke ()"><code class="function">g_closure_invoke()</code></a>
|
2388
2282
|
</td>
|
2389
2283
|
</tr>
|
2390
2284
|
<tr>
|
2391
2285
|
<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em> :</span></p></td>
|
2392
|
-
<td>additional data specified when registering the marshaller
|
2393
|
-
</td>
|
2286
|
+
<td>additional data specified when registering the marshaller</td>
|
2394
2287
|
</tr>
|
2395
2288
|
</tbody>
|
2396
2289
|
</table></div>
|
2397
2290
|
</div>
|
2398
2291
|
<hr>
|
2399
|
-
<div class="refsect2"
|
2292
|
+
<div class="refsect2">
|
2400
2293
|
<a name="g-cclosure-marshal-BOOL--FLAGS"></a><h3>g_cclosure_marshal_BOOL__FLAGS</h3>
|
2401
2294
|
<pre class="programlisting">#define g_cclosure_marshal_BOOL__FLAGS</pre>
|
2402
2295
|
<p>
|
@@ -2407,6 +2300,6 @@ Another name for <a class="link" href="gobject-Closures.html#g-cclosure-marshal-
|
|
2407
2300
|
</div>
|
2408
2301
|
<div class="footer">
|
2409
2302
|
<hr>
|
2410
|
-
Generated by GTK-Doc V1.
|
2303
|
+
Generated by GTK-Doc V1.16.1</div>
|
2411
2304
|
</body>
|
2412
2305
|
</html>
|