gtk2 0.90.2-x86-mingw32 → 0.90.3-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +54 -0
- data/Rakefile +10 -4
- data/ext/gtk2/depend +4 -2
- data/ext/gtk2/extconf.rb +18 -13
- data/ext/gtk2/rbgdkatom.c +1 -1
- data/ext/gtk2/rbgdkcairo.c +19 -8
- data/ext/gtk2/rbgdkproperty.c +1 -1
- data/ext/gtk2/rbgtkclipboard.c +0 -1
- data/ext/gtk2/rbgtkcombobox.c +1 -1
- data/ext/gtk2/rbgtkcontainer.c +3 -6
- data/ext/gtk2/rbgtkeditable.c +1 -1
- data/ext/gtk2/rbgtkfilechooser.c +17 -16
- data/ext/gtk2/rbgtkicontheme.c +1 -1
- data/ext/gtk2/rbgtkitemfactory.c +1 -1
- data/ext/gtk2/rbgtkpagesetupunixdialog.c +1 -1
- data/ext/gtk2/rbgtkpapersize.c +8 -8
- data/ext/gtk2/rbgtkprintsettings.c +34 -34
- data/ext/gtk2/rbgtkrc.c +3 -3
- data/ext/gtk2/rbgtkrecentchooserdialog.c +2 -2
- data/ext/gtk2/rbgtkselectiondata.c +2 -1
- data/ext/gtk2/rbgtktextbuffer.c +2 -2
- data/ext/gtk2/rbgtkwidget.c +4 -6
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/test/run-test.rb +3 -3
- data/vendor/local/bin/gdk-pixbuf-csource.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-query-loaders.exe +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/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libatk-1.0-0.dll +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgdk_pixbuf-2.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/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- 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/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-animation.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-core.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-enum-types.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-features.h +3 -3
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-io.h +5 -1
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-loader.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-marshal.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-simple-anim.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-transform.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixdata.h +0 -0
- 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/include/gtk-2.0/gdk/gdkcolor.h +4 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkcursor.h +3 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +19 -18
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +18 -12
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +2 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkgc.h +6 -10
- data/vendor/local/include/gtk-2.0/gdk/gdkimage.h +24 -16
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +21 -8
- data/vendor/local/include/gtk-2.0/gdk/gdkkeys.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkkeysyms-compat.h +2208 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkkeysyms.h +2180 -2174
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkregion.h +12 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkrgb.h +10 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkscreen.h +6 -6
- data/vendor/local/include/gtk-2.0/gdk/gdkvisual.h +35 -17
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +62 -34
- data/vendor/local/include/gtk-2.0/gtk/gtkaccessible.h +4 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkassistant.h +32 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkbox.h +27 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkbuildable.h +49 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkbutton.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkcalendar.h +1 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkdialog.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkentry.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkenums.h +10 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkexpander.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkfontsel.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkiconview.h +7 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkitem.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkmenu.h +1 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkmessagedialog.h +30 -9
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +12 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkobject.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkstatusbar.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkstatusicon.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkstock.h +94 -94
- data/vendor/local/include/gtk-2.0/gtk/gtktable.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktextview.h +7 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktooltip.h +6 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktreemodel.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkviewport.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +23 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
- data/vendor/local/lib/atk-1.0.def +1 -0
- data/vendor/local/lib/atk-1.0.lib +0 -0
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/{etc/gtk-2.0/gdk-pixbuf.loaders → lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache} +3 -2
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gdk_pixbuf-2.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/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-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/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.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/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/atk.pc +2 -2
- data/vendor/local/lib/pkgconfig/gail.pc +2 -2
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +10 -5
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +3 -3
- 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/lib/pkgconfig/gtk+-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +3 -3
- data/vendor/local/manifest/atk-dev_1.32.0-1_win32.mft +37 -0
- data/vendor/local/manifest/atk_1.32.0-1_win32.mft +95 -0
- data/vendor/local/manifest/cairo-dev_1.10.0-1_win32.mft +83 -0
- data/vendor/local/manifest/cairo_1.10.0-1_win32.mft +5 -0
- data/vendor/local/manifest/expat-dev_2.0.1-1_win32.mft +10 -0
- data/vendor/local/manifest/expat_2.0.1-1_win32.mft +2 -0
- data/vendor/local/manifest/fontconfig-dev_2.8.0-2_win32.mft +387 -0
- data/vendor/local/manifest/fontconfig_2.8.0-2_win32.mft +3 -0
- data/vendor/local/manifest/freetype-dev_2.4.2-1_win32.mft +56 -0
- data/vendor/local/manifest/freetype_2.4.2-1_win32.mft +2 -0
- data/vendor/local/manifest/gdk-pixbuf-dev_2.22.0-1_win32.mft +59 -0
- data/vendor/local/manifest/gdk-pixbuf_2.22.0-1_win32.mft +103 -0
- data/vendor/local/manifest/gettext-runtime-dev_0.18.1.1-2_win32.mft +81 -0
- data/vendor/local/manifest/gettext-runtime_0.18.1.1-2_win32.mft +3 -0
- data/vendor/local/manifest/glib-dev_2.26.0-2_win32.mft +570 -0
- data/vendor/local/manifest/glib_2.26.0-2_win32.mft +102 -0
- data/vendor/local/manifest/gtk+-dev_2.22.0-1_win32.mft +947 -0
- data/vendor/local/manifest/gtk+_2.22.0-1_win32.mft +225 -0
- data/vendor/local/manifest/libpng-dev_1.4.3-1_win32.mft +15 -0
- data/vendor/local/manifest/libpng_1.4.3-1_win32.mft +2 -0
- data/vendor/local/manifest/pango-dev_1.28.1-2_win32.mft +116 -0
- data/vendor/local/manifest/pango_1.28.1-2_win32.mft +8 -0
- data/vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft +8 -0
- data/vendor/local/manifest/zlib_1.2.5-2_win32.mft +2 -0
- 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/doc/{gtk+-2.20.1 → gtk+-2.22.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.20.1 → gtk+-dev-2.22.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-2.0/demo/assistant.c +53 -2
- data/vendor/local/share/gtk-2.0/demo/colorsel.c +8 -5
- data/vendor/local/share/gtk-2.0/demo/drawingarea.c +51 -70
- data/vendor/local/share/gtk-2.0/demo/pixbufs.c +6 -11
- data/vendor/local/share/gtk-2.0/demo/textview.c +1 -29
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +52 -52
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +30 -28
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +8 -7
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.sgml +1 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +8 -7
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +60 -108
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +34 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +3 -35
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +9 -13
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +7 -7
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +139 -131
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +115 -433
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +11 -48
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-animation.html +60 -77
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-creating.html +40 -73
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-loading.html +66 -83
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-saving.html +111 -117
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html +39 -191
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-inline.html +49 -55
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +31 -12
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-refcounting.html +19 -61
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-scaling.html +32 -203
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-util.html +28 -39
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp +13 -52
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +22 -84
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +18 -47
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.sgml +8 -79
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +17 -29
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +127 -95
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +192 -184
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +11 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +224 -0
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +383 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +179 -3
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -18
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +117 -55
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +88 -26
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +94 -112
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +52 -34
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -111
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +337 -203
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +111 -111
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +74 -74
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +120 -120
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +209 -139
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +93 -89
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +189 -39
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +375 -111
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +240 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +26 -26
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +100 -93
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +51 -48
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +26 -23
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +85 -50
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +128 -128
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +40 -40
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +21 -21
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +136 -133
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +326 -147
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +851 -404
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +86 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +45 -0
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +130 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +5 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +46 -0
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +21 -21
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +8 -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/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +150 -141
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +58 -4
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +147 -149
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +125 -124
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +79 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +79 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +77 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +12 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +110 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +11 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +90 -80
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-gtkbuildable.html → GtkBuildable.html} +137 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +157 -150
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +96 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +283 -282
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +234 -222
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +148 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +21 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +117 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +77 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +102 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +119 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +110 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +70 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +348 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +81 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +105 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +131 -62
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +259 -252
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +51 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +42 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +18 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +9 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +67 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +131 -126
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +370 -207
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +131 -98
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +37 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +45 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +24 -9
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +121 -114
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +172 -168
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +44 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +43 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +108 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +131 -124
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +72 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +27 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +118 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +42 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +303 -231
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +133 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +89 -82
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +12 -10
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +12 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +43 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +223 -215
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +53 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +58 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +37 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +22 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +130 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +42 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +122 -117
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +28 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +191 -162
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +37 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +48 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +34 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +27 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +216 -215
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +35 -48
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +110 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +183 -163
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +65 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +613 -542
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +126 -92
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +254 -243
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +137 -136
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +392 -231
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +32 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +73 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +79 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +59 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +147 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +37 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +219 -173
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +62 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +51 -48
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +41 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +111 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +545 -481
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +188 -182
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +102 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +20 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +12 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +9 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +36 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +980 -810
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +407 -346
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +31 -8
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +49 -49
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -19
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +7 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +11 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +21 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +181 -0
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +123 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +151 -15
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-quit.png → application-exit.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-dialog-error.png → dialog-error.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-dialog-info.png → dialog-information.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-dialog-authentication.png → dialog-password.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-dialog-question.png → dialog-question.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-dialog-warning.png → dialog-warning.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-file.png → document-new.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-open.png → document-open.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print-preview.png → document-print-preview.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print.png → document-print.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-properties.png → document-properties.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-revert-to-saved-ltr.png → document-revert-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-revert-to-saved-rtl.png → document-revert-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-save-as.png → document-save-as.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-floppy.png → document-save.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-new.png → document-x-generic.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-harddisk.png → drive-harddisk.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-clear.png → edit-clear.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-copy.png → edit-copy.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-cut.png → edit-cut.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-delete.png → edit-delete.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-find-and-replace.png → edit-find-replace.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-find.png → edit-find.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-paste.png → edit-paste.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-redo-ltr.png → edit-redo-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-redo-rtl.png → edit-redo-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-select-all.png → edit-select-all.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-undo-ltr.png → edit-undo-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-undo-rtl.png → edit-undo-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-directory.png → folder.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-unindent-ltr.png → format-indent-less-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-unindent-rtl.png → format-indent-less-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-indent-ltr.png → format-indent-more-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-indent-rtl.png → format-indent-more-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-justify-center.png → format-justify-center.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-justify-fill.png → format-justify-fill.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-justify-left.png → format-justify-left.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-justify-right.png → format-justify-right.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-bold.png → format-text-bold.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-italic.png → format-text-italic.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-strikethrough.png → format-text-strikethrough.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-underline.png → format-text-underline.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-bottom.png → go-bottom.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-down.png → go-down.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-first-ltr.png → go-first-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-first-rtl.png → go-first-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-home.png → go-home.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-jump-to-ltr.png → go-jump-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-jump-to-rtl.png → go-jump-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-last-ltr.png → go-last-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-last-rtl.png → go-last-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-back-rtl.png → go-next-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-back-ltr.png → go-next-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-forward-rtl.png → go-previous-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-forward-ltr.png → go-previous-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-top.png → go-top.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-up.png → go-up.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +61 -60
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +125 -123
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +124 -89
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +31 -28
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +190 -184
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkPaperSize.html +75 -73
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTextIter.html +335 -317
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +194 -184
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +111 -103
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +11 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +95 -92
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +155 -153
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +129 -128
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +57 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +109 -96
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +8 -27
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +12 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +35 -34
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-page-setup.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +116 -116
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +5 -37
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +76 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +102 -67
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-about.png → help-about.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-help.png → help-contents.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-missing-image.png → image-missing.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -5
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +58 -20
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-add.png → list-add.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-remove.png → list-remove.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-save.png → media-floppy.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-cdrom.png → media-optical.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-pause.png → media-playback-pause.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-play-ltr.png → media-playback-start-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-play-rtl.png → media-playback-start-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-stop.png → media-playback-stop.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-record.png → media-record.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-forward-rtl.png → media-seek-backward-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-forward-ltr.png → media-seek-backward-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-rewind-rtl.png → media-seek-forward-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-rewind-ltr.png → media-seek-forward-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-next-rtl.png → media-skip-backward-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-next-ltr.png → media-skip-backward-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-previous-rtl.png → media-skip-forward-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-previous-ltr.png → media-skip-forward-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-network.png → network-idle.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print-error.png → printer-error.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print-report.png → printer-info.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print-paused.png → printer-paused.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print-warning.png → printer-warning.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-stop.png → process-stop.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-execute.png → system-run.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-spell-check.png → tools-check-spelling.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-fullscreen.png → view-fullscreen.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-refresh.png → view-refresh.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-leave-fullscreen.png → view-restore.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-sort-ascending.png → view-sort-ascending.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-sort-descending.png → view-sort-descending.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-close.png → window-close.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-zoom-fit.png → zoom-fit-best.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-zoom-in.png → zoom-in.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-zoom-100.png → zoom-original.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-zoom-out.png → zoom-out.png} +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/am/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/am/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/am/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ang/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ang/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20.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/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gtk20.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/kk/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/li/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/li/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/my/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/my/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nso/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/nso/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tk/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/tk/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/tl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/man/man1/gdk-pixbuf-csource.1 +147 -0
- data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +77 -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/gdk-pixbuf_2.22.0-1_win32.log +934 -0
- data/vendor/local/src/tml/packaging/gdk-pixbuf_2.22.0-1_win32.sh +97 -0
- 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
- data/vendor/local/src/tml/packaging/gtk+_2.22.0-1_win32.log +5041 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.0-1_win32.sh +84 -0
- metadata +372 -154
- data/vendor/local/bin/pkg-config.exe +0 -0
- data/vendor/local/gtk+-bundle_2.20.1-20100912_win32.README.txt +0 -29
- data/vendor/local/manifest/gtk+-bundle_2.20.1-20100912_win32.mft +0 -2719
- data/vendor/local/share/aclocal/pkg.m4 +0 -155
- data/vendor/local/share/doc/gtk+-bundle_2.20.1-20100912_win32/components.lst +0 -24
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/apa.html +0 -66
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/apas02.html +0 -140
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/apas03.html +0 -174
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html +0 -187
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-init.html +0 -132
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html +0 -422
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html +0 -923
- data/vendor/local/share/gtk-doc/html/gtk/gtk-info.png +0 -0
- 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
- data/vendor/local/src/tml/packaging/gtk+_2.20.1-3_win32.log +0 -5862
- data/vendor/local/src/tml/packaging/gtk+_2.20.1-3_win32.sh +0 -1736
- data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.log +0 -215
- data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.sh +0 -278
    
        data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html
    CHANGED
    
    | @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="rn01.html" title="API Reference">
         | 
| 9 9 | 
             
            <link rel="prev" href="gobject-Generic-values.html" title="Generic values">
         | 
| 10 10 | 
             
            <link rel="next" href="gobject-GParamSpec.html" title="GParamSpec">
         | 
| 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-Standard-Parameter-and-Value-Types.description" class="shortcut">Description</a>
         | 
| 27 27 | 
             
            </td></tr>
         | 
| 28 28 | 
             
            </table>
         | 
| 29 | 
            -
            <div class="refentry" | 
| 29 | 
            +
            <div class="refentry">
         | 
| 30 30 | 
             
            <a name="gobject-Standard-Parameter-and-Value-Types"></a><div class="titlepage"></div>
         | 
| 31 31 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 32 32 | 
             
            <td valign="top">
         | 
| @@ -35,7 +35,7 @@ | |
| 35 35 | 
             
            </td>
         | 
| 36 36 | 
             
            <td valign="top" align="right"></td>
         | 
| 37 37 | 
             
            </tr></table></div>
         | 
| 38 | 
            -
            <div class="refsynopsisdiv" | 
| 38 | 
            +
            <div class="refsynopsisdiv">
         | 
| 39 39 | 
             
            <a name="gobject-Standard-Parameter-and-Value-Types.synopsis"></a><h2>Synopsis</h2>
         | 
| 40 40 | 
             
            <pre class="synopsis">
         | 
| 41 41 | 
             
            #include <glib-object.h>
         | 
| @@ -45,7 +45,7 @@ | |
| 45 45 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-BOOLEAN:CAPS" title="G_VALUE_HOLDS_BOOLEAN()">G_VALUE_HOLDS_BOOLEAN</a>               (value)
         | 
| 46 46 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-BOOLEAN:CAPS" title="G_TYPE_PARAM_BOOLEAN">G_TYPE_PARAM_BOOLEAN</a>
         | 
| 47 47 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecBoolean" title="GParamSpecBoolean">GParamSpecBoolean</a>;
         | 
| 48 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 48 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-boolean" title="g_param_spec_boolean ()">g_param_spec_boolean</a>                (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 49 49 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 50 50 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 51 51 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_value</code></em>,
         | 
| @@ -59,7 +59,7 @@ | |
| 59 59 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-CHAR:CAPS" title="G_VALUE_HOLDS_CHAR()">G_VALUE_HOLDS_CHAR</a>                  (value)
         | 
| 60 60 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-CHAR:CAPS" title="G_TYPE_PARAM_CHAR">G_TYPE_PARAM_CHAR</a>
         | 
| 61 61 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecChar" title="GParamSpecChar">GParamSpecChar</a>;
         | 
| 62 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 62 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-char" title="g_param_spec_char ()">g_param_spec_char</a>                   (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 63 63 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 64 64 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 65 65 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> minimum</code></em>,
         | 
| @@ -75,7 +75,7 @@ | |
| 75 75 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-UCHAR:CAPS" title="G_VALUE_HOLDS_UCHAR()">G_VALUE_HOLDS_UCHAR</a>                 (value)
         | 
| 76 76 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-UCHAR:CAPS" title="G_TYPE_PARAM_UCHAR">G_TYPE_PARAM_UCHAR</a>
         | 
| 77 77 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecUChar" title="GParamSpecUChar">GParamSpecUChar</a>;
         | 
| 78 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 78 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-uchar" title="g_param_spec_uchar ()">g_param_spec_uchar</a>                  (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 79 79 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 80 80 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 81 81 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> minimum</code></em>,
         | 
| @@ -91,7 +91,7 @@ | |
| 91 91 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-INT:CAPS" title="G_VALUE_HOLDS_INT()">G_VALUE_HOLDS_INT</a>                   (value)
         | 
| 92 92 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-INT:CAPS" title="G_TYPE_PARAM_INT">G_TYPE_PARAM_INT</a>
         | 
| 93 93 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecInt" title="GParamSpecInt">GParamSpecInt</a>;
         | 
| 94 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 94 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-int" title="g_param_spec_int ()">g_param_spec_int</a>                    (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 95 95 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 96 96 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 97 97 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> minimum</code></em>,
         | 
| @@ -107,7 +107,7 @@ | |
| 107 107 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-UINT:CAPS" title="G_VALUE_HOLDS_UINT()">G_VALUE_HOLDS_UINT</a>                  (value)
         | 
| 108 108 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-UINT:CAPS" title="G_TYPE_PARAM_UINT">G_TYPE_PARAM_UINT</a>
         | 
| 109 109 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecUInt" title="GParamSpecUInt">GParamSpecUInt</a>;
         | 
| 110 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 110 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-uint" title="g_param_spec_uint ()">g_param_spec_uint</a>                   (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 111 111 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 112 112 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 113 113 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> minimum</code></em>,
         | 
| @@ -123,7 +123,7 @@ | |
| 123 123 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-LONG:CAPS" title="G_VALUE_HOLDS_LONG()">G_VALUE_HOLDS_LONG</a>                  (value)
         | 
| 124 124 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-LONG:CAPS" title="G_TYPE_PARAM_LONG">G_TYPE_PARAM_LONG</a>
         | 
| 125 125 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecLong" title="GParamSpecLong">GParamSpecLong</a>;
         | 
| 126 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 126 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-long" title="g_param_spec_long ()">g_param_spec_long</a>                   (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 127 127 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 128 128 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 129 129 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#glong"><span class="type">glong</span></a> minimum</code></em>,
         | 
| @@ -139,7 +139,7 @@ | |
| 139 139 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-ULONG:CAPS" title="G_VALUE_HOLDS_ULONG()">G_VALUE_HOLDS_ULONG</a>                 (value)
         | 
| 140 140 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-ULONG:CAPS" title="G_TYPE_PARAM_ULONG">G_TYPE_PARAM_ULONG</a>
         | 
| 141 141 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecULong" title="GParamSpecULong">GParamSpecULong</a>;
         | 
| 142 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 142 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-ulong" title="g_param_spec_ulong ()">g_param_spec_ulong</a>                  (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 143 143 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 144 144 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 145 145 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> minimum</code></em>,
         | 
| @@ -155,7 +155,7 @@ | |
| 155 155 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-INT64:CAPS" title="G_VALUE_HOLDS_INT64()">G_VALUE_HOLDS_INT64</a>                 (value)
         | 
| 156 156 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-INT64:CAPS" title="G_TYPE_PARAM_INT64">G_TYPE_PARAM_INT64</a>
         | 
| 157 157 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecInt64" title="GParamSpecInt64">GParamSpecInt64</a>;
         | 
| 158 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 158 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-int64" title="g_param_spec_int64 ()">g_param_spec_int64</a>                  (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 159 159 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 160 160 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 161 161 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a> minimum</code></em>,
         | 
| @@ -171,7 +171,7 @@ | |
| 171 171 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-UINT64:CAPS" title="G_VALUE_HOLDS_UINT64()">G_VALUE_HOLDS_UINT64</a>                (value)
         | 
| 172 172 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-UINT64:CAPS" title="G_TYPE_PARAM_UINT64">G_TYPE_PARAM_UINT64</a>
         | 
| 173 173 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecUInt64" title="GParamSpecUInt64">GParamSpecUInt64</a>;
         | 
| 174 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 174 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-uint64" title="g_param_spec_uint64 ()">g_param_spec_uint64</a>                 (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 175 175 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 176 176 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 177 177 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> minimum</code></em>,
         | 
| @@ -187,7 +187,7 @@ | |
| 187 187 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-FLOAT:CAPS" title="G_VALUE_HOLDS_FLOAT()">G_VALUE_HOLDS_FLOAT</a>                 (value)
         | 
| 188 188 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-FLOAT:CAPS" title="G_TYPE_PARAM_FLOAT">G_TYPE_PARAM_FLOAT</a>
         | 
| 189 189 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecFloat" title="GParamSpecFloat">GParamSpecFloat</a>;
         | 
| 190 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 190 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-float" title="g_param_spec_float ()">g_param_spec_float</a>                  (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 191 191 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 192 192 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 193 193 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> minimum</code></em>,
         | 
| @@ -203,7 +203,7 @@ | |
| 203 203 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-DOUBLE:CAPS" title="G_VALUE_HOLDS_DOUBLE()">G_VALUE_HOLDS_DOUBLE</a>                (value)
         | 
| 204 204 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-DOUBLE:CAPS" title="G_TYPE_PARAM_DOUBLE">G_TYPE_PARAM_DOUBLE</a>
         | 
| 205 205 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecDouble" title="GParamSpecDouble">GParamSpecDouble</a>;
         | 
| 206 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 206 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-double" title="g_param_spec_double ()">g_param_spec_double</a>                 (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 207 207 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 208 208 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 209 209 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> minimum</code></em>,
         | 
| @@ -219,7 +219,7 @@ | |
| 219 219 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-ENUM:CAPS" title="G_VALUE_HOLDS_ENUM()">G_VALUE_HOLDS_ENUM</a>                  (value)
         | 
| 220 220 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-ENUM:CAPS" title="G_TYPE_PARAM_ENUM">G_TYPE_PARAM_ENUM</a>
         | 
| 221 221 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecEnum" title="GParamSpecEnum">GParamSpecEnum</a>;
         | 
| 222 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 222 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-enum" title="g_param_spec_enum ()">g_param_spec_enum</a>                   (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 223 223 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 224 224 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 225 225 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> enum_type</code></em>,
         | 
| @@ -234,7 +234,7 @@ | |
| 234 234 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-FLAGS:CAPS" title="G_VALUE_HOLDS_FLAGS()">G_VALUE_HOLDS_FLAGS</a>                 (value)
         | 
| 235 235 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-FLAGS:CAPS" title="G_TYPE_PARAM_FLAGS">G_TYPE_PARAM_FLAGS</a>
         | 
| 236 236 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecFlags" title="GParamSpecFlags">GParamSpecFlags</a>;
         | 
| 237 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 237 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-flags" title="g_param_spec_flags ()">g_param_spec_flags</a>                  (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 238 238 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 239 239 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 240 240 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> flags_type</code></em>,
         | 
| @@ -250,7 +250,7 @@ | |
| 250 250 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-STRING:CAPS" title="G_TYPE_PARAM_STRING">G_TYPE_PARAM_STRING</a>
         | 
| 251 251 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecString" title="GParamSpecString">GParamSpecString</a>;
         | 
| 252 252 | 
             
            typedef             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#gchararray" title="gchararray">gchararray</a>;
         | 
| 253 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 253 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-string" title="g_param_spec_string ()">g_param_spec_string</a>                 (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 254 254 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 255 255 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 256 256 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *default_value</code></em>,
         | 
| @@ -263,15 +263,15 @@ typedef             <a class="link" href="gobject-Standard-Parameter-and-Value-T | |
| 263 263 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *v_string</code></em>);
         | 
| 264 264 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-set-string-take-ownership" title="g_value_set_string_take_ownership ()">g_value_set_string_take_ownership</a>   (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 265 265 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *v_string</code></em>);
         | 
| 266 | 
            -
            const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a | 
| 267 | 
            -
            <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a | 
| 266 | 
            +
            const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-get-string" title="g_value_get_string ()">g_value_get_string</a>                  (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);
         | 
| 267 | 
            +
            <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *		           <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-dup-string" title="g_value_dup_string ()">g_value_dup_string</a>                  (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);
         | 
| 268 268 |  | 
| 269 269 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-IS-PARAM-SPEC-PARAM:CAPS" title="G_IS_PARAM_SPEC_PARAM()">G_IS_PARAM_SPEC_PARAM</a>               (pspec)
         | 
| 270 270 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-PARAM-SPEC-PARAM:CAPS" title="G_PARAM_SPEC_PARAM()">G_PARAM_SPEC_PARAM</a>                  (pspec)
         | 
| 271 271 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-PARAM:CAPS" title="G_VALUE_HOLDS_PARAM()">G_VALUE_HOLDS_PARAM</a>                 (value)
         | 
| 272 272 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-PARAM:CAPS" title="G_TYPE_PARAM_PARAM">G_TYPE_PARAM_PARAM</a>
         | 
| 273 273 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecParam" title="GParamSpecParam">GParamSpecParam</a>;
         | 
| 274 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 274 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-param" title="g_param_spec_param ()">g_param_spec_param</a>                  (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 275 275 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 276 276 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 277 277 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> param_type</code></em>,
         | 
| @@ -282,15 +282,15 @@ const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnva | |
| 282 282 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a> *param</code></em>);
         | 
| 283 283 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-set-param-take-ownership" title="g_value_set_param_take_ownership ()">g_value_set_param_take_ownership</a>    (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 284 284 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a> *param</code></em>);
         | 
| 285 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 286 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 285 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *        <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-get-param" title="g_value_get_param ()">g_value_get_param</a>                   (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);
         | 
| 286 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *        <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-dup-param" title="g_value_dup_param ()">g_value_dup_param</a>                   (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);
         | 
| 287 287 |  | 
| 288 288 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-IS-PARAM-SPEC-BOXED:CAPS" title="G_IS_PARAM_SPEC_BOXED()">G_IS_PARAM_SPEC_BOXED</a>               (pspec)
         | 
| 289 289 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-PARAM-SPEC-BOXED:CAPS" title="G_PARAM_SPEC_BOXED()">G_PARAM_SPEC_BOXED</a>                  (pspec)
         | 
| 290 290 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-BOXED:CAPS" title="G_VALUE_HOLDS_BOXED()">G_VALUE_HOLDS_BOXED</a>                 (value)
         | 
| 291 291 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-BOXED:CAPS" title="G_TYPE_PARAM_BOXED">G_TYPE_PARAM_BOXED</a>
         | 
| 292 292 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecBoxed" title="GParamSpecBoxed">GParamSpecBoxed</a>;
         | 
| 293 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 293 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-boxed" title="g_param_spec_boxed ()">g_param_spec_boxed</a>                  (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 294 294 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 295 295 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 296 296 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> boxed_type</code></em>,
         | 
| @@ -311,7 +311,7 @@ const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnva | |
| 311 311 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-POINTER:CAPS" title="G_VALUE_HOLDS_POINTER()">G_VALUE_HOLDS_POINTER</a>               (value)
         | 
| 312 312 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-POINTER:CAPS" title="G_TYPE_PARAM_POINTER">G_TYPE_PARAM_POINTER</a>
         | 
| 313 313 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecPointer" title="GParamSpecPointer">GParamSpecPointer</a>;
         | 
| 314 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 314 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-pointer" title="g_param_spec_pointer ()">g_param_spec_pointer</a>                (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 315 315 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 316 316 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 317 317 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-GParamSpec.html#GParamFlags" title="enum GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>);
         | 
| @@ -324,7 +324,7 @@ const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnva | |
| 324 324 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-OBJECT:CAPS" title="G_VALUE_HOLDS_OBJECT()">G_VALUE_HOLDS_OBJECT</a>                (value)
         | 
| 325 325 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-OBJECT:CAPS" title="G_TYPE_PARAM_OBJECT">G_TYPE_PARAM_OBJECT</a>
         | 
| 326 326 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecObject" title="GParamSpecObject">GParamSpecObject</a>;
         | 
| 327 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 327 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-object" title="g_param_spec_object ()">g_param_spec_object</a>                 (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 328 328 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 329 329 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 330 330 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> object_type</code></em>,
         | 
| @@ -342,7 +342,7 @@ const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnva | |
| 342 342 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-PARAM-SPEC-UNICHAR:CAPS" title="G_PARAM_SPEC_UNICHAR()">G_PARAM_SPEC_UNICHAR</a>                (pspec)
         | 
| 343 343 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-UNICHAR:CAPS" title="G_TYPE_PARAM_UNICHAR">G_TYPE_PARAM_UNICHAR</a>
         | 
| 344 344 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecUnichar" title="GParamSpecUnichar">GParamSpecUnichar</a>;
         | 
| 345 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 345 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-unichar" title="g_param_spec_unichar ()">g_param_spec_unichar</a>                (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 346 346 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 347 347 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 348 348 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> default_value</code></em>,
         | 
| @@ -352,7 +352,7 @@ const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnva | |
| 352 352 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-PARAM-SPEC-VALUE-ARRAY:CAPS" title="G_PARAM_SPEC_VALUE_ARRAY()">G_PARAM_SPEC_VALUE_ARRAY</a>            (pspec)
         | 
| 353 353 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-VALUE-ARRAY:CAPS" title="G_TYPE_PARAM_VALUE_ARRAY">G_TYPE_PARAM_VALUE_ARRAY</a>
         | 
| 354 354 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecValueArray" title="GParamSpecValueArray">GParamSpecValueArray</a>;
         | 
| 355 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 355 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-value-array" title="g_param_spec_value_array ()">g_param_spec_value_array</a>            (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 356 356 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 357 357 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 358 358 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a> *element_spec</code></em>,
         | 
| @@ -362,7 +362,7 @@ const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnva | |
| 362 362 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-PARAM-SPEC-OVERRIDE:CAPS" title="G_PARAM_SPEC_OVERRIDE()">G_PARAM_SPEC_OVERRIDE</a>               (pspec)
         | 
| 363 363 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-OVERRIDE:CAPS" title="G_TYPE_PARAM_OVERRIDE">G_TYPE_PARAM_OVERRIDE</a>
         | 
| 364 364 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecOverride" title="GParamSpecOverride">GParamSpecOverride</a>;
         | 
| 365 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 365 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-override" title="g_param_spec_override ()">g_param_spec_override</a>               (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 366 366 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a> *overridden</code></em>);
         | 
| 367 367 |  | 
| 368 368 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-IS-PARAM-SPEC-GTYPE:CAPS" title="G_IS_PARAM_SPEC_GTYPE()">G_IS_PARAM_SPEC_GTYPE</a>               (pspec)
         | 
| @@ -370,7 +370,7 @@ const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnva | |
| 370 370 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-GTYPE:CAPS" title="G_VALUE_HOLDS_GTYPE()">G_VALUE_HOLDS_GTYPE</a>                 (value)
         | 
| 371 371 | 
             
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-GTYPE:CAPS" title="G_TYPE_PARAM_GTYPE">G_TYPE_PARAM_GTYPE</a>
         | 
| 372 372 | 
             
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecGType" title="GParamSpecGType">GParamSpecGType</a>;
         | 
| 373 | 
            -
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 373 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-gtype" title="g_param_spec_gtype ()">g_param_spec_gtype</a>                  (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 374 374 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 375 375 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 376 376 | 
             
                                                                     <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>,
         | 
| @@ -378,9 +378,27 @@ const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnva | |
| 378 378 | 
             
            <a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a>               <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-get-gtype" title="g_value_get_gtype ()">g_value_get_gtype</a>                   (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);
         | 
| 379 379 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-set-gtype" title="g_value_set_gtype ()">g_value_set_gtype</a>                   (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 380 380 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> v_gtype</code></em>);
         | 
| 381 | 
            +
             | 
| 382 | 
            +
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-IS-PARAM-SPEC-VARIANT:CAPS" title="G_IS_PARAM_SPEC_VARIANT()">G_IS_PARAM_SPEC_VARIANT</a>             (pspec)
         | 
| 383 | 
            +
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-PARAM-SPEC-VARIANT:CAPS" title="G_PARAM_SPEC_VARIANT()">G_PARAM_SPEC_VARIANT</a>                (pspec)
         | 
| 384 | 
            +
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-VARIANT:CAPS" title="G_VALUE_HOLDS_VARIANT()">G_VALUE_HOLDS_VARIANT</a>               (value)
         | 
| 385 | 
            +
            #define             <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-VARIANT:CAPS" title="G_TYPE_PARAM_VARIANT">G_TYPE_PARAM_VARIANT</a>
         | 
| 386 | 
            +
                                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecVariant" title="GParamSpecVariant">GParamSpecVariant</a>;
         | 
| 387 | 
            +
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-variant" title="g_param_spec_variant ()">g_param_spec_variant</a>                (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 388 | 
            +
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 389 | 
            +
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 390 | 
            +
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> *type</code></em>,
         | 
| 391 | 
            +
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *default_value</code></em>,
         | 
| 392 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="gobject-GParamSpec.html#GParamFlags" title="enum GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>);
         | 
| 393 | 
            +
            <a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *	         <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-get-variant" title="g_value_get_variant ()">g_value_get_variant</a>                 (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);
         | 
| 394 | 
            +
            <a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *	         <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-dup-variant" title="g_value_dup_variant ()">g_value_dup_variant</a>                 (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);
         | 
| 395 | 
            +
            <span class="returnvalue">void</span>                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-set-variant" title="g_value_set_variant ()">g_value_set_variant</a>                 (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 396 | 
            +
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *variant</code></em>);
         | 
| 397 | 
            +
            <span class="returnvalue">void</span>                <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-take-variant" title="g_value_take_variant ()">g_value_take_variant</a>                (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 398 | 
            +
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *variant</code></em>);
         | 
| 381 399 | 
             
            </pre>
         | 
| 382 400 | 
             
            </div>
         | 
| 383 | 
            -
            <div class="refsect1" | 
| 401 | 
            +
            <div class="refsect1">
         | 
| 384 402 | 
             
            <a name="gobject-Standard-Parameter-and-Value-Types.description"></a><h2>Description</h2>
         | 
| 385 403 | 
             
            <p>
         | 
| 386 404 | 
             
            <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> provides an abstract container structure which can be
         | 
| @@ -397,9 +415,9 @@ characters can be letters, numbers or a '-'. | |
| 397 415 | 
             
            All other characters are replaced by a '-' during construction.
         | 
| 398 416 | 
             
            </p>
         | 
| 399 417 | 
             
            </div>
         | 
| 400 | 
            -
            <div class="refsect1" | 
| 418 | 
            +
            <div class="refsect1">
         | 
| 401 419 | 
             
            <a name="gobject-Standard-Parameter-and-Value-Types.details"></a><h2>Details</h2>
         | 
| 402 | 
            -
            <div class="refsect2" | 
| 420 | 
            +
            <div class="refsect2">
         | 
| 403 421 | 
             
            <a name="G-IS-PARAM-SPEC-BOOLEAN:CAPS"></a><h3>G_IS_PARAM_SPEC_BOOLEAN()</h3>
         | 
| 404 422 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_BOOLEAN(pspec)     (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_BOOLEAN))
         | 
| 405 423 | 
             
            </pre>
         | 
| @@ -423,7 +441,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 423 441 | 
             
            </table></div>
         | 
| 424 442 | 
             
            </div>
         | 
| 425 443 | 
             
            <hr>
         | 
| 426 | 
            -
            <div class="refsect2" | 
| 444 | 
            +
            <div class="refsect2">
         | 
| 427 445 | 
             
            <a name="G-PARAM-SPEC-BOOLEAN:CAPS"></a><h3>G_PARAM_SPEC_BOOLEAN()</h3>
         | 
| 428 446 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_BOOLEAN(pspec)        (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_BOOLEAN, GParamSpecBoolean))
         | 
| 429 447 | 
             
            </pre>
         | 
| @@ -440,7 +458,7 @@ Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSp | |
| 440 458 | 
             
            </table></div>
         | 
| 441 459 | 
             
            </div>
         | 
| 442 460 | 
             
            <hr>
         | 
| 443 | 
            -
            <div class="refsect2" | 
| 461 | 
            +
            <div class="refsect2">
         | 
| 444 462 | 
             
            <a name="G-VALUE-HOLDS-BOOLEAN:CAPS"></a><h3>G_VALUE_HOLDS_BOOLEAN()</h3>
         | 
| 445 463 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_BOOLEAN(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_BOOLEAN))
         | 
| 446 464 | 
             
            </pre>
         | 
| @@ -464,7 +482,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 464 482 | 
             
            </table></div>
         | 
| 465 483 | 
             
            </div>
         | 
| 466 484 | 
             
            <hr>
         | 
| 467 | 
            -
            <div class="refsect2" | 
| 485 | 
            +
            <div class="refsect2">
         | 
| 468 486 | 
             
            <a name="G-TYPE-PARAM-BOOLEAN:CAPS"></a><h3>G_TYPE_PARAM_BOOLEAN</h3>
         | 
| 469 487 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_BOOLEAN		   (g_param_spec_types[2])
         | 
| 470 488 | 
             
            </pre>
         | 
| @@ -473,7 +491,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 473 491 | 
             
            </p>
         | 
| 474 492 | 
             
            </div>
         | 
| 475 493 | 
             
            <hr>
         | 
| 476 | 
            -
            <div class="refsect2" | 
| 494 | 
            +
            <div class="refsect2">
         | 
| 477 495 | 
             
            <a name="GParamSpecBoolean"></a><h3>GParamSpecBoolean</h3>
         | 
| 478 496 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 479 497 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -501,9 +519,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 501 519 | 
             
            </table></div>
         | 
| 502 520 | 
             
            </div>
         | 
| 503 521 | 
             
            <hr>
         | 
| 504 | 
            -
            <div class="refsect2" | 
| 522 | 
            +
            <div class="refsect2">
         | 
| 505 523 | 
             
            <a name="g-param-spec-boolean"></a><h3>g_param_spec_boolean ()</h3>
         | 
| 506 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 524 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_boolean                (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 507 525 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 508 526 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 509 527 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_value</code></em>,
         | 
| @@ -552,7 +570,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 552 570 | 
             
            </table></div>
         | 
| 553 571 | 
             
            </div>
         | 
| 554 572 | 
             
            <hr>
         | 
| 555 | 
            -
            <div class="refsect2" | 
| 573 | 
            +
            <div class="refsect2">
         | 
| 556 574 | 
             
            <a name="g-value-set-boolean"></a><h3>g_value_set_boolean ()</h3>
         | 
| 557 575 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_boolean                 (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 558 576 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> v_boolean</code></em>);</pre>
         | 
| @@ -576,7 +594,7 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 576 594 | 
             
            </table></div>
         | 
| 577 595 | 
             
            </div>
         | 
| 578 596 | 
             
            <hr>
         | 
| 579 | 
            -
            <div class="refsect2" | 
| 597 | 
            +
            <div class="refsect2">
         | 
| 580 598 | 
             
            <a name="g-value-get-boolean"></a><h3>g_value_get_boolean ()</h3>
         | 
| 581 599 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            g_value_get_boolean                 (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 582 600 | 
             
            <p>
         | 
| @@ -599,7 +617,7 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 599 617 | 
             
            </table></div>
         | 
| 600 618 | 
             
            </div>
         | 
| 601 619 | 
             
            <hr>
         | 
| 602 | 
            -
            <div class="refsect2" | 
| 620 | 
            +
            <div class="refsect2">
         | 
| 603 621 | 
             
            <a name="G-IS-PARAM-SPEC-CHAR:CAPS"></a><h3>G_IS_PARAM_SPEC_CHAR()</h3>
         | 
| 604 622 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_CHAR(pspec)        (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_CHAR))
         | 
| 605 623 | 
             
            </pre>
         | 
| @@ -623,7 +641,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 623 641 | 
             
            </table></div>
         | 
| 624 642 | 
             
            </div>
         | 
| 625 643 | 
             
            <hr>
         | 
| 626 | 
            -
            <div class="refsect2" | 
| 644 | 
            +
            <div class="refsect2">
         | 
| 627 645 | 
             
            <a name="G-PARAM-SPEC-CHAR:CAPS"></a><h3>G_PARAM_SPEC_CHAR()</h3>
         | 
| 628 646 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_CHAR(pspec)           (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_CHAR, GParamSpecChar))
         | 
| 629 647 | 
             
            </pre>
         | 
| @@ -640,7 +658,7 @@ Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSp | |
| 640 658 | 
             
            </table></div>
         | 
| 641 659 | 
             
            </div>
         | 
| 642 660 | 
             
            <hr>
         | 
| 643 | 
            -
            <div class="refsect2" | 
| 661 | 
            +
            <div class="refsect2">
         | 
| 644 662 | 
             
            <a name="G-VALUE-HOLDS-CHAR:CAPS"></a><h3>G_VALUE_HOLDS_CHAR()</h3>
         | 
| 645 663 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_CHAR(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_CHAR))
         | 
| 646 664 | 
             
            </pre>
         | 
| @@ -664,7 +682,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 664 682 | 
             
            </table></div>
         | 
| 665 683 | 
             
            </div>
         | 
| 666 684 | 
             
            <hr>
         | 
| 667 | 
            -
            <div class="refsect2" | 
| 685 | 
            +
            <div class="refsect2">
         | 
| 668 686 | 
             
            <a name="G-TYPE-PARAM-CHAR:CAPS"></a><h3>G_TYPE_PARAM_CHAR</h3>
         | 
| 669 687 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_CHAR		   (g_param_spec_types[0])
         | 
| 670 688 | 
             
            </pre>
         | 
| @@ -673,7 +691,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 673 691 | 
             
            </p>
         | 
| 674 692 | 
             
            </div>
         | 
| 675 693 | 
             
            <hr>
         | 
| 676 | 
            -
            <div class="refsect2" | 
| 694 | 
            +
            <div class="refsect2">
         | 
| 677 695 | 
             
            <a name="GParamSpecChar"></a><h3>GParamSpecChar</h3>
         | 
| 678 696 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 679 697 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -713,9 +731,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 713 731 | 
             
            </table></div>
         | 
| 714 732 | 
             
            </div>
         | 
| 715 733 | 
             
            <hr>
         | 
| 716 | 
            -
            <div class="refsect2" | 
| 734 | 
            +
            <div class="refsect2">
         | 
| 717 735 | 
             
            <a name="g-param-spec-char"></a><h3>g_param_spec_char ()</h3>
         | 
| 718 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 736 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_char                   (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 719 737 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 720 738 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 721 739 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> minimum</code></em>,
         | 
| @@ -772,7 +790,7 @@ Creates a new <a class="link" href="gobject-Standard-Parameter-and-Value-Types.h | |
| 772 790 | 
             
            </table></div>
         | 
| 773 791 | 
             
            </div>
         | 
| 774 792 | 
             
            <hr>
         | 
| 775 | 
            -
            <div class="refsect2" | 
| 793 | 
            +
            <div class="refsect2">
         | 
| 776 794 | 
             
            <a name="g-value-set-char"></a><h3>g_value_set_char ()</h3>
         | 
| 777 795 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_char                    (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 778 796 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> v_char</code></em>);</pre>
         | 
| @@ -796,7 +814,7 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 796 814 | 
             
            </table></div>
         | 
| 797 815 | 
             
            </div>
         | 
| 798 816 | 
             
            <hr>
         | 
| 799 | 
            -
            <div class="refsect2" | 
| 817 | 
            +
            <div class="refsect2">
         | 
| 800 818 | 
             
            <a name="g-value-get-char"></a><h3>g_value_get_char ()</h3>
         | 
| 801 819 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>               g_value_get_char                    (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 802 820 | 
             
            <p>
         | 
| @@ -819,7 +837,7 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 819 837 | 
             
            </table></div>
         | 
| 820 838 | 
             
            </div>
         | 
| 821 839 | 
             
            <hr>
         | 
| 822 | 
            -
            <div class="refsect2" | 
| 840 | 
            +
            <div class="refsect2">
         | 
| 823 841 | 
             
            <a name="G-IS-PARAM-SPEC-UCHAR:CAPS"></a><h3>G_IS_PARAM_SPEC_UCHAR()</h3>
         | 
| 824 842 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_UCHAR(pspec)       (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_UCHAR))
         | 
| 825 843 | 
             
            </pre>
         | 
| @@ -843,7 +861,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 843 861 | 
             
            </table></div>
         | 
| 844 862 | 
             
            </div>
         | 
| 845 863 | 
             
            <hr>
         | 
| 846 | 
            -
            <div class="refsect2" | 
| 864 | 
            +
            <div class="refsect2">
         | 
| 847 865 | 
             
            <a name="G-PARAM-SPEC-UCHAR:CAPS"></a><h3>G_PARAM_SPEC_UCHAR()</h3>
         | 
| 848 866 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_UCHAR(pspec)          (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_UCHAR, GParamSpecUChar))
         | 
| 849 867 | 
             
            </pre>
         | 
| @@ -860,7 +878,7 @@ Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSp | |
| 860 878 | 
             
            </table></div>
         | 
| 861 879 | 
             
            </div>
         | 
| 862 880 | 
             
            <hr>
         | 
| 863 | 
            -
            <div class="refsect2" | 
| 881 | 
            +
            <div class="refsect2">
         | 
| 864 882 | 
             
            <a name="G-VALUE-HOLDS-UCHAR:CAPS"></a><h3>G_VALUE_HOLDS_UCHAR()</h3>
         | 
| 865 883 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_UCHAR(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_UCHAR))
         | 
| 866 884 | 
             
            </pre>
         | 
| @@ -884,7 +902,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 884 902 | 
             
            </table></div>
         | 
| 885 903 | 
             
            </div>
         | 
| 886 904 | 
             
            <hr>
         | 
| 887 | 
            -
            <div class="refsect2" | 
| 905 | 
            +
            <div class="refsect2">
         | 
| 888 906 | 
             
            <a name="G-TYPE-PARAM-UCHAR:CAPS"></a><h3>G_TYPE_PARAM_UCHAR</h3>
         | 
| 889 907 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_UCHAR		   (g_param_spec_types[1])
         | 
| 890 908 | 
             
            </pre>
         | 
| @@ -893,7 +911,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 893 911 | 
             
            </p>
         | 
| 894 912 | 
             
            </div>
         | 
| 895 913 | 
             
            <hr>
         | 
| 896 | 
            -
            <div class="refsect2" | 
| 914 | 
            +
            <div class="refsect2">
         | 
| 897 915 | 
             
            <a name="GParamSpecUChar"></a><h3>GParamSpecUChar</h3>
         | 
| 898 916 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 899 917 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -933,9 +951,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 933 951 | 
             
            </table></div>
         | 
| 934 952 | 
             
            </div>
         | 
| 935 953 | 
             
            <hr>
         | 
| 936 | 
            -
            <div class="refsect2" | 
| 954 | 
            +
            <div class="refsect2">
         | 
| 937 955 | 
             
            <a name="g-param-spec-uchar"></a><h3>g_param_spec_uchar ()</h3>
         | 
| 938 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 956 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_uchar                  (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 939 957 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 940 958 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 941 959 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> minimum</code></em>,
         | 
| @@ -992,7 +1010,7 @@ Creates a new <a class="link" href="gobject-Standard-Parameter-and-Value-Types.h | |
| 992 1010 | 
             
            </table></div>
         | 
| 993 1011 | 
             
            </div>
         | 
| 994 1012 | 
             
            <hr>
         | 
| 995 | 
            -
            <div class="refsect2" | 
| 1013 | 
            +
            <div class="refsect2">
         | 
| 996 1014 | 
             
            <a name="g-value-set-uchar"></a><h3>g_value_set_uchar ()</h3>
         | 
| 997 1015 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_uchar                   (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 998 1016 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> v_uchar</code></em>);</pre>
         | 
| @@ -1016,7 +1034,7 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 1016 1034 | 
             
            </table></div>
         | 
| 1017 1035 | 
             
            </div>
         | 
| 1018 1036 | 
             
            <hr>
         | 
| 1019 | 
            -
            <div class="refsect2" | 
| 1037 | 
            +
            <div class="refsect2">
         | 
| 1020 1038 | 
             
            <a name="g-value-get-uchar"></a><h3>g_value_get_uchar ()</h3>
         | 
| 1021 1039 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a>              g_value_get_uchar                   (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 1022 1040 | 
             
            <p>
         | 
| @@ -1039,7 +1057,7 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 1039 1057 | 
             
            </table></div>
         | 
| 1040 1058 | 
             
            </div>
         | 
| 1041 1059 | 
             
            <hr>
         | 
| 1042 | 
            -
            <div class="refsect2" | 
| 1060 | 
            +
            <div class="refsect2">
         | 
| 1043 1061 | 
             
            <a name="G-IS-PARAM-SPEC-INT:CAPS"></a><h3>G_IS_PARAM_SPEC_INT()</h3>
         | 
| 1044 1062 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_INT(pspec)         (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_INT))
         | 
| 1045 1063 | 
             
            </pre>
         | 
| @@ -1063,7 +1081,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 1063 1081 | 
             
            </table></div>
         | 
| 1064 1082 | 
             
            </div>
         | 
| 1065 1083 | 
             
            <hr>
         | 
| 1066 | 
            -
            <div class="refsect2" | 
| 1084 | 
            +
            <div class="refsect2">
         | 
| 1067 1085 | 
             
            <a name="G-PARAM-SPEC-INT:CAPS"></a><h3>G_PARAM_SPEC_INT()</h3>
         | 
| 1068 1086 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_INT(pspec)            (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_INT, GParamSpecInt))
         | 
| 1069 1087 | 
             
            </pre>
         | 
| @@ -1080,7 +1098,7 @@ Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSp | |
| 1080 1098 | 
             
            </table></div>
         | 
| 1081 1099 | 
             
            </div>
         | 
| 1082 1100 | 
             
            <hr>
         | 
| 1083 | 
            -
            <div class="refsect2" | 
| 1101 | 
            +
            <div class="refsect2">
         | 
| 1084 1102 | 
             
            <a name="G-VALUE-HOLDS-INT:CAPS"></a><h3>G_VALUE_HOLDS_INT()</h3>
         | 
| 1085 1103 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_INT(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_INT))
         | 
| 1086 1104 | 
             
            </pre>
         | 
| @@ -1104,7 +1122,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 1104 1122 | 
             
            </table></div>
         | 
| 1105 1123 | 
             
            </div>
         | 
| 1106 1124 | 
             
            <hr>
         | 
| 1107 | 
            -
            <div class="refsect2" | 
| 1125 | 
            +
            <div class="refsect2">
         | 
| 1108 1126 | 
             
            <a name="G-TYPE-PARAM-INT:CAPS"></a><h3>G_TYPE_PARAM_INT</h3>
         | 
| 1109 1127 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_INT		   (g_param_spec_types[3])
         | 
| 1110 1128 | 
             
            </pre>
         | 
| @@ -1113,7 +1131,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 1113 1131 | 
             
            </p>
         | 
| 1114 1132 | 
             
            </div>
         | 
| 1115 1133 | 
             
            <hr>
         | 
| 1116 | 
            -
            <div class="refsect2" | 
| 1134 | 
            +
            <div class="refsect2">
         | 
| 1117 1135 | 
             
            <a name="GParamSpecInt"></a><h3>GParamSpecInt</h3>
         | 
| 1118 1136 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 1119 1137 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -1153,9 +1171,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 1153 1171 | 
             
            </table></div>
         | 
| 1154 1172 | 
             
            </div>
         | 
| 1155 1173 | 
             
            <hr>
         | 
| 1156 | 
            -
            <div class="refsect2" | 
| 1174 | 
            +
            <div class="refsect2">
         | 
| 1157 1175 | 
             
            <a name="g-param-spec-int"></a><h3>g_param_spec_int ()</h3>
         | 
| 1158 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 1176 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_int                    (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 1159 1177 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 1160 1178 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 1161 1179 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> minimum</code></em>,
         | 
| @@ -1215,7 +1233,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 1215 1233 | 
             
            </table></div>
         | 
| 1216 1234 | 
             
            </div>
         | 
| 1217 1235 | 
             
            <hr>
         | 
| 1218 | 
            -
            <div class="refsect2" | 
| 1236 | 
            +
            <div class="refsect2">
         | 
| 1219 1237 | 
             
            <a name="g-value-set-int"></a><h3>g_value_set_int ()</h3>
         | 
| 1220 1238 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_int                     (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 1221 1239 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> v_int</code></em>);</pre>
         | 
| @@ -1239,7 +1257,7 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 1239 1257 | 
             
            </table></div>
         | 
| 1240 1258 | 
             
            </div>
         | 
| 1241 1259 | 
             
            <hr>
         | 
| 1242 | 
            -
            <div class="refsect2" | 
| 1260 | 
            +
            <div class="refsect2">
         | 
| 1243 1261 | 
             
            <a name="g-value-get-int"></a><h3>g_value_get_int ()</h3>
         | 
| 1244 1262 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                g_value_get_int                     (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 1245 1263 | 
             
            <p>
         | 
| @@ -1262,7 +1280,7 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 1262 1280 | 
             
            </table></div>
         | 
| 1263 1281 | 
             
            </div>
         | 
| 1264 1282 | 
             
            <hr>
         | 
| 1265 | 
            -
            <div class="refsect2" | 
| 1283 | 
            +
            <div class="refsect2">
         | 
| 1266 1284 | 
             
            <a name="G-IS-PARAM-SPEC-UINT:CAPS"></a><h3>G_IS_PARAM_SPEC_UINT()</h3>
         | 
| 1267 1285 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_UINT(pspec)        (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_UINT))
         | 
| 1268 1286 | 
             
            </pre>
         | 
| @@ -1286,7 +1304,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 1286 1304 | 
             
            </table></div>
         | 
| 1287 1305 | 
             
            </div>
         | 
| 1288 1306 | 
             
            <hr>
         | 
| 1289 | 
            -
            <div class="refsect2" | 
| 1307 | 
            +
            <div class="refsect2">
         | 
| 1290 1308 | 
             
            <a name="G-PARAM-SPEC-UINT:CAPS"></a><h3>G_PARAM_SPEC_UINT()</h3>
         | 
| 1291 1309 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_UINT(pspec)           (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_UINT, GParamSpecUInt))
         | 
| 1292 1310 | 
             
            </pre>
         | 
| @@ -1303,7 +1321,7 @@ Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSp | |
| 1303 1321 | 
             
            </table></div>
         | 
| 1304 1322 | 
             
            </div>
         | 
| 1305 1323 | 
             
            <hr>
         | 
| 1306 | 
            -
            <div class="refsect2" | 
| 1324 | 
            +
            <div class="refsect2">
         | 
| 1307 1325 | 
             
            <a name="G-VALUE-HOLDS-UINT:CAPS"></a><h3>G_VALUE_HOLDS_UINT()</h3>
         | 
| 1308 1326 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_UINT(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_UINT))
         | 
| 1309 1327 | 
             
            </pre>
         | 
| @@ -1327,7 +1345,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 1327 1345 | 
             
            </table></div>
         | 
| 1328 1346 | 
             
            </div>
         | 
| 1329 1347 | 
             
            <hr>
         | 
| 1330 | 
            -
            <div class="refsect2" | 
| 1348 | 
            +
            <div class="refsect2">
         | 
| 1331 1349 | 
             
            <a name="G-TYPE-PARAM-UINT:CAPS"></a><h3>G_TYPE_PARAM_UINT</h3>
         | 
| 1332 1350 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_UINT		   (g_param_spec_types[4])
         | 
| 1333 1351 | 
             
            </pre>
         | 
| @@ -1336,7 +1354,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 1336 1354 | 
             
            </p>
         | 
| 1337 1355 | 
             
            </div>
         | 
| 1338 1356 | 
             
            <hr>
         | 
| 1339 | 
            -
            <div class="refsect2" | 
| 1357 | 
            +
            <div class="refsect2">
         | 
| 1340 1358 | 
             
            <a name="GParamSpecUInt"></a><h3>GParamSpecUInt</h3>
         | 
| 1341 1359 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 1342 1360 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -1376,9 +1394,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 1376 1394 | 
             
            </table></div>
         | 
| 1377 1395 | 
             
            </div>
         | 
| 1378 1396 | 
             
            <hr>
         | 
| 1379 | 
            -
            <div class="refsect2" | 
| 1397 | 
            +
            <div class="refsect2">
         | 
| 1380 1398 | 
             
            <a name="g-param-spec-uint"></a><h3>g_param_spec_uint ()</h3>
         | 
| 1381 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 1399 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_uint                   (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 1382 1400 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 1383 1401 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 1384 1402 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> minimum</code></em>,
         | 
| @@ -1438,7 +1456,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 1438 1456 | 
             
            </table></div>
         | 
| 1439 1457 | 
             
            </div>
         | 
| 1440 1458 | 
             
            <hr>
         | 
| 1441 | 
            -
            <div class="refsect2" | 
| 1459 | 
            +
            <div class="refsect2">
         | 
| 1442 1460 | 
             
            <a name="g-value-set-uint"></a><h3>g_value_set_uint ()</h3>
         | 
| 1443 1461 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_uint                    (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 1444 1462 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> v_uint</code></em>);</pre>
         | 
| @@ -1462,7 +1480,7 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 1462 1480 | 
             
            </table></div>
         | 
| 1463 1481 | 
             
            </div>
         | 
| 1464 1482 | 
             
            <hr>
         | 
| 1465 | 
            -
            <div class="refsect2" | 
| 1483 | 
            +
            <div class="refsect2">
         | 
| 1466 1484 | 
             
            <a name="g-value-get-uint"></a><h3>g_value_get_uint ()</h3>
         | 
| 1467 1485 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               g_value_get_uint                    (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 1468 1486 | 
             
            <p>
         | 
| @@ -1485,7 +1503,7 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 1485 1503 | 
             
            </table></div>
         | 
| 1486 1504 | 
             
            </div>
         | 
| 1487 1505 | 
             
            <hr>
         | 
| 1488 | 
            -
            <div class="refsect2" | 
| 1506 | 
            +
            <div class="refsect2">
         | 
| 1489 1507 | 
             
            <a name="G-IS-PARAM-SPEC-LONG:CAPS"></a><h3>G_IS_PARAM_SPEC_LONG()</h3>
         | 
| 1490 1508 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_LONG(pspec)        (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_LONG))
         | 
| 1491 1509 | 
             
            </pre>
         | 
| @@ -1509,7 +1527,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 1509 1527 | 
             
            </table></div>
         | 
| 1510 1528 | 
             
            </div>
         | 
| 1511 1529 | 
             
            <hr>
         | 
| 1512 | 
            -
            <div class="refsect2" | 
| 1530 | 
            +
            <div class="refsect2">
         | 
| 1513 1531 | 
             
            <a name="G-PARAM-SPEC-LONG:CAPS"></a><h3>G_PARAM_SPEC_LONG()</h3>
         | 
| 1514 1532 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_LONG(pspec)           (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_LONG, GParamSpecLong))
         | 
| 1515 1533 | 
             
            </pre>
         | 
| @@ -1526,7 +1544,7 @@ Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSp | |
| 1526 1544 | 
             
            </table></div>
         | 
| 1527 1545 | 
             
            </div>
         | 
| 1528 1546 | 
             
            <hr>
         | 
| 1529 | 
            -
            <div class="refsect2" | 
| 1547 | 
            +
            <div class="refsect2">
         | 
| 1530 1548 | 
             
            <a name="G-VALUE-HOLDS-LONG:CAPS"></a><h3>G_VALUE_HOLDS_LONG()</h3>
         | 
| 1531 1549 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_LONG(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_LONG))
         | 
| 1532 1550 | 
             
            </pre>
         | 
| @@ -1550,7 +1568,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 1550 1568 | 
             
            </table></div>
         | 
| 1551 1569 | 
             
            </div>
         | 
| 1552 1570 | 
             
            <hr>
         | 
| 1553 | 
            -
            <div class="refsect2" | 
| 1571 | 
            +
            <div class="refsect2">
         | 
| 1554 1572 | 
             
            <a name="G-TYPE-PARAM-LONG:CAPS"></a><h3>G_TYPE_PARAM_LONG</h3>
         | 
| 1555 1573 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_LONG		   (g_param_spec_types[5])
         | 
| 1556 1574 | 
             
            </pre>
         | 
| @@ -1559,7 +1577,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 1559 1577 | 
             
            </p>
         | 
| 1560 1578 | 
             
            </div>
         | 
| 1561 1579 | 
             
            <hr>
         | 
| 1562 | 
            -
            <div class="refsect2" | 
| 1580 | 
            +
            <div class="refsect2">
         | 
| 1563 1581 | 
             
            <a name="GParamSpecLong"></a><h3>GParamSpecLong</h3>
         | 
| 1564 1582 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 1565 1583 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -1599,9 +1617,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 1599 1617 | 
             
            </table></div>
         | 
| 1600 1618 | 
             
            </div>
         | 
| 1601 1619 | 
             
            <hr>
         | 
| 1602 | 
            -
            <div class="refsect2" | 
| 1620 | 
            +
            <div class="refsect2">
         | 
| 1603 1621 | 
             
            <a name="g-param-spec-long"></a><h3>g_param_spec_long ()</h3>
         | 
| 1604 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 1622 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_long                   (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 1605 1623 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 1606 1624 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 1607 1625 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#glong"><span class="type">glong</span></a> minimum</code></em>,
         | 
| @@ -1661,7 +1679,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 1661 1679 | 
             
            </table></div>
         | 
| 1662 1680 | 
             
            </div>
         | 
| 1663 1681 | 
             
            <hr>
         | 
| 1664 | 
            -
            <div class="refsect2" | 
| 1682 | 
            +
            <div class="refsect2">
         | 
| 1665 1683 | 
             
            <a name="g-value-set-long"></a><h3>g_value_set_long ()</h3>
         | 
| 1666 1684 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_long                    (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 1667 1685 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#glong"><span class="type">glong</span></a> v_long</code></em>);</pre>
         | 
| @@ -1685,7 +1703,7 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 1685 1703 | 
             
            </table></div>
         | 
| 1686 1704 | 
             
            </div>
         | 
| 1687 1705 | 
             
            <hr>
         | 
| 1688 | 
            -
            <div class="refsect2" | 
| 1706 | 
            +
            <div class="refsect2">
         | 
| 1689 1707 | 
             
            <a name="g-value-get-long"></a><h3>g_value_get_long ()</h3>
         | 
| 1690 1708 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#glong"><span class="returnvalue">glong</span></a>               g_value_get_long                    (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 1691 1709 | 
             
            <p>
         | 
| @@ -1708,7 +1726,7 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 1708 1726 | 
             
            </table></div>
         | 
| 1709 1727 | 
             
            </div>
         | 
| 1710 1728 | 
             
            <hr>
         | 
| 1711 | 
            -
            <div class="refsect2" | 
| 1729 | 
            +
            <div class="refsect2">
         | 
| 1712 1730 | 
             
            <a name="G-IS-PARAM-SPEC-ULONG:CAPS"></a><h3>G_IS_PARAM_SPEC_ULONG()</h3>
         | 
| 1713 1731 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_ULONG(pspec)       (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_ULONG))
         | 
| 1714 1732 | 
             
            </pre>
         | 
| @@ -1732,7 +1750,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 1732 1750 | 
             
            </table></div>
         | 
| 1733 1751 | 
             
            </div>
         | 
| 1734 1752 | 
             
            <hr>
         | 
| 1735 | 
            -
            <div class="refsect2" | 
| 1753 | 
            +
            <div class="refsect2">
         | 
| 1736 1754 | 
             
            <a name="G-PARAM-SPEC-ULONG:CAPS"></a><h3>G_PARAM_SPEC_ULONG()</h3>
         | 
| 1737 1755 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_ULONG(pspec)          (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_ULONG, GParamSpecULong))
         | 
| 1738 1756 | 
             
            </pre>
         | 
| @@ -1749,7 +1767,7 @@ Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSp | |
| 1749 1767 | 
             
            </table></div>
         | 
| 1750 1768 | 
             
            </div>
         | 
| 1751 1769 | 
             
            <hr>
         | 
| 1752 | 
            -
            <div class="refsect2" | 
| 1770 | 
            +
            <div class="refsect2">
         | 
| 1753 1771 | 
             
            <a name="G-VALUE-HOLDS-ULONG:CAPS"></a><h3>G_VALUE_HOLDS_ULONG()</h3>
         | 
| 1754 1772 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_ULONG(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_ULONG))
         | 
| 1755 1773 | 
             
            </pre>
         | 
| @@ -1773,7 +1791,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 1773 1791 | 
             
            </table></div>
         | 
| 1774 1792 | 
             
            </div>
         | 
| 1775 1793 | 
             
            <hr>
         | 
| 1776 | 
            -
            <div class="refsect2" | 
| 1794 | 
            +
            <div class="refsect2">
         | 
| 1777 1795 | 
             
            <a name="G-TYPE-PARAM-ULONG:CAPS"></a><h3>G_TYPE_PARAM_ULONG</h3>
         | 
| 1778 1796 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_ULONG		   (g_param_spec_types[6])
         | 
| 1779 1797 | 
             
            </pre>
         | 
| @@ -1782,7 +1800,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 1782 1800 | 
             
            </p>
         | 
| 1783 1801 | 
             
            </div>
         | 
| 1784 1802 | 
             
            <hr>
         | 
| 1785 | 
            -
            <div class="refsect2" | 
| 1803 | 
            +
            <div class="refsect2">
         | 
| 1786 1804 | 
             
            <a name="GParamSpecULong"></a><h3>GParamSpecULong</h3>
         | 
| 1787 1805 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 1788 1806 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -1822,9 +1840,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 1822 1840 | 
             
            </table></div>
         | 
| 1823 1841 | 
             
            </div>
         | 
| 1824 1842 | 
             
            <hr>
         | 
| 1825 | 
            -
            <div class="refsect2" | 
| 1843 | 
            +
            <div class="refsect2">
         | 
| 1826 1844 | 
             
            <a name="g-param-spec-ulong"></a><h3>g_param_spec_ulong ()</h3>
         | 
| 1827 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 1845 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_ulong                  (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 1828 1846 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 1829 1847 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 1830 1848 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> minimum</code></em>,
         | 
| @@ -1885,7 +1903,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 1885 1903 | 
             
            </table></div>
         | 
| 1886 1904 | 
             
            </div>
         | 
| 1887 1905 | 
             
            <hr>
         | 
| 1888 | 
            -
            <div class="refsect2" | 
| 1906 | 
            +
            <div class="refsect2">
         | 
| 1889 1907 | 
             
            <a name="g-value-set-ulong"></a><h3>g_value_set_ulong ()</h3>
         | 
| 1890 1908 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_ulong                   (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 1891 1909 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> v_ulong</code></em>);</pre>
         | 
| @@ -1909,7 +1927,7 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 1909 1927 | 
             
            </table></div>
         | 
| 1910 1928 | 
             
            </div>
         | 
| 1911 1929 | 
             
            <hr>
         | 
| 1912 | 
            -
            <div class="refsect2" | 
| 1930 | 
            +
            <div class="refsect2">
         | 
| 1913 1931 | 
             
            <a name="g-value-get-ulong"></a><h3>g_value_get_ulong ()</h3>
         | 
| 1914 1932 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gulong"><span class="returnvalue">gulong</span></a>              g_value_get_ulong                   (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 1915 1933 | 
             
            <p>
         | 
| @@ -1932,7 +1950,7 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 1932 1950 | 
             
            </table></div>
         | 
| 1933 1951 | 
             
            </div>
         | 
| 1934 1952 | 
             
            <hr>
         | 
| 1935 | 
            -
            <div class="refsect2" | 
| 1953 | 
            +
            <div class="refsect2">
         | 
| 1936 1954 | 
             
            <a name="G-IS-PARAM-SPEC-INT64:CAPS"></a><h3>G_IS_PARAM_SPEC_INT64()</h3>
         | 
| 1937 1955 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_INT64(pspec)       (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_INT64))
         | 
| 1938 1956 | 
             
            </pre>
         | 
| @@ -1956,7 +1974,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 1956 1974 | 
             
            </table></div>
         | 
| 1957 1975 | 
             
            </div>
         | 
| 1958 1976 | 
             
            <hr>
         | 
| 1959 | 
            -
            <div class="refsect2" | 
| 1977 | 
            +
            <div class="refsect2">
         | 
| 1960 1978 | 
             
            <a name="G-PARAM-SPEC-INT64:CAPS"></a><h3>G_PARAM_SPEC_INT64()</h3>
         | 
| 1961 1979 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_INT64(pspec)          (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_INT64, GParamSpecInt64))
         | 
| 1962 1980 | 
             
            </pre>
         | 
| @@ -1973,7 +1991,7 @@ Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSp | |
| 1973 1991 | 
             
            </table></div>
         | 
| 1974 1992 | 
             
            </div>
         | 
| 1975 1993 | 
             
            <hr>
         | 
| 1976 | 
            -
            <div class="refsect2" | 
| 1994 | 
            +
            <div class="refsect2">
         | 
| 1977 1995 | 
             
            <a name="G-VALUE-HOLDS-INT64:CAPS"></a><h3>G_VALUE_HOLDS_INT64()</h3>
         | 
| 1978 1996 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_INT64(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_INT64))
         | 
| 1979 1997 | 
             
            </pre>
         | 
| @@ -1997,7 +2015,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 1997 2015 | 
             
            </table></div>
         | 
| 1998 2016 | 
             
            </div>
         | 
| 1999 2017 | 
             
            <hr>
         | 
| 2000 | 
            -
            <div class="refsect2" | 
| 2018 | 
            +
            <div class="refsect2">
         | 
| 2001 2019 | 
             
            <a name="G-TYPE-PARAM-INT64:CAPS"></a><h3>G_TYPE_PARAM_INT64</h3>
         | 
| 2002 2020 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_INT64		   (g_param_spec_types[7])
         | 
| 2003 2021 | 
             
            </pre>
         | 
| @@ -2006,7 +2024,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 2006 2024 | 
             
            </p>
         | 
| 2007 2025 | 
             
            </div>
         | 
| 2008 2026 | 
             
            <hr>
         | 
| 2009 | 
            -
            <div class="refsect2" | 
| 2027 | 
            +
            <div class="refsect2">
         | 
| 2010 2028 | 
             
            <a name="GParamSpecInt64"></a><h3>GParamSpecInt64</h3>
         | 
| 2011 2029 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 2012 2030 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -2046,9 +2064,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 2046 2064 | 
             
            </table></div>
         | 
| 2047 2065 | 
             
            </div>
         | 
| 2048 2066 | 
             
            <hr>
         | 
| 2049 | 
            -
            <div class="refsect2" | 
| 2067 | 
            +
            <div class="refsect2">
         | 
| 2050 2068 | 
             
            <a name="g-param-spec-int64"></a><h3>g_param_spec_int64 ()</h3>
         | 
| 2051 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 2069 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_int64                  (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 2052 2070 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 2053 2071 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 2054 2072 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a> minimum</code></em>,
         | 
| @@ -2108,7 +2126,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 2108 2126 | 
             
            </table></div>
         | 
| 2109 2127 | 
             
            </div>
         | 
| 2110 2128 | 
             
            <hr>
         | 
| 2111 | 
            -
            <div class="refsect2" | 
| 2129 | 
            +
            <div class="refsect2">
         | 
| 2112 2130 | 
             
            <a name="g-value-set-int64"></a><h3>g_value_set_int64 ()</h3>
         | 
| 2113 2131 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_int64                   (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 2114 2132 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a> v_int64</code></em>);</pre>
         | 
| @@ -2132,7 +2150,7 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 2132 2150 | 
             
            </table></div>
         | 
| 2133 2151 | 
             
            </div>
         | 
| 2134 2152 | 
             
            <hr>
         | 
| 2135 | 
            -
            <div class="refsect2" | 
| 2153 | 
            +
            <div class="refsect2">
         | 
| 2136 2154 | 
             
            <a name="g-value-get-int64"></a><h3>g_value_get_int64 ()</h3>
         | 
| 2137 2155 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a>              g_value_get_int64                   (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 2138 2156 | 
             
            <p>
         | 
| @@ -2155,7 +2173,7 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 2155 2173 | 
             
            </table></div>
         | 
| 2156 2174 | 
             
            </div>
         | 
| 2157 2175 | 
             
            <hr>
         | 
| 2158 | 
            -
            <div class="refsect2" | 
| 2176 | 
            +
            <div class="refsect2">
         | 
| 2159 2177 | 
             
            <a name="G-IS-PARAM-SPEC-UINT64:CAPS"></a><h3>G_IS_PARAM_SPEC_UINT64()</h3>
         | 
| 2160 2178 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_UINT64(pspec)      (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_UINT64))
         | 
| 2161 2179 | 
             
            </pre>
         | 
| @@ -2179,7 +2197,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 2179 2197 | 
             
            </table></div>
         | 
| 2180 2198 | 
             
            </div>
         | 
| 2181 2199 | 
             
            <hr>
         | 
| 2182 | 
            -
            <div class="refsect2" | 
| 2200 | 
            +
            <div class="refsect2">
         | 
| 2183 2201 | 
             
            <a name="G-PARAM-SPEC-UINT64:CAPS"></a><h3>G_PARAM_SPEC_UINT64()</h3>
         | 
| 2184 2202 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_UINT64(pspec)         (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_UINT64, GParamSpecUInt64))
         | 
| 2185 2203 | 
             
            </pre>
         | 
| @@ -2196,7 +2214,7 @@ Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSp | |
| 2196 2214 | 
             
            </table></div>
         | 
| 2197 2215 | 
             
            </div>
         | 
| 2198 2216 | 
             
            <hr>
         | 
| 2199 | 
            -
            <div class="refsect2" | 
| 2217 | 
            +
            <div class="refsect2">
         | 
| 2200 2218 | 
             
            <a name="G-VALUE-HOLDS-UINT64:CAPS"></a><h3>G_VALUE_HOLDS_UINT64()</h3>
         | 
| 2201 2219 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_UINT64(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_UINT64))
         | 
| 2202 2220 | 
             
            </pre>
         | 
| @@ -2220,7 +2238,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 2220 2238 | 
             
            </table></div>
         | 
| 2221 2239 | 
             
            </div>
         | 
| 2222 2240 | 
             
            <hr>
         | 
| 2223 | 
            -
            <div class="refsect2" | 
| 2241 | 
            +
            <div class="refsect2">
         | 
| 2224 2242 | 
             
            <a name="G-TYPE-PARAM-UINT64:CAPS"></a><h3>G_TYPE_PARAM_UINT64</h3>
         | 
| 2225 2243 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_UINT64		   (g_param_spec_types[8])
         | 
| 2226 2244 | 
             
            </pre>
         | 
| @@ -2229,7 +2247,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 2229 2247 | 
             
            </p>
         | 
| 2230 2248 | 
             
            </div>
         | 
| 2231 2249 | 
             
            <hr>
         | 
| 2232 | 
            -
            <div class="refsect2" | 
| 2250 | 
            +
            <div class="refsect2">
         | 
| 2233 2251 | 
             
            <a name="GParamSpecUInt64"></a><h3>GParamSpecUInt64</h3>
         | 
| 2234 2252 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 2235 2253 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -2269,9 +2287,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 2269 2287 | 
             
            </table></div>
         | 
| 2270 2288 | 
             
            </div>
         | 
| 2271 2289 | 
             
            <hr>
         | 
| 2272 | 
            -
            <div class="refsect2" | 
| 2290 | 
            +
            <div class="refsect2">
         | 
| 2273 2291 | 
             
            <a name="g-param-spec-uint64"></a><h3>g_param_spec_uint64 ()</h3>
         | 
| 2274 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 2292 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_uint64                 (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 2275 2293 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 2276 2294 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 2277 2295 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> minimum</code></em>,
         | 
| @@ -2332,7 +2350,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 2332 2350 | 
             
            </table></div>
         | 
| 2333 2351 | 
             
            </div>
         | 
| 2334 2352 | 
             
            <hr>
         | 
| 2335 | 
            -
            <div class="refsect2" | 
| 2353 | 
            +
            <div class="refsect2">
         | 
| 2336 2354 | 
             
            <a name="g-value-set-uint64"></a><h3>g_value_set_uint64 ()</h3>
         | 
| 2337 2355 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_uint64                  (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 2338 2356 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> v_uint64</code></em>);</pre>
         | 
| @@ -2356,7 +2374,7 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 2356 2374 | 
             
            </table></div>
         | 
| 2357 2375 | 
             
            </div>
         | 
| 2358 2376 | 
             
            <hr>
         | 
| 2359 | 
            -
            <div class="refsect2" | 
| 2377 | 
            +
            <div class="refsect2">
         | 
| 2360 2378 | 
             
            <a name="g-value-get-uint64"></a><h3>g_value_get_uint64 ()</h3>
         | 
| 2361 2379 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>             g_value_get_uint64                  (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 2362 2380 | 
             
            <p>
         | 
| @@ -2379,7 +2397,7 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 2379 2397 | 
             
            </table></div>
         | 
| 2380 2398 | 
             
            </div>
         | 
| 2381 2399 | 
             
            <hr>
         | 
| 2382 | 
            -
            <div class="refsect2" | 
| 2400 | 
            +
            <div class="refsect2">
         | 
| 2383 2401 | 
             
            <a name="G-IS-PARAM-SPEC-FLOAT:CAPS"></a><h3>G_IS_PARAM_SPEC_FLOAT()</h3>
         | 
| 2384 2402 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_FLOAT(pspec)       (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_FLOAT))
         | 
| 2385 2403 | 
             
            </pre>
         | 
| @@ -2403,7 +2421,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 2403 2421 | 
             
            </table></div>
         | 
| 2404 2422 | 
             
            </div>
         | 
| 2405 2423 | 
             
            <hr>
         | 
| 2406 | 
            -
            <div class="refsect2" | 
| 2424 | 
            +
            <div class="refsect2">
         | 
| 2407 2425 | 
             
            <a name="G-PARAM-SPEC-FLOAT:CAPS"></a><h3>G_PARAM_SPEC_FLOAT()</h3>
         | 
| 2408 2426 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_FLOAT(pspec)          (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_FLOAT, GParamSpecFloat))
         | 
| 2409 2427 | 
             
            </pre>
         | 
| @@ -2420,7 +2438,7 @@ Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSp | |
| 2420 2438 | 
             
            </table></div>
         | 
| 2421 2439 | 
             
            </div>
         | 
| 2422 2440 | 
             
            <hr>
         | 
| 2423 | 
            -
            <div class="refsect2" | 
| 2441 | 
            +
            <div class="refsect2">
         | 
| 2424 2442 | 
             
            <a name="G-VALUE-HOLDS-FLOAT:CAPS"></a><h3>G_VALUE_HOLDS_FLOAT()</h3>
         | 
| 2425 2443 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_FLOAT(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_FLOAT))
         | 
| 2426 2444 | 
             
            </pre>
         | 
| @@ -2444,7 +2462,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 2444 2462 | 
             
            </table></div>
         | 
| 2445 2463 | 
             
            </div>
         | 
| 2446 2464 | 
             
            <hr>
         | 
| 2447 | 
            -
            <div class="refsect2" | 
| 2465 | 
            +
            <div class="refsect2">
         | 
| 2448 2466 | 
             
            <a name="G-TYPE-PARAM-FLOAT:CAPS"></a><h3>G_TYPE_PARAM_FLOAT</h3>
         | 
| 2449 2467 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_FLOAT		   (g_param_spec_types[12])
         | 
| 2450 2468 | 
             
            </pre>
         | 
| @@ -2453,7 +2471,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 2453 2471 | 
             
            </p>
         | 
| 2454 2472 | 
             
            </div>
         | 
| 2455 2473 | 
             
            <hr>
         | 
| 2456 | 
            -
            <div class="refsect2" | 
| 2474 | 
            +
            <div class="refsect2">
         | 
| 2457 2475 | 
             
            <a name="GParamSpecFloat"></a><h3>GParamSpecFloat</h3>
         | 
| 2458 2476 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 2459 2477 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -2500,9 +2518,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 2500 2518 | 
             
            </table></div>
         | 
| 2501 2519 | 
             
            </div>
         | 
| 2502 2520 | 
             
            <hr>
         | 
| 2503 | 
            -
            <div class="refsect2" | 
| 2521 | 
            +
            <div class="refsect2">
         | 
| 2504 2522 | 
             
            <a name="g-param-spec-float"></a><h3>g_param_spec_float ()</h3>
         | 
| 2505 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 2523 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_float                  (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 2506 2524 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 2507 2525 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 2508 2526 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> minimum</code></em>,
         | 
| @@ -2562,7 +2580,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 2562 2580 | 
             
            </table></div>
         | 
| 2563 2581 | 
             
            </div>
         | 
| 2564 2582 | 
             
            <hr>
         | 
| 2565 | 
            -
            <div class="refsect2" | 
| 2583 | 
            +
            <div class="refsect2">
         | 
| 2566 2584 | 
             
            <a name="g-value-set-float"></a><h3>g_value_set_float ()</h3>
         | 
| 2567 2585 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_float                   (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 2568 2586 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> v_float</code></em>);</pre>
         | 
| @@ -2586,7 +2604,7 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 2586 2604 | 
             
            </table></div>
         | 
| 2587 2605 | 
             
            </div>
         | 
| 2588 2606 | 
             
            <hr>
         | 
| 2589 | 
            -
            <div class="refsect2" | 
| 2607 | 
            +
            <div class="refsect2">
         | 
| 2590 2608 | 
             
            <a name="g-value-get-float"></a><h3>g_value_get_float ()</h3>
         | 
| 2591 2609 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>              g_value_get_float                   (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 2592 2610 | 
             
            <p>
         | 
| @@ -2609,7 +2627,7 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 2609 2627 | 
             
            </table></div>
         | 
| 2610 2628 | 
             
            </div>
         | 
| 2611 2629 | 
             
            <hr>
         | 
| 2612 | 
            -
            <div class="refsect2" | 
| 2630 | 
            +
            <div class="refsect2">
         | 
| 2613 2631 | 
             
            <a name="G-IS-PARAM-SPEC-DOUBLE:CAPS"></a><h3>G_IS_PARAM_SPEC_DOUBLE()</h3>
         | 
| 2614 2632 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_DOUBLE(pspec)      (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_DOUBLE))
         | 
| 2615 2633 | 
             
            </pre>
         | 
| @@ -2633,7 +2651,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 2633 2651 | 
             
            </table></div>
         | 
| 2634 2652 | 
             
            </div>
         | 
| 2635 2653 | 
             
            <hr>
         | 
| 2636 | 
            -
            <div class="refsect2" | 
| 2654 | 
            +
            <div class="refsect2">
         | 
| 2637 2655 | 
             
            <a name="G-PARAM-SPEC-DOUBLE:CAPS"></a><h3>G_PARAM_SPEC_DOUBLE()</h3>
         | 
| 2638 2656 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_DOUBLE(pspec)         (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_DOUBLE, GParamSpecDouble))
         | 
| 2639 2657 | 
             
            </pre>
         | 
| @@ -2650,7 +2668,7 @@ Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSp | |
| 2650 2668 | 
             
            </table></div>
         | 
| 2651 2669 | 
             
            </div>
         | 
| 2652 2670 | 
             
            <hr>
         | 
| 2653 | 
            -
            <div class="refsect2" | 
| 2671 | 
            +
            <div class="refsect2">
         | 
| 2654 2672 | 
             
            <a name="G-VALUE-HOLDS-DOUBLE:CAPS"></a><h3>G_VALUE_HOLDS_DOUBLE()</h3>
         | 
| 2655 2673 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_DOUBLE(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_DOUBLE))
         | 
| 2656 2674 | 
             
            </pre>
         | 
| @@ -2674,7 +2692,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 2674 2692 | 
             
            </table></div>
         | 
| 2675 2693 | 
             
            </div>
         | 
| 2676 2694 | 
             
            <hr>
         | 
| 2677 | 
            -
            <div class="refsect2" | 
| 2695 | 
            +
            <div class="refsect2">
         | 
| 2678 2696 | 
             
            <a name="G-TYPE-PARAM-DOUBLE:CAPS"></a><h3>G_TYPE_PARAM_DOUBLE</h3>
         | 
| 2679 2697 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_DOUBLE		   (g_param_spec_types[13])
         | 
| 2680 2698 | 
             
            </pre>
         | 
| @@ -2683,7 +2701,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 2683 2701 | 
             
            </p>
         | 
| 2684 2702 | 
             
            </div>
         | 
| 2685 2703 | 
             
            <hr>
         | 
| 2686 | 
            -
            <div class="refsect2" | 
| 2704 | 
            +
            <div class="refsect2">
         | 
| 2687 2705 | 
             
            <a name="GParamSpecDouble"></a><h3>GParamSpecDouble</h3>
         | 
| 2688 2706 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 2689 2707 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -2730,9 +2748,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 2730 2748 | 
             
            </table></div>
         | 
| 2731 2749 | 
             
            </div>
         | 
| 2732 2750 | 
             
            <hr>
         | 
| 2733 | 
            -
            <div class="refsect2" | 
| 2751 | 
            +
            <div class="refsect2">
         | 
| 2734 2752 | 
             
            <a name="g-param-spec-double"></a><h3>g_param_spec_double ()</h3>
         | 
| 2735 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 2753 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_double                 (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 2736 2754 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 2737 2755 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 2738 2756 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> minimum</code></em>,
         | 
| @@ -2793,7 +2811,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 2793 2811 | 
             
            </table></div>
         | 
| 2794 2812 | 
             
            </div>
         | 
| 2795 2813 | 
             
            <hr>
         | 
| 2796 | 
            -
            <div class="refsect2" | 
| 2814 | 
            +
            <div class="refsect2">
         | 
| 2797 2815 | 
             
            <a name="g-value-set-double"></a><h3>g_value_set_double ()</h3>
         | 
| 2798 2816 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_double                  (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 2799 2817 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> v_double</code></em>);</pre>
         | 
| @@ -2817,7 +2835,7 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 2817 2835 | 
             
            </table></div>
         | 
| 2818 2836 | 
             
            </div>
         | 
| 2819 2837 | 
             
            <hr>
         | 
| 2820 | 
            -
            <div class="refsect2" | 
| 2838 | 
            +
            <div class="refsect2">
         | 
| 2821 2839 | 
             
            <a name="g-value-get-double"></a><h3>g_value_get_double ()</h3>
         | 
| 2822 2840 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             g_value_get_double                  (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 2823 2841 | 
             
            <p>
         | 
| @@ -2840,7 +2858,7 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 2840 2858 | 
             
            </table></div>
         | 
| 2841 2859 | 
             
            </div>
         | 
| 2842 2860 | 
             
            <hr>
         | 
| 2843 | 
            -
            <div class="refsect2" | 
| 2861 | 
            +
            <div class="refsect2">
         | 
| 2844 2862 | 
             
            <a name="G-IS-PARAM-SPEC-ENUM:CAPS"></a><h3>G_IS_PARAM_SPEC_ENUM()</h3>
         | 
| 2845 2863 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_ENUM(pspec)        (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_ENUM))
         | 
| 2846 2864 | 
             
            </pre>
         | 
| @@ -2864,7 +2882,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 2864 2882 | 
             
            </table></div>
         | 
| 2865 2883 | 
             
            </div>
         | 
| 2866 2884 | 
             
            <hr>
         | 
| 2867 | 
            -
            <div class="refsect2" | 
| 2885 | 
            +
            <div class="refsect2">
         | 
| 2868 2886 | 
             
            <a name="G-PARAM-SPEC-ENUM:CAPS"></a><h3>G_PARAM_SPEC_ENUM()</h3>
         | 
| 2869 2887 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_ENUM(pspec)           (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_ENUM, GParamSpecEnum))
         | 
| 2870 2888 | 
             
            </pre>
         | 
| @@ -2881,7 +2899,7 @@ Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSp | |
| 2881 2899 | 
             
            </table></div>
         | 
| 2882 2900 | 
             
            </div>
         | 
| 2883 2901 | 
             
            <hr>
         | 
| 2884 | 
            -
            <div class="refsect2" | 
| 2902 | 
            +
            <div class="refsect2">
         | 
| 2885 2903 | 
             
            <a name="G-VALUE-HOLDS-ENUM:CAPS"></a><h3>G_VALUE_HOLDS_ENUM()</h3>
         | 
| 2886 2904 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_ENUM(value)      (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_ENUM))
         | 
| 2887 2905 | 
             
            </pre>
         | 
| @@ -2905,7 +2923,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 2905 2923 | 
             
            </table></div>
         | 
| 2906 2924 | 
             
            </div>
         | 
| 2907 2925 | 
             
            <hr>
         | 
| 2908 | 
            -
            <div class="refsect2" | 
| 2926 | 
            +
            <div class="refsect2">
         | 
| 2909 2927 | 
             
            <a name="G-TYPE-PARAM-ENUM:CAPS"></a><h3>G_TYPE_PARAM_ENUM</h3>
         | 
| 2910 2928 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_ENUM		   (g_param_spec_types[10])
         | 
| 2911 2929 | 
             
            </pre>
         | 
| @@ -2914,7 +2932,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 2914 2932 | 
             
            </p>
         | 
| 2915 2933 | 
             
            </div>
         | 
| 2916 2934 | 
             
            <hr>
         | 
| 2917 | 
            -
            <div class="refsect2" | 
| 2935 | 
            +
            <div class="refsect2">
         | 
| 2918 2936 | 
             
            <a name="GParamSpecEnum"></a><h3>GParamSpecEnum</h3>
         | 
| 2919 2937 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 2920 2938 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -2949,9 +2967,9 @@ properties. | |
| 2949 2967 | 
             
            </table></div>
         | 
| 2950 2968 | 
             
            </div>
         | 
| 2951 2969 | 
             
            <hr>
         | 
| 2952 | 
            -
            <div class="refsect2" | 
| 2970 | 
            +
            <div class="refsect2">
         | 
| 2953 2971 | 
             
            <a name="g-param-spec-enum"></a><h3>g_param_spec_enum ()</h3>
         | 
| 2954 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 2972 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_enum                   (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 2955 2973 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 2956 2974 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 2957 2975 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> enum_type</code></em>,
         | 
| @@ -3006,7 +3024,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 3006 3024 | 
             
            </table></div>
         | 
| 3007 3025 | 
             
            </div>
         | 
| 3008 3026 | 
             
            <hr>
         | 
| 3009 | 
            -
            <div class="refsect2" | 
| 3027 | 
            +
            <div class="refsect2">
         | 
| 3010 3028 | 
             
            <a name="g-value-set-enum"></a><h3>g_value_set_enum ()</h3>
         | 
| 3011 3029 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_enum                    (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 3012 3030 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> v_enum</code></em>);</pre>
         | 
| @@ -3030,7 +3048,7 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 3030 3048 | 
             
            </table></div>
         | 
| 3031 3049 | 
             
            </div>
         | 
| 3032 3050 | 
             
            <hr>
         | 
| 3033 | 
            -
            <div class="refsect2" | 
| 3051 | 
            +
            <div class="refsect2">
         | 
| 3034 3052 | 
             
            <a name="g-value-get-enum"></a><h3>g_value_get_enum ()</h3>
         | 
| 3035 3053 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                g_value_get_enum                    (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 3036 3054 | 
             
            <p>
         | 
| @@ -3053,7 +3071,7 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 3053 3071 | 
             
            </table></div>
         | 
| 3054 3072 | 
             
            </div>
         | 
| 3055 3073 | 
             
            <hr>
         | 
| 3056 | 
            -
            <div class="refsect2" | 
| 3074 | 
            +
            <div class="refsect2">
         | 
| 3057 3075 | 
             
            <a name="G-IS-PARAM-SPEC-FLAGS:CAPS"></a><h3>G_IS_PARAM_SPEC_FLAGS()</h3>
         | 
| 3058 3076 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_FLAGS(pspec)       (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_FLAGS))
         | 
| 3059 3077 | 
             
            </pre>
         | 
| @@ -3077,7 +3095,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 3077 3095 | 
             
            </table></div>
         | 
| 3078 3096 | 
             
            </div>
         | 
| 3079 3097 | 
             
            <hr>
         | 
| 3080 | 
            -
            <div class="refsect2" | 
| 3098 | 
            +
            <div class="refsect2">
         | 
| 3081 3099 | 
             
            <a name="G-PARAM-SPEC-FLAGS:CAPS"></a><h3>G_PARAM_SPEC_FLAGS()</h3>
         | 
| 3082 3100 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_FLAGS(pspec)          (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_FLAGS, GParamSpecFlags))
         | 
| 3083 3101 | 
             
            </pre>
         | 
| @@ -3094,7 +3112,7 @@ Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSp | |
| 3094 3112 | 
             
            </table></div>
         | 
| 3095 3113 | 
             
            </div>
         | 
| 3096 3114 | 
             
            <hr>
         | 
| 3097 | 
            -
            <div class="refsect2" | 
| 3115 | 
            +
            <div class="refsect2">
         | 
| 3098 3116 | 
             
            <a name="G-VALUE-HOLDS-FLAGS:CAPS"></a><h3>G_VALUE_HOLDS_FLAGS()</h3>
         | 
| 3099 3117 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_FLAGS(value)     (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_FLAGS))
         | 
| 3100 3118 | 
             
            </pre>
         | 
| @@ -3118,7 +3136,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 3118 3136 | 
             
            </table></div>
         | 
| 3119 3137 | 
             
            </div>
         | 
| 3120 3138 | 
             
            <hr>
         | 
| 3121 | 
            -
            <div class="refsect2" | 
| 3139 | 
            +
            <div class="refsect2">
         | 
| 3122 3140 | 
             
            <a name="G-TYPE-PARAM-FLAGS:CAPS"></a><h3>G_TYPE_PARAM_FLAGS</h3>
         | 
| 3123 3141 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_FLAGS		   (g_param_spec_types[11])
         | 
| 3124 3142 | 
             
            </pre>
         | 
| @@ -3127,7 +3145,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 3127 3145 | 
             
            </p>
         | 
| 3128 3146 | 
             
            </div>
         | 
| 3129 3147 | 
             
            <hr>
         | 
| 3130 | 
            -
            <div class="refsect2" | 
| 3148 | 
            +
            <div class="refsect2">
         | 
| 3131 3149 | 
             
            <a name="GParamSpecFlags"></a><h3>GParamSpecFlags</h3>
         | 
| 3132 3150 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 3133 3151 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -3162,9 +3180,9 @@ properties. | |
| 3162 3180 | 
             
            </table></div>
         | 
| 3163 3181 | 
             
            </div>
         | 
| 3164 3182 | 
             
            <hr>
         | 
| 3165 | 
            -
            <div class="refsect2" | 
| 3183 | 
            +
            <div class="refsect2">
         | 
| 3166 3184 | 
             
            <a name="g-param-spec-flags"></a><h3>g_param_spec_flags ()</h3>
         | 
| 3167 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 3185 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_flags                  (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 3168 3186 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 3169 3187 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 3170 3188 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> flags_type</code></em>,
         | 
| @@ -3219,7 +3237,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 3219 3237 | 
             
            </table></div>
         | 
| 3220 3238 | 
             
            </div>
         | 
| 3221 3239 | 
             
            <hr>
         | 
| 3222 | 
            -
            <div class="refsect2" | 
| 3240 | 
            +
            <div class="refsect2">
         | 
| 3223 3241 | 
             
            <a name="g-value-set-flags"></a><h3>g_value_set_flags ()</h3>
         | 
| 3224 3242 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_flags                   (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 3225 3243 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> v_flags</code></em>);</pre>
         | 
| @@ -3243,7 +3261,7 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 3243 3261 | 
             
            </table></div>
         | 
| 3244 3262 | 
             
            </div>
         | 
| 3245 3263 | 
             
            <hr>
         | 
| 3246 | 
            -
            <div class="refsect2" | 
| 3264 | 
            +
            <div class="refsect2">
         | 
| 3247 3265 | 
             
            <a name="g-value-get-flags"></a><h3>g_value_get_flags ()</h3>
         | 
| 3248 3266 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               g_value_get_flags                   (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 3249 3267 | 
             
            <p>
         | 
| @@ -3266,7 +3284,7 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 3266 3284 | 
             
            </table></div>
         | 
| 3267 3285 | 
             
            </div>
         | 
| 3268 3286 | 
             
            <hr>
         | 
| 3269 | 
            -
            <div class="refsect2" | 
| 3287 | 
            +
            <div class="refsect2">
         | 
| 3270 3288 | 
             
            <a name="G-IS-PARAM-SPEC-STRING:CAPS"></a><h3>G_IS_PARAM_SPEC_STRING()</h3>
         | 
| 3271 3289 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_STRING(pspec)      (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_STRING))
         | 
| 3272 3290 | 
             
            </pre>
         | 
| @@ -3290,7 +3308,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 3290 3308 | 
             
            </table></div>
         | 
| 3291 3309 | 
             
            </div>
         | 
| 3292 3310 | 
             
            <hr>
         | 
| 3293 | 
            -
            <div class="refsect2" | 
| 3311 | 
            +
            <div class="refsect2">
         | 
| 3294 3312 | 
             
            <a name="G-PARAM-SPEC-STRING:CAPS"></a><h3>G_PARAM_SPEC_STRING()</h3>
         | 
| 3295 3313 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_STRING(pspec)         (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_STRING, GParamSpecString))
         | 
| 3296 3314 | 
             
            </pre>
         | 
| @@ -3307,7 +3325,7 @@ Casts a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamS | |
| 3307 3325 | 
             
            </table></div>
         | 
| 3308 3326 | 
             
            </div>
         | 
| 3309 3327 | 
             
            <hr>
         | 
| 3310 | 
            -
            <div class="refsect2" | 
| 3328 | 
            +
            <div class="refsect2">
         | 
| 3311 3329 | 
             
            <a name="G-VALUE-HOLDS-STRING:CAPS"></a><h3>G_VALUE_HOLDS_STRING()</h3>
         | 
| 3312 3330 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_STRING(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_STRING))
         | 
| 3313 3331 | 
             
            </pre>
         | 
| @@ -3331,7 +3349,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 3331 3349 | 
             
            </table></div>
         | 
| 3332 3350 | 
             
            </div>
         | 
| 3333 3351 | 
             
            <hr>
         | 
| 3334 | 
            -
            <div class="refsect2" | 
| 3352 | 
            +
            <div class="refsect2">
         | 
| 3335 3353 | 
             
            <a name="G-TYPE-PARAM-STRING:CAPS"></a><h3>G_TYPE_PARAM_STRING</h3>
         | 
| 3336 3354 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_STRING		   (g_param_spec_types[14])
         | 
| 3337 3355 | 
             
            </pre>
         | 
| @@ -3340,7 +3358,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 3340 3358 | 
             
            </p>
         | 
| 3341 3359 | 
             
            </div>
         | 
| 3342 3360 | 
             
            <hr>
         | 
| 3343 | 
            -
            <div class="refsect2" | 
| 3361 | 
            +
            <div class="refsect2">
         | 
| 3344 3362 | 
             
            <a name="GParamSpecString"></a><h3>GParamSpecString</h3>
         | 
| 3345 3363 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 3346 3364 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -3399,7 +3417,7 @@ properties. | |
| 3399 3417 | 
             
            </table></div>
         | 
| 3400 3418 | 
             
            </div>
         | 
| 3401 3419 | 
             
            <hr>
         | 
| 3402 | 
            -
            <div class="refsect2" | 
| 3420 | 
            +
            <div class="refsect2">
         | 
| 3403 3421 | 
             
            <a name="gchararray"></a><h3>gchararray</h3>
         | 
| 3404 3422 | 
             
            <pre class="programlisting">typedef gchar* gchararray;
         | 
| 3405 3423 | 
             
            </pre>
         | 
| @@ -3408,9 +3426,9 @@ A C representable type name for <a class="link" href="gobject-Type-Information.h | |
| 3408 3426 | 
             
            </p>
         | 
| 3409 3427 | 
             
            </div>
         | 
| 3410 3428 | 
             
            <hr>
         | 
| 3411 | 
            -
            <div class="refsect2" | 
| 3429 | 
            +
            <div class="refsect2">
         | 
| 3412 3430 | 
             
            <a name="g-param-spec-string"></a><h3>g_param_spec_string ()</h3>
         | 
| 3413 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 3431 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_string                 (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 3414 3432 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 3415 3433 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 3416 3434 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *default_value</code></em>,
         | 
| @@ -3458,7 +3476,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 3458 3476 | 
             
            </table></div>
         | 
| 3459 3477 | 
             
            </div>
         | 
| 3460 3478 | 
             
            <hr>
         | 
| 3461 | 
            -
            <div class="refsect2" | 
| 3479 | 
            +
            <div class="refsect2">
         | 
| 3462 3480 | 
             
            <a name="g-value-set-string"></a><h3>g_value_set_string ()</h3>
         | 
| 3463 3481 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_string                  (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 3464 3482 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *v_string</code></em>);</pre>
         | 
| @@ -3482,7 +3500,7 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 3482 3500 | 
             
            </table></div>
         | 
| 3483 3501 | 
             
            </div>
         | 
| 3484 3502 | 
             
            <hr>
         | 
| 3485 | 
            -
            <div class="refsect2" | 
| 3503 | 
            +
            <div class="refsect2">
         | 
| 3486 3504 | 
             
            <a name="g-value-set-static-string"></a><h3>g_value_set_static_string ()</h3>
         | 
| 3487 3505 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_static_string           (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 3488 3506 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *v_string</code></em>);</pre>
         | 
| @@ -3508,7 +3526,7 @@ when setting the <a class="link" href="gobject-Generic-values.html#GValue" title | |
| 3508 3526 | 
             
            </table></div>
         | 
| 3509 3527 | 
             
            </div>
         | 
| 3510 3528 | 
             
            <hr>
         | 
| 3511 | 
            -
            <div class="refsect2" | 
| 3529 | 
            +
            <div class="refsect2">
         | 
| 3512 3530 | 
             
            <a name="g-value-take-string"></a><h3>g_value_take_string ()</h3>
         | 
| 3513 3531 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_take_string                 (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 3514 3532 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *v_string</code></em>);</pre>
         | 
| @@ -3533,11 +3551,11 @@ Sets the contents of a <a class="link" href="gobject-Type-Information.html#G-TYP | |
| 3533 3551 | 
             
            <p class="since">Since 2.4</p>
         | 
| 3534 3552 | 
             
            </div>
         | 
| 3535 3553 | 
             
            <hr>
         | 
| 3536 | 
            -
            <div class="refsect2" | 
| 3554 | 
            +
            <div class="refsect2">
         | 
| 3537 3555 | 
             
            <a name="g-value-set-string-take-ownership"></a><h3>g_value_set_string_take_ownership ()</h3>
         | 
| 3538 3556 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_string_take_ownership   (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 3539 3557 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *v_string</code></em>);</pre>
         | 
| 3540 | 
            -
            <div class="warning"  | 
| 3558 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 3541 3559 | 
             
            <h3 class="title">Warning</h3>
         | 
| 3542 3560 | 
             
            <p><code class="literal">g_value_set_string_take_ownership</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-take-string" title="g_value_take_string ()"><code class="function">g_value_take_string()</code></a> instead.</p>
         | 
| 3543 3561 | 
             
            </div>
         | 
| @@ -3561,9 +3579,9 @@ This is an internal function introduced mainly for C marshallers. | |
| 3561 3579 | 
             
            </table></div>
         | 
| 3562 3580 | 
             
            </div>
         | 
| 3563 3581 | 
             
            <hr>
         | 
| 3564 | 
            -
            <div class="refsect2" | 
| 3582 | 
            +
            <div class="refsect2">
         | 
| 3565 3583 | 
             
            <a name="g-value-get-string"></a><h3>g_value_get_string ()</h3>
         | 
| 3566 | 
            -
            <pre class="programlisting">const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a | 
| 3584 | 
            +
            <pre class="programlisting">const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       g_value_get_string                  (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 3567 3585 | 
             
            <p>
         | 
| 3568 3586 | 
             
            Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-STRING:CAPS" title="G_TYPE_STRING"><code class="literal">G_TYPE_STRING</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.
         | 
| 3569 3587 | 
             
            </p>
         | 
| @@ -3584,9 +3602,9 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 3584 3602 | 
             
            </table></div>
         | 
| 3585 3603 | 
             
            </div>
         | 
| 3586 3604 | 
             
            <hr>
         | 
| 3587 | 
            -
            <div class="refsect2" | 
| 3605 | 
            +
            <div class="refsect2">
         | 
| 3588 3606 | 
             
            <a name="g-value-dup-string"></a><h3>g_value_dup_string ()</h3>
         | 
| 3589 | 
            -
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a | 
| 3607 | 
            +
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *		           g_value_dup_string                  (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 3590 3608 | 
             
            <p>
         | 
| 3591 3609 | 
             
            Get a copy the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-STRING:CAPS" title="G_TYPE_STRING"><code class="literal">G_TYPE_STRING</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.
         | 
| 3592 3610 | 
             
            </p>
         | 
| @@ -3607,7 +3625,7 @@ Get a copy the contents of a <a class="link" href="gobject-Type-Information.html | |
| 3607 3625 | 
             
            </table></div>
         | 
| 3608 3626 | 
             
            </div>
         | 
| 3609 3627 | 
             
            <hr>
         | 
| 3610 | 
            -
            <div class="refsect2" | 
| 3628 | 
            +
            <div class="refsect2">
         | 
| 3611 3629 | 
             
            <a name="G-IS-PARAM-SPEC-PARAM:CAPS"></a><h3>G_IS_PARAM_SPEC_PARAM()</h3>
         | 
| 3612 3630 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_PARAM(pspec)       (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_PARAM))
         | 
| 3613 3631 | 
             
            </pre>
         | 
| @@ -3631,7 +3649,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 3631 3649 | 
             
            </table></div>
         | 
| 3632 3650 | 
             
            </div>
         | 
| 3633 3651 | 
             
            <hr>
         | 
| 3634 | 
            -
            <div class="refsect2" | 
| 3652 | 
            +
            <div class="refsect2">
         | 
| 3635 3653 | 
             
            <a name="G-PARAM-SPEC-PARAM:CAPS"></a><h3>G_PARAM_SPEC_PARAM()</h3>
         | 
| 3636 3654 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_PARAM(pspec)          (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_PARAM, GParamSpecParam))
         | 
| 3637 3655 | 
             
            </pre>
         | 
| @@ -3648,7 +3666,7 @@ Casts a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamS | |
| 3648 3666 | 
             
            </table></div>
         | 
| 3649 3667 | 
             
            </div>
         | 
| 3650 3668 | 
             
            <hr>
         | 
| 3651 | 
            -
            <div class="refsect2" | 
| 3669 | 
            +
            <div class="refsect2">
         | 
| 3652 3670 | 
             
            <a name="G-VALUE-HOLDS-PARAM:CAPS"></a><h3>G_VALUE_HOLDS_PARAM()</h3>
         | 
| 3653 3671 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_PARAM(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_PARAM))
         | 
| 3654 3672 | 
             
            </pre>
         | 
| @@ -3672,7 +3690,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 3672 3690 | 
             
            </table></div>
         | 
| 3673 3691 | 
             
            </div>
         | 
| 3674 3692 | 
             
            <hr>
         | 
| 3675 | 
            -
            <div class="refsect2" | 
| 3693 | 
            +
            <div class="refsect2">
         | 
| 3676 3694 | 
             
            <a name="G-TYPE-PARAM-PARAM:CAPS"></a><h3>G_TYPE_PARAM_PARAM</h3>
         | 
| 3677 3695 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_PARAM		   (g_param_spec_types[15])
         | 
| 3678 3696 | 
             
            </pre>
         | 
| @@ -3681,7 +3699,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 3681 3699 | 
             
            </p>
         | 
| 3682 3700 | 
             
            </div>
         | 
| 3683 3701 | 
             
            <hr>
         | 
| 3684 | 
            -
            <div class="refsect2" | 
| 3702 | 
            +
            <div class="refsect2">
         | 
| 3685 3703 | 
             
            <a name="GParamSpecParam"></a><h3>GParamSpecParam</h3>
         | 
| 3686 3704 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 3687 3705 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -3701,9 +3719,9 @@ properties. | |
| 3701 3719 | 
             
            </table></div>
         | 
| 3702 3720 | 
             
            </div>
         | 
| 3703 3721 | 
             
            <hr>
         | 
| 3704 | 
            -
            <div class="refsect2" | 
| 3722 | 
            +
            <div class="refsect2">
         | 
| 3705 3723 | 
             
            <a name="g-param-spec-param"></a><h3>g_param_spec_param ()</h3>
         | 
| 3706 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 3724 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_param                  (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 3707 3725 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 3708 3726 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 3709 3727 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> param_type</code></em>,
         | 
| @@ -3752,7 +3770,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 3752 3770 | 
             
            </table></div>
         | 
| 3753 3771 | 
             
            </div>
         | 
| 3754 3772 | 
             
            <hr>
         | 
| 3755 | 
            -
            <div class="refsect2" | 
| 3773 | 
            +
            <div class="refsect2">
         | 
| 3756 3774 | 
             
            <a name="g-value-set-param"></a><h3>g_value_set_param ()</h3>
         | 
| 3757 3775 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_param                   (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 3758 3776 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a> *param</code></em>);</pre>
         | 
| @@ -3776,7 +3794,7 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 3776 3794 | 
             
            </table></div>
         | 
| 3777 3795 | 
             
            </div>
         | 
| 3778 3796 | 
             
            <hr>
         | 
| 3779 | 
            -
            <div class="refsect2" | 
| 3797 | 
            +
            <div class="refsect2">
         | 
| 3780 3798 | 
             
            <a name="g-value-take-param"></a><h3>g_value_take_param ()</h3>
         | 
| 3781 3799 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_take_param                  (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 3782 3800 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a> *param</code></em>);</pre>
         | 
| @@ -3803,11 +3821,11 @@ doesn't have to unref it any more. | |
| 3803 3821 | 
             
            <p class="since">Since 2.4</p>
         | 
| 3804 3822 | 
             
            </div>
         | 
| 3805 3823 | 
             
            <hr>
         | 
| 3806 | 
            -
            <div class="refsect2" | 
| 3824 | 
            +
            <div class="refsect2">
         | 
| 3807 3825 | 
             
            <a name="g-value-set-param-take-ownership"></a><h3>g_value_set_param_take_ownership ()</h3>
         | 
| 3808 3826 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_param_take_ownership    (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 3809 3827 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a> *param</code></em>);</pre>
         | 
| 3810 | 
            -
            <div class="warning"  | 
| 3828 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 3811 3829 | 
             
            <h3 class="title">Warning</h3>
         | 
| 3812 3830 | 
             
            <p><code class="literal">g_value_set_param_take_ownership</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-take-param" title="g_value_take_param ()"><code class="function">g_value_take_param()</code></a> instead.</p>
         | 
| 3813 3831 | 
             
            </div>
         | 
| @@ -3831,9 +3849,9 @@ This is an internal function introduced mainly for C marshallers. | |
| 3831 3849 | 
             
            </table></div>
         | 
| 3832 3850 | 
             
            </div>
         | 
| 3833 3851 | 
             
            <hr>
         | 
| 3834 | 
            -
            <div class="refsect2" | 
| 3852 | 
            +
            <div class="refsect2">
         | 
| 3835 3853 | 
             
            <a name="g-value-get-param"></a><h3>g_value_get_param ()</h3>
         | 
| 3836 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 3854 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *        g_value_get_param                   (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 3837 3855 | 
             
            <p>
         | 
| 3838 3856 | 
             
            Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-PARAM:CAPS" title="G_TYPE_PARAM"><code class="literal">G_TYPE_PARAM</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.
         | 
| 3839 3857 | 
             
            </p>
         | 
| @@ -3854,9 +3872,9 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 3854 3872 | 
             
            </table></div>
         | 
| 3855 3873 | 
             
            </div>
         | 
| 3856 3874 | 
             
            <hr>
         | 
| 3857 | 
            -
            <div class="refsect2" | 
| 3875 | 
            +
            <div class="refsect2">
         | 
| 3858 3876 | 
             
            <a name="g-value-dup-param"></a><h3>g_value_dup_param ()</h3>
         | 
| 3859 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 3877 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *        g_value_dup_param                   (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 3860 3878 | 
             
            <p>
         | 
| 3861 3879 | 
             
            Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-PARAM:CAPS" title="G_TYPE_PARAM"><code class="literal">G_TYPE_PARAM</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>, increasing its
         | 
| 3862 3880 | 
             
            reference count.
         | 
| @@ -3879,7 +3897,7 @@ reference count. | |
| 3879 3897 | 
             
            </table></div>
         | 
| 3880 3898 | 
             
            </div>
         | 
| 3881 3899 | 
             
            <hr>
         | 
| 3882 | 
            -
            <div class="refsect2" | 
| 3900 | 
            +
            <div class="refsect2">
         | 
| 3883 3901 | 
             
            <a name="G-IS-PARAM-SPEC-BOXED:CAPS"></a><h3>G_IS_PARAM_SPEC_BOXED()</h3>
         | 
| 3884 3902 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_BOXED(pspec)       (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_BOXED))
         | 
| 3885 3903 | 
             
            </pre>
         | 
| @@ -3903,7 +3921,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 3903 3921 | 
             
            </table></div>
         | 
| 3904 3922 | 
             
            </div>
         | 
| 3905 3923 | 
             
            <hr>
         | 
| 3906 | 
            -
            <div class="refsect2" | 
| 3924 | 
            +
            <div class="refsect2">
         | 
| 3907 3925 | 
             
            <a name="G-PARAM-SPEC-BOXED:CAPS"></a><h3>G_PARAM_SPEC_BOXED()</h3>
         | 
| 3908 3926 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_BOXED(pspec)          (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_BOXED, GParamSpecBoxed))
         | 
| 3909 3927 | 
             
            </pre>
         | 
| @@ -3920,7 +3938,7 @@ Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSp | |
| 3920 3938 | 
             
            </table></div>
         | 
| 3921 3939 | 
             
            </div>
         | 
| 3922 3940 | 
             
            <hr>
         | 
| 3923 | 
            -
            <div class="refsect2" | 
| 3941 | 
            +
            <div class="refsect2">
         | 
| 3924 3942 | 
             
            <a name="G-VALUE-HOLDS-BOXED:CAPS"></a><h3>G_VALUE_HOLDS_BOXED()</h3>
         | 
| 3925 3943 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_BOXED(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_BOXED))
         | 
| 3926 3944 | 
             
            </pre>
         | 
| @@ -3944,7 +3962,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 3944 3962 | 
             
            </table></div>
         | 
| 3945 3963 | 
             
            </div>
         | 
| 3946 3964 | 
             
            <hr>
         | 
| 3947 | 
            -
            <div class="refsect2" | 
| 3965 | 
            +
            <div class="refsect2">
         | 
| 3948 3966 | 
             
            <a name="G-TYPE-PARAM-BOXED:CAPS"></a><h3>G_TYPE_PARAM_BOXED</h3>
         | 
| 3949 3967 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_BOXED		   (g_param_spec_types[16])
         | 
| 3950 3968 | 
             
            </pre>
         | 
| @@ -3953,7 +3971,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 3953 3971 | 
             
            </p>
         | 
| 3954 3972 | 
             
            </div>
         | 
| 3955 3973 | 
             
            <hr>
         | 
| 3956 | 
            -
            <div class="refsect2" | 
| 3974 | 
            +
            <div class="refsect2">
         | 
| 3957 3975 | 
             
            <a name="GParamSpecBoxed"></a><h3>GParamSpecBoxed</h3>
         | 
| 3958 3976 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 3959 3977 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -3972,9 +3990,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 3972 3990 | 
             
            </table></div>
         | 
| 3973 3991 | 
             
            </div>
         | 
| 3974 3992 | 
             
            <hr>
         | 
| 3975 | 
            -
            <div class="refsect2" | 
| 3993 | 
            +
            <div class="refsect2">
         | 
| 3976 3994 | 
             
            <a name="g-param-spec-boxed"></a><h3>g_param_spec_boxed ()</h3>
         | 
| 3977 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 3995 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_boxed                  (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 3978 3996 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 3979 3997 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 3980 3998 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> boxed_type</code></em>,
         | 
| @@ -4024,7 +4042,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 4024 4042 | 
             
            </table></div>
         | 
| 4025 4043 | 
             
            </div>
         | 
| 4026 4044 | 
             
            <hr>
         | 
| 4027 | 
            -
            <div class="refsect2" | 
| 4045 | 
            +
            <div class="refsect2">
         | 
| 4028 4046 | 
             
            <a name="g-value-set-boxed"></a><h3>g_value_set_boxed ()</h3>
         | 
| 4029 4047 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_boxed                   (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 4030 4048 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> v_boxed</code></em>);</pre>
         | 
| @@ -4048,7 +4066,7 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 4048 4066 | 
             
            </table></div>
         | 
| 4049 4067 | 
             
            </div>
         | 
| 4050 4068 | 
             
            <hr>
         | 
| 4051 | 
            -
            <div class="refsect2" | 
| 4069 | 
            +
            <div class="refsect2">
         | 
| 4052 4070 | 
             
            <a name="g-value-set-static-boxed"></a><h3>g_value_set_static_boxed ()</h3>
         | 
| 4053 4071 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_static_boxed            (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 4054 4072 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> v_boxed</code></em>);</pre>
         | 
| @@ -4074,7 +4092,7 @@ when setting the <a class="link" href="gobject-Generic-values.html#GValue" title | |
| 4074 4092 | 
             
            </table></div>
         | 
| 4075 4093 | 
             
            </div>
         | 
| 4076 4094 | 
             
            <hr>
         | 
| 4077 | 
            -
            <div class="refsect2" | 
| 4095 | 
            +
            <div class="refsect2">
         | 
| 4078 4096 | 
             
            <a name="g-value-take-boxed"></a><h3>g_value_take_boxed ()</h3>
         | 
| 4079 4097 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_take_boxed                  (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 4080 4098 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> v_boxed</code></em>);</pre>
         | 
| @@ -4101,11 +4119,11 @@ the caller doesn't have to unref it any more. | |
| 4101 4119 | 
             
            <p class="since">Since 2.4</p>
         | 
| 4102 4120 | 
             
            </div>
         | 
| 4103 4121 | 
             
            <hr>
         | 
| 4104 | 
            -
            <div class="refsect2" | 
| 4122 | 
            +
            <div class="refsect2">
         | 
| 4105 4123 | 
             
            <a name="g-value-set-boxed-take-ownership"></a><h3>g_value_set_boxed_take_ownership ()</h3>
         | 
| 4106 4124 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_boxed_take_ownership    (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 4107 4125 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> v_boxed</code></em>);</pre>
         | 
| 4108 | 
            -
            <div class="warning"  | 
| 4126 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 4109 4127 | 
             
            <h3 class="title">Warning</h3>
         | 
| 4110 4128 | 
             
            <p><code class="literal">g_value_set_boxed_take_ownership</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-take-boxed" title="g_value_take_boxed ()"><code class="function">g_value_take_boxed()</code></a> instead.</p>
         | 
| 4111 4129 | 
             
            </div>
         | 
| @@ -4129,7 +4147,7 @@ This is an internal function introduced mainly for C marshallers. | |
| 4129 4147 | 
             
            </table></div>
         | 
| 4130 4148 | 
             
            </div>
         | 
| 4131 4149 | 
             
            <hr>
         | 
| 4132 | 
            -
            <div class="refsect2" | 
| 4150 | 
            +
            <div class="refsect2">
         | 
| 4133 4151 | 
             
            <a name="g-value-get-boxed"></a><h3>g_value_get_boxed ()</h3>
         | 
| 4134 4152 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            g_value_get_boxed                   (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 4135 4153 | 
             
            <p>
         | 
| @@ -4152,7 +4170,7 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 4152 4170 | 
             
            </table></div>
         | 
| 4153 4171 | 
             
            </div>
         | 
| 4154 4172 | 
             
            <hr>
         | 
| 4155 | 
            -
            <div class="refsect2" | 
| 4173 | 
            +
            <div class="refsect2">
         | 
| 4156 4174 | 
             
            <a name="g-value-dup-boxed"></a><h3>g_value_dup_boxed ()</h3>
         | 
| 4157 4175 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            g_value_dup_boxed                   (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 4158 4176 | 
             
            <p>
         | 
| @@ -4178,7 +4196,7 @@ return_value); | |
| 4178 4196 | 
             
            </table></div>
         | 
| 4179 4197 | 
             
            </div>
         | 
| 4180 4198 | 
             
            <hr>
         | 
| 4181 | 
            -
            <div class="refsect2" | 
| 4199 | 
            +
            <div class="refsect2">
         | 
| 4182 4200 | 
             
            <a name="G-IS-PARAM-SPEC-POINTER:CAPS"></a><h3>G_IS_PARAM_SPEC_POINTER()</h3>
         | 
| 4183 4201 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_POINTER(pspec)     (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_POINTER))
         | 
| 4184 4202 | 
             
            </pre>
         | 
| @@ -4202,7 +4220,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 4202 4220 | 
             
            </table></div>
         | 
| 4203 4221 | 
             
            </div>
         | 
| 4204 4222 | 
             
            <hr>
         | 
| 4205 | 
            -
            <div class="refsect2" | 
| 4223 | 
            +
            <div class="refsect2">
         | 
| 4206 4224 | 
             
            <a name="G-PARAM-SPEC-POINTER:CAPS"></a><h3>G_PARAM_SPEC_POINTER()</h3>
         | 
| 4207 4225 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_POINTER(pspec)        (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_POINTER, GParamSpecPointer))
         | 
| 4208 4226 | 
             
            </pre>
         | 
| @@ -4219,7 +4237,7 @@ Casts a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamS | |
| 4219 4237 | 
             
            </table></div>
         | 
| 4220 4238 | 
             
            </div>
         | 
| 4221 4239 | 
             
            <hr>
         | 
| 4222 | 
            -
            <div class="refsect2" | 
| 4240 | 
            +
            <div class="refsect2">
         | 
| 4223 4241 | 
             
            <a name="G-VALUE-HOLDS-POINTER:CAPS"></a><h3>G_VALUE_HOLDS_POINTER()</h3>
         | 
| 4224 4242 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_POINTER(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_POINTER))
         | 
| 4225 4243 | 
             
            </pre>
         | 
| @@ -4243,7 +4261,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 4243 4261 | 
             
            </table></div>
         | 
| 4244 4262 | 
             
            </div>
         | 
| 4245 4263 | 
             
            <hr>
         | 
| 4246 | 
            -
            <div class="refsect2" | 
| 4264 | 
            +
            <div class="refsect2">
         | 
| 4247 4265 | 
             
            <a name="G-TYPE-PARAM-POINTER:CAPS"></a><h3>G_TYPE_PARAM_POINTER</h3>
         | 
| 4248 4266 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_POINTER		   (g_param_spec_types[17])
         | 
| 4249 4267 | 
             
            </pre>
         | 
| @@ -4252,7 +4270,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 4252 4270 | 
             
            </p>
         | 
| 4253 4271 | 
             
            </div>
         | 
| 4254 4272 | 
             
            <hr>
         | 
| 4255 | 
            -
            <div class="refsect2" | 
| 4273 | 
            +
            <div class="refsect2">
         | 
| 4256 4274 | 
             
            <a name="GParamSpecPointer"></a><h3>GParamSpecPointer</h3>
         | 
| 4257 4275 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 4258 4276 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -4271,9 +4289,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 4271 4289 | 
             
            </table></div>
         | 
| 4272 4290 | 
             
            </div>
         | 
| 4273 4291 | 
             
            <hr>
         | 
| 4274 | 
            -
            <div class="refsect2" | 
| 4292 | 
            +
            <div class="refsect2">
         | 
| 4275 4293 | 
             
            <a name="g-param-spec-pointer"></a><h3>g_param_spec_pointer ()</h3>
         | 
| 4276 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 4294 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_pointer                (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 4277 4295 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 4278 4296 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 4279 4297 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-GParamSpec.html#GParamFlags" title="enum GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>);</pre>
         | 
| @@ -4315,7 +4333,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 4315 4333 | 
             
            </table></div>
         | 
| 4316 4334 | 
             
            </div>
         | 
| 4317 4335 | 
             
            <hr>
         | 
| 4318 | 
            -
            <div class="refsect2" | 
| 4336 | 
            +
            <div class="refsect2">
         | 
| 4319 4337 | 
             
            <a name="g-value-set-pointer"></a><h3>g_value_set_pointer ()</h3>
         | 
| 4320 4338 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_pointer                 (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 4321 4339 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> v_pointer</code></em>);</pre>
         | 
| @@ -4339,7 +4357,7 @@ Set the contents of a pointer <a class="link" href="gobject-Generic-values.html# | |
| 4339 4357 | 
             
            </table></div>
         | 
| 4340 4358 | 
             
            </div>
         | 
| 4341 4359 | 
             
            <hr>
         | 
| 4342 | 
            -
            <div class="refsect2" | 
| 4360 | 
            +
            <div class="refsect2">
         | 
| 4343 4361 | 
             
            <a name="g-value-get-pointer"></a><h3>g_value_get_pointer ()</h3>
         | 
| 4344 4362 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            g_value_get_pointer                 (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 4345 4363 | 
             
            <p>
         | 
| @@ -4362,7 +4380,7 @@ Get the contents of a pointer <a class="link" href="gobject-Generic-values.html# | |
| 4362 4380 | 
             
            </table></div>
         | 
| 4363 4381 | 
             
            </div>
         | 
| 4364 4382 | 
             
            <hr>
         | 
| 4365 | 
            -
            <div class="refsect2" | 
| 4383 | 
            +
            <div class="refsect2">
         | 
| 4366 4384 | 
             
            <a name="G-IS-PARAM-SPEC-OBJECT:CAPS"></a><h3>G_IS_PARAM_SPEC_OBJECT()</h3>
         | 
| 4367 4385 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_OBJECT(pspec)      (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_OBJECT))
         | 
| 4368 4386 | 
             
            </pre>
         | 
| @@ -4386,7 +4404,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 4386 4404 | 
             
            </table></div>
         | 
| 4387 4405 | 
             
            </div>
         | 
| 4388 4406 | 
             
            <hr>
         | 
| 4389 | 
            -
            <div class="refsect2" | 
| 4407 | 
            +
            <div class="refsect2">
         | 
| 4390 4408 | 
             
            <a name="G-PARAM-SPEC-OBJECT:CAPS"></a><h3>G_PARAM_SPEC_OBJECT()</h3>
         | 
| 4391 4409 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_OBJECT(pspec)         (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_OBJECT, GParamSpecObject))
         | 
| 4392 4410 | 
             
            </pre>
         | 
| @@ -4403,7 +4421,7 @@ Casts a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamS | |
| 4403 4421 | 
             
            </table></div>
         | 
| 4404 4422 | 
             
            </div>
         | 
| 4405 4423 | 
             
            <hr>
         | 
| 4406 | 
            -
            <div class="refsect2" | 
| 4424 | 
            +
            <div class="refsect2">
         | 
| 4407 4425 | 
             
            <a name="G-VALUE-HOLDS-OBJECT:CAPS"></a><h3>G_VALUE_HOLDS_OBJECT()</h3>
         | 
| 4408 4426 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_OBJECT(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_OBJECT))
         | 
| 4409 4427 | 
             
            </pre>
         | 
| @@ -4427,7 +4445,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 4427 4445 | 
             
            </table></div>
         | 
| 4428 4446 | 
             
            </div>
         | 
| 4429 4447 | 
             
            <hr>
         | 
| 4430 | 
            -
            <div class="refsect2" | 
| 4448 | 
            +
            <div class="refsect2">
         | 
| 4431 4449 | 
             
            <a name="G-TYPE-PARAM-OBJECT:CAPS"></a><h3>G_TYPE_PARAM_OBJECT</h3>
         | 
| 4432 4450 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_OBJECT		   (g_param_spec_types[19])
         | 
| 4433 4451 | 
             
            </pre>
         | 
| @@ -4436,7 +4454,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 4436 4454 | 
             
            </p>
         | 
| 4437 4455 | 
             
            </div>
         | 
| 4438 4456 | 
             
            <hr>
         | 
| 4439 | 
            -
            <div class="refsect2" | 
| 4457 | 
            +
            <div class="refsect2">
         | 
| 4440 4458 | 
             
            <a name="GParamSpecObject"></a><h3>GParamSpecObject</h3>
         | 
| 4441 4459 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 4442 4460 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -4455,9 +4473,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 4455 4473 | 
             
            </table></div>
         | 
| 4456 4474 | 
             
            </div>
         | 
| 4457 4475 | 
             
            <hr>
         | 
| 4458 | 
            -
            <div class="refsect2" | 
| 4476 | 
            +
            <div class="refsect2">
         | 
| 4459 4477 | 
             
            <a name="g-param-spec-object"></a><h3>g_param_spec_object ()</h3>
         | 
| 4460 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 4478 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_object                 (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 4461 4479 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 4462 4480 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 4463 4481 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> object_type</code></em>,
         | 
| @@ -4507,7 +4525,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 4507 4525 | 
             
            </table></div>
         | 
| 4508 4526 | 
             
            </div>
         | 
| 4509 4527 | 
             
            <hr>
         | 
| 4510 | 
            -
            <div class="refsect2" | 
| 4528 | 
            +
            <div class="refsect2">
         | 
| 4511 4529 | 
             
            <a name="g-value-set-object"></a><h3>g_value_set_object ()</h3>
         | 
| 4512 4530 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_object                  (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 4513 4531 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> v_object</code></em>);</pre>
         | 
| @@ -4543,7 +4561,7 @@ the <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><sp | |
| 4543 4561 | 
             
            </table></div>
         | 
| 4544 4562 | 
             
            </div>
         | 
| 4545 4563 | 
             
            <hr>
         | 
| 4546 | 
            -
            <div class="refsect2" | 
| 4564 | 
            +
            <div class="refsect2">
         | 
| 4547 4565 | 
             
            <a name="g-value-take-object"></a><h3>g_value_take_object ()</h3>
         | 
| 4548 4566 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_take_object                 (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 4549 4567 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> v_object</code></em>);</pre>
         | 
| @@ -4575,11 +4593,11 @@ If you want the <a class="link" href="gobject-Generic-values.html#GValue" title= | |
| 4575 4593 | 
             
            <p class="since">Since 2.4</p>
         | 
| 4576 4594 | 
             
            </div>
         | 
| 4577 4595 | 
             
            <hr>
         | 
| 4578 | 
            -
            <div class="refsect2" | 
| 4596 | 
            +
            <div class="refsect2">
         | 
| 4579 4597 | 
             
            <a name="g-value-set-object-take-ownership"></a><h3>g_value_set_object_take_ownership ()</h3>
         | 
| 4580 4598 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_object_take_ownership   (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 4581 4599 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> v_object</code></em>);</pre>
         | 
| 4582 | 
            -
            <div class="warning"  | 
| 4600 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 4583 4601 | 
             
            <h3 class="title">Warning</h3>
         | 
| 4584 4602 | 
             
            <p><code class="literal">g_value_set_object_take_ownership</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-take-object" title="g_value_take_object ()"><code class="function">g_value_take_object()</code></a> instead.</p>
         | 
| 4585 4603 | 
             
            </div>
         | 
| @@ -4603,7 +4621,7 @@ This is an internal function introduced mainly for C marshallers. | |
| 4603 4621 | 
             
            </table></div>
         | 
| 4604 4622 | 
             
            </div>
         | 
| 4605 4623 | 
             
            <hr>
         | 
| 4606 | 
            -
            <div class="refsect2" | 
| 4624 | 
            +
            <div class="refsect2">
         | 
| 4607 4625 | 
             
            <a name="g-value-get-object"></a><h3>g_value_get_object ()</h3>
         | 
| 4608 4626 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            g_value_get_object                  (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 4609 4627 | 
             
            <p>
         | 
| @@ -4626,7 +4644,7 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 4626 4644 | 
             
            </table></div>
         | 
| 4627 4645 | 
             
            </div>
         | 
| 4628 4646 | 
             
            <hr>
         | 
| 4629 | 
            -
            <div class="refsect2" | 
| 4647 | 
            +
            <div class="refsect2">
         | 
| 4630 4648 | 
             
            <a name="g-value-dup-object"></a><h3>g_value_dup_object ()</h3>
         | 
| 4631 4649 | 
             
            <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            g_value_dup_object                  (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 4632 4650 | 
             
            <p>
         | 
| @@ -4651,7 +4669,7 @@ its reference count. | |
| 4651 4669 | 
             
            </table></div>
         | 
| 4652 4670 | 
             
            </div>
         | 
| 4653 4671 | 
             
            <hr>
         | 
| 4654 | 
            -
            <div class="refsect2" | 
| 4672 | 
            +
            <div class="refsect2">
         | 
| 4655 4673 | 
             
            <a name="G-IS-PARAM-SPEC-UNICHAR:CAPS"></a><h3>G_IS_PARAM_SPEC_UNICHAR()</h3>
         | 
| 4656 4674 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_UNICHAR(pspec)     (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_UNICHAR))
         | 
| 4657 4675 | 
             
            </pre>
         | 
| @@ -4675,7 +4693,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 4675 4693 | 
             
            </table></div>
         | 
| 4676 4694 | 
             
            </div>
         | 
| 4677 4695 | 
             
            <hr>
         | 
| 4678 | 
            -
            <div class="refsect2" | 
| 4696 | 
            +
            <div class="refsect2">
         | 
| 4679 4697 | 
             
            <a name="G-PARAM-SPEC-UNICHAR:CAPS"></a><h3>G_PARAM_SPEC_UNICHAR()</h3>
         | 
| 4680 4698 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_UNICHAR(pspec)        (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_UNICHAR, GParamSpecUnichar))
         | 
| 4681 4699 | 
             
            </pre>
         | 
| @@ -4692,7 +4710,7 @@ Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSp | |
| 4692 4710 | 
             
            </table></div>
         | 
| 4693 4711 | 
             
            </div>
         | 
| 4694 4712 | 
             
            <hr>
         | 
| 4695 | 
            -
            <div class="refsect2" | 
| 4713 | 
            +
            <div class="refsect2">
         | 
| 4696 4714 | 
             
            <a name="G-TYPE-PARAM-UNICHAR:CAPS"></a><h3>G_TYPE_PARAM_UNICHAR</h3>
         | 
| 4697 4715 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_UNICHAR		   (g_param_spec_types[9])
         | 
| 4698 4716 | 
             
            </pre>
         | 
| @@ -4701,7 +4719,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 4701 4719 | 
             
            </p>
         | 
| 4702 4720 | 
             
            </div>
         | 
| 4703 4721 | 
             
            <hr>
         | 
| 4704 | 
            -
            <div class="refsect2" | 
| 4722 | 
            +
            <div class="refsect2">
         | 
| 4705 4723 | 
             
            <a name="GParamSpecUnichar"></a><h3>GParamSpecUnichar</h3>
         | 
| 4706 4724 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 4707 4725 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -4729,9 +4747,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 4729 4747 | 
             
            </table></div>
         | 
| 4730 4748 | 
             
            </div>
         | 
| 4731 4749 | 
             
            <hr>
         | 
| 4732 | 
            -
            <div class="refsect2" | 
| 4750 | 
            +
            <div class="refsect2">
         | 
| 4733 4751 | 
             
            <a name="g-param-spec-unichar"></a><h3>g_param_spec_unichar ()</h3>
         | 
| 4734 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 4752 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_unichar                (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 4735 4753 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 4736 4754 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 4737 4755 | 
             
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> default_value</code></em>,
         | 
| @@ -4781,7 +4799,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 4781 4799 | 
             
            </table></div>
         | 
| 4782 4800 | 
             
            </div>
         | 
| 4783 4801 | 
             
            <hr>
         | 
| 4784 | 
            -
            <div class="refsect2" | 
| 4802 | 
            +
            <div class="refsect2">
         | 
| 4785 4803 | 
             
            <a name="G-IS-PARAM-SPEC-VALUE-ARRAY:CAPS"></a><h3>G_IS_PARAM_SPEC_VALUE_ARRAY()</h3>
         | 
| 4786 4804 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_VALUE_ARRAY(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_VALUE_ARRAY))
         | 
| 4787 4805 | 
             
            </pre>
         | 
| @@ -4805,7 +4823,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 4805 4823 | 
             
            </table></div>
         | 
| 4806 4824 | 
             
            </div>
         | 
| 4807 4825 | 
             
            <hr>
         | 
| 4808 | 
            -
            <div class="refsect2" | 
| 4826 | 
            +
            <div class="refsect2">
         | 
| 4809 4827 | 
             
            <a name="G-PARAM-SPEC-VALUE-ARRAY:CAPS"></a><h3>G_PARAM_SPEC_VALUE_ARRAY()</h3>
         | 
| 4810 4828 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_VALUE_ARRAY(pspec)    (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_VALUE_ARRAY, GParamSpecValueArray))
         | 
| 4811 4829 | 
             
            </pre>
         | 
| @@ -4822,7 +4840,7 @@ Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSp | |
| 4822 4840 | 
             
            </table></div>
         | 
| 4823 4841 | 
             
            </div>
         | 
| 4824 4842 | 
             
            <hr>
         | 
| 4825 | 
            -
            <div class="refsect2" | 
| 4843 | 
            +
            <div class="refsect2">
         | 
| 4826 4844 | 
             
            <a name="G-TYPE-PARAM-VALUE-ARRAY:CAPS"></a><h3>G_TYPE_PARAM_VALUE_ARRAY</h3>
         | 
| 4827 4845 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_VALUE_ARRAY	   (g_param_spec_types[18])
         | 
| 4828 4846 | 
             
            </pre>
         | 
| @@ -4831,7 +4849,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 4831 4849 | 
             
            </p>
         | 
| 4832 4850 | 
             
            </div>
         | 
| 4833 4851 | 
             
            <hr>
         | 
| 4834 | 
            -
            <div class="refsect2" | 
| 4852 | 
            +
            <div class="refsect2">
         | 
| 4835 4853 | 
             
            <a name="GParamSpecValueArray"></a><h3>GParamSpecValueArray</h3>
         | 
| 4836 4854 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 4837 4855 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -4864,9 +4882,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 4864 4882 | 
             
            </table></div>
         | 
| 4865 4883 | 
             
            </div>
         | 
| 4866 4884 | 
             
            <hr>
         | 
| 4867 | 
            -
            <div class="refsect2" | 
| 4885 | 
            +
            <div class="refsect2">
         | 
| 4868 4886 | 
             
            <a name="g-param-spec-value-array"></a><h3>g_param_spec_value_array ()</h3>
         | 
| 4869 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 4887 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_value_array            (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 4870 4888 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 4871 4889 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 4872 4890 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a> *element_spec</code></em>,
         | 
| @@ -4918,7 +4936,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 4918 4936 | 
             
            </table></div>
         | 
| 4919 4937 | 
             
            </div>
         | 
| 4920 4938 | 
             
            <hr>
         | 
| 4921 | 
            -
            <div class="refsect2" | 
| 4939 | 
            +
            <div class="refsect2">
         | 
| 4922 4940 | 
             
            <a name="G-IS-PARAM-SPEC-OVERRIDE:CAPS"></a><h3>G_IS_PARAM_SPEC_OVERRIDE()</h3>
         | 
| 4923 4941 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_OVERRIDE(pspec)    (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_OVERRIDE))
         | 
| 4924 4942 | 
             
            </pre>
         | 
| @@ -4943,7 +4961,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 4943 4961 | 
             
            <p class="since">Since 2.4</p>
         | 
| 4944 4962 | 
             
            </div>
         | 
| 4945 4963 | 
             
            <hr>
         | 
| 4946 | 
            -
            <div class="refsect2" | 
| 4964 | 
            +
            <div class="refsect2">
         | 
| 4947 4965 | 
             
            <a name="G-PARAM-SPEC-OVERRIDE:CAPS"></a><h3>G_PARAM_SPEC_OVERRIDE()</h3>
         | 
| 4948 4966 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_OVERRIDE(pspec)       (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_OVERRIDE, GParamSpecOverride))
         | 
| 4949 4967 | 
             
            </pre>
         | 
| @@ -4961,7 +4979,7 @@ Casts a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamS | |
| 4961 4979 | 
             
            <p class="since">Since 2.4</p>
         | 
| 4962 4980 | 
             
            </div>
         | 
| 4963 4981 | 
             
            <hr>
         | 
| 4964 | 
            -
            <div class="refsect2" | 
| 4982 | 
            +
            <div class="refsect2">
         | 
| 4965 4983 | 
             
            <a name="G-TYPE-PARAM-OVERRIDE:CAPS"></a><h3>G_TYPE_PARAM_OVERRIDE</h3>
         | 
| 4966 4984 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_OVERRIDE		   (g_param_spec_types[20])
         | 
| 4967 4985 | 
             
            </pre>
         | 
| @@ -4971,7 +4989,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 4971 4989 | 
             
            <p class="since">Since 2.4</p>
         | 
| 4972 4990 | 
             
            </div>
         | 
| 4973 4991 | 
             
            <hr>
         | 
| 4974 | 
            -
            <div class="refsect2" | 
| 4992 | 
            +
            <div class="refsect2">
         | 
| 4975 4993 | 
             
            <a name="GParamSpecOverride"></a><h3>GParamSpecOverride</h3>
         | 
| 4976 4994 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 4977 4995 | 
             
            } GParamSpecOverride;
         | 
| @@ -4989,9 +5007,9 @@ unless you are implementing a new base type similar to GObject. | |
| 4989 5007 | 
             
            <p class="since">Since 2.4</p>
         | 
| 4990 5008 | 
             
            </div>
         | 
| 4991 5009 | 
             
            <hr>
         | 
| 4992 | 
            -
            <div class="refsect2" | 
| 5010 | 
            +
            <div class="refsect2">
         | 
| 4993 5011 | 
             
            <a name="g-param-spec-override"></a><h3>g_param_spec_override ()</h3>
         | 
| 4994 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 5012 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_override               (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 4995 5013 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a> *overridden</code></em>);</pre>
         | 
| 4996 5014 | 
             
            <p>
         | 
| 4997 5015 | 
             
            Creates a new property of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecOverride" title="GParamSpecOverride"><span class="type">GParamSpecOverride</span></a>. This is used
         | 
| @@ -5021,7 +5039,7 @@ useful unless you are implementing a new base type similar to GObject. | |
| 5021 5039 | 
             
            <p class="since">Since 2.4</p>
         | 
| 5022 5040 | 
             
            </div>
         | 
| 5023 5041 | 
             
            <hr>
         | 
| 5024 | 
            -
            <div class="refsect2" | 
| 5042 | 
            +
            <div class="refsect2">
         | 
| 5025 5043 | 
             
            <a name="G-IS-PARAM-SPEC-GTYPE:CAPS"></a><h3>G_IS_PARAM_SPEC_GTYPE()</h3>
         | 
| 5026 5044 | 
             
            <pre class="programlisting">#define G_IS_PARAM_SPEC_GTYPE(pspec)       (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_GTYPE))
         | 
| 5027 5045 | 
             
            </pre>
         | 
| @@ -5046,7 +5064,7 @@ Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpe | |
| 5046 5064 | 
             
            <p class="since">Since 2.10</p>
         | 
| 5047 5065 | 
             
            </div>
         | 
| 5048 5066 | 
             
            <hr>
         | 
| 5049 | 
            -
            <div class="refsect2" | 
| 5067 | 
            +
            <div class="refsect2">
         | 
| 5050 5068 | 
             
            <a name="G-PARAM-SPEC-GTYPE:CAPS"></a><h3>G_PARAM_SPEC_GTYPE()</h3>
         | 
| 5051 5069 | 
             
            <pre class="programlisting">#define G_PARAM_SPEC_GTYPE(pspec)          (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_GTYPE, GParamSpecGType))
         | 
| 5052 5070 | 
             
            </pre>
         | 
| @@ -5064,7 +5082,7 @@ Casts a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamS | |
| 5064 5082 | 
             
            <p class="since">Since 2.10</p>
         | 
| 5065 5083 | 
             
            </div>
         | 
| 5066 5084 | 
             
            <hr>
         | 
| 5067 | 
            -
            <div class="refsect2" | 
| 5085 | 
            +
            <div class="refsect2">
         | 
| 5068 5086 | 
             
            <a name="G-VALUE-HOLDS-GTYPE:CAPS"></a><h3>G_VALUE_HOLDS_GTYPE()</h3>
         | 
| 5069 5087 | 
             
            <pre class="programlisting">#define G_VALUE_HOLDS_GTYPE(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_GTYPE))
         | 
| 5070 5088 | 
             
            </pre>
         | 
| @@ -5089,7 +5107,7 @@ Checks whether the given <a class="link" href="gobject-Generic-values.html#GValu | |
| 5089 5107 | 
             
            <p class="since">Since 2.12</p>
         | 
| 5090 5108 | 
             
            </div>
         | 
| 5091 5109 | 
             
            <hr>
         | 
| 5092 | 
            -
            <div class="refsect2" | 
| 5110 | 
            +
            <div class="refsect2">
         | 
| 5093 5111 | 
             
            <a name="G-TYPE-PARAM-GTYPE:CAPS"></a><h3>G_TYPE_PARAM_GTYPE</h3>
         | 
| 5094 5112 | 
             
            <pre class="programlisting">#define G_TYPE_PARAM_GTYPE		   (g_param_spec_types[21])
         | 
| 5095 5113 | 
             
            </pre>
         | 
| @@ -5099,7 +5117,7 @@ The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><sp | |
| 5099 5117 | 
             
            <p class="since">Since 2.10</p>
         | 
| 5100 5118 | 
             
            </div>
         | 
| 5101 5119 | 
             
            <hr>
         | 
| 5102 | 
            -
            <div class="refsect2" | 
| 5120 | 
            +
            <div class="refsect2">
         | 
| 5103 5121 | 
             
            <a name="GParamSpecGType"></a><h3>GParamSpecGType</h3>
         | 
| 5104 5122 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 5105 5123 | 
             
              GParamSpec    parent_instance;
         | 
| @@ -5127,9 +5145,9 @@ A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec">< | |
| 5127 5145 | 
             
            <p class="since">Since 2.10</p>
         | 
| 5128 5146 | 
             
            </div>
         | 
| 5129 5147 | 
             
            <hr>
         | 
| 5130 | 
            -
            <div class="refsect2" | 
| 5148 | 
            +
            <div class="refsect2">
         | 
| 5131 5149 | 
             
            <a name="g-param-spec-gtype"></a><h3>g_param_spec_gtype ()</h3>
         | 
| 5132 | 
            -
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a | 
| 5150 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_gtype                  (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 5133 5151 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 5134 5152 | 
             
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 5135 5153 | 
             
                                                                     <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>,
         | 
| @@ -5180,7 +5198,7 @@ See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title=" | |
| 5180 5198 | 
             
            <p class="since">Since 2.10</p>
         | 
| 5181 5199 | 
             
            </div>
         | 
| 5182 5200 | 
             
            <hr>
         | 
| 5183 | 
            -
            <div class="refsect2" | 
| 5201 | 
            +
            <div class="refsect2">
         | 
| 5184 5202 | 
             
            <a name="g-value-get-gtype"></a><h3>g_value_get_gtype ()</h3>
         | 
| 5185 5203 | 
             
            <pre class="programlisting"><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="returnvalue">GType</span></a>               g_value_get_gtype                   (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 5186 5204 | 
             
            <p>
         | 
| @@ -5204,7 +5222,7 @@ Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 5204 5222 | 
             
            <p class="since">Since 2.12</p>
         | 
| 5205 5223 | 
             
            </div>
         | 
| 5206 5224 | 
             
            <hr>
         | 
| 5207 | 
            -
            <div class="refsect2" | 
| 5225 | 
            +
            <div class="refsect2">
         | 
| 5208 5226 | 
             
            <a name="g-value-set-gtype"></a><h3>g_value_set_gtype ()</h3>
         | 
| 5209 5227 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_gtype                   (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 5210 5228 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> v_gtype</code></em>);</pre>
         | 
| @@ -5229,14 +5247,309 @@ Set the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE | |
| 5229 5247 | 
             
            </table></div>
         | 
| 5230 5248 | 
             
            <p class="since">Since 2.12</p>
         | 
| 5231 5249 | 
             
            </div>
         | 
| 5250 | 
            +
            <hr>
         | 
| 5251 | 
            +
            <div class="refsect2">
         | 
| 5252 | 
            +
            <a name="G-IS-PARAM-SPEC-VARIANT:CAPS"></a><h3>G_IS_PARAM_SPEC_VARIANT()</h3>
         | 
| 5253 | 
            +
            <pre class="programlisting">#define G_IS_PARAM_SPEC_VARIANT(pspec)      (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_VARIANT))
         | 
| 5254 | 
            +
            </pre>
         | 
| 5255 | 
            +
            <p>
         | 
| 5256 | 
            +
            Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-VARIANT:CAPS" title="G_TYPE_PARAM_VARIANT"><code class="literal">G_TYPE_PARAM_VARIANT</code></a>.
         | 
| 5257 | 
            +
            </p>
         | 
| 5258 | 
            +
            <div class="variablelist"><table border="0">
         | 
| 5259 | 
            +
            <col align="left" valign="top">
         | 
| 5260 | 
            +
            <tbody>
         | 
| 5261 | 
            +
            <tr>
         | 
| 5262 | 
            +
            <td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
         | 
| 5263 | 
            +
            <td>a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a>
         | 
| 5264 | 
            +
            </td>
         | 
| 5265 | 
            +
            </tr>
         | 
| 5266 | 
            +
            <tr>
         | 
| 5267 | 
            +
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 5268 | 
            +
            <td> <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success
         | 
| 5269 | 
            +
             | 
| 5270 | 
            +
            </td>
         | 
| 5271 | 
            +
            </tr>
         | 
| 5272 | 
            +
            </tbody>
         | 
| 5273 | 
            +
            </table></div>
         | 
| 5274 | 
            +
            <p class="since">Since 2.26</p>
         | 
| 5275 | 
            +
            </div>
         | 
| 5276 | 
            +
            <hr>
         | 
| 5277 | 
            +
            <div class="refsect2">
         | 
| 5278 | 
            +
            <a name="G-PARAM-SPEC-VARIANT:CAPS"></a><h3>G_PARAM_SPEC_VARIANT()</h3>
         | 
| 5279 | 
            +
            <pre class="programlisting">#define G_PARAM_SPEC_VARIANT(pspec)         (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_VARIANT, GParamSpecVariant))
         | 
| 5280 | 
            +
            </pre>
         | 
| 5281 | 
            +
            <p>
         | 
| 5282 | 
            +
            Casts a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a> into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecVariant" title="GParamSpecVariant"><span class="type">GParamSpecVariant</span></a>.
         | 
| 5283 | 
            +
            </p>
         | 
| 5284 | 
            +
            <div class="variablelist"><table border="0">
         | 
| 5285 | 
            +
            <col align="left" valign="top">
         | 
| 5286 | 
            +
            <tbody><tr>
         | 
| 5287 | 
            +
            <td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
         | 
| 5288 | 
            +
            <td>a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a>
         | 
| 5289 | 
            +
            </td>
         | 
| 5290 | 
            +
            </tr></tbody>
         | 
| 5291 | 
            +
            </table></div>
         | 
| 5292 | 
            +
            <p class="since">Since 2.26</p>
         | 
| 5293 | 
            +
            </div>
         | 
| 5294 | 
            +
            <hr>
         | 
| 5295 | 
            +
            <div class="refsect2">
         | 
| 5296 | 
            +
            <a name="G-VALUE-HOLDS-VARIANT:CAPS"></a><h3>G_VALUE_HOLDS_VARIANT()</h3>
         | 
| 5297 | 
            +
            <pre class="programlisting">#define G_VALUE_HOLDS_VARIANT(value)     (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_VARIANT))
         | 
| 5298 | 
            +
            </pre>
         | 
| 5299 | 
            +
            <p>
         | 
| 5300 | 
            +
            Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values of 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>.
         | 
| 5301 | 
            +
            </p>
         | 
| 5302 | 
            +
            <div class="variablelist"><table border="0">
         | 
| 5303 | 
            +
            <col align="left" valign="top">
         | 
| 5304 | 
            +
            <tbody>
         | 
| 5305 | 
            +
            <tr>
         | 
| 5306 | 
            +
            <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
         | 
| 5307 | 
            +
            <td>a valid <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure
         | 
| 5308 | 
            +
            </td>
         | 
| 5309 | 
            +
            </tr>
         | 
| 5310 | 
            +
            <tr>
         | 
| 5311 | 
            +
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 5312 | 
            +
            <td> <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.
         | 
| 5313 | 
            +
             | 
| 5314 | 
            +
            </td>
         | 
| 5315 | 
            +
            </tr>
         | 
| 5316 | 
            +
            </tbody>
         | 
| 5317 | 
            +
            </table></div>
         | 
| 5318 | 
            +
            <p class="since">Since 2.26</p>
         | 
| 5319 | 
            +
            </div>
         | 
| 5320 | 
            +
            <hr>
         | 
| 5321 | 
            +
            <div class="refsect2">
         | 
| 5322 | 
            +
            <a name="G-TYPE-PARAM-VARIANT:CAPS"></a><h3>G_TYPE_PARAM_VARIANT</h3>
         | 
| 5323 | 
            +
            <pre class="programlisting">#define G_TYPE_PARAM_VARIANT                (g_param_spec_types[22])
         | 
| 5324 | 
            +
            </pre>
         | 
| 5325 | 
            +
            <p>
         | 
| 5326 | 
            +
            The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> of <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecVariant" title="GParamSpecVariant"><span class="type">GParamSpecVariant</span></a>.
         | 
| 5327 | 
            +
            </p>
         | 
| 5328 | 
            +
            <p class="since">Since 2.26</p>
         | 
| 5329 | 
            +
            </div>
         | 
| 5330 | 
            +
            <hr>
         | 
| 5331 | 
            +
            <div class="refsect2">
         | 
| 5332 | 
            +
            <a name="GParamSpecVariant"></a><h3>GParamSpecVariant</h3>
         | 
| 5333 | 
            +
            <pre class="programlisting">typedef struct {
         | 
| 5334 | 
            +
              GParamSpec    parent_instance;
         | 
| 5335 | 
            +
              GVariantType *type;
         | 
| 5336 | 
            +
              GVariant     *default_value;
         | 
| 5337 | 
            +
            } GParamSpecVariant;
         | 
| 5338 | 
            +
            </pre>
         | 
| 5339 | 
            +
            <p>
         | 
| 5340 | 
            +
            A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for <a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> properties.
         | 
| 5341 | 
            +
            </p>
         | 
| 5342 | 
            +
            <div class="variablelist"><table border="0">
         | 
| 5343 | 
            +
            <col align="left" valign="top">
         | 
| 5344 | 
            +
            <tbody>
         | 
| 5345 | 
            +
            <tr>
         | 
| 5346 | 
            +
            <td><p><span class="term"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a> <em class="structfield"><code><a name="GParamSpecVariant.parent-instance"></a>parent_instance</code></em>;</span></p></td>
         | 
| 5347 | 
            +
            <td>private <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a> portion
         | 
| 5348 | 
            +
            </td>
         | 
| 5349 | 
            +
            </tr>
         | 
| 5350 | 
            +
            <tr>
         | 
| 5351 | 
            +
            <td><p><span class="term"><a href="./../glib/glib/glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> *<em class="structfield"><code><a name="GParamSpecVariant.type"></a>type</code></em>;</span></p></td>
         | 
| 5352 | 
            +
            <td>a <a href="./../glib/glib/glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a>, or <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
         | 
| 5353 | 
            +
            </td>
         | 
| 5354 | 
            +
            </tr>
         | 
| 5355 | 
            +
            <tr>
         | 
| 5356 | 
            +
            <td><p><span class="term"><a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *<em class="structfield"><code><a name="GParamSpecVariant.default-value"></a>default_value</code></em>;</span></p></td>
         | 
| 5357 | 
            +
            <td>a <a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>, or <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
         | 
| 5358 | 
            +
            </td>
         | 
| 5359 | 
            +
            </tr>
         | 
| 5360 | 
            +
            </tbody>
         | 
| 5361 | 
            +
            </table></div>
         | 
| 5362 | 
            +
            <p class="since">Since 2.26</p>
         | 
| 5363 | 
            +
            </div>
         | 
| 5364 | 
            +
            <hr>
         | 
| 5365 | 
            +
            <div class="refsect2">
         | 
| 5366 | 
            +
            <a name="g-param-spec-variant"></a><h3>g_param_spec_variant ()</h3>
         | 
| 5367 | 
            +
            <pre class="programlisting"><a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="returnvalue">GParamSpec</span></a> *	       g_param_spec_variant                (<em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
         | 
| 5368 | 
            +
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
         | 
| 5369 | 
            +
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
         | 
| 5370 | 
            +
                                                                     <em class="parameter"><code>const <a href="./../glib/glib/glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> *type</code></em>,
         | 
| 5371 | 
            +
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *default_value</code></em>,
         | 
| 5372 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="gobject-GParamSpec.html#GParamFlags" title="enum GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>);</pre>
         | 
| 5373 | 
            +
            <p>
         | 
| 5374 | 
            +
            Creates a new <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecVariant" title="GParamSpecVariant"><span class="type">GParamSpecVariant</span></a> instance specifying a <a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>
         | 
| 5375 | 
            +
            property.
         | 
| 5376 | 
            +
            </p>
         | 
| 5377 | 
            +
            <p>
         | 
| 5378 | 
            +
            If <em class="parameter"><code>default_value</code></em> is floating, it is consumed.
         | 
| 5379 | 
            +
            </p>
         | 
| 5380 | 
            +
            <p>
         | 
| 5381 | 
            +
            See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.
         | 
| 5382 | 
            +
            </p>
         | 
| 5383 | 
            +
            <div class="variablelist"><table border="0">
         | 
| 5384 | 
            +
            <col align="left" valign="top">
         | 
| 5385 | 
            +
            <tbody>
         | 
| 5386 | 
            +
            <tr>
         | 
| 5387 | 
            +
            <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
         | 
| 5388 | 
            +
            <td>canonical name of the property specified
         | 
| 5389 | 
            +
            </td>
         | 
| 5390 | 
            +
            </tr>
         | 
| 5391 | 
            +
            <tr>
         | 
| 5392 | 
            +
            <td><p><span class="term"><em class="parameter"><code>nick</code></em> :</span></p></td>
         | 
| 5393 | 
            +
            <td>nick name for the property specified
         | 
| 5394 | 
            +
            </td>
         | 
| 5395 | 
            +
            </tr>
         | 
| 5396 | 
            +
            <tr>
         | 
| 5397 | 
            +
            <td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
         | 
| 5398 | 
            +
            <td>description of the property specified
         | 
| 5399 | 
            +
            </td>
         | 
| 5400 | 
            +
            </tr>
         | 
| 5401 | 
            +
            <tr>
         | 
| 5402 | 
            +
            <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
         | 
| 5403 | 
            +
            <td>a <a href="./../glib/glib/glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a>
         | 
| 5404 | 
            +
            </td>
         | 
| 5405 | 
            +
            </tr>
         | 
| 5406 | 
            +
            <tr>
         | 
| 5407 | 
            +
            <td><p><span class="term"><em class="parameter"><code>default_value</code></em> :</span></p></td>
         | 
| 5408 | 
            +
            <td> a <a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> of type <em class="parameter"><code>type</code></em> to use as the
         | 
| 5409 | 
            +
                            default value, or <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 5410 | 
            +
            </td>
         | 
| 5411 | 
            +
            </tr>
         | 
| 5412 | 
            +
            <tr>
         | 
| 5413 | 
            +
            <td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
         | 
| 5414 | 
            +
            <td>flags for the property specified
         | 
| 5415 | 
            +
            </td>
         | 
| 5416 | 
            +
            </tr>
         | 
| 5417 | 
            +
            <tr>
         | 
| 5418 | 
            +
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 5419 | 
            +
            <td> the newly created <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a>
         | 
| 5420 | 
            +
             | 
| 5421 | 
            +
            </td>
         | 
| 5422 | 
            +
            </tr>
         | 
| 5423 | 
            +
            </tbody>
         | 
| 5424 | 
            +
            </table></div>
         | 
| 5425 | 
            +
            <p class="since">Since 2.26</p>
         | 
| 5426 | 
            +
            </div>
         | 
| 5427 | 
            +
            <hr>
         | 
| 5428 | 
            +
            <div class="refsect2">
         | 
| 5429 | 
            +
            <a name="g-value-get-variant"></a><h3>g_value_get_variant ()</h3>
         | 
| 5430 | 
            +
            <pre class="programlisting"><a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *	         g_value_get_variant                 (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 5431 | 
            +
            <p>
         | 
| 5432 | 
            +
            Get the contents of a variant <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.
         | 
| 5433 | 
            +
            </p>
         | 
| 5434 | 
            +
            <div class="variablelist"><table border="0">
         | 
| 5435 | 
            +
            <col align="left" valign="top">
         | 
| 5436 | 
            +
            <tbody>
         | 
| 5437 | 
            +
            <tr>
         | 
| 5438 | 
            +
            <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
         | 
| 5439 | 
            +
            <td>a valid <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> of 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>
         | 
| 5440 | 
            +
            </td>
         | 
| 5441 | 
            +
            </tr>
         | 
| 5442 | 
            +
            <tr>
         | 
| 5443 | 
            +
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 5444 | 
            +
            <td> variant contents of <em class="parameter"><code>value</code></em>
         | 
| 5445 | 
            +
             | 
| 5446 | 
            +
            </td>
         | 
| 5447 | 
            +
            </tr>
         | 
| 5448 | 
            +
            </tbody>
         | 
| 5449 | 
            +
            </table></div>
         | 
| 5450 | 
            +
            <p class="since">Since 2.26</p>
         | 
| 5451 | 
            +
            </div>
         | 
| 5452 | 
            +
            <hr>
         | 
| 5453 | 
            +
            <div class="refsect2">
         | 
| 5454 | 
            +
            <a name="g-value-dup-variant"></a><h3>g_value_dup_variant ()</h3>
         | 
| 5455 | 
            +
            <pre class="programlisting"><a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *	         g_value_dup_variant                 (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
         | 
| 5456 | 
            +
            <p>
         | 
| 5457 | 
            +
            Get the contents of a variant <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>, increasing its refcount.
         | 
| 5458 | 
            +
            </p>
         | 
| 5459 | 
            +
            <div class="variablelist"><table border="0">
         | 
| 5460 | 
            +
            <col align="left" valign="top">
         | 
| 5461 | 
            +
            <tbody>
         | 
| 5462 | 
            +
            <tr>
         | 
| 5463 | 
            +
            <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
         | 
| 5464 | 
            +
            <td>a valid <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> of 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>
         | 
| 5465 | 
            +
            </td>
         | 
| 5466 | 
            +
            </tr>
         | 
| 5467 | 
            +
            <tr>
         | 
| 5468 | 
            +
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 5469 | 
            +
            <td> variant contents of <em class="parameter"><code>value</code></em>, should be unrefed using
         | 
| 5470 | 
            +
              <a href="./../glib/glib/glib-GVariant.html#g-variant-unref"><code class="function">g_variant_unref()</code></a> when no longer needed
         | 
| 5471 | 
            +
             | 
| 5472 | 
            +
            </td>
         | 
| 5473 | 
            +
            </tr>
         | 
| 5474 | 
            +
            </tbody>
         | 
| 5475 | 
            +
            </table></div>
         | 
| 5476 | 
            +
            <p class="since">Since 2.26</p>
         | 
| 5477 | 
            +
            </div>
         | 
| 5478 | 
            +
            <hr>
         | 
| 5479 | 
            +
            <div class="refsect2">
         | 
| 5480 | 
            +
            <a name="g-value-set-variant"></a><h3>g_value_set_variant ()</h3>
         | 
| 5481 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_set_variant                 (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 5482 | 
            +
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *variant</code></em>);</pre>
         | 
| 5483 | 
            +
            <p>
         | 
| 5484 | 
            +
            Set the contents of a variant <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> to <em class="parameter"><code>variant</code></em>.
         | 
| 5485 | 
            +
            If the variant is floating, it is consumed.
         | 
| 5486 | 
            +
            </p>
         | 
| 5487 | 
            +
            <div class="variablelist"><table border="0">
         | 
| 5488 | 
            +
            <col align="left" valign="top">
         | 
| 5489 | 
            +
            <tbody>
         | 
| 5490 | 
            +
            <tr>
         | 
| 5491 | 
            +
            <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
         | 
| 5492 | 
            +
            <td>a valid <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> of 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>
         | 
| 5493 | 
            +
            </td>
         | 
| 5494 | 
            +
            </tr>
         | 
| 5495 | 
            +
            <tr>
         | 
| 5496 | 
            +
            <td><p><span class="term"><em class="parameter"><code>variant</code></em> :</span></p></td>
         | 
| 5497 | 
            +
            <td>a <a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>, or <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
         | 
| 5498 | 
            +
            </td>
         | 
| 5499 | 
            +
            </tr>
         | 
| 5500 | 
            +
            </tbody>
         | 
| 5501 | 
            +
            </table></div>
         | 
| 5502 | 
            +
            <p class="since">Since 2.26</p>
         | 
| 5503 | 
            +
            </div>
         | 
| 5504 | 
            +
            <hr>
         | 
| 5505 | 
            +
            <div class="refsect2">
         | 
| 5506 | 
            +
            <a name="g-value-take-variant"></a><h3>g_value_take_variant ()</h3>
         | 
| 5507 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                g_value_take_variant                (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>,
         | 
| 5508 | 
            +
                                                                     <em class="parameter"><code><a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *variant</code></em>);</pre>
         | 
| 5509 | 
            +
            <p>
         | 
| 5510 | 
            +
            Set the contents of a variant <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> to <em class="parameter"><code>variant</code></em>, and takes over
         | 
| 5511 | 
            +
            the ownership of the caller's reference to <em class="parameter"><code>variant</code></em>;
         | 
| 5512 | 
            +
            the caller doesn't have to unref it any more (i.e. the reference
         | 
| 5513 | 
            +
            count of the variant is not increased).
         | 
| 5514 | 
            +
            </p>
         | 
| 5515 | 
            +
            <p>
         | 
| 5516 | 
            +
            It is a programmer error to pass a floating variant to this function.
         | 
| 5517 | 
            +
            In particular this means that callbacks in closures, and signal handlers
         | 
| 5518 | 
            +
            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
         | 
| 5519 | 
            +
            variants.
         | 
| 5520 | 
            +
            </p>
         | 
| 5521 | 
            +
            <p>
         | 
| 5522 | 
            +
            If you want the <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> to hold its own reference to <em class="parameter"><code>variant</code></em>, use
         | 
| 5523 | 
            +
            <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-set-variant" title="g_value_set_variant ()"><code class="function">g_value_set_variant()</code></a> instead.
         | 
| 5524 | 
            +
            </p>
         | 
| 5525 | 
            +
            <p>
         | 
| 5526 | 
            +
            This is an internal function introduced mainly for C marshallers.
         | 
| 5527 | 
            +
            </p>
         | 
| 5528 | 
            +
            <div class="variablelist"><table border="0">
         | 
| 5529 | 
            +
            <col align="left" valign="top">
         | 
| 5530 | 
            +
            <tbody>
         | 
| 5531 | 
            +
            <tr>
         | 
| 5532 | 
            +
            <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
         | 
| 5533 | 
            +
            <td>a valid <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> of 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>
         | 
| 5534 | 
            +
            </td>
         | 
| 5535 | 
            +
            </tr>
         | 
| 5536 | 
            +
            <tr>
         | 
| 5537 | 
            +
            <td><p><span class="term"><em class="parameter"><code>variant</code></em> :</span></p></td>
         | 
| 5538 | 
            +
            <td>a <a href="./../glib/glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>, or <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
         | 
| 5539 | 
            +
            </td>
         | 
| 5540 | 
            +
            </tr>
         | 
| 5541 | 
            +
            </tbody>
         | 
| 5542 | 
            +
            </table></div>
         | 
| 5543 | 
            +
            <p class="since">Since 2.26</p>
         | 
| 5544 | 
            +
            </div>
         | 
| 5232 5545 | 
             
            </div>
         | 
| 5233 | 
            -
            <div class="refsect1" | 
| 5546 | 
            +
            <div class="refsect1">
         | 
| 5234 5547 | 
             
            <a name="gobject-Standard-Parameter-and-Value-Types.see-also"></a><h2>See Also</h2>
         | 
| 5235 5548 | 
             
            <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="GParamSpec"><span class="type">GParamSpec</span></a>, <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>, <a class="link" href="gobject-The-Base-Object-Type.html#g-object-class-install-property" title="g_object_class_install_property ()"><code class="function">g_object_class_install_property()</code></a>.
         | 
| 5236 5549 | 
             
            </div>
         | 
| 5237 5550 | 
             
            </div>
         | 
| 5238 5551 | 
             
            <div class="footer">
         | 
| 5239 5552 | 
             
            <hr>
         | 
| 5240 | 
            -
                      Generated by GTK-Doc V1. | 
| 5553 | 
            +
                      Generated by GTK-Doc V1.15.1</div>
         | 
| 5241 5554 | 
             
            </body>
         | 
| 5242 5555 | 
             
            </html>
         |