atk 0.90.4-x86-mingw32 → 0.90.5-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/atk/extconf.rb +8 -0
- data/lib/1.8/atk.so +0 -0
- data/lib/1.9/atk.so +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +35 -9
- 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/libatk-1.0-0.dll +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/atk-1.0/atk/atk-enum-types.h +2 -2
- data/vendor/local/include/atk-1.0/atk/atktext.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gbufferedoutputstream.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gcontenttype.h +18 -18
- data/vendor/local/include/glib-2.0/gio/gconverterinputstream.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gconverteroutputstream.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gcredentials.h +76 -0
- data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +42 -25
- data/vendor/local/include/glib-2.0/gio/gdataoutputstream.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gdbusaddress.h +58 -0
- data/vendor/local/include/glib-2.0/gio/gdbusauthobserver.h +46 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +562 -0
- data/vendor/local/include/glib-2.0/gio/gdbuserror.h +100 -0
- data/vendor/local/include/glib-2.0/gio/gdbusintrospection.h +286 -0
- data/vendor/local/include/glib-2.0/gio/gdbusmessage.h +149 -0
- data/vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h +73 -0
- data/vendor/local/include/glib-2.0/gio/gdbusnameowning.h +112 -0
- data/vendor/local/include/glib-2.0/gio/gdbusnamewatching.h +94 -0
- data/vendor/local/include/glib-2.0/gio/gdbusproxy.h +167 -0
- data/vendor/local/include/glib-2.0/gio/gdbusserver.h +54 -0
- data/vendor/local/include/glib-2.0/gio/gdbusutils.h +44 -0
- data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +30 -9
- data/vendor/local/include/glib-2.0/gio/gioenums.h +526 -8
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +42 -0
- data/vendor/local/include/glib-2.0/gio/gioerror.h +4 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +36 -0
- data/vendor/local/include/glib-2.0/gio/gmemoryoutputstream.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkaddress.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkservice.h +2 -0
- data/vendor/local/include/glib-2.0/gio/gpermission.h +118 -0
- data/vendor/local/include/glib-2.0/gio/gproxy.h +123 -0
- data/vendor/local/include/glib-2.0/gio/gproxyaddress.h +76 -0
- data/vendor/local/include/glib-2.0/gio/gproxyaddressenumerator.h +75 -0
- data/vendor/local/include/glib-2.0/gio/gproxyresolver.h +96 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +258 -0
- data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +138 -0
- data/vendor/local/include/glib-2.0/gio/gsimplepermission.h +45 -0
- data/vendor/local/include/glib-2.0/gio/gsocket.h +18 -0
- data/vendor/local/include/glib-2.0/gio/gsocketclient.h +22 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +7 -1
- data/vendor/local/include/glib-2.0/gio/gvolumemonitor.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gzlibcompressor.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gzlibdecompressor.h +3 -0
- data/vendor/local/include/glib-2.0/glib-object.h +1 -0
- data/vendor/local/include/glib-2.0/glib.h +2 -0
- data/vendor/local/include/glib-2.0/glib/galloca.h +47 -0
- data/vendor/local/include/glib-2.0/glib/gatomic.h +25 -5
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +7 -7
- data/vendor/local/include/glib-2.0/glib/gbase64.h +22 -22
- data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +27 -3
- data/vendor/local/include/glib-2.0/glib/gcache.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gchecksum.h +20 -20
- data/vendor/local/include/glib-2.0/glib/gcompletion.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gconvert.h +26 -2
- data/vendor/local/include/glib-2.0/glib/gdatetime.h +217 -0
- data/vendor/local/include/glib-2.0/glib/gkeyfile.h +16 -0
- data/vendor/local/include/glib-2.0/glib/gmacros.h +7 -0
- data/vendor/local/include/glib-2.0/glib/gmain.h +305 -78
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gmem.h +107 -1
- data/vendor/local/include/glib-2.0/glib/gnode.h +4 -2
- data/vendor/local/include/glib-2.0/glib/gpoll.h +27 -3
- data/vendor/local/include/glib-2.0/glib/gregex.h +228 -0
- data/vendor/local/include/glib-2.0/glib/grel.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +27 -39
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +19 -14
- data/vendor/local/include/glib-2.0/glib/gthread.h +0 -1
- data/vendor/local/include/glib-2.0/glib/gtimezone.h +44 -0
- data/vendor/local/include/glib-2.0/glib/gunicode.h +18 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gvariant.h +25 -1
- data/vendor/local/include/glib-2.0/glib/gvarianttype.h +29 -0
- data/vendor/local/include/glib-2.0/gobject/gbinding.h +136 -0
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +18 -6
- data/vendor/local/include/glib-2.0/gobject/gmarshal.h +37 -20
- data/vendor/local/include/glib-2.0/gobject/gobject.h +5 -0
- data/vendor/local/include/glib-2.0/gobject/gobjectnotifyqueue.c +48 -21
- data/vendor/local/include/glib-2.0/gobject/gparam.h +9 -4
- data/vendor/local/include/glib-2.0/gobject/gparamspecs.h +54 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +129 -1
- data/vendor/local/include/glib-2.0/gobject/gvaluecollector.h +6 -1
- data/vendor/local/include/glib-2.0/gobject/gvaluetypes.h +17 -0
- data/vendor/local/lib/atk-1.0.def +1 -0
- data/vendor/local/lib/atk-1.0.lib +0 -0
- data/vendor/local/lib/gio-2.0.def +345 -2
- data/vendor/local/lib/gio-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0.def +71 -0
- data/vendor/local/lib/glib-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +2 -2
- data/vendor/local/lib/gmodule-2.0.lib +0 -0
- data/vendor/local/lib/gobject-2.0.def +21 -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/intl.lib +0 -0
- data/vendor/local/lib/libatk-1.0.dll.a +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/atk.pc +2 -2
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +3 -2
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +11 -0
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
- data/vendor/local/manifest/{atk-dev_1.30.0-2_win32.mft → atk-dev_1.32.0-1_win32.mft} +3 -3
- data/vendor/local/manifest/{atk_1.30.0-2_win32.mft → atk_1.32.0-1_win32.mft} +3 -1
- data/vendor/local/manifest/{glib-dev_2.24.2-2_win32.mft → glib-dev_2.26.0-2_win32.mft} +87 -8
- data/vendor/local/manifest/{glib_2.24.2-2_win32.mft → glib_2.26.0-2_win32.mft} +3 -2
- data/vendor/local/share/aclocal/glib-gettext.m4 +2 -2
- data/vendor/local/share/doc/{glib-2.24.2 → glib-2.26.0}/COPYING +0 -0
- data/vendor/local/share/doc/{glib-dev-2.24.2 → glib-dev-2.26.0}/COPYING +0 -0
- data/vendor/local/share/glib-2.0/gdb/glib.py +1 -4
- data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +3 -1
- data/vendor/local/share/glib-2.0/schemas/gschema.dtd +60 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +179 -166
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +276 -74
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +35 -35
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +114 -119
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +43 -47
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +67 -67
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +41 -41
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +70 -35
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +398 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +254 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +6211 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +1833 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +618 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +2050 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +1124 -0
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +373 -151
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +103 -107
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +158 -158
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +22 -22
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +935 -923
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +18 -13
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +71 -75
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +29 -29
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +303 -275
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +32 -32
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +29 -29
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +30 -30
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +31 -25
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +31 -25
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +58 -58
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +109 -109
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +26 -25
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +72 -72
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +120 -120
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +29 -29
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +90 -59
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +155 -155
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +76 -76
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +119 -39
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +100 -37
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +137 -131
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +560 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +312 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +348 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +301 -0
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +116 -116
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +54 -54
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +2424 -0
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +609 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +362 -148
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +107 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +612 -326
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +36 -36
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +470 -108
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +131 -46
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +48 -259
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +27 -26
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +123 -119
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +165 -0
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +36 -36
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +298 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +222 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +65 -57
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +59 -51
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +39 -39
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +246 -61
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +36 -36
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +113 -113
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +67 -71
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +90 -18
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +56 -14
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +65 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +8 -12
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +21 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +1598 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +18 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2412 -661
- data/vendor/local/share/gtk-doc/html/gio/async.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +50 -14
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +14 -9
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +122 -22
- data/vendor/local/share/gtk-doc/html/gio/{ch19.html → ch24.html} +8 -8
- data/vendor/local/share/gtk-doc/html/gio/{ch20.html → ch25.html} +19 -19
- data/vendor/local/share/gtk-doc/html/gio/{ch20s02.html → ch25s02.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch20s03.html → ch25s03.html} +12 -12
- data/vendor/local/share/gtk-doc/html/gio/ch26.html +57 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s02.html +59 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s03.html +159 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s04.html +46 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s05.html +48 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s06.html +277 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s07.html +95 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27.html +70 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +130 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +202 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s04.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s05.html +823 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s06.html +828 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +33 -20
- 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 +41 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +59 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +243 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +316 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +1117 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +216 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +35 -35
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +58 -50
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +98 -88
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +908 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +37 -31
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +97 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +50 -50
- data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +736 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +113 -122
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +666 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +26 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +53 -0
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +569 -68
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +692 -70
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +102 -0
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/index.html +137 -20
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +814 -96
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +32 -12
- data/vendor/local/share/gtk-doc/html/gio/networking.html +19 -7
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +39 -0
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +112 -15
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +8 -5
- data/vendor/local/share/gtk-doc/html/gio/settings.html +38 -0
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gio/tools.html +44 -0
- data/vendor/local/share/gtk-doc/html/gio/types.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/utils.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +77 -0
- 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 -7
- 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 +3 -3
- 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 +5 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +359 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +10 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +8 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +82 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +393 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +52 -52
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +51 -51
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +75 -74
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +59 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +35 -35
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +37 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +39 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +69 -69
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +130 -223
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +114 -108
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +25 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +87 -84
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +61 -61
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +96 -96
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +30 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +33 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +98 -56
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +2201 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +239 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +736 -256
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +140 -91
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +59 -59
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +65 -65
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +91 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +72 -72
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +257 -73
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +27 -27
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +50 -50
- data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +37 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +70 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +14 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +44 -44
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +108 -63
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +151 -91
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +132 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +83 -81
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +34 -44
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +442 -345
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +40 -40
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +35 -35
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +72 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +46 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +35 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +130 -129
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +30 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +245 -232
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +104 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +171 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +422 -323
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +24 -24
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +135 -135
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +18 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +13 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +103 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +189 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +119 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +24 -24
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +32 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +53 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -7
- 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 +3 -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 +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +94 -272
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +43 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +10 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +131 -32
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +174 -59
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +190 -73
- data/vendor/local/share/gtk-doc/html/glib/index.html +13 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +133 -4
- data/vendor/local/share/gtk-doc/html/glib/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +803 -0
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +21 -21
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -19
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +47 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -3
- 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 +6 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +201 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -3
- 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 +148 -4
- 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 +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +28 -22
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +29 -17
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +45 -34
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +130 -73
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +43 -43
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +83 -73
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +35 -35
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +71 -71
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +558 -245
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +358 -92
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +391 -158
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +47 -44
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +42 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +48 -9
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +53 -9
- 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 +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +3 -3
- 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 +3 -3
- 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 +8 -8
- 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 +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/index.html +15 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +53 -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 +7 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/style.css +8 -0
- 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 +3 -3
- 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/af/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/am/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cy/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/dz/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/eo/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/fa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/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/atk10.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/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/atk10.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/or/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/ps/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/rw/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@ije/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/ta/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/yi/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 +9 -4
- data/vendor/local/share/man/man1/glib-mkenums.1 +17 -5
- data/vendor/local/share/man/man1/gobject-query.1 +4 -4
- data/vendor/local/src/tml/packaging/atk_1.32.0-1_win32.log +730 -0
- data/vendor/local/src/tml/packaging/{atk_1.30.0-2_win32.sh → atk_1.32.0-1_win32.sh} +8 -6
- data/vendor/local/src/tml/packaging/{glib_2.24.2-2_win32.log → glib_2.26.0-2_win32.log} +1102 -837
- data/vendor/local/src/tml/packaging/glib_2.26.0-2_win32.sh +64 -0
- metadata +906 -826
- data/ext/atk/Makefile +0 -160
- data/ext/atk/rbatkversion.h +0 -24
- data/vendor/local/src/tml/packaging/atk_1.30.0-2_win32.log +0 -739
- data/vendor/local/src/tml/packaging/glib_2.24.2-2_win32.sh +0 -290
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="rn01.html" title="API Reference">
|
10
10
|
<link rel="next" href="GTypePlugin.html" title="GTypePlugin">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15.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-Type-Information.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-Type-Information"></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-Type-Information.synopsis"></a><h2>Synopsis</h2>
|
41
41
|
<pre class="synopsis">
|
42
42
|
#include <glib-object.h>
|
@@ -74,6 +74,9 @@ typedef <a class="link" href="gobject-Type-Information.html#GType" t
|
|
74
74
|
#define <a class="link" href="gobject-Type-Information.html#G-TYPE-INSTANCE-GET-PRIVATE:CAPS" title="G_TYPE_INSTANCE_GET_PRIVATE()">G_TYPE_INSTANCE_GET_PRIVATE</a> (instance,
|
75
75
|
g_type,
|
76
76
|
c_type)
|
77
|
+
#define <a class="link" href="gobject-Type-Information.html#G-TYPE-CLASS-GET-PRIVATE:CAPS" title="G_TYPE_CLASS_GET_PRIVATE()">G_TYPE_CLASS_GET_PRIVATE</a> (klass,
|
78
|
+
g_type,
|
79
|
+
c_type)
|
77
80
|
#define <a class="link" href="gobject-Type-Information.html#G-TYPE-CHECK-INSTANCE:CAPS" title="G_TYPE_CHECK_INSTANCE()">G_TYPE_CHECK_INSTANCE</a> (instance)
|
78
81
|
#define <a class="link" href="gobject-Type-Information.html#G-TYPE-CHECK-INSTANCE-CAST:CAPS" title="G_TYPE_CHECK_INSTANCE_CAST()">G_TYPE_CHECK_INSTANCE_CAST</a> (instance,
|
79
82
|
g_type,
|
@@ -92,7 +95,7 @@ typedef <a class="link" href="gobject-Type-Information.html#GType" t
|
|
92
95
|
<span class="returnvalue">void</span> <a class="link" href="gobject-Type-Information.html#g-type-init" title="g_type_init ()">g_type_init</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
93
96
|
enum <a class="link" href="gobject-Type-Information.html#GTypeDebugFlags" title="enum GTypeDebugFlags">GTypeDebugFlags</a>;
|
94
97
|
<span class="returnvalue">void</span> <a class="link" href="gobject-Type-Information.html#g-type-init-with-debug-flags" title="g_type_init_with_debug_flags ()">g_type_init_with_debug_flags</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GTypeDebugFlags" title="enum GTypeDebugFlags"><span class="type">GTypeDebugFlags</span></a> debug_flags</code></em>);
|
95
|
-
const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
98
|
+
const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gobject-Type-Information.html#g-type-name" title="g_type_name ()">g_type_name</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>);
|
96
99
|
<a href="./../glib/glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> <a class="link" href="gobject-Type-Information.html#g-type-qname" title="g_type_qname ()">g_type_qname</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>);
|
97
100
|
<a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> <a class="link" href="gobject-Type-Information.html#g-type-from-name" title="g_type_from_name ()">g_type_from_name</a> (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
|
98
101
|
<a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> <a class="link" href="gobject-Type-Information.html#g-type-parent" title="g_type_parent ()">g_type_parent</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>);
|
@@ -116,11 +119,11 @@ const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnva
|
|
116
119
|
<a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> <a class="link" href="gobject-Type-Information.html#g-type-default-interface-ref" title="g_type_default_interface_ref ()">g_type_default_interface_ref</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> g_type</code></em>);
|
117
120
|
<a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> <a class="link" href="gobject-Type-Information.html#g-type-default-interface-peek" title="g_type_default_interface_peek ()">g_type_default_interface_peek</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> g_type</code></em>);
|
118
121
|
<span class="returnvalue">void</span> <a class="link" href="gobject-Type-Information.html#g-type-default-interface-unref" title="g_type_default_interface_unref ()">g_type_default_interface_unref</a> (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> g_iface</code></em>);
|
119
|
-
<a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a
|
122
|
+
<a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> * <a class="link" href="gobject-Type-Information.html#g-type-children" title="g_type_children ()">g_type_children</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>,
|
120
123
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *n_children</code></em>);
|
121
|
-
<a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a
|
124
|
+
<a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> * <a class="link" href="gobject-Type-Information.html#g-type-interfaces" title="g_type_interfaces ()">g_type_interfaces</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>,
|
122
125
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *n_interfaces</code></em>);
|
123
|
-
<a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a
|
126
|
+
<a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> * <a class="link" href="gobject-Type-Information.html#g-type-interface-prerequisites" title="g_type_interface_prerequisites ()">g_type_interface_prerequisites</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> interface_type</code></em>,
|
124
127
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *n_prerequisites</code></em>);
|
125
128
|
<span class="returnvalue">void</span> <a class="link" href="gobject-Type-Information.html#g-type-set-qdata" title="g_type_set_qdata ()">g_type_set_qdata</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>,
|
126
129
|
<em class="parameter"><code><a href="./../glib/glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> quark</code></em>,
|
@@ -174,12 +177,12 @@ enum <a class="link" href="gobject-Type-Information.html#GTypeFun
|
|
174
177
|
<em class="parameter"><code><a class="link" href="GTypePlugin.html" title="GTypePlugin"><span class="type">GTypePlugin</span></a> *plugin</code></em>);
|
175
178
|
<span class="returnvalue">void</span> <a class="link" href="gobject-Type-Information.html#g-type-interface-add-prerequisite" title="g_type_interface_add_prerequisite ()">g_type_interface_add_prerequisite</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> interface_type</code></em>,
|
176
179
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> prerequisite_type</code></em>);
|
177
|
-
<a class="link" href="GTypePlugin.html" title="GTypePlugin"><span class="returnvalue">GTypePlugin</span></a
|
178
|
-
<a class="link" href="GTypePlugin.html" title="GTypePlugin"><span class="returnvalue">GTypePlugin</span></a
|
180
|
+
<a class="link" href="GTypePlugin.html" title="GTypePlugin"><span class="returnvalue">GTypePlugin</span></a> * <a class="link" href="gobject-Type-Information.html#g-type-get-plugin" title="g_type_get_plugin ()">g_type_get_plugin</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>);
|
181
|
+
<a class="link" href="GTypePlugin.html" title="GTypePlugin"><span class="returnvalue">GTypePlugin</span></a> * <a class="link" href="gobject-Type-Information.html#g-type-interface-get-plugin" title="g_type_interface_get_plugin ()">g_type_interface_get_plugin</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> instance_type</code></em>,
|
179
182
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> interface_type</code></em>);
|
180
183
|
<a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> <a class="link" href="gobject-Type-Information.html#g-type-fundamental-next" title="g_type_fundamental_next ()">g_type_fundamental_next</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
181
184
|
<a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> <a class="link" href="gobject-Type-Information.html#g-type-fundamental" title="g_type_fundamental ()">g_type_fundamental</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type_id</code></em>);
|
182
|
-
<a class="link" href="gobject-Type-Information.html#GTypeInstance" title="GTypeInstance"><span class="returnvalue">GTypeInstance</span></a
|
185
|
+
<a class="link" href="gobject-Type-Information.html#GTypeInstance" title="GTypeInstance"><span class="returnvalue">GTypeInstance</span></a> * <a class="link" href="gobject-Type-Information.html#g-type-create-instance" title="g_type_create_instance ()">g_type_create_instance</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>);
|
183
186
|
<span class="returnvalue">void</span> <a class="link" href="gobject-Type-Information.html#g-type-free-instance" title="g_type_free_instance ()">g_type_free_instance</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GTypeInstance" title="GTypeInstance"><span class="type">GTypeInstance</span></a> *instance</code></em>);
|
184
187
|
<span class="returnvalue">void</span> <a class="link" href="gobject-Type-Information.html#g-type-add-class-cache-func" title="g_type_add_class_cache_func ()">g_type_add_class_cache_func</a> (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cache_data</code></em>,
|
185
188
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GTypeClassCacheFunc" title="GTypeClassCacheFunc ()"><span class="type">GTypeClassCacheFunc</span></a> cache_func</code></em>);
|
@@ -192,7 +195,7 @@ enum <a class="link" href="gobject-Type-Information.html#GTypeFun
|
|
192
195
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GTypeInterfaceCheckFunc" title="GTypeInterfaceCheckFunc ()"><span class="type">GTypeInterfaceCheckFunc</span></a> check_func</code></em>);
|
193
196
|
<span class="returnvalue">void</span> (<a class="link" href="gobject-Type-Information.html#GTypeInterfaceCheckFunc" title="GTypeInterfaceCheckFunc ()">*GTypeInterfaceCheckFunc</a>) (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> check_data</code></em>,
|
194
197
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> g_iface</code></em>);
|
195
|
-
<a class="link" href="gobject-Type-Information.html#GTypeValueTable" title="GTypeValueTable"><span class="returnvalue">GTypeValueTable</span></a
|
198
|
+
<a class="link" href="gobject-Type-Information.html#GTypeValueTable" title="GTypeValueTable"><span class="returnvalue">GTypeValueTable</span></a> * <a class="link" href="gobject-Type-Information.html#g-type-value-table-peek" title="g_type_value_table_peek ()">g_type_value_table_peek</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>);
|
196
199
|
#define <a class="link" href="gobject-Type-Information.html#G-DEFINE-TYPE:CAPS" title="G_DEFINE_TYPE()">G_DEFINE_TYPE</a> (TN,
|
197
200
|
t_n,
|
198
201
|
T_P)
|
@@ -221,6 +224,20 @@ enum <a class="link" href="gobject-Type-Information.html#GTypeFun
|
|
221
224
|
T_P,
|
222
225
|
_f_,
|
223
226
|
_C_)
|
227
|
+
#define <a class="link" href="gobject-Type-Information.html#G-DEFINE-BOXED-TYPE:CAPS" title="G_DEFINE_BOXED_TYPE()">G_DEFINE_BOXED_TYPE</a> (TypeName,
|
228
|
+
type_name,
|
229
|
+
copy_func,
|
230
|
+
free_func)
|
231
|
+
#define <a class="link" href="gobject-Type-Information.html#G-DEFINE-BOXED-TYPE-WITH-CODE:CAPS" title="G_DEFINE_BOXED_TYPE_WITH_CODE()">G_DEFINE_BOXED_TYPE_WITH_CODE</a> (TypeName,
|
232
|
+
type_name,
|
233
|
+
copy_func,
|
234
|
+
free_func,
|
235
|
+
_C_)
|
236
|
+
#define <a class="link" href="gobject-Type-Information.html#G-DEFINE-POINTER-TYPE:CAPS" title="G_DEFINE_POINTER_TYPE()">G_DEFINE_POINTER_TYPE</a> (TypeName,
|
237
|
+
type_name)
|
238
|
+
#define <a class="link" href="gobject-Type-Information.html#G-DEFINE-POINTER-TYPE-WITH-CODE:CAPS" title="G_DEFINE_POINTER_TYPE_WITH_CODE()">G_DEFINE_POINTER_TYPE_WITH_CODE</a> (TypeName,
|
239
|
+
type_name,
|
240
|
+
_C_)
|
224
241
|
|
225
242
|
|
226
243
|
#define <a class="link" href="gobject-Type-Information.html#G-TYPE-INVALID:CAPS" title="G_TYPE_INVALID">G_TYPE_INVALID</a>
|
@@ -245,6 +262,7 @@ enum <a class="link" href="gobject-Type-Information.html#GTypeFun
|
|
245
262
|
#define <a class="link" href="gobject-Type-Information.html#G-TYPE-PARAM:CAPS" title="G_TYPE_PARAM">G_TYPE_PARAM</a>
|
246
263
|
#define <a class="link" href="gobject-Type-Information.html#G-TYPE-OBJECT:CAPS" title="G_TYPE_OBJECT">G_TYPE_OBJECT</a>
|
247
264
|
#define <a class="link" href="gobject-Type-Information.html#G-TYPE-GTYPE:CAPS" title="G_TYPE_GTYPE">G_TYPE_GTYPE</a>
|
265
|
+
#define <a class="link" href="gobject-Type-Information.html#G-TYPE-VARIANT:CAPS" title="G_TYPE_VARIANT">G_TYPE_VARIANT</a>
|
248
266
|
|
249
267
|
#define <a class="link" href="gobject-Type-Information.html#G-TYPE-RESERVED-GLIB-FIRST:CAPS" title="G_TYPE_RESERVED_GLIB_FIRST">G_TYPE_RESERVED_GLIB_FIRST</a>
|
250
268
|
#define <a class="link" href="gobject-Type-Information.html#G-TYPE-RESERVED-GLIB-LAST:CAPS" title="G_TYPE_RESERVED_GLIB_LAST">G_TYPE_RESERVED_GLIB_LAST</a>
|
@@ -253,7 +271,7 @@ enum <a class="link" href="gobject-Type-Information.html#GTypeFun
|
|
253
271
|
#define <a class="link" href="gobject-Type-Information.html#G-TYPE-RESERVED-USER-FIRST:CAPS" title="G_TYPE_RESERVED_USER_FIRST">G_TYPE_RESERVED_USER_FIRST</a>
|
254
272
|
</pre>
|
255
273
|
</div>
|
256
|
-
<div class="refsect1"
|
274
|
+
<div class="refsect1">
|
257
275
|
<a name="gobject-Type-Information.description"></a><h2>Description</h2>
|
258
276
|
<p>
|
259
277
|
The GType API is the foundation of the GObject system. It provides the
|
@@ -290,9 +308,9 @@ or an underscore '_'. Subsequent characters can be letters, numbers or
|
|
290
308
|
any of '-_+'.
|
291
309
|
</p>
|
292
310
|
</div>
|
293
|
-
<div class="refsect1"
|
311
|
+
<div class="refsect1">
|
294
312
|
<a name="gobject-Type-Information.details"></a><h2>Details</h2>
|
295
|
-
<div class="refsect2"
|
313
|
+
<div class="refsect2">
|
296
314
|
<a name="GType"></a><h3>GType</h3>
|
297
315
|
<p>
|
298
316
|
A numerical value which represents the unique identifier of a registered
|
@@ -300,7 +318,7 @@ type.
|
|
300
318
|
</p>
|
301
319
|
</div>
|
302
320
|
<hr>
|
303
|
-
<div class="refsect2"
|
321
|
+
<div class="refsect2">
|
304
322
|
<a name="G-TYPE-FUNDAMENTAL:CAPS"></a><h3>G_TYPE_FUNDAMENTAL()</h3>
|
305
323
|
<pre class="programlisting">#define G_TYPE_FUNDAMENTAL(type) (g_type_fundamental (type))
|
306
324
|
</pre>
|
@@ -319,7 +337,7 @@ thus they are the roots of distinct inheritance hierarchies.
|
|
319
337
|
</table></div>
|
320
338
|
</div>
|
321
339
|
<hr>
|
322
|
-
<div class="refsect2"
|
340
|
+
<div class="refsect2">
|
323
341
|
<a name="G-TYPE-FUNDAMENTAL-MAX:CAPS"></a><h3>G_TYPE_FUNDAMENTAL_MAX</h3>
|
324
342
|
<pre class="programlisting">#define G_TYPE_FUNDAMENTAL_MAX (255 << G_TYPE_FUNDAMENTAL_SHIFT)
|
325
343
|
</pre>
|
@@ -329,7 +347,7 @@ for types that are assigned at compile-time.
|
|
329
347
|
</p>
|
330
348
|
</div>
|
331
349
|
<hr>
|
332
|
-
<div class="refsect2"
|
350
|
+
<div class="refsect2">
|
333
351
|
<a name="G-TYPE-MAKE-FUNDAMENTAL:CAPS"></a><h3>G_TYPE_MAKE_FUNDAMENTAL()</h3>
|
334
352
|
<pre class="programlisting">#define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
|
335
353
|
</pre>
|
@@ -355,7 +373,7 @@ types.
|
|
355
373
|
</table></div>
|
356
374
|
</div>
|
357
375
|
<hr>
|
358
|
-
<div class="refsect2"
|
376
|
+
<div class="refsect2">
|
359
377
|
<a name="G-TYPE-IS-ABSTRACT:CAPS"></a><h3>G_TYPE_IS_ABSTRACT()</h3>
|
360
378
|
<pre class="programlisting">#define G_TYPE_IS_ABSTRACT(type) (g_type_test_flags ((type), G_TYPE_FLAG_ABSTRACT))
|
361
379
|
</pre>
|
@@ -381,7 +399,7 @@ derived classes.
|
|
381
399
|
</table></div>
|
382
400
|
</div>
|
383
401
|
<hr>
|
384
|
-
<div class="refsect2"
|
402
|
+
<div class="refsect2">
|
385
403
|
<a name="G-TYPE-IS-DERIVED:CAPS"></a><h3>G_TYPE_IS_DERIVED()</h3>
|
386
404
|
<pre class="programlisting">#define G_TYPE_IS_DERIVED(type) ((type) > G_TYPE_FUNDAMENTAL_MAX)
|
387
405
|
</pre>
|
@@ -407,7 +425,7 @@ types).
|
|
407
425
|
</table></div>
|
408
426
|
</div>
|
409
427
|
<hr>
|
410
|
-
<div class="refsect2"
|
428
|
+
<div class="refsect2">
|
411
429
|
<a name="G-TYPE-IS-FUNDAMENTAL:CAPS"></a><h3>G_TYPE_IS_FUNDAMENTAL()</h3>
|
412
430
|
<pre class="programlisting">#define G_TYPE_IS_FUNDAMENTAL(type) ((type) <= G_TYPE_FUNDAMENTAL_MAX)
|
413
431
|
</pre>
|
@@ -431,7 +449,7 @@ Checks if <em class="parameter"><code>type</code></em> is a fundamental type.
|
|
431
449
|
</table></div>
|
432
450
|
</div>
|
433
451
|
<hr>
|
434
|
-
<div class="refsect2"
|
452
|
+
<div class="refsect2">
|
435
453
|
<a name="G-TYPE-IS-VALUE-TYPE:CAPS"></a><h3>G_TYPE_IS_VALUE_TYPE()</h3>
|
436
454
|
<pre class="programlisting">#define G_TYPE_IS_VALUE_TYPE(type) (g_type_check_is_value_type (type))
|
437
455
|
</pre>
|
@@ -455,7 +473,7 @@ Checks if <em class="parameter"><code>type</code></em> is a value type and can b
|
|
455
473
|
</table></div>
|
456
474
|
</div>
|
457
475
|
<hr>
|
458
|
-
<div class="refsect2"
|
476
|
+
<div class="refsect2">
|
459
477
|
<a name="G-TYPE-HAS-VALUE-TABLE:CAPS"></a><h3>G_TYPE_HAS_VALUE_TABLE()</h3>
|
460
478
|
<pre class="programlisting">#define G_TYPE_HAS_VALUE_TABLE(type) (g_type_value_table_peek (type) != NULL)
|
461
479
|
</pre>
|
@@ -479,7 +497,7 @@ Checks if <em class="parameter"><code>type</code></em> has a <a class="link" hre
|
|
479
497
|
</table></div>
|
480
498
|
</div>
|
481
499
|
<hr>
|
482
|
-
<div class="refsect2"
|
500
|
+
<div class="refsect2">
|
483
501
|
<a name="G-TYPE-IS-CLASSED:CAPS"></a><h3>G_TYPE_IS_CLASSED()</h3>
|
484
502
|
<pre class="programlisting">#define G_TYPE_IS_CLASSED(type) (g_type_test_flags ((type), G_TYPE_FLAG_CLASSED))
|
485
503
|
</pre>
|
@@ -503,7 +521,7 @@ Checks if <em class="parameter"><code>type</code></em> is a classed type.
|
|
503
521
|
</table></div>
|
504
522
|
</div>
|
505
523
|
<hr>
|
506
|
-
<div class="refsect2"
|
524
|
+
<div class="refsect2">
|
507
525
|
<a name="G-TYPE-IS-INSTANTIATABLE:CAPS"></a><h3>G_TYPE_IS_INSTANTIATABLE()</h3>
|
508
526
|
<pre class="programlisting">#define G_TYPE_IS_INSTANTIATABLE(type) (g_type_test_flags ((type), G_TYPE_FLAG_INSTANTIATABLE))
|
509
527
|
</pre>
|
@@ -528,7 +546,7 @@ process of creating an instance (object) of this type.
|
|
528
546
|
</table></div>
|
529
547
|
</div>
|
530
548
|
<hr>
|
531
|
-
<div class="refsect2"
|
549
|
+
<div class="refsect2">
|
532
550
|
<a name="G-TYPE-IS-DERIVABLE:CAPS"></a><h3>G_TYPE_IS_DERIVABLE()</h3>
|
533
551
|
<pre class="programlisting">#define G_TYPE_IS_DERIVABLE(type) (g_type_test_flags ((type), G_TYPE_FLAG_DERIVABLE))
|
534
552
|
</pre>
|
@@ -553,7 +571,7 @@ be used as the base class of a flat (single-level) class hierarchy.
|
|
553
571
|
</table></div>
|
554
572
|
</div>
|
555
573
|
<hr>
|
556
|
-
<div class="refsect2"
|
574
|
+
<div class="refsect2">
|
557
575
|
<a name="G-TYPE-IS-DEEP-DERIVABLE:CAPS"></a><h3>G_TYPE_IS_DEEP_DERIVABLE()</h3>
|
558
576
|
<pre class="programlisting">#define G_TYPE_IS_DEEP_DERIVABLE(type) (g_type_test_flags ((type), G_TYPE_FLAG_DEEP_DERIVABLE))
|
559
577
|
</pre>
|
@@ -578,7 +596,7 @@ can be used as the base class of a deep (multi-level) class hierarchy.
|
|
578
596
|
</table></div>
|
579
597
|
</div>
|
580
598
|
<hr>
|
581
|
-
<div class="refsect2"
|
599
|
+
<div class="refsect2">
|
582
600
|
<a name="G-TYPE-IS-INTERFACE:CAPS"></a><h3>G_TYPE_IS_INTERFACE()</h3>
|
583
601
|
<pre class="programlisting">#define G_TYPE_IS_INTERFACE(type) (G_TYPE_FUNDAMENTAL (type) == G_TYPE_INTERFACE)
|
584
602
|
</pre>
|
@@ -608,7 +626,7 @@ with the difference that GType interfaces are not derivable (but see
|
|
608
626
|
</table></div>
|
609
627
|
</div>
|
610
628
|
<hr>
|
611
|
-
<div class="refsect2"
|
629
|
+
<div class="refsect2">
|
612
630
|
<a name="GTypeInterface"></a><h3>GTypeInterface</h3>
|
613
631
|
<pre class="programlisting">typedef struct {
|
614
632
|
} GTypeInterface;
|
@@ -618,7 +636,7 @@ An opaque structure used as the base of all interface types.
|
|
618
636
|
</p>
|
619
637
|
</div>
|
620
638
|
<hr>
|
621
|
-
<div class="refsect2"
|
639
|
+
<div class="refsect2">
|
622
640
|
<a name="GTypeInstance"></a><h3>GTypeInstance</h3>
|
623
641
|
<pre class="programlisting">typedef struct {
|
624
642
|
} GTypeInstance;
|
@@ -628,7 +646,7 @@ An opaque structure used as the base of all type instances.
|
|
628
646
|
</p>
|
629
647
|
</div>
|
630
648
|
<hr>
|
631
|
-
<div class="refsect2"
|
649
|
+
<div class="refsect2">
|
632
650
|
<a name="GTypeClass"></a><h3>GTypeClass</h3>
|
633
651
|
<pre class="programlisting">typedef struct {
|
634
652
|
} GTypeClass;
|
@@ -638,7 +656,7 @@ An opaque structure used as the base of all classes.
|
|
638
656
|
</p>
|
639
657
|
</div>
|
640
658
|
<hr>
|
641
|
-
<div class="refsect2"
|
659
|
+
<div class="refsect2">
|
642
660
|
<a name="GTypeInfo"></a><h3>GTypeInfo</h3>
|
643
661
|
<pre class="programlisting">typedef struct {
|
644
662
|
/* interface types, classed types, instantiated types */
|
@@ -736,7 +754,7 @@ across invocation of <a class="link" href="gobject-Type-Information.html#g-type-
|
|
736
754
|
</table></div>
|
737
755
|
</div>
|
738
756
|
<hr>
|
739
|
-
<div class="refsect2"
|
757
|
+
<div class="refsect2">
|
740
758
|
<a name="GTypeFundamentalInfo"></a><h3>GTypeFundamentalInfo</h3>
|
741
759
|
<pre class="programlisting">typedef struct {
|
742
760
|
GTypeFundamentalFlags type_flags;
|
@@ -757,7 +775,7 @@ used specifically for managing fundamental types.
|
|
757
775
|
</table></div>
|
758
776
|
</div>
|
759
777
|
<hr>
|
760
|
-
<div class="refsect2"
|
778
|
+
<div class="refsect2">
|
761
779
|
<a name="GInterfaceInfo"></a><h3>GInterfaceInfo</h3>
|
762
780
|
<pre class="programlisting">typedef struct {
|
763
781
|
GInterfaceInitFunc interface_init;
|
@@ -791,7 +809,7 @@ used specifically for managing interface types.
|
|
791
809
|
</table></div>
|
792
810
|
</div>
|
793
811
|
<hr>
|
794
|
-
<div class="refsect2"
|
812
|
+
<div class="refsect2">
|
795
813
|
<a name="GTypeValueTable"></a><h3>GTypeValueTable</h3>
|
796
814
|
<pre class="programlisting">typedef struct {
|
797
815
|
void (*value_init) (GValue *value);
|
@@ -1132,7 +1150,7 @@ to serve as a container for values of a type.
|
|
1132
1150
|
</table></div>
|
1133
1151
|
</div>
|
1134
1152
|
<hr>
|
1135
|
-
<div class="refsect2"
|
1153
|
+
<div class="refsect2">
|
1136
1154
|
<a name="G-TYPE-FROM-INSTANCE:CAPS"></a><h3>G_TYPE_FROM_INSTANCE()</h3>
|
1137
1155
|
<pre class="programlisting">#define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class))
|
1138
1156
|
</pre>
|
@@ -1159,7 +1177,7 @@ This macro should only be used in type implementations.
|
|
1159
1177
|
</table></div>
|
1160
1178
|
</div>
|
1161
1179
|
<hr>
|
1162
|
-
<div class="refsect2"
|
1180
|
+
<div class="refsect2">
|
1163
1181
|
<a name="G-TYPE-FROM-CLASS:CAPS"></a><h3>G_TYPE_FROM_CLASS()</h3>
|
1164
1182
|
<pre class="programlisting">#define G_TYPE_FROM_CLASS(g_class) (((GTypeClass*) (g_class))->g_type)
|
1165
1183
|
</pre>
|
@@ -1186,7 +1204,7 @@ This macro should only be used in type implementations.
|
|
1186
1204
|
</table></div>
|
1187
1205
|
</div>
|
1188
1206
|
<hr>
|
1189
|
-
<div class="refsect2"
|
1207
|
+
<div class="refsect2">
|
1190
1208
|
<a name="G-TYPE-FROM-INTERFACE:CAPS"></a><h3>G_TYPE_FROM_INTERFACE()</h3>
|
1191
1209
|
<pre class="programlisting">#define G_TYPE_FROM_INTERFACE(g_iface) (((GTypeInterface*) (g_iface))->g_type)
|
1192
1210
|
</pre>
|
@@ -1213,7 +1231,7 @@ This macro should only be used in type implementations.
|
|
1213
1231
|
</table></div>
|
1214
1232
|
</div>
|
1215
1233
|
<hr>
|
1216
|
-
<div class="refsect2"
|
1234
|
+
<div class="refsect2">
|
1217
1235
|
<a name="G-TYPE-INSTANCE-GET-CLASS:CAPS"></a><h3>G_TYPE_INSTANCE_GET_CLASS()</h3>
|
1218
1236
|
<pre class="programlisting">#define G_TYPE_INSTANCE_GET_CLASS(instance, g_type, c_type) (_G_TYPE_IGC ((instance), (g_type), c_type))
|
1219
1237
|
</pre>
|
@@ -1255,7 +1273,7 @@ This macro should only be used in type implementations.
|
|
1255
1273
|
</table></div>
|
1256
1274
|
</div>
|
1257
1275
|
<hr>
|
1258
|
-
<div class="refsect2"
|
1276
|
+
<div class="refsect2">
|
1259
1277
|
<a name="G-TYPE-INSTANCE-GET-INTERFACE:CAPS"></a><h3>G_TYPE_INSTANCE_GET_INTERFACE()</h3>
|
1260
1278
|
<pre class="programlisting">#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
|
1261
1279
|
</pre>
|
@@ -1292,7 +1310,7 @@ This macro should only be used in type implementations.
|
|
1292
1310
|
</table></div>
|
1293
1311
|
</div>
|
1294
1312
|
<hr>
|
1295
|
-
<div class="refsect2"
|
1313
|
+
<div class="refsect2">
|
1296
1314
|
<a name="G-TYPE-INSTANCE-GET-PRIVATE:CAPS"></a><h3>G_TYPE_INSTANCE_GET_PRIVATE()</h3>
|
1297
1315
|
<pre class="programlisting">#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type)))
|
1298
1316
|
</pre>
|
@@ -1332,7 +1350,47 @@ This macro should only be used in type implementations.
|
|
1332
1350
|
<p class="since">Since 2.4</p>
|
1333
1351
|
</div>
|
1334
1352
|
<hr>
|
1335
|
-
<div class="refsect2"
|
1353
|
+
<div class="refsect2">
|
1354
|
+
<a name="G-TYPE-CLASS-GET-PRIVATE:CAPS"></a><h3>G_TYPE_CLASS_GET_PRIVATE()</h3>
|
1355
|
+
<pre class="programlisting">#define G_TYPE_CLASS_GET_PRIVATE(klass, g_type, c_type) ((c_type*) g_type_class_get_private ((GTypeClass*) (klass), (g_type)))
|
1356
|
+
</pre>
|
1357
|
+
<p>
|
1358
|
+
Gets the private class structure for a particular type.
|
1359
|
+
The private structure must have been registered in the
|
1360
|
+
<code class="function">get_type()</code> function with <a class="link" href="gobject-Type-Information.html#g-type-add-class-private" title="g_type_add_class_private ()"><code class="function">g_type_add_class_private()</code></a>.
|
1361
|
+
</p>
|
1362
|
+
<p>
|
1363
|
+
This macro should only be used in type implementations.
|
1364
|
+
</p>
|
1365
|
+
<div class="variablelist"><table border="0">
|
1366
|
+
<col align="left" valign="top">
|
1367
|
+
<tbody>
|
1368
|
+
<tr>
|
1369
|
+
<td><p><span class="term"><em class="parameter"><code>klass</code></em> :</span></p></td>
|
1370
|
+
<td>the class of a type deriving from <em class="parameter"><code>private_type</code></em>.
|
1371
|
+
</td>
|
1372
|
+
</tr>
|
1373
|
+
<tr>
|
1374
|
+
<td><p><span class="term"><em class="parameter"><code>g_type</code></em> :</span></p></td>
|
1375
|
+
<td>the type identifying which private data to retrieve.
|
1376
|
+
</td>
|
1377
|
+
</tr>
|
1378
|
+
<tr>
|
1379
|
+
<td><p><span class="term"><em class="parameter"><code>c_type</code></em> :</span></p></td>
|
1380
|
+
<td>The C type for the private structure.
|
1381
|
+
</td>
|
1382
|
+
</tr>
|
1383
|
+
<tr>
|
1384
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1385
|
+
<td> a pointer to the private data structure.
|
1386
|
+
</td>
|
1387
|
+
</tr>
|
1388
|
+
</tbody>
|
1389
|
+
</table></div>
|
1390
|
+
<p class="since">Since 2.24</p>
|
1391
|
+
</div>
|
1392
|
+
<hr>
|
1393
|
+
<div class="refsect2">
|
1336
1394
|
<a name="G-TYPE-CHECK-INSTANCE:CAPS"></a><h3>G_TYPE_CHECK_INSTANCE()</h3>
|
1337
1395
|
<pre class="programlisting">#define G_TYPE_CHECK_INSTANCE(instance) (_G_TYPE_CHI ((GTypeInstance*) (instance)))
|
1338
1396
|
</pre>
|
@@ -1360,7 +1418,7 @@ This macro should only be used in type implementations.
|
|
1360
1418
|
</table></div>
|
1361
1419
|
</div>
|
1362
1420
|
<hr>
|
1363
|
-
<div class="refsect2"
|
1421
|
+
<div class="refsect2">
|
1364
1422
|
<a name="G-TYPE-CHECK-INSTANCE-CAST:CAPS"></a><h3>G_TYPE_CHECK_INSTANCE_CAST()</h3>
|
1365
1423
|
<pre class="programlisting">#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
|
1366
1424
|
</pre>
|
@@ -1394,7 +1452,7 @@ This macro should only be used in type implementations.
|
|
1394
1452
|
</table></div>
|
1395
1453
|
</div>
|
1396
1454
|
<hr>
|
1397
|
-
<div class="refsect2"
|
1455
|
+
<div class="refsect2">
|
1398
1456
|
<a name="G-TYPE-CHECK-INSTANCE-TYPE:CAPS"></a><h3>G_TYPE_CHECK_INSTANCE_TYPE()</h3>
|
1399
1457
|
<pre class="programlisting">#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
|
1400
1458
|
</pre>
|
@@ -1426,7 +1484,7 @@ This macro should only be used in type implementations.
|
|
1426
1484
|
</table></div>
|
1427
1485
|
</div>
|
1428
1486
|
<hr>
|
1429
|
-
<div class="refsect2"
|
1487
|
+
<div class="refsect2">
|
1430
1488
|
<a name="G-TYPE-CHECK-CLASS-CAST:CAPS"></a><h3>G_TYPE_CHECK_CLASS_CAST()</h3>
|
1431
1489
|
<pre class="programlisting">#define G_TYPE_CHECK_CLASS_CAST(g_class, g_type, c_type) (_G_TYPE_CCC ((g_class), (g_type), c_type))
|
1432
1490
|
</pre>
|
@@ -1460,7 +1518,7 @@ This macro should only be used in type implementations.
|
|
1460
1518
|
</table></div>
|
1461
1519
|
</div>
|
1462
1520
|
<hr>
|
1463
|
-
<div class="refsect2"
|
1521
|
+
<div class="refsect2">
|
1464
1522
|
<a name="G-TYPE-CHECK-CLASS-TYPE:CAPS"></a><h3>G_TYPE_CHECK_CLASS_TYPE()</h3>
|
1465
1523
|
<pre class="programlisting">#define G_TYPE_CHECK_CLASS_TYPE(g_class, g_type) (_G_TYPE_CCT ((g_class), (g_type)))
|
1466
1524
|
</pre>
|
@@ -1493,7 +1551,7 @@ This macro should only be used in type implementations.
|
|
1493
1551
|
</table></div>
|
1494
1552
|
</div>
|
1495
1553
|
<hr>
|
1496
|
-
<div class="refsect2"
|
1554
|
+
<div class="refsect2">
|
1497
1555
|
<a name="G-TYPE-CHECK-VALUE:CAPS"></a><h3>G_TYPE_CHECK_VALUE()</h3>
|
1498
1556
|
<pre class="programlisting">#define G_TYPE_CHECK_VALUE(value) (_G_TYPE_CHV ((value)))
|
1499
1557
|
</pre>
|
@@ -1521,7 +1579,7 @@ This macro should only be used in type implementations.
|
|
1521
1579
|
</table></div>
|
1522
1580
|
</div>
|
1523
1581
|
<hr>
|
1524
|
-
<div class="refsect2"
|
1582
|
+
<div class="refsect2">
|
1525
1583
|
<a name="G-TYPE-CHECK-VALUE-TYPE:CAPS"></a><h3>G_TYPE_CHECK_VALUE_TYPE()</h3>
|
1526
1584
|
<pre class="programlisting">#define G_TYPE_CHECK_VALUE_TYPE(value, g_type) (_G_TYPE_CVH ((value), (g_type)))
|
1527
1585
|
</pre>
|
@@ -1554,7 +1612,7 @@ This macro should only be used in type implementations.
|
|
1554
1612
|
</table></div>
|
1555
1613
|
</div>
|
1556
1614
|
<hr>
|
1557
|
-
<div class="refsect2"
|
1615
|
+
<div class="refsect2">
|
1558
1616
|
<a name="G-TYPE-FLAG-RESERVED-ID-BIT:CAPS"></a><h3>G_TYPE_FLAG_RESERVED_ID_BIT</h3>
|
1559
1617
|
<pre class="programlisting">#define G_TYPE_FLAG_RESERVED_ID_BIT ((GType) (1 << 0))
|
1560
1618
|
</pre>
|
@@ -1563,7 +1621,7 @@ A bit in the type number that's supposed to be left untouched.
|
|
1563
1621
|
</p>
|
1564
1622
|
</div>
|
1565
1623
|
<hr>
|
1566
|
-
<div class="refsect2"
|
1624
|
+
<div class="refsect2">
|
1567
1625
|
<a name="g-type-init"></a><h3>g_type_init ()</h3>
|
1568
1626
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_init (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1569
1627
|
<p>
|
@@ -1577,7 +1635,7 @@ Since version 2.24 this also initializes the thread system
|
|
1577
1635
|
</p>
|
1578
1636
|
</div>
|
1579
1637
|
<hr>
|
1580
|
-
<div class="refsect2"
|
1638
|
+
<div class="refsect2">
|
1581
1639
|
<a name="GTypeDebugFlags"></a><h3>enum GTypeDebugFlags</h3>
|
1582
1640
|
<pre class="programlisting">typedef enum /*< skip >*/
|
1583
1641
|
{
|
@@ -1621,7 +1679,7 @@ Note that the messages can also be triggered by setting the
|
|
1621
1679
|
</table></div>
|
1622
1680
|
</div>
|
1623
1681
|
<hr>
|
1624
|
-
<div class="refsect2"
|
1682
|
+
<div class="refsect2">
|
1625
1683
|
<a name="g-type-init-with-debug-flags"></a><h3>g_type_init_with_debug_flags ()</h3>
|
1626
1684
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_init_with_debug_flags (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GTypeDebugFlags" title="enum GTypeDebugFlags"><span class="type">GTypeDebugFlags</span></a> debug_flags</code></em>);</pre>
|
1627
1685
|
<p>
|
@@ -1638,9 +1696,9 @@ Similar to <a class="link" href="gobject-Type-Information.html#g-type-init" titl
|
|
1638
1696
|
</table></div>
|
1639
1697
|
</div>
|
1640
1698
|
<hr>
|
1641
|
-
<div class="refsect2"
|
1699
|
+
<div class="refsect2">
|
1642
1700
|
<a name="g-type-name"></a><h3>g_type_name ()</h3>
|
1643
|
-
<pre class="programlisting">const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
1701
|
+
<pre class="programlisting">const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * g_type_name (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
1644
1702
|
<p>
|
1645
1703
|
Get the unique name that is assigned to a type ID. Note that this
|
1646
1704
|
function (like all other GType API) cannot cope with invalid type
|
@@ -1665,7 +1723,7 @@ not be passed in and will most likely lead to a crash.
|
|
1665
1723
|
</table></div>
|
1666
1724
|
</div>
|
1667
1725
|
<hr>
|
1668
|
-
<div class="refsect2"
|
1726
|
+
<div class="refsect2">
|
1669
1727
|
<a name="g-type-qname"></a><h3>g_type_qname ()</h3>
|
1670
1728
|
<pre class="programlisting"><a href="./../glib/glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> g_type_qname (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
1671
1729
|
<p>
|
@@ -1688,7 +1746,7 @@ Get the corresponding quark of the type IDs name.
|
|
1688
1746
|
</table></div>
|
1689
1747
|
</div>
|
1690
1748
|
<hr>
|
1691
|
-
<div class="refsect2"
|
1749
|
+
<div class="refsect2">
|
1692
1750
|
<a name="g-type-from-name"></a><h3>g_type_from_name ()</h3>
|
1693
1751
|
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> g_type_from_name (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
1694
1752
|
<p>
|
@@ -1714,7 +1772,7 @@ yet).
|
|
1714
1772
|
</table></div>
|
1715
1773
|
</div>
|
1716
1774
|
<hr>
|
1717
|
-
<div class="refsect2"
|
1775
|
+
<div class="refsect2">
|
1718
1776
|
<a name="g-type-parent"></a><h3>g_type_parent ()</h3>
|
1719
1777
|
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> g_type_parent (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
1720
1778
|
<p>
|
@@ -1738,7 +1796,7 @@ in type has no parent, i.e. is a fundamental type, 0 is returned.
|
|
1738
1796
|
</table></div>
|
1739
1797
|
</div>
|
1740
1798
|
<hr>
|
1741
|
-
<div class="refsect2"
|
1799
|
+
<div class="refsect2">
|
1742
1800
|
<a name="g-type-depth"></a><h3>g_type_depth ()</h3>
|
1743
1801
|
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> g_type_depth (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
1744
1802
|
<p>
|
@@ -1762,7 +1820,7 @@ includes the type itself, so that e.g. a fundamental type has depth 1.
|
|
1762
1820
|
</table></div>
|
1763
1821
|
</div>
|
1764
1822
|
<hr>
|
1765
|
-
<div class="refsect2"
|
1823
|
+
<div class="refsect2">
|
1766
1824
|
<a name="g-type-next-base"></a><h3>g_type_next_base ()</h3>
|
1767
1825
|
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> g_type_next_base (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> leaf_type</code></em>,
|
1768
1826
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> root_type</code></em>);</pre>
|
@@ -1797,7 +1855,7 @@ descended from the root type.
|
|
1797
1855
|
</table></div>
|
1798
1856
|
</div>
|
1799
1857
|
<hr>
|
1800
|
-
<div class="refsect2"
|
1858
|
+
<div class="refsect2">
|
1801
1859
|
<a name="g-type-is-a"></a><h3>g_type_is_a ()</h3>
|
1802
1860
|
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_type_is_a (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>,
|
1803
1861
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> is_a_type</code></em>);</pre>
|
@@ -1828,7 +1886,7 @@ whether <em class="parameter"><code>type</code></em> conforms to it.
|
|
1828
1886
|
</table></div>
|
1829
1887
|
</div>
|
1830
1888
|
<hr>
|
1831
|
-
<div class="refsect2"
|
1889
|
+
<div class="refsect2">
|
1832
1890
|
<a name="g-type-class-ref"></a><h3>g_type_class_ref ()</h3>
|
1833
1891
|
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> g_type_class_ref (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
1834
1892
|
<p>
|
@@ -1853,7 +1911,7 @@ exist already.
|
|
1853
1911
|
</table></div>
|
1854
1912
|
</div>
|
1855
1913
|
<hr>
|
1856
|
-
<div class="refsect2"
|
1914
|
+
<div class="refsect2">
|
1857
1915
|
<a name="g-type-class-peek"></a><h3>g_type_class_peek ()</h3>
|
1858
1916
|
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> g_type_class_peek (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
1859
1917
|
<p>
|
@@ -1880,7 +1938,7 @@ exist (hasn't been referenced before).
|
|
1880
1938
|
</table></div>
|
1881
1939
|
</div>
|
1882
1940
|
<hr>
|
1883
|
-
<div class="refsect2"
|
1941
|
+
<div class="refsect2">
|
1884
1942
|
<a name="g-type-class-peek-static"></a><h3>g_type_class_peek_static ()</h3>
|
1885
1943
|
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> g_type_class_peek_static (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
1886
1944
|
<p>
|
@@ -1906,7 +1964,7 @@ static types.
|
|
1906
1964
|
<p class="since">Since 2.4</p>
|
1907
1965
|
</div>
|
1908
1966
|
<hr>
|
1909
|
-
<div class="refsect2"
|
1967
|
+
<div class="refsect2">
|
1910
1968
|
<a name="g-type-class-unref"></a><h3>g_type_class_unref ()</h3>
|
1911
1969
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_class_unref (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> g_class</code></em>);</pre>
|
1912
1970
|
<p>
|
@@ -1925,7 +1983,7 @@ class pointer after <a class="link" href="gobject-Type-Information.html#g-type-c
|
|
1925
1983
|
</table></div>
|
1926
1984
|
</div>
|
1927
1985
|
<hr>
|
1928
|
-
<div class="refsect2"
|
1986
|
+
<div class="refsect2">
|
1929
1987
|
<a name="g-type-class-peek-parent"></a><h3>g_type_class_peek_parent ()</h3>
|
1930
1988
|
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> g_type_class_peek_parent (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> g_class</code></em>);</pre>
|
1931
1989
|
<p>
|
@@ -1960,18 +2018,29 @@ g_type_class_peek (g_type_parent (G_TYPE_FROM_CLASS (g_class)));
|
|
1960
2018
|
</table></div>
|
1961
2019
|
</div>
|
1962
2020
|
<hr>
|
1963
|
-
<div class="refsect2"
|
2021
|
+
<div class="refsect2">
|
1964
2022
|
<a name="g-type-class-add-private"></a><h3>g_type_class_add_private ()</h3>
|
1965
2023
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_class_add_private (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> g_class</code></em>,
|
1966
2024
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> private_size</code></em>);</pre>
|
1967
2025
|
<p>
|
1968
|
-
Registers a private structure for an instantiatable type
|
1969
|
-
|
2026
|
+
Registers a private structure for an instantiatable type.
|
2027
|
+
</p>
|
2028
|
+
<p>
|
2029
|
+
When an object is allocated, the private structures for
|
1970
2030
|
the type and all of its parent types are allocated
|
1971
2031
|
sequentially in the same memory block as the public
|
1972
|
-
structures.
|
1973
|
-
|
1974
|
-
|
2032
|
+
structures.
|
2033
|
+
</p>
|
2034
|
+
<p>
|
2035
|
+
Note that the accumulated size of the private structures of
|
2036
|
+
a type and all its parent types cannot excced 64kB.
|
2037
|
+
</p>
|
2038
|
+
<p>
|
2039
|
+
This function should be called in the type's <code class="function">class_init()</code> function.
|
2040
|
+
The private structure can be retrieved using the
|
2041
|
+
<a class="link" href="gobject-Type-Information.html#G-TYPE-INSTANCE-GET-PRIVATE:CAPS" title="G_TYPE_INSTANCE_GET_PRIVATE()"><code class="function">G_TYPE_INSTANCE_GET_PRIVATE()</code></a> macro.
|
2042
|
+
</p>
|
2043
|
+
<p>
|
1975
2044
|
The following example shows attaching a private structure
|
1976
2045
|
<span class="structname">MyObjectPrivate</span> to an object
|
1977
2046
|
<span class="structname">MyObject</span> defined in the standard GObject
|
@@ -2077,7 +2146,7 @@ type's <code class="function">class_init()</code> function.
|
|
2077
2146
|
<p class="since">Since 2.4</p>
|
2078
2147
|
</div>
|
2079
2148
|
<hr>
|
2080
|
-
<div class="refsect2"
|
2149
|
+
<div class="refsect2">
|
2081
2150
|
<a name="g-type-add-class-private"></a><h3>g_type_add_class_private ()</h3>
|
2082
2151
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_add_class_private (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> class_type</code></em>,
|
2083
2152
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> private_size</code></em>);</pre>
|
@@ -2089,7 +2158,7 @@ sequentially in the same memory block as the public
|
|
2089
2158
|
structures. This function should be called in the
|
2090
2159
|
type's <code class="function">get_type()</code> function after the type is registered.
|
2091
2160
|
The private structure can be retrieved using the
|
2092
|
-
<code class="function">G_TYPE_CLASS_GET_PRIVATE()</code> macro.
|
2161
|
+
<a class="link" href="gobject-Type-Information.html#G-TYPE-CLASS-GET-PRIVATE:CAPS" title="G_TYPE_CLASS_GET_PRIVATE()"><code class="function">G_TYPE_CLASS_GET_PRIVATE()</code></a> macro.
|
2093
2162
|
</p>
|
2094
2163
|
<div class="variablelist"><table border="0">
|
2095
2164
|
<col align="left" valign="top">
|
@@ -2109,7 +2178,7 @@ The private structure can be retrieved using the
|
|
2109
2178
|
<p class="since">Since 2.24</p>
|
2110
2179
|
</div>
|
2111
2180
|
<hr>
|
2112
|
-
<div class="refsect2"
|
2181
|
+
<div class="refsect2">
|
2113
2182
|
<a name="g-type-interface-peek"></a><h3>g_type_interface_peek ()</h3>
|
2114
2183
|
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> g_type_interface_peek (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> instance_class</code></em>,
|
2115
2184
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> iface_type</code></em>);</pre>
|
@@ -2140,7 +2209,7 @@ passed in class conforms.
|
|
2140
2209
|
</table></div>
|
2141
2210
|
</div>
|
2142
2211
|
<hr>
|
2143
|
-
<div class="refsect2"
|
2212
|
+
<div class="refsect2">
|
2144
2213
|
<a name="g-type-interface-peek-parent"></a><h3>g_type_interface_peek_parent ()</h3>
|
2145
2214
|
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> g_type_interface_peek_parent (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> g_iface</code></em>);</pre>
|
2146
2215
|
<p>
|
@@ -2168,7 +2237,7 @@ then possibly overriding some methods.
|
|
2168
2237
|
</table></div>
|
2169
2238
|
</div>
|
2170
2239
|
<hr>
|
2171
|
-
<div class="refsect2"
|
2240
|
+
<div class="refsect2">
|
2172
2241
|
<a name="g-type-default-interface-ref"></a><h3>g_type_default_interface_ref ()</h3>
|
2173
2242
|
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> g_type_default_interface_ref (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> g_type</code></em>);</pre>
|
2174
2243
|
<p>
|
@@ -2205,7 +2274,7 @@ have been installed.
|
|
2205
2274
|
<p class="since">Since 2.4</p>
|
2206
2275
|
</div>
|
2207
2276
|
<hr>
|
2208
|
-
<div class="refsect2"
|
2277
|
+
<div class="refsect2">
|
2209
2278
|
<a name="g-type-default-interface-peek"></a><h3>g_type_default_interface_peek ()</h3>
|
2210
2279
|
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> g_type_default_interface_peek (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> g_type</code></em>);</pre>
|
2211
2280
|
<p>
|
@@ -2231,7 +2300,7 @@ default interface vtable.
|
|
2231
2300
|
<p class="since">Since 2.4</p>
|
2232
2301
|
</div>
|
2233
2302
|
<hr>
|
2234
|
-
<div class="refsect2"
|
2303
|
+
<div class="refsect2">
|
2235
2304
|
<a name="g-type-default-interface-unref"></a><h3>g_type_default_interface_unref ()</h3>
|
2236
2305
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_default_interface_unref (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> g_iface</code></em>);</pre>
|
2237
2306
|
<p>
|
@@ -2254,9 +2323,9 @@ vtable (the <em class="structfield"><code>class_finalize</code></em> member of
|
|
2254
2323
|
<p class="since">Since 2.4</p>
|
2255
2324
|
</div>
|
2256
2325
|
<hr>
|
2257
|
-
<div class="refsect2"
|
2326
|
+
<div class="refsect2">
|
2258
2327
|
<a name="g-type-children"></a><h3>g_type_children ()</h3>
|
2259
|
-
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a
|
2328
|
+
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> * g_type_children (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>,
|
2260
2329
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *n_children</code></em>);</pre>
|
2261
2330
|
<p>
|
2262
2331
|
Return a newly allocated and 0-terminated array of type IDs, listing the
|
@@ -2284,9 +2353,9 @@ child types of <em class="parameter"><code>type</code></em>. The return value ha
|
|
2284
2353
|
</table></div>
|
2285
2354
|
</div>
|
2286
2355
|
<hr>
|
2287
|
-
<div class="refsect2"
|
2356
|
+
<div class="refsect2">
|
2288
2357
|
<a name="g-type-interfaces"></a><h3>g_type_interfaces ()</h3>
|
2289
|
-
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a
|
2358
|
+
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> * g_type_interfaces (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>,
|
2290
2359
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *n_interfaces</code></em>);</pre>
|
2291
2360
|
<p>
|
2292
2361
|
Return a newly allocated and 0-terminated array of type IDs, listing the
|
@@ -2316,9 +2385,9 @@ interface types that <em class="parameter"><code>type</code></em> conforms to. T
|
|
2316
2385
|
</table></div>
|
2317
2386
|
</div>
|
2318
2387
|
<hr>
|
2319
|
-
<div class="refsect2"
|
2388
|
+
<div class="refsect2">
|
2320
2389
|
<a name="g-type-interface-prerequisites"></a><h3>g_type_interface_prerequisites ()</h3>
|
2321
|
-
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a
|
2390
|
+
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> * g_type_interface_prerequisites (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> interface_type</code></em>,
|
2322
2391
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *n_prerequisites</code></em>);</pre>
|
2323
2392
|
<p>
|
2324
2393
|
Returns the prerequisites of an interfaces type.
|
@@ -2347,7 +2416,7 @@ Returns the prerequisites of an interfaces type.
|
|
2347
2416
|
<p class="since">Since 2.2</p>
|
2348
2417
|
</div>
|
2349
2418
|
<hr>
|
2350
|
-
<div class="refsect2"
|
2419
|
+
<div class="refsect2">
|
2351
2420
|
<a name="g-type-set-qdata"></a><h3>g_type_set_qdata ()</h3>
|
2352
2421
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_set_qdata (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>,
|
2353
2422
|
<em class="parameter"><code><a href="./../glib/glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> quark</code></em>,
|
@@ -2377,7 +2446,7 @@ Attaches arbitrary data to a type.
|
|
2377
2446
|
</table></div>
|
2378
2447
|
</div>
|
2379
2448
|
<hr>
|
2380
|
-
<div class="refsect2"
|
2449
|
+
<div class="refsect2">
|
2381
2450
|
<a name="g-type-get-qdata"></a><h3>g_type_get_qdata ()</h3>
|
2382
2451
|
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> g_type_get_qdata (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>,
|
2383
2452
|
<em class="parameter"><code><a href="./../glib/glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> quark</code></em>);</pre>
|
@@ -2407,7 +2476,7 @@ with <a class="link" href="gobject-Type-Information.html#g-type-set-qdata" title
|
|
2407
2476
|
</table></div>
|
2408
2477
|
</div>
|
2409
2478
|
<hr>
|
2410
|
-
<div class="refsect2"
|
2479
|
+
<div class="refsect2">
|
2411
2480
|
<a name="g-type-query"></a><h3>g_type_query ()</h3>
|
2412
2481
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_query (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>,
|
2413
2482
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GTypeQuery" title="GTypeQuery"><span class="type">GTypeQuery</span></a> *query</code></em>);</pre>
|
@@ -2437,7 +2506,7 @@ left untouched.
|
|
2437
2506
|
</table></div>
|
2438
2507
|
</div>
|
2439
2508
|
<hr>
|
2440
|
-
<div class="refsect2"
|
2509
|
+
<div class="refsect2">
|
2441
2510
|
<a name="GTypeQuery"></a><h3>GTypeQuery</h3>
|
2442
2511
|
<pre class="programlisting">typedef struct {
|
2443
2512
|
GType type;
|
@@ -2477,7 +2546,7 @@ filled in by the <a class="link" href="gobject-Type-Information.html#g-type-quer
|
|
2477
2546
|
</table></div>
|
2478
2547
|
</div>
|
2479
2548
|
<hr>
|
2480
|
-
<div class="refsect2"
|
2549
|
+
<div class="refsect2">
|
2481
2550
|
<a name="GBaseInitFunc"></a><h3>GBaseInitFunc ()</h3>
|
2482
2551
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GBaseInitFunc) (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> g_class</code></em>);</pre>
|
2483
2552
|
<p>
|
@@ -2500,7 +2569,7 @@ intialization process.
|
|
2500
2569
|
</table></div>
|
2501
2570
|
</div>
|
2502
2571
|
<hr>
|
2503
|
-
<div class="refsect2"
|
2572
|
+
<div class="refsect2">
|
2504
2573
|
<a name="GBaseFinalizeFunc"></a><h3>GBaseFinalizeFunc ()</h3>
|
2505
2574
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GBaseFinalizeFunc) (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> g_class</code></em>);</pre>
|
2506
2575
|
<p>
|
@@ -2520,7 +2589,7 @@ See <a class="link" href="gobject-Type-Information.html#GClassInitFunc" title="G
|
|
2520
2589
|
</table></div>
|
2521
2590
|
</div>
|
2522
2591
|
<hr>
|
2523
|
-
<div class="refsect2"
|
2592
|
+
<div class="refsect2">
|
2524
2593
|
<a name="GClassInitFunc"></a><h3>GClassInitFunc ()</h3>
|
2525
2594
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GClassInitFunc) (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> g_class</code></em>,
|
2526
2595
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> class_data</code></em>);</pre>
|
@@ -2694,7 +2763,7 @@ time.
|
|
2694
2763
|
</table></div>
|
2695
2764
|
</div>
|
2696
2765
|
<hr>
|
2697
|
-
<div class="refsect2"
|
2766
|
+
<div class="refsect2">
|
2698
2767
|
<a name="GClassFinalizeFunc"></a><h3>GClassFinalizeFunc ()</h3>
|
2699
2768
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GClassFinalizeFunc) (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> g_class</code></em>,
|
2700
2769
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> class_data</code></em>);</pre>
|
@@ -2724,7 +2793,7 @@ reference count drops to zero).
|
|
2724
2793
|
</table></div>
|
2725
2794
|
</div>
|
2726
2795
|
<hr>
|
2727
|
-
<div class="refsect2"
|
2796
|
+
<div class="refsect2">
|
2728
2797
|
<a name="GInstanceInitFunc"></a><h3>GInstanceInitFunc ()</h3>
|
2729
2798
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GInstanceInitFunc) (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GTypeInstance" title="GTypeInstance"><span class="type">GTypeInstance</span></a> *instance</code></em>,
|
2730
2799
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> g_class</code></em>);</pre>
|
@@ -2754,7 +2823,7 @@ belongs to the type the current initializer was introduced for.
|
|
2754
2823
|
</table></div>
|
2755
2824
|
</div>
|
2756
2825
|
<hr>
|
2757
|
-
<div class="refsect2"
|
2826
|
+
<div class="refsect2">
|
2758
2827
|
<a name="GInterfaceInitFunc"></a><h3>GInterfaceInitFunc ()</h3>
|
2759
2828
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GInterfaceInitFunc) (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> g_iface</code></em>,
|
2760
2829
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> iface_data</code></em>);</pre>
|
@@ -2780,7 +2849,7 @@ allocate any resources required by the interface.
|
|
2780
2849
|
</table></div>
|
2781
2850
|
</div>
|
2782
2851
|
<hr>
|
2783
|
-
<div class="refsect2"
|
2852
|
+
<div class="refsect2">
|
2784
2853
|
<a name="GInterfaceFinalizeFunc"></a><h3>GInterfaceFinalizeFunc ()</h3>
|
2785
2854
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GInterfaceFinalizeFunc) (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> g_iface</code></em>,
|
2786
2855
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> iface_data</code></em>);</pre>
|
@@ -2806,7 +2875,7 @@ allocated by the corresponding <a class="link" href="gobject-Type-Information.ht
|
|
2806
2875
|
</table></div>
|
2807
2876
|
</div>
|
2808
2877
|
<hr>
|
2809
|
-
<div class="refsect2"
|
2878
|
+
<div class="refsect2">
|
2810
2879
|
<a name="GTypeClassCacheFunc"></a><h3>GTypeClassCacheFunc ()</h3>
|
2811
2880
|
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*GTypeClassCacheFunc) (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cache_data</code></em>,
|
2812
2881
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GTypeClass" title="GTypeClass"><span class="type">GTypeClass</span></a> *g_class</code></em>);</pre>
|
@@ -2845,7 +2914,7 @@ classes are routed through the same <a class="link" href="gobject-Type-Informati
|
|
2845
2914
|
</table></div>
|
2846
2915
|
</div>
|
2847
2916
|
<hr>
|
2848
|
-
<div class="refsect2"
|
2917
|
+
<div class="refsect2">
|
2849
2918
|
<a name="GTypeFlags"></a><h3>enum GTypeFlags</h3>
|
2850
2919
|
<pre class="programlisting">typedef enum /*< skip >*/
|
2851
2920
|
{
|
@@ -2876,7 +2945,7 @@ Bit masks used to check or determine characteristics of a type.
|
|
2876
2945
|
</table></div>
|
2877
2946
|
</div>
|
2878
2947
|
<hr>
|
2879
|
-
<div class="refsect2"
|
2948
|
+
<div class="refsect2">
|
2880
2949
|
<a name="GTypeFundamentalFlags"></a><h3>enum GTypeFundamentalFlags</h3>
|
2881
2950
|
<pre class="programlisting">typedef enum /*< skip >*/
|
2882
2951
|
{
|
@@ -2917,7 +2986,7 @@ fundamental type.
|
|
2917
2986
|
</table></div>
|
2918
2987
|
</div>
|
2919
2988
|
<hr>
|
2920
|
-
<div class="refsect2"
|
2989
|
+
<div class="refsect2">
|
2921
2990
|
<a name="g-type-register-static"></a><h3>g_type_register_static ()</h3>
|
2922
2991
|
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> g_type_register_static (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> parent_type</code></em>,
|
2923
2992
|
<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *type_name</code></em>,
|
@@ -2962,7 +3031,7 @@ instances (if not abstract). The value of <em class="parameter"><code>flags</co
|
|
2962
3031
|
</table></div>
|
2963
3032
|
</div>
|
2964
3033
|
<hr>
|
2965
|
-
<div class="refsect2"
|
3034
|
+
<div class="refsect2">
|
2966
3035
|
<a name="g-type-register-static-simple"></a><h3>g_type_register_static_simple ()</h3>
|
2967
3036
|
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> g_type_register_static_simple (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> parent_type</code></em>,
|
2968
3037
|
<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *type_name</code></em>,
|
@@ -3025,7 +3094,7 @@ struct and calling <a class="link" href="gobject-Type-Information.html#g-type-re
|
|
3025
3094
|
<p class="since">Since 2.12</p>
|
3026
3095
|
</div>
|
3027
3096
|
<hr>
|
3028
|
-
<div class="refsect2"
|
3097
|
+
<div class="refsect2">
|
3029
3098
|
<a name="g-type-register-dynamic"></a><h3>g_type_register_dynamic ()</h3>
|
3030
3099
|
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> g_type_register_dynamic (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> parent_type</code></em>,
|
3031
3100
|
<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *type_name</code></em>,
|
@@ -3070,7 +3139,7 @@ instances (if not abstract). The value of <em class="parameter"><code>flags</co
|
|
3070
3139
|
</table></div>
|
3071
3140
|
</div>
|
3072
3141
|
<hr>
|
3073
|
-
<div class="refsect2"
|
3142
|
+
<div class="refsect2">
|
3074
3143
|
<a name="g-type-register-fundamental"></a><h3>g_type_register_fundamental ()</h3>
|
3075
3144
|
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> g_type_register_fundamental (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type_id</code></em>,
|
3076
3145
|
<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *type_name</code></em>,
|
@@ -3122,7 +3191,7 @@ characteristics of the fundamental type.
|
|
3122
3191
|
</table></div>
|
3123
3192
|
</div>
|
3124
3193
|
<hr>
|
3125
|
-
<div class="refsect2"
|
3194
|
+
<div class="refsect2">
|
3126
3195
|
<a name="g-type-add-interface-static"></a><h3>g_type_add_interface_static ()</h3>
|
3127
3196
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_add_interface_static (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> instance_type</code></em>,
|
3128
3197
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> interface_type</code></em>,
|
@@ -3157,7 +3226,7 @@ is used to manage the relationship.
|
|
3157
3226
|
</table></div>
|
3158
3227
|
</div>
|
3159
3228
|
<hr>
|
3160
|
-
<div class="refsect2"
|
3229
|
+
<div class="refsect2">
|
3161
3230
|
<a name="g-type-add-interface-dynamic"></a><h3>g_type_add_interface_dynamic ()</h3>
|
3162
3231
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_add_interface_dynamic (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> instance_type</code></em>,
|
3163
3232
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> interface_type</code></em>,
|
@@ -3189,7 +3258,7 @@ is used to manage the relationship.
|
|
3189
3258
|
</table></div>
|
3190
3259
|
</div>
|
3191
3260
|
<hr>
|
3192
|
-
<div class="refsect2"
|
3261
|
+
<div class="refsect2">
|
3193
3262
|
<a name="g-type-interface-add-prerequisite"></a><h3>g_type_interface_add_prerequisite ()</h3>
|
3194
3263
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_interface_add_prerequisite (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> interface_type</code></em>,
|
3195
3264
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> prerequisite_type</code></em>);</pre>
|
@@ -3219,9 +3288,9 @@ at most one instantiatable prerequisite type.
|
|
3219
3288
|
</table></div>
|
3220
3289
|
</div>
|
3221
3290
|
<hr>
|
3222
|
-
<div class="refsect2"
|
3291
|
+
<div class="refsect2">
|
3223
3292
|
<a name="g-type-get-plugin"></a><h3>g_type_get_plugin ()</h3>
|
3224
|
-
<pre class="programlisting"><a class="link" href="GTypePlugin.html" title="GTypePlugin"><span class="returnvalue">GTypePlugin</span></a
|
3293
|
+
<pre class="programlisting"><a class="link" href="GTypePlugin.html" title="GTypePlugin"><span class="returnvalue">GTypePlugin</span></a> * g_type_get_plugin (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
3225
3294
|
<p>
|
3226
3295
|
Returns the <a class="link" href="GTypePlugin.html" title="GTypePlugin"><span class="type">GTypePlugin</span></a> structure for <em class="parameter"><code>type</code></em> or
|
3227
3296
|
<a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>type</code></em> does not have a <a class="link" href="GTypePlugin.html" title="GTypePlugin"><span class="type">GTypePlugin</span></a> structure.
|
@@ -3244,9 +3313,9 @@ Returns the <a class="link" href="GTypePlugin.html" title="GTypePlugin"><span cl
|
|
3244
3313
|
</table></div>
|
3245
3314
|
</div>
|
3246
3315
|
<hr>
|
3247
|
-
<div class="refsect2"
|
3316
|
+
<div class="refsect2">
|
3248
3317
|
<a name="g-type-interface-get-plugin"></a><h3>g_type_interface_get_plugin ()</h3>
|
3249
|
-
<pre class="programlisting"><a class="link" href="GTypePlugin.html" title="GTypePlugin"><span class="returnvalue">GTypePlugin</span></a
|
3318
|
+
<pre class="programlisting"><a class="link" href="GTypePlugin.html" title="GTypePlugin"><span class="returnvalue">GTypePlugin</span></a> * g_type_interface_get_plugin (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> instance_type</code></em>,
|
3250
3319
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> interface_type</code></em>);</pre>
|
3251
3320
|
<p>
|
3252
3321
|
Returns the <a class="link" href="GTypePlugin.html" title="GTypePlugin"><span class="type">GTypePlugin</span></a> structure for the dynamic interface
|
@@ -3277,7 +3346,7 @@ have a <a class="link" href="GTypePlugin.html" title="GTypePlugin"><span class="
|
|
3277
3346
|
</table></div>
|
3278
3347
|
</div>
|
3279
3348
|
<hr>
|
3280
|
-
<div class="refsect2"
|
3349
|
+
<div class="refsect2">
|
3281
3350
|
<a name="g-type-fundamental-next"></a><h3>g_type_fundamental_next ()</h3>
|
3282
3351
|
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> g_type_fundamental_next (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
3283
3352
|
<p>
|
@@ -3297,7 +3366,7 @@ fundamental type identifier.
|
|
3297
3366
|
</table></div>
|
3298
3367
|
</div>
|
3299
3368
|
<hr>
|
3300
|
-
<div class="refsect2"
|
3369
|
+
<div class="refsect2">
|
3301
3370
|
<a name="g-type-fundamental"></a><h3>g_type_fundamental ()</h3>
|
3302
3371
|
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a> g_type_fundamental (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type_id</code></em>);</pre>
|
3303
3372
|
<p>
|
@@ -3321,9 +3390,9 @@ use <a class="link" href="gobject-Type-Information.html#G-TYPE-FUNDAMENTAL:CAPS"
|
|
3321
3390
|
</table></div>
|
3322
3391
|
</div>
|
3323
3392
|
<hr>
|
3324
|
-
<div class="refsect2"
|
3393
|
+
<div class="refsect2">
|
3325
3394
|
<a name="g-type-create-instance"></a><h3>g_type_create_instance ()</h3>
|
3326
|
-
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GTypeInstance" title="GTypeInstance"><span class="returnvalue">GTypeInstance</span></a
|
3395
|
+
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GTypeInstance" title="GTypeInstance"><span class="returnvalue">GTypeInstance</span></a> * g_type_create_instance (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
3327
3396
|
<p>
|
3328
3397
|
Creates and initializes an instance of <em class="parameter"><code>type</code></em> if <em class="parameter"><code>type</code></em> is valid and
|
3329
3398
|
can be instantiated. The type system only performs basic allocation
|
@@ -3357,7 +3426,7 @@ this function but <a class="link" href="gobject-The-Base-Object-Type.html#g-obje
|
|
3357
3426
|
</table></div>
|
3358
3427
|
</div>
|
3359
3428
|
<hr>
|
3360
|
-
<div class="refsect2"
|
3429
|
+
<div class="refsect2">
|
3361
3430
|
<a name="g-type-free-instance"></a><h3>g_type_free_instance ()</h3>
|
3362
3431
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_free_instance (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GTypeInstance" title="GTypeInstance"><span class="type">GTypeInstance</span></a> *instance</code></em>);</pre>
|
3363
3432
|
<p>
|
@@ -3378,7 +3447,7 @@ implementors of fundamental types.
|
|
3378
3447
|
</table></div>
|
3379
3448
|
</div>
|
3380
3449
|
<hr>
|
3381
|
-
<div class="refsect2"
|
3450
|
+
<div class="refsect2">
|
3382
3451
|
<a name="g-type-add-class-cache-func"></a><h3>g_type_add_class_cache_func ()</h3>
|
3383
3452
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_add_class_cache_func (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cache_data</code></em>,
|
3384
3453
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GTypeClassCacheFunc" title="GTypeClassCacheFunc ()"><span class="type">GTypeClassCacheFunc</span></a> cache_func</code></em>);</pre>
|
@@ -3408,7 +3477,7 @@ chain.
|
|
3408
3477
|
</table></div>
|
3409
3478
|
</div>
|
3410
3479
|
<hr>
|
3411
|
-
<div class="refsect2"
|
3480
|
+
<div class="refsect2">
|
3412
3481
|
<a name="g-type-remove-class-cache-func"></a><h3>g_type_remove_class_cache_func ()</h3>
|
3413
3482
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_remove_class_cache_func (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cache_data</code></em>,
|
3414
3483
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GTypeClassCacheFunc" title="GTypeClassCacheFunc ()"><span class="type">GTypeClassCacheFunc</span></a> cache_func</code></em>);</pre>
|
@@ -3434,7 +3503,7 @@ maintained by <em class="parameter"><code>cache_func</code></em> has to be empty
|
|
3434
3503
|
</table></div>
|
3435
3504
|
</div>
|
3436
3505
|
<hr>
|
3437
|
-
<div class="refsect2"
|
3506
|
+
<div class="refsect2">
|
3438
3507
|
<a name="g-type-class-unref-uncached"></a><h3>g_type_class_unref_uncached ()</h3>
|
3439
3508
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_class_unref_uncached (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> g_class</code></em>);</pre>
|
3440
3509
|
<p>
|
@@ -3453,7 +3522,7 @@ otherwise.
|
|
3453
3522
|
</table></div>
|
3454
3523
|
</div>
|
3455
3524
|
<hr>
|
3456
|
-
<div class="refsect2"
|
3525
|
+
<div class="refsect2">
|
3457
3526
|
<a name="g-type-add-interface-check"></a><h3>g_type_add_interface_check ()</h3>
|
3458
3527
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_add_interface_check (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> check_data</code></em>,
|
3459
3528
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GTypeInterfaceCheckFunc" title="GTypeInterfaceCheckFunc ()"><span class="type">GTypeInterfaceCheckFunc</span></a> check_func</code></em>);</pre>
|
@@ -3488,7 +3557,7 @@ interfaces.
|
|
3488
3557
|
<p class="since">Since 2.4</p>
|
3489
3558
|
</div>
|
3490
3559
|
<hr>
|
3491
|
-
<div class="refsect2"
|
3560
|
+
<div class="refsect2">
|
3492
3561
|
<a name="g-type-remove-interface-check"></a><h3>g_type_remove_interface_check ()</h3>
|
3493
3562
|
<pre class="programlisting"><span class="returnvalue">void</span> g_type_remove_interface_check (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> check_data</code></em>,
|
3494
3563
|
<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GTypeInterfaceCheckFunc" title="GTypeInterfaceCheckFunc ()"><span class="type">GTypeInterfaceCheckFunc</span></a> check_func</code></em>);</pre>
|
@@ -3514,7 +3583,7 @@ Removes an interface check function added with
|
|
3514
3583
|
<p class="since">Since 2.4</p>
|
3515
3584
|
</div>
|
3516
3585
|
<hr>
|
3517
|
-
<div class="refsect2"
|
3586
|
+
<div class="refsect2">
|
3518
3587
|
<a name="GTypeInterfaceCheckFunc"></a><h3>GTypeInterfaceCheckFunc ()</h3>
|
3519
3588
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GTypeInterfaceCheckFunc) (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> check_data</code></em>,
|
3520
3589
|
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> g_iface</code></em>);</pre>
|
@@ -3540,9 +3609,9 @@ See <a class="link" href="gobject-Type-Information.html#g-type-add-interface-che
|
|
3540
3609
|
<p class="since">Since 2.4</p>
|
3541
3610
|
</div>
|
3542
3611
|
<hr>
|
3543
|
-
<div class="refsect2"
|
3612
|
+
<div class="refsect2">
|
3544
3613
|
<a name="g-type-value-table-peek"></a><h3>g_type_value_table_peek ()</h3>
|
3545
|
-
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GTypeValueTable" title="GTypeValueTable"><span class="returnvalue">GTypeValueTable</span></a
|
3614
|
+
<pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GTypeValueTable" title="GTypeValueTable"><span class="returnvalue">GTypeValueTable</span></a> * g_type_value_table_peek (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
3546
3615
|
<p>
|
3547
3616
|
Returns the location of the <a class="link" href="gobject-Type-Information.html#GTypeValueTable" title="GTypeValueTable"><span class="type">GTypeValueTable</span></a> associated with <em class="parameter"><code>type</code></em>.
|
3548
3617
|
<span class="emphasis"><em>Note that this function should only be used from source code
|
@@ -3567,7 +3636,7 @@ that implements or has internal knowledge of the implementation of
|
|
3567
3636
|
</table></div>
|
3568
3637
|
</div>
|
3569
3638
|
<hr>
|
3570
|
-
<div class="refsect2"
|
3639
|
+
<div class="refsect2">
|
3571
3640
|
<a name="G-DEFINE-TYPE:CAPS"></a><h3>G_DEFINE_TYPE()</h3>
|
3572
3641
|
<pre class="programlisting">#define G_DEFINE_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
|
3573
3642
|
</pre>
|
@@ -3601,7 +3670,7 @@ a *_get_type() function. See <a class="link" href="gobject-Type-Information.html
|
|
3601
3670
|
<p class="since">Since 2.4</p>
|
3602
3671
|
</div>
|
3603
3672
|
<hr>
|
3604
|
-
<div class="refsect2"
|
3673
|
+
<div class="refsect2">
|
3605
3674
|
<a name="G-DEFINE-TYPE-WITH-CODE:CAPS"></a><h3>G_DEFINE_TYPE_WITH_CODE()</h3>
|
3606
3675
|
<pre class="programlisting">#define G_DEFINE_TYPE_WITH_CODE(TN, t_n, T_P, _C_) _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, 0) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
|
3607
3676
|
</pre>
|
@@ -3639,7 +3708,7 @@ See <a class="link" href="gobject-Type-Information.html#G-DEFINE-TYPE-EXTENDED:C
|
|
3639
3708
|
<p class="since">Since 2.4</p>
|
3640
3709
|
</div>
|
3641
3710
|
<hr>
|
3642
|
-
<div class="refsect2"
|
3711
|
+
<div class="refsect2">
|
3643
3712
|
<a name="G-DEFINE-ABSTRACT-TYPE:CAPS"></a><h3>G_DEFINE_ABSTRACT_TYPE()</h3>
|
3644
3713
|
<pre class="programlisting">#define G_DEFINE_ABSTRACT_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, G_TYPE_FLAG_ABSTRACT, {})
|
3645
3714
|
</pre>
|
@@ -3672,7 +3741,7 @@ See <a class="link" href="gobject-Type-Information.html#G-DEFINE-TYPE-EXTENDED:C
|
|
3672
3741
|
<p class="since">Since 2.4</p>
|
3673
3742
|
</div>
|
3674
3743
|
<hr>
|
3675
|
-
<div class="refsect2"
|
3744
|
+
<div class="refsect2">
|
3676
3745
|
<a name="G-DEFINE-ABSTRACT-TYPE-WITH-CODE:CAPS"></a><h3>G_DEFINE_ABSTRACT_TYPE_WITH_CODE()</h3>
|
3677
3746
|
<pre class="programlisting">#define G_DEFINE_ABSTRACT_TYPE_WITH_CODE(TN, t_n, T_P, _C_) _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, G_TYPE_FLAG_ABSTRACT) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
|
3678
3747
|
</pre>
|
@@ -3711,7 +3780,7 @@ via <a class="link" href="gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CA
|
|
3711
3780
|
<p class="since">Since 2.4</p>
|
3712
3781
|
</div>
|
3713
3782
|
<hr>
|
3714
|
-
<div class="refsect2"
|
3783
|
+
<div class="refsect2">
|
3715
3784
|
<a name="G-DEFINE-INTERFACE:CAPS"></a><h3>G_DEFINE_INTERFACE()</h3>
|
3716
3785
|
<pre class="programlisting">#define G_DEFINE_INTERFACE(TN, t_n, T_P) G_DEFINE_INTERFACE_WITH_CODE(TN, t_n, T_P, ;)
|
3717
3786
|
</pre>
|
@@ -3749,7 +3818,7 @@ structure to have the name <code class="literal">TN ## Interface</code>.
|
|
3749
3818
|
<p class="since">Since 2.24</p>
|
3750
3819
|
</div>
|
3751
3820
|
<hr>
|
3752
|
-
<div class="refsect2"
|
3821
|
+
<div class="refsect2">
|
3753
3822
|
<a name="G-DEFINE-INTERFACE-WITH-CODE:CAPS"></a><h3>G_DEFINE_INTERFACE_WITH_CODE()</h3>
|
3754
3823
|
<pre class="programlisting">#define G_DEFINE_INTERFACE_WITH_CODE(TN, t_n, T_P, _C_) _G_DEFINE_INTERFACE_EXTENDED_BEGIN(TN, t_n, T_P) {_C_;} _G_DEFINE_INTERFACE_EXTENDED_END()
|
3755
3824
|
</pre>
|
@@ -3790,7 +3859,7 @@ via <a class="link" href="gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CA
|
|
3790
3859
|
<p class="since">Since 2.24</p>
|
3791
3860
|
</div>
|
3792
3861
|
<hr>
|
3793
|
-
<div class="refsect2"
|
3862
|
+
<div class="refsect2">
|
3794
3863
|
<a name="G-IMPLEMENT-INTERFACE:CAPS"></a><h3>G_IMPLEMENT_INTERFACE()</h3>
|
3795
3864
|
<pre class="programlisting">#define G_IMPLEMENT_INTERFACE(TYPE_IFACE, iface_init)</pre>
|
3796
3865
|
<p>
|
@@ -3820,7 +3889,7 @@ macros, since it depends on variable names from those macros.
|
|
3820
3889
|
<p class="since">Since 2.4</p>
|
3821
3890
|
</div>
|
3822
3891
|
<hr>
|
3823
|
-
<div class="refsect2"
|
3892
|
+
<div class="refsect2">
|
3824
3893
|
<a name="G-DEFINE-TYPE-EXTENDED:CAPS"></a><h3>G_DEFINE_TYPE_EXTENDED()</h3>
|
3825
3894
|
<pre class="programlisting">#define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_) _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
|
3826
3895
|
</pre>
|
@@ -3969,7 +4038,148 @@ class init functions.
|
|
3969
4038
|
<p class="since">Since 2.4</p>
|
3970
4039
|
</div>
|
3971
4040
|
<hr>
|
3972
|
-
<div class="refsect2"
|
4041
|
+
<div class="refsect2">
|
4042
|
+
<a name="G-DEFINE-BOXED-TYPE:CAPS"></a><h3>G_DEFINE_BOXED_TYPE()</h3>
|
4043
|
+
<pre class="programlisting">#define G_DEFINE_BOXED_TYPE(TypeName, type_name, copy_func, free_func) G_DEFINE_BOXED_TYPE_WITH_CODE (TypeName, type_name, copy_func, free_func, {})
|
4044
|
+
</pre>
|
4045
|
+
<p>
|
4046
|
+
A convenience macro for boxed type implementations, which defines a
|
4047
|
+
<code class="function">type_name_get_type()</code> function registering the boxed type.
|
4048
|
+
</p>
|
4049
|
+
<div class="variablelist"><table border="0">
|
4050
|
+
<col align="left" valign="top">
|
4051
|
+
<tbody>
|
4052
|
+
<tr>
|
4053
|
+
<td><p><span class="term"><em class="parameter"><code>TypeName</code></em> :</span></p></td>
|
4054
|
+
<td>The name of the new type, in Camel case.
|
4055
|
+
</td>
|
4056
|
+
</tr>
|
4057
|
+
<tr>
|
4058
|
+
<td><p><span class="term"><em class="parameter"><code>type_name</code></em> :</span></p></td>
|
4059
|
+
<td>The name of the new type, in lowercase, with words
|
4060
|
+
separated by '_'.
|
4061
|
+
</td>
|
4062
|
+
</tr>
|
4063
|
+
<tr>
|
4064
|
+
<td><p><span class="term"><em class="parameter"><code>copy_func</code></em> :</span></p></td>
|
4065
|
+
<td>the <a class="link" href="gobject-Boxed-Types.html#GBoxedCopyFunc" title="GBoxedCopyFunc ()"><span class="type">GBoxedCopyFunc</span></a> for the new type
|
4066
|
+
</td>
|
4067
|
+
</tr>
|
4068
|
+
<tr>
|
4069
|
+
<td><p><span class="term"><em class="parameter"><code>free_func</code></em> :</span></p></td>
|
4070
|
+
<td>the <a class="link" href="gobject-Boxed-Types.html#GBoxedFreeFunc" title="GBoxedFreeFunc ()"><span class="type">GBoxedFreeFunc</span></a> for the new type
|
4071
|
+
</td>
|
4072
|
+
</tr>
|
4073
|
+
</tbody>
|
4074
|
+
</table></div>
|
4075
|
+
<p class="since">Since 2.26</p>
|
4076
|
+
</div>
|
4077
|
+
<hr>
|
4078
|
+
<div class="refsect2">
|
4079
|
+
<a name="G-DEFINE-BOXED-TYPE-WITH-CODE:CAPS"></a><h3>G_DEFINE_BOXED_TYPE_WITH_CODE()</h3>
|
4080
|
+
<pre class="programlisting">#define G_DEFINE_BOXED_TYPE_WITH_CODE(TypeName, type_name, copy_func, free_func, _C_) _G_DEFINE_BOXED_TYPE_BEGIN (TypeName, type_name, copy_func, free_func) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
|
4081
|
+
</pre>
|
4082
|
+
<p>
|
4083
|
+
A convenience macro for boxed type implementations.
|
4084
|
+
Similar to <a class="link" href="gobject-Type-Information.html#G-DEFINE-BOXED-TYPE:CAPS" title="G_DEFINE_BOXED_TYPE()"><code class="function">G_DEFINE_BOXED_TYPE()</code></a>, but allows to insert custom code into the
|
4085
|
+
<code class="function">type_name_get_type()</code> function, e.g. to register value transformations with
|
4086
|
+
<a class="link" href="gobject-Generic-values.html#g-value-register-transform-func" title="g_value_register_transform_func ()"><code class="function">g_value_register_transform_func()</code></a>.
|
4087
|
+
</p>
|
4088
|
+
<div class="variablelist"><table border="0">
|
4089
|
+
<col align="left" valign="top">
|
4090
|
+
<tbody>
|
4091
|
+
<tr>
|
4092
|
+
<td><p><span class="term"><em class="parameter"><code>TypeName</code></em> :</span></p></td>
|
4093
|
+
<td>The name of the new type, in Camel case.
|
4094
|
+
</td>
|
4095
|
+
</tr>
|
4096
|
+
<tr>
|
4097
|
+
<td><p><span class="term"><em class="parameter"><code>type_name</code></em> :</span></p></td>
|
4098
|
+
<td>The name of the new type, in lowercase, with words
|
4099
|
+
separated by '_'.
|
4100
|
+
</td>
|
4101
|
+
</tr>
|
4102
|
+
<tr>
|
4103
|
+
<td><p><span class="term"><em class="parameter"><code>copy_func</code></em> :</span></p></td>
|
4104
|
+
<td>the <a class="link" href="gobject-Boxed-Types.html#GBoxedCopyFunc" title="GBoxedCopyFunc ()"><span class="type">GBoxedCopyFunc</span></a> for the new type
|
4105
|
+
</td>
|
4106
|
+
</tr>
|
4107
|
+
<tr>
|
4108
|
+
<td><p><span class="term"><em class="parameter"><code>free_func</code></em> :</span></p></td>
|
4109
|
+
<td>the <a class="link" href="gobject-Boxed-Types.html#GBoxedFreeFunc" title="GBoxedFreeFunc ()"><span class="type">GBoxedFreeFunc</span></a> for the new type
|
4110
|
+
</td>
|
4111
|
+
</tr>
|
4112
|
+
<tr>
|
4113
|
+
<td><p><span class="term"><em class="parameter"><code>_C_</code></em> :</span></p></td>
|
4114
|
+
<td>Custom code that gets inserted in the *_get_type() function.
|
4115
|
+
</td>
|
4116
|
+
</tr>
|
4117
|
+
</tbody>
|
4118
|
+
</table></div>
|
4119
|
+
<p class="since">Since 2.26</p>
|
4120
|
+
</div>
|
4121
|
+
<hr>
|
4122
|
+
<div class="refsect2">
|
4123
|
+
<a name="G-DEFINE-POINTER-TYPE:CAPS"></a><h3>G_DEFINE_POINTER_TYPE()</h3>
|
4124
|
+
<pre class="programlisting">#define G_DEFINE_POINTER_TYPE(TypeName, type_name) G_DEFINE_POINTER_TYPE_WITH_CODE (TypeName, type_name, {})
|
4125
|
+
</pre>
|
4126
|
+
<p>
|
4127
|
+
A convenience macro for pointer type implementations, which defines a
|
4128
|
+
<code class="function">type_name_get_type()</code> function registering the pointer type.
|
4129
|
+
</p>
|
4130
|
+
<div class="variablelist"><table border="0">
|
4131
|
+
<col align="left" valign="top">
|
4132
|
+
<tbody>
|
4133
|
+
<tr>
|
4134
|
+
<td><p><span class="term"><em class="parameter"><code>TypeName</code></em> :</span></p></td>
|
4135
|
+
<td>The name of the new type, in Camel case.
|
4136
|
+
</td>
|
4137
|
+
</tr>
|
4138
|
+
<tr>
|
4139
|
+
<td><p><span class="term"><em class="parameter"><code>type_name</code></em> :</span></p></td>
|
4140
|
+
<td>The name of the new type, in lowercase, with words
|
4141
|
+
separated by '_'.
|
4142
|
+
</td>
|
4143
|
+
</tr>
|
4144
|
+
</tbody>
|
4145
|
+
</table></div>
|
4146
|
+
<p class="since">Since 2.26</p>
|
4147
|
+
</div>
|
4148
|
+
<hr>
|
4149
|
+
<div class="refsect2">
|
4150
|
+
<a name="G-DEFINE-POINTER-TYPE-WITH-CODE:CAPS"></a><h3>G_DEFINE_POINTER_TYPE_WITH_CODE()</h3>
|
4151
|
+
<pre class="programlisting">#define G_DEFINE_POINTER_TYPE_WITH_CODE(TypeName, type_name, _C_) _G_DEFINE_POINTER_TYPE_BEGIN (TypeName, type_name) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
|
4152
|
+
</pre>
|
4153
|
+
<p>
|
4154
|
+
A convenience macro for pointer type implementations.
|
4155
|
+
Similar to <a class="link" href="gobject-Type-Information.html#G-DEFINE-POINTER-TYPE:CAPS" title="G_DEFINE_POINTER_TYPE()"><code class="function">G_DEFINE_POINTER_TYPE()</code></a>, but allows to insert custom code into the
|
4156
|
+
<code class="function">type_name_get_type()</code> function.
|
4157
|
+
</p>
|
4158
|
+
<div class="variablelist"><table border="0">
|
4159
|
+
<col align="left" valign="top">
|
4160
|
+
<tbody>
|
4161
|
+
<tr>
|
4162
|
+
<td><p><span class="term"><em class="parameter"><code>TypeName</code></em> :</span></p></td>
|
4163
|
+
<td>The name of the new type, in Camel case.
|
4164
|
+
</td>
|
4165
|
+
</tr>
|
4166
|
+
<tr>
|
4167
|
+
<td><p><span class="term"><em class="parameter"><code>type_name</code></em> :</span></p></td>
|
4168
|
+
<td>The name of the new type, in lowercase, with words
|
4169
|
+
separated by '_'.
|
4170
|
+
</td>
|
4171
|
+
</tr>
|
4172
|
+
<tr>
|
4173
|
+
<td><p><span class="term"><em class="parameter"><code>_C_</code></em> :</span></p></td>
|
4174
|
+
<td>Custom code that gets inserted in the *_get_type() function.
|
4175
|
+
</td>
|
4176
|
+
</tr>
|
4177
|
+
</tbody>
|
4178
|
+
</table></div>
|
4179
|
+
<p class="since">Since 2.26</p>
|
4180
|
+
</div>
|
4181
|
+
<hr>
|
4182
|
+
<div class="refsect2">
|
3973
4183
|
<a name="G-TYPE-INVALID:CAPS"></a><h3>G_TYPE_INVALID</h3>
|
3974
4184
|
<pre class="programlisting">#define G_TYPE_INVALID G_TYPE_MAKE_FUNDAMENTAL (0)
|
3975
4185
|
</pre>
|
@@ -3979,7 +4189,7 @@ a <a class="link" href="gobject-Type-Information.html#GType" title="GType"><span
|
|
3979
4189
|
</p>
|
3980
4190
|
</div>
|
3981
4191
|
<hr>
|
3982
|
-
<div class="refsect2"
|
4192
|
+
<div class="refsect2">
|
3983
4193
|
<a name="G-TYPE-NONE:CAPS"></a><h3>G_TYPE_NONE</h3>
|
3984
4194
|
<pre class="programlisting">#define G_TYPE_NONE G_TYPE_MAKE_FUNDAMENTAL (1)
|
3985
4195
|
</pre>
|
@@ -3989,7 +4199,7 @@ A fundamental type which is used as a replacement for the C
|
|
3989
4199
|
</p>
|
3990
4200
|
</div>
|
3991
4201
|
<hr>
|
3992
|
-
<div class="refsect2"
|
4202
|
+
<div class="refsect2">
|
3993
4203
|
<a name="G-TYPE-INTERFACE:CAPS"></a><h3>G_TYPE_INTERFACE</h3>
|
3994
4204
|
<pre class="programlisting">#define G_TYPE_INTERFACE G_TYPE_MAKE_FUNDAMENTAL (2)
|
3995
4205
|
</pre>
|
@@ -3998,7 +4208,7 @@ The fundamental type from which all interfaces are derived.
|
|
3998
4208
|
</p>
|
3999
4209
|
</div>
|
4000
4210
|
<hr>
|
4001
|
-
<div class="refsect2"
|
4211
|
+
<div class="refsect2">
|
4002
4212
|
<a name="G-TYPE-CHAR:CAPS"></a><h3>G_TYPE_CHAR</h3>
|
4003
4213
|
<pre class="programlisting">#define G_TYPE_CHAR G_TYPE_MAKE_FUNDAMENTAL (3)
|
4004
4214
|
</pre>
|
@@ -4009,7 +4219,7 @@ This may or may not be the same type a the C type "gchar".
|
|
4009
4219
|
</p>
|
4010
4220
|
</div>
|
4011
4221
|
<hr>
|
4012
|
-
<div class="refsect2"
|
4222
|
+
<div class="refsect2">
|
4013
4223
|
<a name="G-TYPE-UCHAR:CAPS"></a><h3>G_TYPE_UCHAR</h3>
|
4014
4224
|
<pre class="programlisting">#define G_TYPE_UCHAR G_TYPE_MAKE_FUNDAMENTAL (4)
|
4015
4225
|
</pre>
|
@@ -4018,7 +4228,7 @@ The fundamental type corresponding to <a href="./../glib/glib/glib-Basic-Types.h
|
|
4018
4228
|
</p>
|
4019
4229
|
</div>
|
4020
4230
|
<hr>
|
4021
|
-
<div class="refsect2"
|
4231
|
+
<div class="refsect2">
|
4022
4232
|
<a name="G-TYPE-BOOLEAN:CAPS"></a><h3>G_TYPE_BOOLEAN</h3>
|
4023
4233
|
<pre class="programlisting">#define G_TYPE_BOOLEAN G_TYPE_MAKE_FUNDAMENTAL (5)
|
4024
4234
|
</pre>
|
@@ -4027,7 +4237,7 @@ The fundamental type corresponding to <a href="./../glib/glib/glib-Basic-Types.h
|
|
4027
4237
|
</p>
|
4028
4238
|
</div>
|
4029
4239
|
<hr>
|
4030
|
-
<div class="refsect2"
|
4240
|
+
<div class="refsect2">
|
4031
4241
|
<a name="G-TYPE-INT:CAPS"></a><h3>G_TYPE_INT</h3>
|
4032
4242
|
<pre class="programlisting">#define G_TYPE_INT G_TYPE_MAKE_FUNDAMENTAL (6)
|
4033
4243
|
</pre>
|
@@ -4036,7 +4246,7 @@ The fundamental type corresponding to <a href="./../glib/glib/glib-Basic-Types.h
|
|
4036
4246
|
</p>
|
4037
4247
|
</div>
|
4038
4248
|
<hr>
|
4039
|
-
<div class="refsect2"
|
4249
|
+
<div class="refsect2">
|
4040
4250
|
<a name="G-TYPE-UINT:CAPS"></a><h3>G_TYPE_UINT</h3>
|
4041
4251
|
<pre class="programlisting">#define G_TYPE_UINT G_TYPE_MAKE_FUNDAMENTAL (7)
|
4042
4252
|
</pre>
|
@@ -4045,7 +4255,7 @@ The fundamental type corresponding to <a href="./../glib/glib/glib-Basic-Types.h
|
|
4045
4255
|
</p>
|
4046
4256
|
</div>
|
4047
4257
|
<hr>
|
4048
|
-
<div class="refsect2"
|
4258
|
+
<div class="refsect2">
|
4049
4259
|
<a name="G-TYPE-LONG:CAPS"></a><h3>G_TYPE_LONG</h3>
|
4050
4260
|
<pre class="programlisting">#define G_TYPE_LONG G_TYPE_MAKE_FUNDAMENTAL (8)
|
4051
4261
|
</pre>
|
@@ -4054,7 +4264,7 @@ The fundamental type corresponding to <a href="./../glib/glib/glib-Basic-Types.h
|
|
4054
4264
|
</p>
|
4055
4265
|
</div>
|
4056
4266
|
<hr>
|
4057
|
-
<div class="refsect2"
|
4267
|
+
<div class="refsect2">
|
4058
4268
|
<a name="G-TYPE-ULONG:CAPS"></a><h3>G_TYPE_ULONG</h3>
|
4059
4269
|
<pre class="programlisting">#define G_TYPE_ULONG G_TYPE_MAKE_FUNDAMENTAL (9)
|
4060
4270
|
</pre>
|
@@ -4063,7 +4273,7 @@ The fundamental type corresponding to <a href="./../glib/glib/glib-Basic-Types.h
|
|
4063
4273
|
</p>
|
4064
4274
|
</div>
|
4065
4275
|
<hr>
|
4066
|
-
<div class="refsect2"
|
4276
|
+
<div class="refsect2">
|
4067
4277
|
<a name="G-TYPE-INT64:CAPS"></a><h3>G_TYPE_INT64</h3>
|
4068
4278
|
<pre class="programlisting">#define G_TYPE_INT64 G_TYPE_MAKE_FUNDAMENTAL (10)
|
4069
4279
|
</pre>
|
@@ -4072,7 +4282,7 @@ The fundamental type corresponding to <a href="./../glib/glib/glib-Basic-Types.h
|
|
4072
4282
|
</p>
|
4073
4283
|
</div>
|
4074
4284
|
<hr>
|
4075
|
-
<div class="refsect2"
|
4285
|
+
<div class="refsect2">
|
4076
4286
|
<a name="G-TYPE-UINT64:CAPS"></a><h3>G_TYPE_UINT64</h3>
|
4077
4287
|
<pre class="programlisting">#define G_TYPE_UINT64 G_TYPE_MAKE_FUNDAMENTAL (11)
|
4078
4288
|
</pre>
|
@@ -4081,7 +4291,7 @@ The fundamental type corresponding to <a href="./../glib/glib/glib-Basic-Types.h
|
|
4081
4291
|
</p>
|
4082
4292
|
</div>
|
4083
4293
|
<hr>
|
4084
|
-
<div class="refsect2"
|
4294
|
+
<div class="refsect2">
|
4085
4295
|
<a name="G-TYPE-ENUM:CAPS"></a><h3>G_TYPE_ENUM</h3>
|
4086
4296
|
<pre class="programlisting">#define G_TYPE_ENUM G_TYPE_MAKE_FUNDAMENTAL (12)
|
4087
4297
|
</pre>
|
@@ -4090,7 +4300,7 @@ The fundamental type from which all enumeration types are derived.
|
|
4090
4300
|
</p>
|
4091
4301
|
</div>
|
4092
4302
|
<hr>
|
4093
|
-
<div class="refsect2"
|
4303
|
+
<div class="refsect2">
|
4094
4304
|
<a name="G-TYPE-FLAGS:CAPS"></a><h3>G_TYPE_FLAGS</h3>
|
4095
4305
|
<pre class="programlisting">#define G_TYPE_FLAGS G_TYPE_MAKE_FUNDAMENTAL (13)
|
4096
4306
|
</pre>
|
@@ -4099,7 +4309,7 @@ The fundamental type from which all flags types are derived.
|
|
4099
4309
|
</p>
|
4100
4310
|
</div>
|
4101
4311
|
<hr>
|
4102
|
-
<div class="refsect2"
|
4312
|
+
<div class="refsect2">
|
4103
4313
|
<a name="G-TYPE-FLOAT:CAPS"></a><h3>G_TYPE_FLOAT</h3>
|
4104
4314
|
<pre class="programlisting">#define G_TYPE_FLOAT G_TYPE_MAKE_FUNDAMENTAL (14)
|
4105
4315
|
</pre>
|
@@ -4108,7 +4318,7 @@ The fundamental type corresponding to <a href="./../glib/glib/glib-Basic-Types.h
|
|
4108
4318
|
</p>
|
4109
4319
|
</div>
|
4110
4320
|
<hr>
|
4111
|
-
<div class="refsect2"
|
4321
|
+
<div class="refsect2">
|
4112
4322
|
<a name="G-TYPE-DOUBLE:CAPS"></a><h3>G_TYPE_DOUBLE</h3>
|
4113
4323
|
<pre class="programlisting">#define G_TYPE_DOUBLE G_TYPE_MAKE_FUNDAMENTAL (15)
|
4114
4324
|
</pre>
|
@@ -4117,7 +4327,7 @@ The fundamental type corresponding to <a href="./../glib/glib/glib-Basic-Types.h
|
|
4117
4327
|
</p>
|
4118
4328
|
</div>
|
4119
4329
|
<hr>
|
4120
|
-
<div class="refsect2"
|
4330
|
+
<div class="refsect2">
|
4121
4331
|
<a name="G-TYPE-STRING:CAPS"></a><h3>G_TYPE_STRING</h3>
|
4122
4332
|
<pre class="programlisting">#define G_TYPE_STRING G_TYPE_MAKE_FUNDAMENTAL (16)
|
4123
4333
|
</pre>
|
@@ -4126,7 +4336,7 @@ The fundamental type corresponding to nul-terminated C strings.
|
|
4126
4336
|
</p>
|
4127
4337
|
</div>
|
4128
4338
|
<hr>
|
4129
|
-
<div class="refsect2"
|
4339
|
+
<div class="refsect2">
|
4130
4340
|
<a name="G-TYPE-POINTER:CAPS"></a><h3>G_TYPE_POINTER</h3>
|
4131
4341
|
<pre class="programlisting">#define G_TYPE_POINTER G_TYPE_MAKE_FUNDAMENTAL (17)
|
4132
4342
|
</pre>
|
@@ -4135,7 +4345,7 @@ The fundamental type corresponding to <a href="./../glib/glib/glib-Basic-Types.h
|
|
4135
4345
|
</p>
|
4136
4346
|
</div>
|
4137
4347
|
<hr>
|
4138
|
-
<div class="refsect2"
|
4348
|
+
<div class="refsect2">
|
4139
4349
|
<a name="G-TYPE-BOXED:CAPS"></a><h3>G_TYPE_BOXED</h3>
|
4140
4350
|
<pre class="programlisting">#define G_TYPE_BOXED G_TYPE_MAKE_FUNDAMENTAL (18)
|
4141
4351
|
</pre>
|
@@ -4144,7 +4354,7 @@ The fundamental type from which all boxed types are derived.
|
|
4144
4354
|
</p>
|
4145
4355
|
</div>
|
4146
4356
|
<hr>
|
4147
|
-
<div class="refsect2"
|
4357
|
+
<div class="refsect2">
|
4148
4358
|
<a name="G-TYPE-PARAM:CAPS"></a><h3>G_TYPE_PARAM</h3>
|
4149
4359
|
<pre class="programlisting">#define G_TYPE_PARAM G_TYPE_MAKE_FUNDAMENTAL (19)
|
4150
4360
|
</pre>
|
@@ -4153,7 +4363,7 @@ The fundamental type from which all <a class="link" href="gobject-GParamSpec.htm
|
|
4153
4363
|
</p>
|
4154
4364
|
</div>
|
4155
4365
|
<hr>
|
4156
|
-
<div class="refsect2"
|
4366
|
+
<div class="refsect2">
|
4157
4367
|
<a name="G-TYPE-OBJECT:CAPS"></a><h3>G_TYPE_OBJECT</h3>
|
4158
4368
|
<pre class="programlisting">#define G_TYPE_OBJECT G_TYPE_MAKE_FUNDAMENTAL (20)
|
4159
4369
|
</pre>
|
@@ -4162,7 +4372,7 @@ The fundamental type for <a class="link" href="gobject-The-Base-Object-Type.html
|
|
4162
4372
|
</p>
|
4163
4373
|
</div>
|
4164
4374
|
<hr>
|
4165
|
-
<div class="refsect2"
|
4375
|
+
<div class="refsect2">
|
4166
4376
|
<a name="G-TYPE-GTYPE:CAPS"></a><h3>G_TYPE_GTYPE</h3>
|
4167
4377
|
<pre class="programlisting">#define G_TYPE_GTYPE (g_gtype_get_type())
|
4168
4378
|
</pre>
|
@@ -4171,9 +4381,32 @@ The type for <a class="link" href="gobject-Type-Information.html#GType" title="G
|
|
4171
4381
|
</p>
|
4172
4382
|
</div>
|
4173
4383
|
<hr>
|
4174
|
-
<div class="refsect2"
|
4384
|
+
<div class="refsect2">
|
4385
|
+
<a name="G-TYPE-VARIANT:CAPS"></a><h3>G_TYPE_VARIANT</h3>
|
4386
|
+
<pre class="programlisting">#define G_TYPE_VARIANT G_TYPE_MAKE_FUNDAMENTAL (21)
|
4387
|
+
</pre>
|
4388
|
+
<p>
|
4389
|
+
The fundamental type corresponding to <a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>.
|
4390
|
+
</p>
|
4391
|
+
<p>
|
4392
|
+
All floating <a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> instances passed through the <a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> system are
|
4393
|
+
consumed.
|
4394
|
+
</p>
|
4395
|
+
<p>
|
4396
|
+
Note that callbacks in closures, and signal handlers
|
4397
|
+
for signals of return type <a class="link" href="gobject-Type-Information.html#G-TYPE-VARIANT:CAPS" title="G_TYPE_VARIANT"><code class="literal">G_TYPE_VARIANT</code></a>, must never return floating
|
4398
|
+
variants.
|
4399
|
+
</p>
|
4400
|
+
<p>
|
4401
|
+
Note: GLib 2.24 did include a boxed type with this name. It was replaced
|
4402
|
+
with this fundamental type in 2.26.
|
4403
|
+
</p>
|
4404
|
+
<p class="since">Since 2.26</p>
|
4405
|
+
</div>
|
4406
|
+
<hr>
|
4407
|
+
<div class="refsect2">
|
4175
4408
|
<a name="G-TYPE-RESERVED-GLIB-FIRST:CAPS"></a><h3>G_TYPE_RESERVED_GLIB_FIRST</h3>
|
4176
|
-
<pre class="programlisting">#define G_TYPE_RESERVED_GLIB_FIRST (
|
4409
|
+
<pre class="programlisting">#define G_TYPE_RESERVED_GLIB_FIRST (22)
|
4177
4410
|
</pre>
|
4178
4411
|
<p>
|
4179
4412
|
First fundamental type number to create a new fundamental type id with
|
@@ -4181,7 +4414,7 @@ First fundamental type number to create a new fundamental type id with
|
|
4181
4414
|
</p>
|
4182
4415
|
</div>
|
4183
4416
|
<hr>
|
4184
|
-
<div class="refsect2"
|
4417
|
+
<div class="refsect2">
|
4185
4418
|
<a name="G-TYPE-RESERVED-GLIB-LAST:CAPS"></a><h3>G_TYPE_RESERVED_GLIB_LAST</h3>
|
4186
4419
|
<pre class="programlisting">#define G_TYPE_RESERVED_GLIB_LAST (31)
|
4187
4420
|
</pre>
|
@@ -4190,7 +4423,7 @@ Last fundamental type number reserved for GLib.
|
|
4190
4423
|
</p>
|
4191
4424
|
</div>
|
4192
4425
|
<hr>
|
4193
|
-
<div class="refsect2"
|
4426
|
+
<div class="refsect2">
|
4194
4427
|
<a name="G-TYPE-RESERVED-BSE-FIRST:CAPS"></a><h3>G_TYPE_RESERVED_BSE_FIRST</h3>
|
4195
4428
|
<pre class="programlisting">#define G_TYPE_RESERVED_BSE_FIRST (32)
|
4196
4429
|
</pre>
|
@@ -4200,7 +4433,7 @@ First fundamental type number to create a new fundamental type id with
|
|
4200
4433
|
</p>
|
4201
4434
|
</div>
|
4202
4435
|
<hr>
|
4203
|
-
<div class="refsect2"
|
4436
|
+
<div class="refsect2">
|
4204
4437
|
<a name="G-TYPE-RESERVED-BSE-LAST:CAPS"></a><h3>G_TYPE_RESERVED_BSE_LAST</h3>
|
4205
4438
|
<pre class="programlisting">#define G_TYPE_RESERVED_BSE_LAST (48)
|
4206
4439
|
</pre>
|
@@ -4209,7 +4442,7 @@ Last fundamental type number reserved for BSE.
|
|
4209
4442
|
</p>
|
4210
4443
|
</div>
|
4211
4444
|
<hr>
|
4212
|
-
<div class="refsect2"
|
4445
|
+
<div class="refsect2">
|
4213
4446
|
<a name="G-TYPE-RESERVED-USER-FIRST:CAPS"></a><h3>G_TYPE_RESERVED_USER_FIRST</h3>
|
4214
4447
|
<pre class="programlisting">#define G_TYPE_RESERVED_USER_FIRST (49)
|
4215
4448
|
</pre>
|
@@ -4222,6 +4455,6 @@ type id with <a class="link" href="gobject-Type-Information.html#G-TYPE-MAKE-FUN
|
|
4222
4455
|
</div>
|
4223
4456
|
<div class="footer">
|
4224
4457
|
<hr>
|
4225
|
-
Generated by GTK-Doc V1.
|
4458
|
+
Generated by GTK-Doc V1.15.1</div>
|
4226
4459
|
</body>
|
4227
4460
|
</html>
|