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
| @@ -3,12 +3,12 @@ | |
| 3 3 | 
             
            <head>
         | 
| 4 4 | 
             
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
         | 
| 5 5 | 
             
            <title>Version Information</title>
         | 
| 6 | 
            -
            <meta name="generator" content="DocBook XSL Stylesheets V1. | 
| 6 | 
            +
            <meta name="generator" content="DocBook XSL Stylesheets V1.76.0">
         | 
| 7 7 | 
             
            <link rel="home" href="index.html" title="GTK+ Reference Manual">
         | 
| 8 8 | 
             
            <link rel="up" href="gtkbase.html" title="Part II. GTK+ Core Reference">
         | 
| 9 9 | 
             
            <link rel="prev" href="gtk-Selections.html" title="Selections">
         | 
| 10 10 | 
             
            <link rel="next" href="gtk-Signals.html" title="Signals">
         | 
| 11 | 
            -
            <meta name="generator" content="GTK-Doc V1. | 
| 11 | 
            +
            <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
         | 
| 12 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 13 | 
             
            </head>
         | 
| 14 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| @@ -45,9 +45,9 @@ extern              const guint <a class="link" href="gtk-Feature-Test-Macros.ht | |
| 45 45 | 
             
            extern              const guint <a class="link" href="gtk-Feature-Test-Macros.html#gtk-micro-version" title="gtk_micro_version">gtk_micro_version</a>;
         | 
| 46 46 | 
             
            extern              const guint <a class="link" href="gtk-Feature-Test-Macros.html#gtk-binary-age" title="gtk_binary_age">gtk_binary_age</a>;
         | 
| 47 47 | 
             
            extern              const guint <a class="link" href="gtk-Feature-Test-Macros.html#gtk-interface-age" title="gtk_interface_age">gtk_interface_age</a>;
         | 
| 48 | 
            -
            const <a href="/ | 
| 49 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 50 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 48 | 
            +
            const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*        <a class="link" href="gtk-Feature-Test-Macros.html#gtk-check-version" title="gtk_check_version ()">gtk_check_version</a>                   (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> required_major</code></em>,
         | 
| 49 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> required_minor</code></em>,
         | 
| 50 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> required_micro</code></em>);
         | 
| 51 51 |  | 
| 52 52 | 
             
            #define             <a class="link" href="gtk-Feature-Test-Macros.html#GTK-MAJOR-VERSION:CAPS" title="GTK_MAJOR_VERSION">GTK_MAJOR_VERSION</a>
         | 
| 53 53 | 
             
            #define             <a class="link" href="gtk-Feature-Test-Macros.html#GTK-MINOR-VERSION:CAPS" title="GTK_MINOR_VERSION">GTK_MINOR_VERSION</a>
         | 
| @@ -140,9 +140,9 @@ about it. ;-) | |
| 140 140 | 
             
            <hr>
         | 
| 141 141 | 
             
            <div class="refsect2" title="gtk_check_version ()">
         | 
| 142 142 | 
             
            <a name="gtk-check-version"></a><h3>gtk_check_version ()</h3>
         | 
| 143 | 
            -
            <pre class="programlisting">const <a href="/ | 
| 144 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 145 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 143 | 
            +
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*        gtk_check_version                   (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> required_major</code></em>,
         | 
| 144 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> required_minor</code></em>,
         | 
| 145 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> required_micro</code></em>);</pre>
         | 
| 146 146 | 
             
            <p>
         | 
| 147 147 | 
             
            Checks that the GTK+ library in use is compatible with the
         | 
| 148 148 | 
             
            given version. Generally you would pass in the constants
         | 
| @@ -189,7 +189,7 @@ into an application using a newer version of GTK+. | |
| 189 189 | 
             
            </tr>
         | 
| 190 190 | 
             
            <tr>
         | 
| 191 191 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 192 | 
            -
            <td> <a href="/ | 
| 192 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the GTK+ library is compatible with the
         | 
| 193 193 | 
             
              given version, or a string describing the version mismatch.
         | 
| 194 194 | 
             
              The returned string is owned by GTK+ and should not be modified
         | 
| 195 195 | 
             
              or freed.
         | 
| @@ -212,7 +212,7 @@ at application run time. | |
| 212 212 | 
             
            <hr>
         | 
| 213 213 | 
             
            <div class="refsect2" title="GTK_MINOR_VERSION">
         | 
| 214 214 | 
             
            <a name="GTK-MINOR-VERSION:CAPS"></a><h3>GTK_MINOR_VERSION</h3>
         | 
| 215 | 
            -
            <pre class="programlisting">#define GTK_MINOR_VERSION				( | 
| 215 | 
            +
            <pre class="programlisting">#define GTK_MINOR_VERSION				(22)
         | 
| 216 216 | 
             
            </pre>
         | 
| 217 217 | 
             
            <p>
         | 
| 218 218 | 
             
            Like <a class="link" href="gtk-Feature-Test-Macros.html#gtk-minor-version" title="gtk_minor_version"><span class="type">gtk_minor_version</span></a>, but from the headers used at
         | 
| @@ -223,7 +223,7 @@ at application run time. | |
| 223 223 | 
             
            <hr>
         | 
| 224 224 | 
             
            <div class="refsect2" title="GTK_MICRO_VERSION">
         | 
| 225 225 | 
             
            <a name="GTK-MICRO-VERSION:CAPS"></a><h3>GTK_MICRO_VERSION</h3>
         | 
| 226 | 
            -
            <pre class="programlisting">#define GTK_MICRO_VERSION				( | 
| 226 | 
            +
            <pre class="programlisting">#define GTK_MICRO_VERSION				(0)
         | 
| 227 227 | 
             
            </pre>
         | 
| 228 228 | 
             
            <p>
         | 
| 229 229 | 
             
            Like <a class="link" href="gtk-Feature-Test-Macros.html#gtk-micro-version" title="gtk_micro_version"><span class="type">gtk_micro_version</span></a>, but from the headers used at
         | 
| @@ -234,7 +234,7 @@ at application run time. | |
| 234 234 | 
             
            <hr>
         | 
| 235 235 | 
             
            <div class="refsect2" title="GTK_BINARY_AGE">
         | 
| 236 236 | 
             
            <a name="GTK-BINARY-AGE:CAPS"></a><h3>GTK_BINARY_AGE</h3>
         | 
| 237 | 
            -
            <pre class="programlisting">#define GTK_BINARY_AGE					( | 
| 237 | 
            +
            <pre class="programlisting">#define GTK_BINARY_AGE					(2200)
         | 
| 238 238 | 
             
            </pre>
         | 
| 239 239 | 
             
            <p>
         | 
| 240 240 | 
             
            Like <a class="link" href="gtk-Feature-Test-Macros.html#gtk-binary-age" title="gtk_binary_age"><span class="type">gtk_binary_age</span></a>, but from the headers used at
         | 
| @@ -245,7 +245,7 @@ at application run time. | |
| 245 245 | 
             
            <hr>
         | 
| 246 246 | 
             
            <div class="refsect2" title="GTK_INTERFACE_AGE">
         | 
| 247 247 | 
             
            <a name="GTK-INTERFACE-AGE:CAPS"></a><h3>GTK_INTERFACE_AGE</h3>
         | 
| 248 | 
            -
            <pre class="programlisting">#define GTK_INTERFACE_AGE				( | 
| 248 | 
            +
            <pre class="programlisting">#define GTK_INTERFACE_AGE				(0)
         | 
| 249 249 | 
             
            </pre>
         | 
| 250 250 | 
             
            <p>
         | 
| 251 251 | 
             
            Like <a class="link" href="gtk-Feature-Test-Macros.html#gtk-interface-age" title="gtk_interface_age"><span class="type">gtk_interface_age</span></a>, but from the headers used at
         | 
| @@ -258,7 +258,7 @@ at application run time. | |
| 258 258 | 
             
            <a name="GTK-CHECK-VERSION:CAPS"></a><h3>GTK_CHECK_VERSION()</h3>
         | 
| 259 259 | 
             
            <pre class="programlisting">#define             GTK_CHECK_VERSION(major,minor,micro)</pre>
         | 
| 260 260 | 
             
            <p>
         | 
| 261 | 
            -
            Returns <a href="/ | 
| 261 | 
            +
            Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the version of the GTK+ header files is the same
         | 
| 262 262 | 
             
            as or newer than the passed-in version.
         | 
| 263 263 | 
             
            </p>
         | 
| 264 264 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -286,6 +286,6 @@ as or newer than the passed-in version. | |
| 286 286 | 
             
            </div>
         | 
| 287 287 | 
             
            <div class="footer">
         | 
| 288 288 | 
             
            <hr>
         | 
| 289 | 
            -
                      Generated by GTK-Doc V1. | 
| 289 | 
            +
                      Generated by GTK-Doc V1.15</div>
         | 
| 290 290 | 
             
            </body>
         | 
| 291 291 | 
             
            </html>
         | 
| @@ -3,12 +3,12 @@ | |
| 3 3 | 
             
            <head>
         | 
| 4 4 | 
             
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
         | 
| 5 5 | 
             
            <title>Filesystem utilities</title>
         | 
| 6 | 
            -
            <meta name="generator" content="DocBook XSL Stylesheets V1. | 
| 6 | 
            +
            <meta name="generator" content="DocBook XSL Stylesheets V1.76.0">
         | 
| 7 7 | 
             
            <link rel="home" href="index.html" title="GTK+ Reference Manual">
         | 
| 8 8 | 
             
            <link rel="up" href="gtkbase.html" title="Part II. GTK+ Core Reference">
         | 
| 9 9 | 
             
            <link rel="prev" href="gtk-Testing.html" title="Testing">
         | 
| 10 10 | 
             
            <link rel="next" href="gtkobjects.html" title="Part III. GTK+ Widgets and Objects">
         | 
| 11 | 
            -
            <meta name="generator" content="GTK-Doc V1. | 
| 11 | 
            +
            <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
         | 
| 12 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 13 | 
             
            </head>
         | 
| 14 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| @@ -45,32 +45,32 @@ | |
| 45 45 | 
             
            #include <gtk/gtk.h>
         | 
| 46 46 |  | 
| 47 47 | 
             
                                <a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperation-struct" title="GtkMountOperation">GtkMountOperation</a>;
         | 
| 48 | 
            -
            <a href="/ | 
| 49 | 
            -
            <a href="/ | 
| 48 | 
            +
            <a href="http://library.gnome.org/devel/gio/unstable/GMountOperation.html"><span class="returnvalue">GMountOperation</span></a> *   <a class="link" href="gtk-Filesystem-utilities.html#gtk-mount-operation-new" title="gtk_mount_operation_new ()">gtk_mount_operation_new</a>             (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>);
         | 
| 49 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gtk-Filesystem-utilities.html#gtk-mount-operation-is-showing" title="gtk_mount_operation_is_showing ()">gtk_mount_operation_is_showing</a>      (<em class="parameter"><code><a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> *op</code></em>);
         | 
| 50 50 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gtk-Filesystem-utilities.html#gtk-mount-operation-set-parent" title="gtk_mount_operation_set_parent ()">gtk_mount_operation_set_parent</a>      (<em class="parameter"><code><a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> *op</code></em>,
         | 
| 51 51 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>);
         | 
| 52 52 | 
             
            <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="returnvalue">GtkWindow</span></a> *         <a class="link" href="gtk-Filesystem-utilities.html#gtk-mount-operation-get-parent" title="gtk_mount_operation_get_parent ()">gtk_mount_operation_get_parent</a>      (<em class="parameter"><code><a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> *op</code></em>);
         | 
| 53 53 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gtk-Filesystem-utilities.html#gtk-mount-operation-set-screen" title="gtk_mount_operation_set_screen ()">gtk_mount_operation_set_screen</a>      (<em class="parameter"><code><a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> *op</code></em>,
         | 
| 54 54 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);
         | 
| 55 55 | 
             
            <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a> *         <a class="link" href="gtk-Filesystem-utilities.html#gtk-mount-operation-get-screen" title="gtk_mount_operation_get_screen ()">gtk_mount_operation_get_screen</a>      (<em class="parameter"><code><a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> *op</code></em>);
         | 
| 56 | 
            -
            <a href="/ | 
| 57 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 58 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 59 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 56 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gtk-Filesystem-utilities.html#gtk-show-uri" title="gtk_show_uri ()">gtk_show_uri</a>                        (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>,
         | 
| 57 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
         | 
| 58 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>,
         | 
| 59 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
         | 
| 60 60 | 
             
            </pre>
         | 
| 61 61 | 
             
            </div>
         | 
| 62 62 | 
             
            <div class="refsect1" title="Object Hierarchy">
         | 
| 63 63 | 
             
            <a name="gtk-Filesystem-utilities.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 64 64 | 
             
            <pre class="synopsis">
         | 
| 65 | 
            -
              <a href="/ | 
| 66 | 
            -
               +----<a href="/ | 
| 65 | 
            +
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| 66 | 
            +
               +----<a href="http://library.gnome.org/devel/gio/unstable/GMountOperation.html">GMountOperation</a>
         | 
| 67 67 | 
             
                     +----GtkMountOperation
         | 
| 68 68 | 
             
            </pre>
         | 
| 69 69 | 
             
            </div>
         | 
| 70 70 | 
             
            <div class="refsect1" title="Properties">
         | 
| 71 71 | 
             
            <a name="gtk-Filesystem-utilities.properties"></a><h2>Properties</h2>
         | 
| 72 72 | 
             
            <pre class="synopsis">
         | 
| 73 | 
            -
              "<a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperation--is-showing" title='The "is-showing" property'>is-showing</a>"               <a href="/ | 
| 73 | 
            +
              "<a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperation--is-showing" title='The "is-showing" property'>is-showing</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
         | 
| 74 74 | 
             
              "<a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperation--parent" title='The "parent" property'>parent</a>"                   <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>*            : Read / Write
         | 
| 75 75 | 
             
              "<a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperation--screen" title='The "screen" property'>screen</a>"                   <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a>*            : Read / Write
         | 
| 76 76 | 
             
            </pre>
         | 
| @@ -83,10 +83,10 @@ GIO more convenient. | |
| 83 83 | 
             
            </p>
         | 
| 84 84 | 
             
            <p>
         | 
| 85 85 | 
             
            <a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> is needed when mounting volumes:
         | 
| 86 | 
            -
            It is an implementation of <a href="/ | 
| 86 | 
            +
            It is an implementation of <a href="http://library.gnome.org/devel/gio/unstable/GMountOperation.html"><span class="type">GMountOperation</span></a> that can be used with
         | 
| 87 87 | 
             
            GIO functions for mounting volumes such as
         | 
| 88 | 
            -
            <a href="/ | 
| 89 | 
            -
            <a href="/ | 
| 88 | 
            +
            <a href="http://library.gnome.org/devel/gio/unstable/GFile.html#g-file-mount-enclosing-volume"><code class="function">g_file_mount_enclosing_volume()</code></a>, <a href="http://library.gnome.org/devel/gio/unstable/GFile.html#g-file-mount-mountable"><code class="function">g_file_mount_mountable()</code></a>,
         | 
| 89 | 
            +
            <a href="http://library.gnome.org/devel/gio/unstable/GVolume.html#g-volume-mount"><code class="function">g_volume_mount()</code></a>, <a href="http://library.gnome.org/devel/gio/unstable/GMount.html#g-mount-unmount-with-operation"><code class="function">g_mount_unmount_with_operation()</code></a> and others.
         | 
| 90 90 | 
             
            </p>
         | 
| 91 91 | 
             
            <p>
         | 
| 92 92 | 
             
            When necessary, <a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> shows dialogs to ask for
         | 
| @@ -113,7 +113,7 @@ This should not be accessed directly. Use the accessor functions below. | |
| 113 113 | 
             
            <hr>
         | 
| 114 114 | 
             
            <div class="refsect2" title="gtk_mount_operation_new ()">
         | 
| 115 115 | 
             
            <a name="gtk-mount-operation-new"></a><h3>gtk_mount_operation_new ()</h3>
         | 
| 116 | 
            -
            <pre class="programlisting"><a href="/ | 
| 116 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/gio/unstable/GMountOperation.html"><span class="returnvalue">GMountOperation</span></a> *   gtk_mount_operation_new             (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>);</pre>
         | 
| 117 117 | 
             
            <p>
         | 
| 118 118 | 
             
            Creates a new <a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a>
         | 
| 119 119 | 
             
            </p>
         | 
| @@ -122,7 +122,8 @@ Creates a new <a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperat | |
| 122 122 | 
             
            <tbody>
         | 
| 123 123 | 
             
            <tr>
         | 
| 124 124 | 
             
            <td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
         | 
| 125 | 
            -
            <td> transient parent of the window, or <a href="/ | 
| 125 | 
            +
            <td> transient parent of the window, or <a href="http://library.gnome.org/devel/glib/unstable/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>
         | 
| 126 | 
            +
            </td>
         | 
| 126 127 | 
             
            </tr>
         | 
| 127 128 | 
             
            <tr>
         | 
| 128 129 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| @@ -137,7 +138,7 @@ Creates a new <a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperat | |
| 137 138 | 
             
            <hr>
         | 
| 138 139 | 
             
            <div class="refsect2" title="gtk_mount_operation_is_showing ()">
         | 
| 139 140 | 
             
            <a name="gtk-mount-operation-is-showing"></a><h3>gtk_mount_operation_is_showing ()</h3>
         | 
| 140 | 
            -
            <pre class="programlisting"><a href="/ | 
| 141 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_mount_operation_is_showing      (<em class="parameter"><code><a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> *op</code></em>);</pre>
         | 
| 141 142 | 
             
            <p>
         | 
| 142 143 | 
             
            Returns whether the <a class="link" href="gtk-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> is currently displaying
         | 
| 143 144 | 
             
            a window.
         | 
| @@ -152,7 +153,7 @@ a window. | |
| 152 153 | 
             
            </tr>
         | 
| 153 154 | 
             
            <tr>
         | 
| 154 155 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 155 | 
            -
            <td> <a href="/ | 
| 156 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>op</code></em> is currently displaying a window
         | 
| 156 157 |  | 
| 157 158 | 
             
            </td>
         | 
| 158 159 | 
             
            </tr>
         | 
| @@ -179,7 +180,8 @@ Sets the transient parent for windows shown by the | |
| 179 180 | 
             
            </tr>
         | 
| 180 181 | 
             
            <tr>
         | 
| 181 182 | 
             
            <td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
         | 
| 182 | 
            -
            <td> transient parent of the window, or <a href="/ | 
| 183 | 
            +
            <td> transient parent of the window, or <a href="http://library.gnome.org/devel/glib/unstable/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>
         | 
| 184 | 
            +
            </td>
         | 
| 183 185 | 
             
            </tr>
         | 
| 184 186 | 
             
            </tbody>
         | 
| 185 187 | 
             
            </table></div>
         | 
| @@ -264,10 +266,10 @@ will be shown. | |
| 264 266 | 
             
            <hr>
         | 
| 265 267 | 
             
            <div class="refsect2" title="gtk_show_uri ()">
         | 
| 266 268 | 
             
            <a name="gtk-show-uri"></a><h3>gtk_show_uri ()</h3>
         | 
| 267 | 
            -
            <pre class="programlisting"><a href="/ | 
| 268 | 
            -
                                                                     <em class="parameter"><code>const <a href="/ | 
| 269 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 270 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 269 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_show_uri                        (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>,
         | 
| 270 | 
            +
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
         | 
| 271 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>,
         | 
| 272 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
         | 
| 271 273 | 
             
            <p>
         | 
| 272 274 | 
             
            This is a convenience function for launching the default application
         | 
| 273 275 | 
             
            to show the uri. The uri must be of a form understood by GIO. Typical
         | 
| @@ -292,7 +294,8 @@ and <a href="/usr/share/gtk-doc/html/libgnome/libgnome-gnome-url.html#gnome-url- | |
| 292 294 | 
             
            <tbody>
         | 
| 293 295 | 
             
            <tr>
         | 
| 294 296 | 
             
            <td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
         | 
| 295 | 
            -
            <td> screen to show the uri on or <a href="/ | 
| 297 | 
            +
            <td> screen to show the uri on or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for the default screen. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 298 | 
            +
            </td>
         | 
| 296 299 | 
             
            </tr>
         | 
| 297 300 | 
             
            <tr>
         | 
| 298 301 | 
             
            <td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
         | 
| @@ -306,12 +309,12 @@ and <a href="/usr/share/gtk-doc/html/libgnome/libgnome-gnome-url.html#gnome-url- | |
| 306 309 | 
             
            </tr>
         | 
| 307 310 | 
             
            <tr>
         | 
| 308 311 | 
             
            <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
         | 
| 309 | 
            -
            <td>a <a href="/ | 
| 312 | 
            +
            <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> that is returned in case of errors
         | 
| 310 313 | 
             
            </td>
         | 
| 311 314 | 
             
            </tr>
         | 
| 312 315 | 
             
            <tr>
         | 
| 313 316 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 314 | 
            -
            <td> <a href="/ | 
| 317 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on error.
         | 
| 315 318 |  | 
| 316 319 | 
             
            </td>
         | 
| 317 320 | 
             
            </tr>
         | 
| @@ -324,7 +327,7 @@ and <a href="/usr/share/gtk-doc/html/libgnome/libgnome-gnome-url.html#gnome-url- | |
| 324 327 | 
             
            <a name="gtk-Filesystem-utilities.property-details"></a><h2>Property Details</h2>
         | 
| 325 328 | 
             
            <div class="refsect2" title='The "is-showing" property'>
         | 
| 326 329 | 
             
            <a name="GtkMountOperation--is-showing"></a><h3>The <code class="literal">"is-showing"</code> property</h3>
         | 
| 327 | 
            -
            <pre class="programlisting">  "is-showing"               <a href="/ | 
| 330 | 
            +
            <pre class="programlisting">  "is-showing"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
         | 
| 328 331 | 
             
            <p>Are we showing a dialog.</p>
         | 
| 329 332 | 
             
            <p>Default value: FALSE</p>
         | 
| 330 333 | 
             
            </div>
         | 
| @@ -344,6 +347,6 @@ and <a href="/usr/share/gtk-doc/html/libgnome/libgnome-gnome-url.html#gnome-url- | |
| 344 347 | 
             
            </div>
         | 
| 345 348 | 
             
            <div class="footer">
         | 
| 346 349 | 
             
            <hr>
         | 
| 347 | 
            -
                      Generated by GTK-Doc V1. | 
| 350 | 
            +
                      Generated by GTK-Doc V1.15</div>
         | 
| 348 351 | 
             
            </body>
         | 
| 349 352 | 
             
            </html>
         | 
| @@ -3,12 +3,12 @@ | |
| 3 3 | 
             
            <head>
         | 
| 4 4 | 
             
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
         | 
| 5 5 | 
             
            <title>Main loop and Events</title>
         | 
| 6 | 
            -
            <meta name="generator" content="DocBook XSL Stylesheets V1. | 
| 6 | 
            +
            <meta name="generator" content="DocBook XSL Stylesheets V1.76.0">
         | 
| 7 7 | 
             
            <link rel="home" href="index.html" title="GTK+ Reference Manual">
         | 
| 8 8 | 
             
            <link rel="up" href="gtkbase.html" title="Part II. GTK+ Core Reference">
         | 
| 9 9 | 
             
            <link rel="prev" href="gtkbase.html" title="Part II. GTK+ Core Reference">
         | 
| 10 10 | 
             
            <link rel="next" href="gtk-Keyboard-Accelerators.html" title="Accelerator Groups">
         | 
| 11 | 
            -
            <meta name="generator" content="GTK-Doc V1. | 
| 11 | 
            +
            <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
         | 
| 12 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 13 | 
             
            </head>
         | 
| 14 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| @@ -40,86 +40,86 @@ | |
| 40 40 | 
             
            <pre class="synopsis">
         | 
| 41 41 | 
             
            #include <gtk/gtk.h>
         | 
| 42 42 |  | 
| 43 | 
            -
            <a href="/ | 
| 43 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="gtk-General.html#gtk-set-locale" title="gtk_set_locale ()">gtk_set_locale</a>                      (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 44 44 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-disable-setlocale" title="gtk_disable_setlocale ()">gtk_disable_setlocale</a>               (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 45 45 | 
             
            <a href="/usr/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#PangoLanguage"><span class="returnvalue">PangoLanguage</span></a> *     <a class="link" href="gtk-General.html#gtk-get-default-language" title="gtk_get_default_language ()">gtk_get_default_language</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 46 | 
            -
            <a href="/ | 
| 46 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gtk-General.html#gtk-parse-args" title="gtk_parse_args ()">gtk_parse_args</a>                      (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
         | 
| 47 47 | 
             
                                                                     <em class="parameter"><code><span class="type">char</span> ***argv</code></em>);
         | 
| 48 48 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()">gtk_init</a>                            (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
         | 
| 49 49 | 
             
                                                                     <em class="parameter"><code><span class="type">char</span> ***argv</code></em>);
         | 
| 50 | 
            -
            <a href="/ | 
| 50 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gtk-General.html#gtk-init-check" title="gtk_init_check ()">gtk_init_check</a>                      (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
         | 
| 51 51 | 
             
                                                                     <em class="parameter"><code><span class="type">char</span> ***argv</code></em>);
         | 
| 52 | 
            -
            <a href="/ | 
| 52 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gtk-General.html#gtk-init-with-args" title="gtk_init_with_args ()">gtk_init_with_args</a>                  (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
         | 
| 53 53 | 
             
                                                                     <em class="parameter"><code><span class="type">char</span> ***argv</code></em>,
         | 
| 54 54 | 
             
                                                                     <em class="parameter"><code>const <span class="type">char</span> *parameter_string</code></em>,
         | 
| 55 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 55 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#GOptionEntry"><span class="type">GOptionEntry</span></a> *entries</code></em>,
         | 
| 56 56 | 
             
                                                                     <em class="parameter"><code>const <span class="type">char</span> *translation_domain</code></em>,
         | 
| 57 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 58 | 
            -
            <a href="/ | 
| 59 | 
            -
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-exit" title="gtk_exit ()">gtk_exit</a>                            (<em class="parameter"><code><a href="/ | 
| 60 | 
            -
            <a href="/ | 
| 57 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
         | 
| 58 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#GOptionGroup"><span class="returnvalue">GOptionGroup</span></a> *      <a class="link" href="gtk-General.html#gtk-get-option-group" title="gtk_get_option_group ()">gtk_get_option_group</a>                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> open_default_display</code></em>);
         | 
| 59 | 
            +
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-exit" title="gtk_exit ()">gtk_exit</a>                            (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> error_code</code></em>);
         | 
| 60 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gtk-General.html#gtk-events-pending" title="gtk_events_pending ()">gtk_events_pending</a>                  (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 61 61 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-main" title="gtk_main ()">gtk_main</a>                            (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 62 | 
            -
            <a href="/ | 
| 62 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="gtk-General.html#gtk-main-level" title="gtk_main_level ()">gtk_main_level</a>                      (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 63 63 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-main-quit" title="gtk_main_quit ()">gtk_main_quit</a>                       (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 64 | 
            -
            <a href="/ | 
| 65 | 
            -
            <a href="/ | 
| 64 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gtk-General.html#gtk-main-iteration" title="gtk_main_iteration ()">gtk_main_iteration</a>                  (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 65 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gtk-General.html#gtk-main-iteration-do" title="gtk_main_iteration_do ()">gtk_main_iteration_do</a>               (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> blocking</code></em>);
         | 
| 66 66 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-main-do-event" title="gtk_main_do_event ()">gtk_main_do_event</a>                   (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);
         | 
| 67 | 
            -
            <span class="returnvalue">void</span>                (<a class="link" href="gtk-General.html#GtkModuleInitFunc" title="GtkModuleInitFunc ()">*GtkModuleInitFunc</a>)                (<em class="parameter"><code><a href="/ | 
| 68 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 67 | 
            +
            <span class="returnvalue">void</span>                (<a class="link" href="gtk-General.html#GtkModuleInitFunc" title="GtkModuleInitFunc ()">*GtkModuleInitFunc</a>)                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *argc</code></em>,
         | 
| 68 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argv</code></em>);
         | 
| 69 69 | 
             
            <span class="returnvalue">void</span>                (<a class="link" href="gtk-General.html#GtkModuleDisplayInitFunc" title="GtkModuleDisplayInitFunc ()">*GtkModuleDisplayInitFunc</a>)         (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/GdkDisplay.html"><span class="type">GdkDisplay</span></a> *display</code></em>);
         | 
| 70 70 |  | 
| 71 | 
            -
            <a href="/ | 
| 72 | 
            -
            <a href="/ | 
| 71 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gtk-General.html#gtk-true" title="gtk_true ()">gtk_true</a>                            (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 72 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gtk-General.html#gtk-false" title="gtk_false ()">gtk_false</a>                           (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 73 73 |  | 
| 74 74 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-grab-add" title="gtk_grab_add ()">gtk_grab_add</a>                        (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
         | 
| 75 75 | 
             
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>*          <a class="link" href="gtk-General.html#gtk-grab-get-current" title="gtk_grab_get_current ()">gtk_grab_get_current</a>                (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 76 76 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-grab-remove" title="gtk_grab_remove ()">gtk_grab_remove</a>                     (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
         | 
| 77 77 |  | 
| 78 78 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-init-add" title="gtk_init_add ()">gtk_init_add</a>                        (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
         | 
| 79 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 80 | 
            -
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-quit-add-destroy" title="gtk_quit_add_destroy ()">gtk_quit_add_destroy</a>                (<em class="parameter"><code><a href="/ | 
| 79 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
         | 
| 80 | 
            +
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-quit-add-destroy" title="gtk_quit_add_destroy ()">gtk_quit_add_destroy</a>                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> main_level</code></em>,
         | 
| 81 81 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkObject.html" title="GtkObject"><span class="type">GtkObject</span></a> *object</code></em>);
         | 
| 82 | 
            -
            <a href="/ | 
| 82 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="gtk-General.html#gtk-quit-add" title="gtk_quit_add ()">gtk_quit_add</a>                        (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> main_level</code></em>,
         | 
| 83 83 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
         | 
| 84 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 85 | 
            -
            <a href="/ | 
| 84 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
         | 
| 85 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="gtk-General.html#gtk-quit-add-full" title="gtk_quit_add_full ()">gtk_quit_add_full</a>                   (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> main_level</code></em>,
         | 
| 86 86 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
         | 
| 87 87 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
         | 
| 88 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 89 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 90 | 
            -
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-quit-remove" title="gtk_quit_remove ()">gtk_quit_remove</a>                     (<em class="parameter"><code><a href="/ | 
| 91 | 
            -
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-quit-remove-by-data" title="gtk_quit_remove_by_data ()">gtk_quit_remove_by_data</a>             (<em class="parameter"><code><a href="/ | 
| 88 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
         | 
| 89 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
         | 
| 90 | 
            +
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-quit-remove" title="gtk_quit_remove ()">gtk_quit_remove</a>                     (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> quit_handler_id</code></em>);
         | 
| 91 | 
            +
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-quit-remove-by-data" title="gtk_quit_remove_by_data ()">gtk_quit_remove_by_data</a>             (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
         | 
| 92 92 |  | 
| 93 | 
            -
            <a href="/ | 
| 93 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="gtk-General.html#gtk-timeout-add-full" title="gtk_timeout_add_full ()">gtk_timeout_add_full</a>                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> interval</code></em>,
         | 
| 94 94 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
         | 
| 95 95 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
         | 
| 96 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 97 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 98 | 
            -
            <a href="/ | 
| 96 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
         | 
| 97 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
         | 
| 98 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="gtk-General.html#gtk-timeout-add" title="gtk_timeout_add ()">gtk_timeout_add</a>                     (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> interval</code></em>,
         | 
| 99 99 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
         | 
| 100 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 101 | 
            -
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-timeout-remove" title="gtk_timeout_remove ()">gtk_timeout_remove</a>                  (<em class="parameter"><code><a href="/ | 
| 100 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
         | 
| 101 | 
            +
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-timeout-remove" title="gtk_timeout_remove ()">gtk_timeout_remove</a>                  (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> timeout_handler_id</code></em>);
         | 
| 102 102 |  | 
| 103 | 
            -
            <a href="/ | 
| 104 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 105 | 
            -
            <a href="/ | 
| 103 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="gtk-General.html#gtk-idle-add" title="gtk_idle_add ()">gtk_idle_add</a>                        (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
         | 
| 104 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
         | 
| 105 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="gtk-General.html#gtk-idle-add-priority" title="gtk_idle_add_priority ()">gtk_idle_add_priority</a>               (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> priority</code></em>,
         | 
| 106 106 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
         | 
| 107 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 108 | 
            -
            <a href="/ | 
| 107 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
         | 
| 108 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="gtk-General.html#gtk-idle-add-full" title="gtk_idle_add_full ()">gtk_idle_add_full</a>                   (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> priority</code></em>,
         | 
| 109 109 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
         | 
| 110 110 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
         | 
| 111 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 112 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 113 | 
            -
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-idle-remove" title="gtk_idle_remove ()">gtk_idle_remove</a>                     (<em class="parameter"><code><a href="/ | 
| 114 | 
            -
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-idle-remove-by-data" title="gtk_idle_remove_by_data ()">gtk_idle_remove_by_data</a>             (<em class="parameter"><code><a href="/ | 
| 111 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
         | 
| 112 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
         | 
| 113 | 
            +
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-idle-remove" title="gtk_idle_remove ()">gtk_idle_remove</a>                     (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> idle_handler_id</code></em>);
         | 
| 114 | 
            +
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-idle-remove-by-data" title="gtk_idle_remove_by_data ()">gtk_idle_remove_by_data</a>             (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
         | 
| 115 115 |  | 
| 116 | 
            -
            <a href="/ | 
| 116 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="gtk-General.html#gtk-input-add-full" title="gtk_input_add_full ()">gtk_input_add_full</a>                  (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source</code></em>,
         | 
| 117 117 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Input.html#GdkInputCondition"><span class="type">GdkInputCondition</span></a> condition</code></em>,
         | 
| 118 118 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Input.html#GdkInputFunction"><span class="type">GdkInputFunction</span></a> function</code></em>,
         | 
| 119 119 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
         | 
| 120 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 121 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 122 | 
            -
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-input-remove" title="gtk_input_remove ()">gtk_input_remove</a>                    (<em class="parameter"><code><a href="/ | 
| 120 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
         | 
| 121 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
         | 
| 122 | 
            +
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-input-remove" title="gtk_input_remove ()">gtk_input_remove</a>                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> input_handler_id</code></em>);
         | 
| 123 123 |  | 
| 124 124 | 
             
            #define             <a class="link" href="gtk-General.html#GTK-PRIORITY-REDRAW:CAPS" title="GTK_PRIORITY_REDRAW">GTK_PRIORITY_REDRAW</a>
         | 
| 125 125 | 
             
            #define             <a class="link" href="gtk-General.html#GTK-PRIORITY-RESIZE:CAPS" title="GTK_PRIORITY_RESIZE">GTK_PRIORITY_RESIZE</a>
         | 
| @@ -128,16 +128,16 @@ | |
| 128 128 | 
             
            #define             <a class="link" href="gtk-General.html#GTK-PRIORITY-DEFAULT:CAPS" title="GTK_PRIORITY_DEFAULT">GTK_PRIORITY_DEFAULT</a>
         | 
| 129 129 | 
             
            #define             <a class="link" href="gtk-General.html#GTK-PRIORITY-LOW:CAPS" title="GTK_PRIORITY_LOW">GTK_PRIORITY_LOW</a>
         | 
| 130 130 |  | 
| 131 | 
            -
            <a href="/ | 
| 132 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 133 | 
            -
            <a href="/ | 
| 131 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="gtk-General.html#gtk-key-snooper-install" title="gtk_key_snooper_install ()">gtk_key_snooper_install</a>             (<em class="parameter"><code><a class="link" href="gtk-General.html#GtkKeySnoopFunc" title="GtkKeySnoopFunc ()"><span class="type">GtkKeySnoopFunc</span></a> snooper</code></em>,
         | 
| 132 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> func_data</code></em>);
         | 
| 133 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                (<a class="link" href="gtk-General.html#GtkKeySnoopFunc" title="GtkKeySnoopFunc ()">*GtkKeySnoopFunc</a>)                  (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *grab_widget</code></em>,
         | 
| 134 134 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>,
         | 
| 135 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 136 | 
            -
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-key-snooper-remove" title="gtk_key_snooper_remove ()">gtk_key_snooper_remove</a>              (<em class="parameter"><code><a href="/ | 
| 135 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> func_data</code></em>);
         | 
| 136 | 
            +
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-key-snooper-remove" title="gtk_key_snooper_remove ()">gtk_key_snooper_remove</a>              (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> snooper_handler_id</code></em>);
         | 
| 137 137 |  | 
| 138 138 | 
             
            <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="returnvalue">GdkEvent</span></a>*           <a class="link" href="gtk-General.html#gtk-get-current-event" title="gtk_get_current_event ()">gtk_get_current_event</a>               (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 139 | 
            -
            <a href="/ | 
| 140 | 
            -
            <a href="/ | 
| 139 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             <a class="link" href="gtk-General.html#gtk-get-current-event-time" title="gtk_get_current_event_time ()">gtk_get_current_event_time</a>          (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 140 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gtk-General.html#gtk-get-current-event-state" title="gtk_get_current_event_state ()">gtk_get_current_event_state</a>         (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> *state</code></em>);
         | 
| 141 141 | 
             
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>*          <a class="link" href="gtk-General.html#gtk-get-event-widget" title="gtk_get_event_widget ()">gtk_get_event_widget</a>                (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);
         | 
| 142 142 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gtk-General.html#gtk-propagate-event" title="gtk_propagate_event ()">gtk_propagate_event</a>                 (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
         | 
| 143 143 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);
         | 
| @@ -165,7 +165,7 @@ more widgets. | |
| 165 165 | 
             
            When widgets receive an event, they frequently emit one or more
         | 
| 166 166 | 
             
            <em class="firstterm">signals</em>. Signals notify your program that
         | 
| 167 167 | 
             
            "something interesting happened" by invoking functions you've
         | 
| 168 | 
            -
            connected to the signal with <a href="/ | 
| 168 | 
            +
            connected to the signal with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-connect"><code class="function">g_signal_connect()</code></a>. Functions connected
         | 
| 169 169 | 
             
            to a signal are often termed <em class="firstterm">callbacks</em>.
         | 
| 170 170 | 
             
            </p>
         | 
| 171 171 | 
             
            <p>
         | 
| @@ -175,7 +175,7 @@ When your callbacks are invoked, you would typically take some action | |
| 175 175 | 
             
            to the main loop and await more user input.
         | 
| 176 176 | 
             
            </p>
         | 
| 177 177 | 
             
            <div class="example">
         | 
| 178 | 
            -
            <a name=" | 
| 178 | 
            +
            <a name="id648175"></a><p class="title"><b>Example 2. Typical <code class="function">main</code> function for a GTK+ application</b></p>
         | 
| 179 179 | 
             
            <div class="example-contents">
         | 
| 180 180 | 
             
              <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
         | 
| 181 181 | 
             
                <tbody>
         | 
| @@ -224,7 +224,7 @@ to the main loop and await more user input. | |
| 224 224 | 
             
            </div>
         | 
| 225 225 | 
             
            <br class="example-break"><p>
         | 
| 226 226 | 
             
            It's OK to use the GLib main loop directly instead of <a class="link" href="gtk-General.html#gtk-main" title="gtk_main ()"><code class="function">gtk_main()</code></a>,
         | 
| 227 | 
            -
            though it involves slightly more typing. See <a href="/ | 
| 227 | 
            +
            though it involves slightly more typing. See <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#GMainLoop"><span class="type">GMainLoop</span></a> in the GLib
         | 
| 228 228 | 
             
            documentation.
         | 
| 229 229 | 
             
            </p>
         | 
| 230 230 | 
             
            </div>
         | 
| @@ -232,7 +232,7 @@ documentation. | |
| 232 232 | 
             
            <a name="gtk-General.details"></a><h2>Details</h2>
         | 
| 233 233 | 
             
            <div class="refsect2" title="gtk_set_locale ()">
         | 
| 234 234 | 
             
            <a name="gtk-set-locale"></a><h3>gtk_set_locale ()</h3>
         | 
| 235 | 
            -
            <pre class="programlisting"><a href="/ | 
| 235 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             gtk_set_locale                      (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 236 236 | 
             
            <p>
         | 
| 237 237 | 
             
            Initializes internationalization support for GTK+. <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>
         | 
| 238 238 | 
             
            automatically does this, so there is typically no point
         | 
| @@ -258,7 +258,7 @@ locale specific setup of the windowing system used by GDK. | |
| 258 258 | 
             
            <td> a string corresponding to the locale set, typically in the
         | 
| 259 259 | 
             
            form lang_COUNTRY, where lang is an ISO-639 language code, and
         | 
| 260 260 | 
             
            COUNTRY is an ISO-3166 country code. On Unix, this form matches the
         | 
| 261 | 
            -
            result of the <a href="/ | 
| 261 | 
            +
            result of the <a href="http://library.gnome.org/devel/glib/unstable/glib-running.html#setlocale"><code class="function">setlocale()</code></a>; it is also used on other machines, such as 
         | 
| 262 262 | 
             
            Windows, where the C library returns a different result. The string is 
         | 
| 263 263 | 
             
            owned by GTK+ and should not be modified or freed.
         | 
| 264 264 | 
             
            </td>
         | 
| @@ -309,7 +309,7 @@ freed | |
| 309 309 | 
             
            <hr>
         | 
| 310 310 | 
             
            <div class="refsect2" title="gtk_parse_args ()">
         | 
| 311 311 | 
             
            <a name="gtk-parse-args"></a><h3>gtk_parse_args ()</h3>
         | 
| 312 | 
            -
            <pre class="programlisting"><a href="/ | 
| 312 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_parse_args                      (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
         | 
| 313 313 | 
             
                                                                     <em class="parameter"><code><span class="type">char</span> ***argv</code></em>);</pre>
         | 
| 314 314 | 
             
            <p>
         | 
| 315 315 | 
             
            Parses command line arguments, and initializes global
         | 
| @@ -329,15 +329,17 @@ You shouldn't call this function explicitely if you are using | |
| 329 329 | 
             
            <tbody>
         | 
| 330 330 | 
             
            <tr>
         | 
| 331 331 | 
             
            <td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
         | 
| 332 | 
            -
            <td> a pointer to the number of command line arguments | 
| 332 | 
            +
            <td> a pointer to the number of command line arguments. <span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span>
         | 
| 333 | 
            +
            </td>
         | 
| 333 334 | 
             
            </tr>
         | 
| 334 335 | 
             
            <tr>
         | 
| 335 336 | 
             
            <td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
         | 
| 336 | 
            -
            <td> a pointer to the array of command line arguments | 
| 337 | 
            +
            <td> a pointer to the array of command line arguments. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>][<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span>
         | 
| 338 | 
            +
            </td>
         | 
| 337 339 | 
             
            </tr>
         | 
| 338 340 | 
             
            <tr>
         | 
| 339 341 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 340 | 
            -
            <td> <a href="/ | 
| 342 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if initialization succeeded, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
         | 
| 341 343 | 
             
            </td>
         | 
| 342 344 | 
             
            </tr>
         | 
| 343 345 | 
             
            </tbody>
         | 
| @@ -358,7 +360,7 @@ never see those standard arguments. | |
| 358 360 | 
             
            <p>
         | 
| 359 361 | 
             
            Note that there are some alternative ways to initialize GTK+: 
         | 
| 360 362 | 
             
            if you are calling <a class="link" href="gtk-General.html#gtk-parse-args" title="gtk_parse_args ()"><code class="function">gtk_parse_args()</code></a>, <a class="link" href="gtk-General.html#gtk-init-check" title="gtk_init_check ()"><code class="function">gtk_init_check()</code></a>, 
         | 
| 361 | 
            -
            <a class="link" href="gtk-General.html#gtk-init-with-args" title="gtk_init_with_args ()"><code class="function">gtk_init_with_args()</code></a> or <a href="/ | 
| 363 | 
            +
            <a class="link" href="gtk-General.html#gtk-init-with-args" title="gtk_init_with_args ()"><code class="function">gtk_init_with_args()</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#g-option-context-parse"><code class="function">g_option_context_parse()</code></a> with 
         | 
| 362 364 | 
             
            the option group returned by <a class="link" href="gtk-General.html#gtk-get-option-group" title="gtk_get_option_group ()"><code class="function">gtk_get_option_group()</code></a>, you 
         | 
| 363 365 | 
             
            <span class="emphasis"><em>don't</em></span> have to call <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>.
         | 
| 364 366 | 
             
            </p>
         | 
| @@ -395,12 +397,14 @@ similar things. | |
| 395 397 | 
             
            <tr>
         | 
| 396 398 | 
             
            <td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
         | 
| 397 399 | 
             
            <td> Address of the <em class="parameter"><code>argc</code></em> parameter of your
         | 
| 398 | 
            -
              <code class="function">main()</code> function. Changed if any arguments were handled | 
| 400 | 
            +
              <code class="function">main()</code> function. Changed if any arguments were handled. <span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span>
         | 
| 401 | 
            +
            </td>
         | 
| 399 402 | 
             
            </tr>
         | 
| 400 403 | 
             
            <tr>
         | 
| 401 404 | 
             
            <td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
         | 
| 402 405 | 
             
            <td> Address of the <em class="parameter"><code>argv</code></em> parameter of <code class="function">main()</code>.
         | 
| 403 | 
            -
              Any parameters understood by <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a> are stripped before return | 
| 406 | 
            +
              Any parameters understood by <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a> are stripped before return. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=argc][<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym> length=argc][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym> length=argc]</span>
         | 
| 407 | 
            +
            </td>
         | 
| 404 408 | 
             
            </tr>
         | 
| 405 409 | 
             
            </tbody>
         | 
| 406 410 | 
             
            </table></div>
         | 
| @@ -408,12 +412,12 @@ similar things. | |
| 408 412 | 
             
            <hr>
         | 
| 409 413 | 
             
            <div class="refsect2" title="gtk_init_check ()">
         | 
| 410 414 | 
             
            <a name="gtk-init-check"></a><h3>gtk_init_check ()</h3>
         | 
| 411 | 
            -
            <pre class="programlisting"><a href="/ | 
| 415 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_init_check                      (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
         | 
| 412 416 | 
             
                                                                     <em class="parameter"><code><span class="type">char</span> ***argv</code></em>);</pre>
         | 
| 413 417 | 
             
            <p>
         | 
| 414 418 | 
             
            This function does the same work as <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a> with only
         | 
| 415 419 | 
             
            a single change: It does not terminate the program if the GUI can't be
         | 
| 416 | 
            -
            initialized. Instead it returns <a href="/ | 
| 420 | 
            +
            initialized. Instead it returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on failure.
         | 
| 417 421 | 
             
            </p>
         | 
| 418 422 | 
             
            <p>
         | 
| 419 423 | 
             
            This way the application can fall back to some other means of communication 
         | 
| @@ -425,17 +429,19 @@ with the user - for example a curses or command line interface. | |
| 425 429 | 
             
            <tr>
         | 
| 426 430 | 
             
            <td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
         | 
| 427 431 | 
             
            <td> Address of the <em class="parameter"><code>argc</code></em> parameter of your
         | 
| 428 | 
            -
              <code class="function">main()</code> function. Changed if any arguments were handled | 
| 432 | 
            +
              <code class="function">main()</code> function. Changed if any arguments were handled. <span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span>
         | 
| 433 | 
            +
            </td>
         | 
| 429 434 | 
             
            </tr>
         | 
| 430 435 | 
             
            <tr>
         | 
| 431 436 | 
             
            <td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
         | 
| 432 437 | 
             
            <td> Address of the <em class="parameter"><code>argv</code></em> parameter of <code class="function">main()</code>.
         | 
| 433 | 
            -
              Any parameters understood by <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a> are stripped before return | 
| 438 | 
            +
              Any parameters understood by <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a> are stripped before return. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=argc][<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym> length=argc][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym> length=argc]</span>
         | 
| 439 | 
            +
            </td>
         | 
| 434 440 | 
             
            </tr>
         | 
| 435 441 | 
             
            <tr>
         | 
| 436 442 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 437 | 
            -
            <td> <a href="/ | 
| 438 | 
            -
                          <a href="/ | 
| 443 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the GUI has been successfully initialized, 
         | 
| 444 | 
            +
                          <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
         | 
| 439 445 | 
             
            </td>
         | 
| 440 446 | 
             
            </tr>
         | 
| 441 447 | 
             
            </tbody>
         | 
| @@ -444,12 +450,12 @@ with the user - for example a curses or command line interface. | |
| 444 450 | 
             
            <hr>
         | 
| 445 451 | 
             
            <div class="refsect2" title="gtk_init_with_args ()">
         | 
| 446 452 | 
             
            <a name="gtk-init-with-args"></a><h3>gtk_init_with_args ()</h3>
         | 
| 447 | 
            -
            <pre class="programlisting"><a href="/ | 
| 453 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_init_with_args                  (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
         | 
| 448 454 | 
             
                                                                     <em class="parameter"><code><span class="type">char</span> ***argv</code></em>,
         | 
| 449 455 | 
             
                                                                     <em class="parameter"><code>const <span class="type">char</span> *parameter_string</code></em>,
         | 
| 450 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 456 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#GOptionEntry"><span class="type">GOptionEntry</span></a> *entries</code></em>,
         | 
| 451 457 | 
             
                                                                     <em class="parameter"><code>const <span class="type">char</span> *translation_domain</code></em>,
         | 
| 452 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 458 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
         | 
| 453 459 | 
             
            <p>
         | 
| 454 460 | 
             
            This function does the same work as <a class="link" href="gtk-General.html#gtk-init-check" title="gtk_init_check ()"><code class="function">gtk_init_check()</code></a>. 
         | 
| 455 461 | 
             
            Additionally, it allows you to add your own commandline options, 
         | 
| @@ -479,7 +485,7 @@ be terminated after writing out the help output. | |
| 479 485 | 
             
            </tr>
         | 
| 480 486 | 
             
            <tr>
         | 
| 481 487 | 
             
            <td><p><span class="term"><em class="parameter"><code>entries</code></em> :</span></p></td>
         | 
| 482 | 
            -
            <td>a <a href="/ | 
| 488 | 
            +
            <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of <a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#GOptionEntry"><span class="type">GOptionEntry</span></a>s
         | 
| 483 489 | 
             
               describing the options of your program
         | 
| 484 490 | 
             
            </td>
         | 
| 485 491 | 
             
            </tr>
         | 
| @@ -487,7 +493,7 @@ be terminated after writing out the help output. | |
| 487 493 | 
             
            <td><p><span class="term"><em class="parameter"><code>translation_domain</code></em> :</span></p></td>
         | 
| 488 494 | 
             
            <td>a translation domain to use for translating
         | 
| 489 495 | 
             
               the <code class="option">--help</code> output for the options in <em class="parameter"><code>entries</code></em>
         | 
| 490 | 
            -
               with <code class="function">gettext()</code>, or <a href="/ | 
| 496 | 
            +
               with <code class="function">gettext()</code>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
         | 
| 491 497 | 
             
            </td>
         | 
| 492 498 | 
             
            </tr>
         | 
| 493 499 | 
             
            <tr>
         | 
| @@ -497,8 +503,8 @@ be terminated after writing out the help output. | |
| 497 503 | 
             
            </tr>
         | 
| 498 504 | 
             
            <tr>
         | 
| 499 505 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 500 | 
            -
            <td> <a href="/ | 
| 501 | 
            -
                          <a href="/ | 
| 506 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the GUI has been successfully initialized, 
         | 
| 507 | 
            +
                          <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
         | 
| 502 508 |  | 
| 503 509 | 
             
            </td>
         | 
| 504 510 | 
             
            </tr>
         | 
| @@ -509,12 +515,12 @@ be terminated after writing out the help output. | |
| 509 515 | 
             
            <hr>
         | 
| 510 516 | 
             
            <div class="refsect2" title="gtk_get_option_group ()">
         | 
| 511 517 | 
             
            <a name="gtk-get-option-group"></a><h3>gtk_get_option_group ()</h3>
         | 
| 512 | 
            -
            <pre class="programlisting"><a href="/ | 
| 518 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#GOptionGroup"><span class="returnvalue">GOptionGroup</span></a> *      gtk_get_option_group                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> open_default_display</code></em>);</pre>
         | 
| 513 519 | 
             
            <p>
         | 
| 514 | 
            -
            Returns a <a href="/ | 
| 515 | 
            -
            by GTK+ and GDK. You should add this group to your <a href="/ | 
| 516 | 
            -
            with <a href="/ | 
| 517 | 
            -
            <a href="/ | 
| 520 | 
            +
            Returns a <a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#GOptionGroup"><span class="type">GOptionGroup</span></a> for the commandline arguments recognized
         | 
| 521 | 
            +
            by GTK+ and GDK. You should add this group to your <a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#GOptionContext"><span class="type">GOptionContext</span></a> 
         | 
| 522 | 
            +
            with <a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#g-option-context-add-group"><code class="function">g_option_context_add_group()</code></a>, if you are using 
         | 
| 523 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#g-option-context-parse"><code class="function">g_option_context_parse()</code></a> to parse your commandline arguments.
         | 
| 518 524 | 
             
            </p>
         | 
| 519 525 | 
             
            <div class="variablelist"><table border="0">
         | 
| 520 526 | 
             
            <col align="left" valign="top">
         | 
| @@ -527,7 +533,7 @@ with <a href="/usr/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#g | |
| 527 533 | 
             
            </tr>
         | 
| 528 534 | 
             
            <tr>
         | 
| 529 535 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 530 | 
            -
            <td> a <a href="/ | 
| 536 | 
            +
            <td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#GOptionGroup"><span class="type">GOptionGroup</span></a> for the commandline arguments recognized
         | 
| 531 537 | 
             
              by GTK+
         | 
| 532 538 |  | 
| 533 539 | 
             
            </td>
         | 
| @@ -539,7 +545,7 @@ with <a href="/usr/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#g | |
| 539 545 | 
             
            <hr>
         | 
| 540 546 | 
             
            <div class="refsect2" title="gtk_exit ()">
         | 
| 541 547 | 
             
            <a name="gtk-exit"></a><h3>gtk_exit ()</h3>
         | 
| 542 | 
            -
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_exit                            (<em class="parameter"><code><a href="/ | 
| 548 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_exit                            (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> error_code</code></em>);</pre>
         | 
| 543 549 | 
             
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 544 550 | 
             
            <h3 class="title">Warning</h3>
         | 
| 545 551 | 
             
            <p><code class="literal">gtk_exit</code> is deprecated and should not be used in newly-written code. Use the standard <code class="function">exit()</code> function instead.</p>
         | 
| @@ -562,13 +568,13 @@ target system but at least on Unix systems <code class="literal">0</code> means | |
| 562 568 | 
             
            <hr>
         | 
| 563 569 | 
             
            <div class="refsect2" title="gtk_events_pending ()">
         | 
| 564 570 | 
             
            <a name="gtk-events-pending"></a><h3>gtk_events_pending ()</h3>
         | 
| 565 | 
            -
            <pre class="programlisting"><a href="/ | 
| 571 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_events_pending                  (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 566 572 | 
             
            <p>
         | 
| 567 573 | 
             
            Checks if any events are pending. This can be used to update the GUI
         | 
| 568 574 | 
             
            and invoke timeouts etc. while doing some time intensive computation.
         | 
| 569 575 | 
             
            </p>
         | 
| 570 576 | 
             
            <div class="example">
         | 
| 571 | 
            -
            <a name=" | 
| 577 | 
            +
            <a name="id665658"></a><p class="title"><b>Example 3. Updating the GUI during a long computation.</b></p>
         | 
| 572 578 | 
             
            <div class="example-contents">
         | 
| 573 579 | 
             
              <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
         | 
| 574 580 | 
             
                <tbody>
         | 
| @@ -596,7 +602,7 @@ and invoke timeouts etc. while doing some time intensive computation. | |
| 596 602 | 
             
            <tbody><tr>
         | 
| 597 603 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 598 604 | 
             
            <td>
         | 
| 599 | 
            -
            <a href="/ | 
| 605 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if any events are pending, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
         | 
| 600 606 | 
             
            </td>
         | 
| 601 607 | 
             
            </tr></tbody>
         | 
| 602 608 | 
             
            </table></div>
         | 
| @@ -614,7 +620,7 @@ of the main loop return. | |
| 614 620 | 
             
            <hr>
         | 
| 615 621 | 
             
            <div class="refsect2" title="gtk_main_level ()">
         | 
| 616 622 | 
             
            <a name="gtk-main-level"></a><h3>gtk_main_level ()</h3>
         | 
| 617 | 
            -
            <pre class="programlisting"><a href="/ | 
| 623 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               gtk_main_level                      (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 618 624 | 
             
            <p>
         | 
| 619 625 | 
             
            Asks for the current nesting level of the main loop. This can be useful
         | 
| 620 626 | 
             
            when calling <a class="link" href="gtk-General.html#gtk-quit-add" title="gtk_quit_add ()"><code class="function">gtk_quit_add()</code></a>.
         | 
| @@ -640,7 +646,7 @@ control. | |
| 640 646 | 
             
            <hr>
         | 
| 641 647 | 
             
            <div class="refsect2" title="gtk_main_iteration ()">
         | 
| 642 648 | 
             
            <a name="gtk-main-iteration"></a><h3>gtk_main_iteration ()</h3>
         | 
| 643 | 
            -
            <pre class="programlisting"><a href="/ | 
| 649 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_main_iteration                  (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 644 650 | 
             
            <p>
         | 
| 645 651 | 
             
            Runs a single iteration of the mainloop. If no events are waiting to be
         | 
| 646 652 | 
             
            processed GTK+ will block until the next event is noticed. If you don't
         | 
| @@ -652,7 +658,7 @@ pending with <a class="link" href="gtk-General.html#gtk-events-pending" title="g | |
| 652 658 | 
             
            <tbody><tr>
         | 
| 653 659 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 654 660 | 
             
            <td>
         | 
| 655 | 
            -
            <a href="/ | 
| 661 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <a class="link" href="gtk-General.html#gtk-main-quit" title="gtk_main_quit ()"><code class="function">gtk_main_quit()</code></a> has been called for the innermost mainloop.
         | 
| 656 662 | 
             
            </td>
         | 
| 657 663 | 
             
            </tr></tbody>
         | 
| 658 664 | 
             
            </table></div>
         | 
| @@ -660,7 +666,7 @@ pending with <a class="link" href="gtk-General.html#gtk-events-pending" title="g | |
| 660 666 | 
             
            <hr>
         | 
| 661 667 | 
             
            <div class="refsect2" title="gtk_main_iteration_do ()">
         | 
| 662 668 | 
             
            <a name="gtk-main-iteration-do"></a><h3>gtk_main_iteration_do ()</h3>
         | 
| 663 | 
            -
            <pre class="programlisting"><a href="/ | 
| 669 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_main_iteration_do               (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> blocking</code></em>);</pre>
         | 
| 664 670 | 
             
            <p>
         | 
| 665 671 | 
             
            Runs a single iteration of the mainloop. If no events are available either
         | 
| 666 672 | 
             
            return or block dependent on the value of <em class="parameter"><code>blocking</code></em>.
         | 
| @@ -671,13 +677,13 @@ return or block dependent on the value of <em class="parameter"><code>blocking</ | |
| 671 677 | 
             
            <tr>
         | 
| 672 678 | 
             
            <td><p><span class="term"><em class="parameter"><code>blocking</code></em> :</span></p></td>
         | 
| 673 679 | 
             
            <td>
         | 
| 674 | 
            -
            <a href="/ | 
| 680 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want GTK+ to block if no events are pending.
         | 
| 675 681 | 
             
            </td>
         | 
| 676 682 | 
             
            </tr>
         | 
| 677 683 | 
             
            <tr>
         | 
| 678 684 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 679 685 | 
             
            <td>
         | 
| 680 | 
            -
            <a href="/ | 
| 686 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <a class="link" href="gtk-General.html#gtk-main-quit" title="gtk_main_quit ()"><code class="function">gtk_main_quit()</code></a> has been called for the innermost mainloop.
         | 
| 681 687 | 
             
            </td>
         | 
| 682 688 | 
             
            </tr>
         | 
| 683 689 | 
             
            </tbody>
         | 
| @@ -758,8 +764,8 @@ the event: | |
| 758 764 | 
             
            <hr>
         | 
| 759 765 | 
             
            <div class="refsect2" title="GtkModuleInitFunc ()">
         | 
| 760 766 | 
             
            <a name="GtkModuleInitFunc"></a><h3>GtkModuleInitFunc ()</h3>
         | 
| 761 | 
            -
            <pre class="programlisting"><span class="returnvalue">void</span>                (*GtkModuleInitFunc)                (<em class="parameter"><code><a href="/ | 
| 762 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 767 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                (*GtkModuleInitFunc)                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *argc</code></em>,
         | 
| 768 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argv</code></em>);</pre>
         | 
| 763 769 | 
             
            <p>
         | 
| 764 770 | 
             
            Each GTK+ module must have a function <code class="function">gtk_module_init()</code> with this prototype.
         | 
| 765 771 | 
             
            This function is called after loading the module with the <em class="parameter"><code>argc</code></em> and <em class="parameter"><code>argv</code></em>
         | 
| @@ -800,15 +806,15 @@ cleaned from any arguments that GTK+ handles itself. | |
| 800 806 | 
             
            <hr>
         | 
| 801 807 | 
             
            <div class="refsect2" title="gtk_true ()">
         | 
| 802 808 | 
             
            <a name="gtk-true"></a><h3>gtk_true ()</h3>
         | 
| 803 | 
            -
            <pre class="programlisting"><a href="/ | 
| 809 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_true                            (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 804 810 | 
             
            <p>
         | 
| 805 | 
            -
            All this function does it to return <a href="/ | 
| 811 | 
            +
            All this function does it to return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. This can be useful for example
         | 
| 806 812 | 
             
            if you want to inhibit the deletion of a window. Of course you should
         | 
| 807 813 | 
             
            not do this as the user expects a reaction from clicking the close
         | 
| 808 814 | 
             
            icon of the window...
         | 
| 809 815 | 
             
            </p>
         | 
| 810 816 | 
             
            <div class="example">
         | 
| 811 | 
            -
            <a name=" | 
| 817 | 
            +
            <a name="id666599"></a><p class="title"><b>Example 4. A persistent window</b></p>
         | 
| 812 818 | 
             
            <div class="example-contents">
         | 
| 813 819 | 
             
              <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
         | 
| 814 820 | 
             
                <tbody>
         | 
| @@ -836,16 +842,16 @@ icon of the window... | |
| 836 842 | 
             
            <span class="type">int</span>
         | 
| 837 843 | 
             
            <span class="function">main</span><span class="normal"> </span><span class="symbol">(</span><span class="type">int</span><span class="normal"> argc</span><span class="symbol">,</span><span class="normal"> </span><span class="type">char</span><span class="normal"> </span><span class="symbol">**</span><span class="normal">argv</span><span class="symbol">)</span>
         | 
| 838 844 | 
             
            <span class="cbracket">{</span>
         | 
| 839 | 
            -
            <span class="normal">   | 
| 845 | 
            +
            <span class="normal">  </span><span class="usertype">GtkWidget</span><span class="normal">     </span><span class="symbol">*</span><span class="normal">win</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">but</span><span class="symbol">;</span>
         | 
| 840 846 | 
             
            <span class="normal">  </span><span class="function"><a href="gtk-General.html#gtk-init">gtk_init</a></span><span class="symbol">(</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">argc</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">argv </span><span class="symbol">);</span>
         | 
| 841 847 | 
             
            <span class="normal">  win </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkWindow.html#gtk-window-new">gtk_window_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="gtk-Standard-Enumerations.html#GTK-WINDOW-TOPLEVEL:CAPS">GTK_WINDOW_TOPLEVEL</a></span><span class="symbol">);</span>
         | 
| 842 | 
            -
            <span class="normal">  </span><span class="function"><a href="/ | 
| 843 | 
            -
            <span class="normal">                    </span><span class="function"><a href="/ | 
| 844 | 
            -
            <span class="normal">  </span><span class="function"><a href="/ | 
| 845 | 
            -
            <span class="normal"> | 
| 848 | 
            +
            <span class="normal">  </span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-connect">g_signal_connect</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">win</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"delete-event"</span><span class="symbol">,</span>
         | 
| 849 | 
            +
            <span class="normal">                    </span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="gtk-General.html#gtk-true">gtk_true</a></span><span class="symbol">),</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
         | 
| 850 | 
            +
            <span class="normal">  </span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-connect">g_signal_connect</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">win</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"destroy"</span><span class="symbol">,</span>
         | 
| 851 | 
            +
            <span class="normal">            </span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="gtk-General.html#gtk-main-quit">gtk_main_quit</a></span><span class="symbol">),</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
         | 
| 846 852 | 
             
            <span class="normal">  but </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkButton.html#gtk-button-new-with-label">gtk_button_new_with_label</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"Close yourself. I mean it!"</span><span class="symbol">);</span>
         | 
| 847 | 
            -
            <span class="normal">  </span><span class="function"><a href="/ | 
| 848 | 
            -
            <span class="normal"> | 
| 853 | 
            +
            <span class="normal">  </span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-connect-swapped">g_signal_connect_swapped</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">but</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"clicked"</span><span class="symbol">,</span>
         | 
| 854 | 
            +
            <span class="normal">          </span><span class="function"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="GtkObject.html#gtk-object-destroy">gtk_object_destroy</a></span><span class="symbol">),</span><span class="normal"> win</span><span class="symbol">);</span>
         | 
| 849 855 | 
             
            <span class="normal">  </span><span class="function"><a href="GtkContainer.html#gtk-container-add">gtk_container_add</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">win</span><span class="symbol">),</span><span class="normal"> but</span><span class="symbol">);</span>
         | 
| 850 856 | 
             
            <span class="normal">  </span><span class="function"><a href="GtkWidget.html#gtk-widget-show-all">gtk_widget_show_all</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">win</span><span class="symbol">);</span>
         | 
| 851 857 | 
             
            <span class="normal">  </span><span class="function"><a href="gtk-General.html#gtk-main">gtk_main</a></span><span class="normal"> </span><span class="symbol">();</span>
         | 
| @@ -862,7 +868,7 @@ icon of the window... | |
| 862 868 | 
             
            <tbody><tr>
         | 
| 863 869 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 864 870 | 
             
            <td>
         | 
| 865 | 
            -
            <a href="/ | 
| 871 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
         | 
| 866 872 | 
             
            </td>
         | 
| 867 873 | 
             
            </tr></tbody>
         | 
| 868 874 | 
             
            </table></div>
         | 
| @@ -870,17 +876,17 @@ icon of the window... | |
| 870 876 | 
             
            <hr>
         | 
| 871 877 | 
             
            <div class="refsect2" title="gtk_false ()">
         | 
| 872 878 | 
             
            <a name="gtk-false"></a><h3>gtk_false ()</h3>
         | 
| 873 | 
            -
            <pre class="programlisting"><a href="/ | 
| 879 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_false                           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 874 880 | 
             
            <p>
         | 
| 875 881 | 
             
            Analogical to <a class="link" href="gtk-General.html#gtk-true" title="gtk_true ()"><code class="function">gtk_true()</code></a> this function does nothing
         | 
| 876 | 
            -
            but always returns <a href="/ | 
| 882 | 
            +
            but always returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
         | 
| 877 883 | 
             
            </p>
         | 
| 878 884 | 
             
            <div class="variablelist"><table border="0">
         | 
| 879 885 | 
             
            <col align="left" valign="top">
         | 
| 880 886 | 
             
            <tbody><tr>
         | 
| 881 887 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 882 888 | 
             
            <td>
         | 
| 883 | 
            -
            <a href="/ | 
| 889 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
         | 
| 884 890 | 
             
            </td>
         | 
| 885 891 | 
             
            </tr></tbody>
         | 
| 886 892 | 
             
            </table></div>
         | 
| @@ -918,7 +924,7 @@ Queries the current grab of the default window group. | |
| 918 924 | 
             
            <col align="left" valign="top">
         | 
| 919 925 | 
             
            <tbody><tr>
         | 
| 920 926 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 921 | 
            -
            <td>The widget which currently has the grab or <a href="/ | 
| 927 | 
            +
            <td>The widget which currently has the grab or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no grab is active.
         | 
| 922 928 | 
             
            </td>
         | 
| 923 929 | 
             
            </tr></tbody>
         | 
| 924 930 | 
             
            </table></div>
         | 
| @@ -947,7 +953,7 @@ If <em class="parameter"><code>widget</code></em> does not have the grab, this f | |
| 947 953 | 
             
            <div class="refsect2" title="gtk_init_add ()">
         | 
| 948 954 | 
             
            <a name="gtk-init-add"></a><h3>gtk_init_add ()</h3>
         | 
| 949 955 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_init_add                        (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
         | 
| 950 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 956 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
         | 
| 951 957 | 
             
            <p>
         | 
| 952 958 | 
             
            Registers a function to be called when the mainloop is started.
         | 
| 953 959 | 
             
            </p>
         | 
| @@ -970,7 +976,7 @@ Registers a function to be called when the mainloop is started. | |
| 970 976 | 
             
            <hr>
         | 
| 971 977 | 
             
            <div class="refsect2" title="gtk_quit_add_destroy ()">
         | 
| 972 978 | 
             
            <a name="gtk-quit-add-destroy"></a><h3>gtk_quit_add_destroy ()</h3>
         | 
| 973 | 
            -
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_quit_add_destroy                (<em class="parameter"><code><a href="/ | 
| 979 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_quit_add_destroy                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> main_level</code></em>,
         | 
| 974 980 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkObject.html" title="GtkObject"><span class="type">GtkObject</span></a> *object</code></em>);</pre>
         | 
| 975 981 | 
             
            <p>
         | 
| 976 982 | 
             
            Trigger destruction of <em class="parameter"><code>object</code></em> in case the mainloop at level <em class="parameter"><code>main_level</code></em>
         | 
| @@ -995,9 +1001,9 @@ is quit. | |
| 995 1001 | 
             
            <hr>
         | 
| 996 1002 | 
             
            <div class="refsect2" title="gtk_quit_add ()">
         | 
| 997 1003 | 
             
            <a name="gtk-quit-add"></a><h3>gtk_quit_add ()</h3>
         | 
| 998 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1004 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               gtk_quit_add                        (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> main_level</code></em>,
         | 
| 999 1005 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
         | 
| 1000 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1006 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
         | 
| 1001 1007 | 
             
            <p>
         | 
| 1002 1008 | 
             
            Registers a function to be called when an instance of the mainloop is left.
         | 
| 1003 1009 | 
             
            </p>
         | 
| @@ -1025,7 +1031,7 @@ Registers a function to be called when an instance of the mainloop is left. | |
| 1025 1031 | 
             
            <tr>
         | 
| 1026 1032 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1027 1033 | 
             
            <td>A handle for this quit handler (you need this for <a class="link" href="gtk-General.html#gtk-quit-remove" title="gtk_quit_remove ()"><code class="function">gtk_quit_remove()</code></a>)
         | 
| 1028 | 
            -
              or 0 if you passed a <a href="/ | 
| 1034 | 
            +
              or 0 if you passed a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> pointer in <em class="parameter"><code>function</code></em>.
         | 
| 1029 1035 | 
             
            </td>
         | 
| 1030 1036 | 
             
            </tr>
         | 
| 1031 1037 | 
             
            </tbody>
         | 
| @@ -1034,11 +1040,11 @@ Registers a function to be called when an instance of the mainloop is left. | |
| 1034 1040 | 
             
            <hr>
         | 
| 1035 1041 | 
             
            <div class="refsect2" title="gtk_quit_add_full ()">
         | 
| 1036 1042 | 
             
            <a name="gtk-quit-add-full"></a><h3>gtk_quit_add_full ()</h3>
         | 
| 1037 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1043 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               gtk_quit_add_full                   (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> main_level</code></em>,
         | 
| 1038 1044 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
         | 
| 1039 1045 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
         | 
| 1040 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1041 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1046 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
         | 
| 1047 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
         | 
| 1042 1048 | 
             
            <p>
         | 
| 1043 1049 | 
             
            Registers a function to be called when an instance of the mainloop is left.
         | 
| 1044 1050 | 
             
            In comparison to <a class="link" href="gtk-General.html#gtk-quit-add" title="gtk_quit_add ()"><code class="function">gtk_quit_add()</code></a> this function adds the possibility to
         | 
| @@ -1068,7 +1074,7 @@ used by GTK+ wrappers for languages other than C. | |
| 1068 1074 | 
             
            </tr>
         | 
| 1069 1075 | 
             
            <tr>
         | 
| 1070 1076 | 
             
            <td><p><span class="term"><em class="parameter"><code>marshal</code></em> :</span></p></td>
         | 
| 1071 | 
            -
            <td>The marshaller to be used. If this is non-<a href="/ | 
| 1077 | 
            +
            <td>The marshaller to be used. If this is non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>function</code></em> is 
         | 
| 1072 1078 | 
             
             ignored.
         | 
| 1073 1079 | 
             
            </td>
         | 
| 1074 1080 | 
             
            </tr>
         | 
| @@ -1085,7 +1091,7 @@ used by GTK+ wrappers for languages other than C. | |
| 1085 1091 | 
             
            <tr>
         | 
| 1086 1092 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1087 1093 | 
             
            <td>A handle for this quit handler (you need this for <a class="link" href="gtk-General.html#gtk-quit-remove" title="gtk_quit_remove ()"><code class="function">gtk_quit_remove()</code></a>)
         | 
| 1088 | 
            -
              or 0 if you passed a <a href="/ | 
| 1094 | 
            +
              or 0 if you passed a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> pointer in <em class="parameter"><code>function</code></em>.
         | 
| 1089 1095 | 
             
            </td>
         | 
| 1090 1096 | 
             
            </tr>
         | 
| 1091 1097 | 
             
            </tbody>
         | 
| @@ -1094,7 +1100,7 @@ used by GTK+ wrappers for languages other than C. | |
| 1094 1100 | 
             
            <hr>
         | 
| 1095 1101 | 
             
            <div class="refsect2" title="gtk_quit_remove ()">
         | 
| 1096 1102 | 
             
            <a name="gtk-quit-remove"></a><h3>gtk_quit_remove ()</h3>
         | 
| 1097 | 
            -
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_quit_remove                     (<em class="parameter"><code><a href="/ | 
| 1103 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_quit_remove                     (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> quit_handler_id</code></em>);</pre>
         | 
| 1098 1104 | 
             
            <p>
         | 
| 1099 1105 | 
             
            Removes a quit handler by its identifier.
         | 
| 1100 1106 | 
             
            </p>
         | 
| @@ -1110,7 +1116,7 @@ Removes a quit handler by its identifier. | |
| 1110 1116 | 
             
            <hr>
         | 
| 1111 1117 | 
             
            <div class="refsect2" title="gtk_quit_remove_by_data ()">
         | 
| 1112 1118 | 
             
            <a name="gtk-quit-remove-by-data"></a><h3>gtk_quit_remove_by_data ()</h3>
         | 
| 1113 | 
            -
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_quit_remove_by_data             (<em class="parameter"><code><a href="/ | 
| 1119 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_quit_remove_by_data             (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
         | 
| 1114 1120 | 
             
            <p>
         | 
| 1115 1121 | 
             
            Removes a quit handler identified by its <em class="parameter"><code>data</code></em> field.
         | 
| 1116 1122 | 
             
            </p>
         | 
| @@ -1126,18 +1132,18 @@ Removes a quit handler identified by its <em class="parameter"><code>data</code> | |
| 1126 1132 | 
             
            <hr>
         | 
| 1127 1133 | 
             
            <div class="refsect2" title="gtk_timeout_add_full ()">
         | 
| 1128 1134 | 
             
            <a name="gtk-timeout-add-full"></a><h3>gtk_timeout_add_full ()</h3>
         | 
| 1129 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1135 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               gtk_timeout_add_full                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> interval</code></em>,
         | 
| 1130 1136 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
         | 
| 1131 1137 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
         | 
| 1132 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1133 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1138 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
         | 
| 1139 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
         | 
| 1134 1140 | 
             
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1135 1141 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1136 | 
            -
            <p><code class="literal">gtk_timeout_add_full</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/ | 
| 1142 | 
            +
            <p><code class="literal">gtk_timeout_add_full</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-timeout-add-full"><code class="function">g_timeout_add_full()</code></a> instead.</p>
         | 
| 1137 1143 | 
             
            </div>
         | 
| 1138 1144 | 
             
            <p>
         | 
| 1139 1145 | 
             
            Registers a function to be called periodically. The function will be called
         | 
| 1140 | 
            -
            repeatedly after <em class="parameter"><code>interval</code></em> milliseconds until it returns <a href="/ | 
| 1146 | 
            +
            repeatedly after <em class="parameter"><code>interval</code></em> milliseconds until it returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> at which
         | 
| 1141 1147 | 
             
            point the timeout is destroyed and will not be called again.
         | 
| 1142 1148 | 
             
            </p>
         | 
| 1143 1149 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -1156,7 +1162,7 @@ point the timeout is destroyed and will not be called again. | |
| 1156 1162 | 
             
            </tr>
         | 
| 1157 1163 | 
             
            <tr>
         | 
| 1158 1164 | 
             
            <td><p><span class="term"><em class="parameter"><code>marshal</code></em> :</span></p></td>
         | 
| 1159 | 
            -
            <td>The marshaller to use instead of the function (if non-<a href="/ | 
| 1165 | 
            +
            <td>The marshaller to use instead of the function (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>).
         | 
| 1160 1166 | 
             
            </td>
         | 
| 1161 1167 | 
             
            </tr>
         | 
| 1162 1168 | 
             
            <tr>
         | 
| @@ -1166,7 +1172,7 @@ point the timeout is destroyed and will not be called again. | |
| 1166 1172 | 
             
            </tr>
         | 
| 1167 1173 | 
             
            <tr>
         | 
| 1168 1174 | 
             
            <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
         | 
| 1169 | 
            -
            <td>Function to call when the timeout is destroyed or <a href="/ | 
| 1175 | 
            +
            <td>Function to call when the timeout is destroyed or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
         | 
| 1170 1176 | 
             
            </td>
         | 
| 1171 1177 | 
             
            </tr>
         | 
| 1172 1178 | 
             
            <tr>
         | 
| @@ -1180,16 +1186,16 @@ point the timeout is destroyed and will not be called again. | |
| 1180 1186 | 
             
            <hr>
         | 
| 1181 1187 | 
             
            <div class="refsect2" title="gtk_timeout_add ()">
         | 
| 1182 1188 | 
             
            <a name="gtk-timeout-add"></a><h3>gtk_timeout_add ()</h3>
         | 
| 1183 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1189 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               gtk_timeout_add                     (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> interval</code></em>,
         | 
| 1184 1190 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
         | 
| 1185 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1191 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
         | 
| 1186 1192 | 
             
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1187 1193 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1188 | 
            -
            <p><code class="literal">gtk_timeout_add</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/ | 
| 1194 | 
            +
            <p><code class="literal">gtk_timeout_add</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-timeout-add"><code class="function">g_timeout_add()</code></a> instead.</p>
         | 
| 1189 1195 | 
             
            </div>
         | 
| 1190 1196 | 
             
            <p>
         | 
| 1191 1197 | 
             
            Registers a function to be called periodically. The function will be called
         | 
| 1192 | 
            -
            repeatedly after <em class="parameter"><code>interval</code></em> milliseconds until it returns <a href="/ | 
| 1198 | 
            +
            repeatedly after <em class="parameter"><code>interval</code></em> milliseconds until it returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> at which
         | 
| 1193 1199 | 
             
            point the timeout is destroyed and will not be called again.
         | 
| 1194 1200 | 
             
            </p>
         | 
| 1195 1201 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -1222,10 +1228,10 @@ point the timeout is destroyed and will not be called again. | |
| 1222 1228 | 
             
            <hr>
         | 
| 1223 1229 | 
             
            <div class="refsect2" title="gtk_timeout_remove ()">
         | 
| 1224 1230 | 
             
            <a name="gtk-timeout-remove"></a><h3>gtk_timeout_remove ()</h3>
         | 
| 1225 | 
            -
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_timeout_remove                  (<em class="parameter"><code><a href="/ | 
| 1231 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_timeout_remove                  (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> timeout_handler_id</code></em>);</pre>
         | 
| 1226 1232 | 
             
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1227 1233 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1228 | 
            -
            <p><code class="literal">gtk_timeout_remove</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/ | 
| 1234 | 
            +
            <p><code class="literal">gtk_timeout_remove</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-source-remove"><code class="function">g_source_remove()</code></a> instead.</p>
         | 
| 1229 1235 | 
             
            </div>
         | 
| 1230 1236 | 
             
            <p>
         | 
| 1231 1237 | 
             
            Removes the given timeout destroying all information about it.
         | 
| @@ -1242,11 +1248,11 @@ Removes the given timeout destroying all information about it. | |
| 1242 1248 | 
             
            <hr>
         | 
| 1243 1249 | 
             
            <div class="refsect2" title="gtk_idle_add ()">
         | 
| 1244 1250 | 
             
            <a name="gtk-idle-add"></a><h3>gtk_idle_add ()</h3>
         | 
| 1245 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1246 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1251 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               gtk_idle_add                        (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
         | 
| 1252 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
         | 
| 1247 1253 | 
             
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1248 1254 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1249 | 
            -
            <p><code class="literal">gtk_idle_add</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/ | 
| 1255 | 
            +
            <p><code class="literal">gtk_idle_add</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-idle-add"><code class="function">g_idle_add()</code></a> instead.</p>
         | 
| 1250 1256 | 
             
            </div>
         | 
| 1251 1257 | 
             
            <p>
         | 
| 1252 1258 | 
             
            Causes the mainloop to call the given function whenever no events with
         | 
| @@ -1277,12 +1283,12 @@ higher priority are to be processed. The default priority is | |
| 1277 1283 | 
             
            <hr>
         | 
| 1278 1284 | 
             
            <div class="refsect2" title="gtk_idle_add_priority ()">
         | 
| 1279 1285 | 
             
            <a name="gtk-idle-add-priority"></a><h3>gtk_idle_add_priority ()</h3>
         | 
| 1280 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1286 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               gtk_idle_add_priority               (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> priority</code></em>,
         | 
| 1281 1287 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
         | 
| 1282 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1288 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
         | 
| 1283 1289 | 
             
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1284 1290 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1285 | 
            -
            <p><code class="literal">gtk_idle_add_priority</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/ | 
| 1291 | 
            +
            <p><code class="literal">gtk_idle_add_priority</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-idle-add-full"><code class="function">g_idle_add_full()</code></a> instead.</p>
         | 
| 1286 1292 | 
             
            </div>
         | 
| 1287 1293 | 
             
            <p>
         | 
| 1288 1294 | 
             
            Like <a class="link" href="gtk-General.html#gtk-idle-add" title="gtk_idle_add ()"><code class="function">gtk_idle_add()</code></a> this function allows you to have a function called
         | 
| @@ -1294,7 +1300,7 @@ priority different from <a class="link" href="gtk-General.html#GTK-PRIORITY-DEFA | |
| 1294 1300 | 
             
            <tbody>
         | 
| 1295 1301 | 
             
            <tr>
         | 
| 1296 1302 | 
             
            <td><p><span class="term"><em class="parameter"><code>priority</code></em> :</span></p></td>
         | 
| 1297 | 
            -
            <td>The priority which should not be above <a href="/ | 
| 1303 | 
            +
            <td>The priority which should not be above <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH-IDLE:CAPS"><code class="literal">G_PRIORITY_HIGH_IDLE</code></a>.
         | 
| 1298 1304 | 
             
            Note that you will interfere with GTK+ if you use a priority above
         | 
| 1299 1305 | 
             
            <a class="link" href="gtk-General.html#GTK-PRIORITY-RESIZE:CAPS" title="GTK_PRIORITY_RESIZE"><code class="literal">GTK_PRIORITY_RESIZE</code></a>.
         | 
| 1300 1306 | 
             
            </td>
         | 
| @@ -1320,14 +1326,14 @@ Note that you will interfere with GTK+ if you use a priority above | |
| 1320 1326 | 
             
            <hr>
         | 
| 1321 1327 | 
             
            <div class="refsect2" title="gtk_idle_add_full ()">
         | 
| 1322 1328 | 
             
            <a name="gtk-idle-add-full"></a><h3>gtk_idle_add_full ()</h3>
         | 
| 1323 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1329 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               gtk_idle_add_full                   (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> priority</code></em>,
         | 
| 1324 1330 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
         | 
| 1325 1331 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
         | 
| 1326 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1327 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1332 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
         | 
| 1333 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
         | 
| 1328 1334 | 
             
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1329 1335 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1330 | 
            -
            <p><code class="literal">gtk_idle_add_full</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/ | 
| 1336 | 
            +
            <p><code class="literal">gtk_idle_add_full</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-idle-add-full"><code class="function">g_idle_add_full()</code></a> instead.</p>
         | 
| 1331 1337 | 
             
            </div>
         | 
| 1332 1338 | 
             
            <p>
         | 
| 1333 1339 | 
             
            Like <a class="link" href="gtk-General.html#gtk-idle-add" title="gtk_idle_add ()"><code class="function">gtk_idle_add()</code></a> this function allows you to have a function called
         | 
| @@ -1339,7 +1345,7 @@ priority different from <a class="link" href="gtk-General.html#GTK-PRIORITY-DEFA | |
| 1339 1345 | 
             
            <tbody>
         | 
| 1340 1346 | 
             
            <tr>
         | 
| 1341 1347 | 
             
            <td><p><span class="term"><em class="parameter"><code>priority</code></em> :</span></p></td>
         | 
| 1342 | 
            -
            <td>The priority which should not be above <a href="/ | 
| 1348 | 
            +
            <td>The priority which should not be above <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH-IDLE:CAPS"><code class="literal">G_PRIORITY_HIGH_IDLE</code></a>.
         | 
| 1343 1349 | 
             
            Note that you will interfere with GTK+ if you use a priority above
         | 
| 1344 1350 | 
             
            <a class="link" href="gtk-General.html#GTK-PRIORITY-RESIZE:CAPS" title="GTK_PRIORITY_RESIZE"><code class="literal">GTK_PRIORITY_RESIZE</code></a>.
         | 
| 1345 1351 | 
             
            </td>
         | 
| @@ -1351,7 +1357,7 @@ Note that you will interfere with GTK+ if you use a priority above | |
| 1351 1357 | 
             
            </tr>
         | 
| 1352 1358 | 
             
            <tr>
         | 
| 1353 1359 | 
             
            <td><p><span class="term"><em class="parameter"><code>marshal</code></em> :</span></p></td>
         | 
| 1354 | 
            -
            <td>The marshaller to use instead of the function (if non-<a href="/ | 
| 1360 | 
            +
            <td>The marshaller to use instead of the function (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>).
         | 
| 1355 1361 | 
             
            </td>
         | 
| 1356 1362 | 
             
            </tr>
         | 
| 1357 1363 | 
             
            <tr>
         | 
| @@ -1361,7 +1367,7 @@ Note that you will interfere with GTK+ if you use a priority above | |
| 1361 1367 | 
             
            </tr>
         | 
| 1362 1368 | 
             
            <tr>
         | 
| 1363 1369 | 
             
            <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
         | 
| 1364 | 
            -
            <td>Function to call when the timeout is destroyed or <a href="/ | 
| 1370 | 
            +
            <td>Function to call when the timeout is destroyed or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
         | 
| 1365 1371 | 
             
            </td>
         | 
| 1366 1372 | 
             
            </tr>
         | 
| 1367 1373 | 
             
            <tr>
         | 
| @@ -1375,10 +1381,10 @@ Note that you will interfere with GTK+ if you use a priority above | |
| 1375 1381 | 
             
            <hr>
         | 
| 1376 1382 | 
             
            <div class="refsect2" title="gtk_idle_remove ()">
         | 
| 1377 1383 | 
             
            <a name="gtk-idle-remove"></a><h3>gtk_idle_remove ()</h3>
         | 
| 1378 | 
            -
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_idle_remove                     (<em class="parameter"><code><a href="/ | 
| 1384 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_idle_remove                     (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> idle_handler_id</code></em>);</pre>
         | 
| 1379 1385 | 
             
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1380 1386 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1381 | 
            -
            <p><code class="literal">gtk_idle_remove</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/ | 
| 1387 | 
            +
            <p><code class="literal">gtk_idle_remove</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-source-remove"><code class="function">g_source_remove()</code></a> instead.</p>
         | 
| 1382 1388 | 
             
            </div>
         | 
| 1383 1389 | 
             
            <p>
         | 
| 1384 1390 | 
             
            Removes the idle function with the given id.
         | 
| @@ -1395,10 +1401,10 @@ Removes the idle function with the given id. | |
| 1395 1401 | 
             
            <hr>
         | 
| 1396 1402 | 
             
            <div class="refsect2" title="gtk_idle_remove_by_data ()">
         | 
| 1397 1403 | 
             
            <a name="gtk-idle-remove-by-data"></a><h3>gtk_idle_remove_by_data ()</h3>
         | 
| 1398 | 
            -
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_idle_remove_by_data             (<em class="parameter"><code><a href="/ | 
| 1404 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_idle_remove_by_data             (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
         | 
| 1399 1405 | 
             
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1400 1406 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1401 | 
            -
            <p><code class="literal">gtk_idle_remove_by_data</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/ | 
| 1407 | 
            +
            <p><code class="literal">gtk_idle_remove_by_data</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-idle-remove-by-data"><code class="function">g_idle_remove_by_data()</code></a> instead.</p>
         | 
| 1402 1408 | 
             
            </div>
         | 
| 1403 1409 | 
             
            <p>
         | 
| 1404 1410 | 
             
            Removes the idle function identified by the user data.
         | 
| @@ -1415,15 +1421,15 @@ Removes the idle function identified by the user data. | |
| 1415 1421 | 
             
            <hr>
         | 
| 1416 1422 | 
             
            <div class="refsect2" title="gtk_input_add_full ()">
         | 
| 1417 1423 | 
             
            <a name="gtk-input-add-full"></a><h3>gtk_input_add_full ()</h3>
         | 
| 1418 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1424 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               gtk_input_add_full                  (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source</code></em>,
         | 
| 1419 1425 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Input.html#GdkInputCondition"><span class="type">GdkInputCondition</span></a> condition</code></em>,
         | 
| 1420 1426 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Input.html#GdkInputFunction"><span class="type">GdkInputFunction</span></a> function</code></em>,
         | 
| 1421 1427 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
         | 
| 1422 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1423 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1428 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
         | 
| 1429 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
         | 
| 1424 1430 | 
             
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1425 1431 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1426 | 
            -
            <p><code class="literal">gtk_input_add_full</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/ | 
| 1432 | 
            +
            <p><code class="literal">gtk_input_add_full</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-IO-Channels.html#g-io-add-watch-full"><code class="function">g_io_add_watch_full()</code></a> instead.</p>
         | 
| 1427 1433 | 
             
            </div>
         | 
| 1428 1434 | 
             
            <p>
         | 
| 1429 1435 | 
             
            Registers a function to be called when a condition becomes true
         | 
| @@ -1449,7 +1455,7 @@ on a file descriptor. | |
| 1449 1455 | 
             
            </tr>
         | 
| 1450 1456 | 
             
            <tr>
         | 
| 1451 1457 | 
             
            <td><p><span class="term"><em class="parameter"><code>marshal</code></em> :</span></p></td>
         | 
| 1452 | 
            -
            <td>The marshaller to use instead of the function (if non-<a href="/ | 
| 1458 | 
            +
            <td>The marshaller to use instead of the function (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>).
         | 
| 1453 1459 | 
             
            </td>
         | 
| 1454 1460 | 
             
            </tr>
         | 
| 1455 1461 | 
             
            <tr>
         | 
| @@ -1460,7 +1466,7 @@ on a file descriptor. | |
| 1460 1466 | 
             
            <tr>
         | 
| 1461 1467 | 
             
            <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
         | 
| 1462 1468 | 
             
            <td>callback function to call with <em class="parameter"><code>data</code></em> when the input
         | 
| 1463 | 
            -
              handler is removed, or <a href="/ | 
| 1469 | 
            +
              handler is removed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
         | 
| 1464 1470 | 
             
            </td>
         | 
| 1465 1471 | 
             
            </tr>
         | 
| 1466 1472 | 
             
            <tr>
         | 
| @@ -1474,10 +1480,10 @@ on a file descriptor. | |
| 1474 1480 | 
             
            <hr>
         | 
| 1475 1481 | 
             
            <div class="refsect2" title="gtk_input_remove ()">
         | 
| 1476 1482 | 
             
            <a name="gtk-input-remove"></a><h3>gtk_input_remove ()</h3>
         | 
| 1477 | 
            -
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_input_remove                    (<em class="parameter"><code><a href="/ | 
| 1483 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_input_remove                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> input_handler_id</code></em>);</pre>
         | 
| 1478 1484 | 
             
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1479 1485 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1480 | 
            -
            <p><code class="literal">gtk_input_remove</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/ | 
| 1486 | 
            +
            <p><code class="literal">gtk_input_remove</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-source-remove"><code class="function">g_source_remove()</code></a> instead.</p>
         | 
| 1481 1487 | 
             
            </div>
         | 
| 1482 1488 | 
             
            <p>
         | 
| 1483 1489 | 
             
            Removes the function with the given id.
         | 
| @@ -1525,7 +1531,7 @@ GTK+ to compute the sizes of widgets. This priority is higher than | |
| 1525 1531 | 
             
            </pre>
         | 
| 1526 1532 | 
             
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1527 1533 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1528 | 
            -
            <p><code class="literal">GTK_PRIORITY_HIGH</code> has been deprecated since version 2.4 and should not be used in newly-written code. This macro is deprecated. You should use <a href="/ | 
| 1534 | 
            +
            <p><code class="literal">GTK_PRIORITY_HIGH</code> has been deprecated since version 2.4 and should not be used in newly-written code. This macro is deprecated. You should use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH:CAPS"><code class="literal">G_PRIORITY_HIGH</code></a> instead.</p>
         | 
| 1529 1535 | 
             
            </div>
         | 
| 1530 1536 | 
             
            <p>
         | 
| 1531 1537 | 
             
            Use this for high priority timeouts. This priority is never used inside
         | 
| @@ -1553,7 +1559,7 @@ This priority is for GTK+ internal stuff. Don't use it in your applications. | |
| 1553 1559 | 
             
            </pre>
         | 
| 1554 1560 | 
             
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1555 1561 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1556 | 
            -
            <p><code class="literal">GTK_PRIORITY_DEFAULT</code> has been deprecated since version 2.4 and should not be used in newly-written code. This macro is deprecated. You should use <a href="/ | 
| 1562 | 
            +
            <p><code class="literal">GTK_PRIORITY_DEFAULT</code> has been deprecated since version 2.4 and should not be used in newly-written code. This macro is deprecated. You should use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#G-PRIORITY-DEFAULT-IDLE:CAPS"><code class="literal">G_PRIORITY_DEFAULT_IDLE</code></a> instead.</p>
         | 
| 1557 1563 | 
             
            </div>
         | 
| 1558 1564 | 
             
            <p>
         | 
| 1559 1565 | 
             
            Default priority for idle functions.
         | 
| @@ -1566,7 +1572,7 @@ Default priority for idle functions. | |
| 1566 1572 | 
             
            </pre>
         | 
| 1567 1573 | 
             
            <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1568 1574 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1569 | 
            -
            <p><code class="literal">GTK_PRIORITY_LOW</code> has been deprecated since version 2.4 and should not be used in newly-written code. This macro is deprecated. You should use <a href="/ | 
| 1575 | 
            +
            <p><code class="literal">GTK_PRIORITY_LOW</code> has been deprecated since version 2.4 and should not be used in newly-written code. This macro is deprecated. You should use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#G-PRIORITY-LOW:CAPS"><code class="literal">G_PRIORITY_LOW</code></a> instead.</p>
         | 
| 1570 1576 | 
             
            </div>
         | 
| 1571 1577 | 
             
            <p>
         | 
| 1572 1578 | 
             
            Priority for very unimportant background tasks.
         | 
| @@ -1575,8 +1581,8 @@ Priority for very unimportant background tasks. | |
| 1575 1581 | 
             
            <hr>
         | 
| 1576 1582 | 
             
            <div class="refsect2" title="gtk_key_snooper_install ()">
         | 
| 1577 1583 | 
             
            <a name="gtk-key-snooper-install"></a><h3>gtk_key_snooper_install ()</h3>
         | 
| 1578 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1579 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1584 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               gtk_key_snooper_install             (<em class="parameter"><code><a class="link" href="gtk-General.html#GtkKeySnoopFunc" title="GtkKeySnoopFunc ()"><span class="type">GtkKeySnoopFunc</span></a> snooper</code></em>,
         | 
| 1585 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> func_data</code></em>);</pre>
         | 
| 1580 1586 | 
             
            <p>
         | 
| 1581 1587 | 
             
            Installs a key snooper function, which will get called on all key events
         | 
| 1582 1588 | 
             
            before delivering them normally.
         | 
| @@ -1605,9 +1611,9 @@ before delivering them normally. | |
| 1605 1611 | 
             
            <hr>
         | 
| 1606 1612 | 
             
            <div class="refsect2" title="GtkKeySnoopFunc ()">
         | 
| 1607 1613 | 
             
            <a name="GtkKeySnoopFunc"></a><h3>GtkKeySnoopFunc ()</h3>
         | 
| 1608 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1614 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                (*GtkKeySnoopFunc)                  (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *grab_widget</code></em>,
         | 
| 1609 1615 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>,
         | 
| 1610 | 
            -
                                                                     <em class="parameter"><code><a href="/ | 
| 1616 | 
            +
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> func_data</code></em>);</pre>
         | 
| 1611 1617 | 
             
            <p>
         | 
| 1612 1618 | 
             
            Key snooper functions are called before normal event delivery.
         | 
| 1613 1619 | 
             
            They can be used to implement custom key event handling.
         | 
| @@ -1633,7 +1639,7 @@ They can be used to implement custom key event handling. | |
| 1633 1639 | 
             
            <tr>
         | 
| 1634 1640 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1635 1641 | 
             
            <td>
         | 
| 1636 | 
            -
            <a href="/ | 
| 1642 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to stop further processing of <em class="parameter"><code>event</code></em>, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to continue.
         | 
| 1637 1643 | 
             
            </td>
         | 
| 1638 1644 | 
             
            </tr>
         | 
| 1639 1645 | 
             
            </tbody>
         | 
| @@ -1642,7 +1648,7 @@ They can be used to implement custom key event handling. | |
| 1642 1648 | 
             
            <hr>
         | 
| 1643 1649 | 
             
            <div class="refsect2" title="gtk_key_snooper_remove ()">
         | 
| 1644 1650 | 
             
            <a name="gtk-key-snooper-remove"></a><h3>gtk_key_snooper_remove ()</h3>
         | 
| 1645 | 
            -
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_key_snooper_remove              (<em class="parameter"><code><a href="/ | 
| 1651 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_key_snooper_remove              (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> snooper_handler_id</code></em>);</pre>
         | 
| 1646 1652 | 
             
            <p>
         | 
| 1647 1653 | 
             
            Removes the key snooper function with the given id.
         | 
| 1648 1654 | 
             
            </p>
         | 
| @@ -1664,13 +1670,13 @@ Obtains a copy of the event currently being processed by GTK+.  For | |
| 1664 1670 | 
             
            example, if you get a "clicked" signal from <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a>, the current
         | 
| 1665 1671 | 
             
            event will be the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEventButton"><span class="type">GdkEventButton</span></a> that triggered the "clicked"
         | 
| 1666 1672 | 
             
            signal. The returned event must be freed with <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Events.html#gdk-event-free"><code class="function">gdk_event_free()</code></a>.
         | 
| 1667 | 
            -
            If there is no current event, the function returns <a href="/ | 
| 1673 | 
            +
            If there is no current event, the function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
         | 
| 1668 1674 | 
             
            </p>
         | 
| 1669 1675 | 
             
            <div class="variablelist"><table border="0">
         | 
| 1670 1676 | 
             
            <col align="left" valign="top">
         | 
| 1671 1677 | 
             
            <tbody><tr>
         | 
| 1672 1678 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1673 | 
            -
            <td> a copy of the current event, or <a href="/ | 
| 1679 | 
            +
            <td> a copy of the current event, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no current event.
         | 
| 1674 1680 | 
             
            </td>
         | 
| 1675 1681 | 
             
            </tr></tbody>
         | 
| 1676 1682 | 
             
            </table></div>
         | 
| @@ -1678,7 +1684,7 @@ If there is no current event, the function returns <a href="/usr/share/gtk-doc/h | |
| 1678 1684 | 
             
            <hr>
         | 
| 1679 1685 | 
             
            <div class="refsect2" title="gtk_get_current_event_time ()">
         | 
| 1680 1686 | 
             
            <a name="gtk-get-current-event-time"></a><h3>gtk_get_current_event_time ()</h3>
         | 
| 1681 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1687 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             gtk_get_current_event_time          (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 1682 1688 | 
             
            <p>
         | 
| 1683 1689 | 
             
            If there is a current event and it has a timestamp, return that
         | 
| 1684 1690 | 
             
            timestamp, otherwise return <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Events.html#GDK-CURRENT-TIME:CAPS"><code class="literal">GDK_CURRENT_TIME</code></a>.
         | 
| @@ -1695,11 +1701,11 @@ timestamp, otherwise return <a href="http://library.gnome.org/devel/gdk/unstable | |
| 1695 1701 | 
             
            <hr>
         | 
| 1696 1702 | 
             
            <div class="refsect2" title="gtk_get_current_event_state ()">
         | 
| 1697 1703 | 
             
            <a name="gtk-get-current-event-state"></a><h3>gtk_get_current_event_state ()</h3>
         | 
| 1698 | 
            -
            <pre class="programlisting"><a href="/ | 
| 1704 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_get_current_event_state         (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> *state</code></em>);</pre>
         | 
| 1699 1705 | 
             
            <p>
         | 
| 1700 1706 | 
             
            If there is a current event and it has a state field, place
         | 
| 1701 | 
            -
            that state field in <em class="parameter"><code>state</code></em> and return <a href="/ | 
| 1702 | 
            -
            <a href="/ | 
| 1707 | 
            +
            that state field in <em class="parameter"><code>state</code></em> and return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, otherwise return
         | 
| 1708 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
         | 
| 1703 1709 | 
             
            </p>
         | 
| 1704 1710 | 
             
            <div class="variablelist"><table border="0">
         | 
| 1705 1711 | 
             
            <col align="left" valign="top">
         | 
| @@ -1711,7 +1717,7 @@ that state field in <em class="parameter"><code>state</code></em> and return <a | |
| 1711 1717 | 
             
            </tr>
         | 
| 1712 1718 | 
             
            <tr>
         | 
| 1713 1719 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1714 | 
            -
            <td> <a href="/ | 
| 1720 | 
            +
            <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there was a current event and it had a state field
         | 
| 1715 1721 | 
             
            </td>
         | 
| 1716 1722 | 
             
            </tr>
         | 
| 1717 1723 | 
             
            </tbody>
         | 
| @@ -1722,8 +1728,8 @@ that state field in <em class="parameter"><code>state</code></em> and return <a | |
| 1722 1728 | 
             
            <a name="gtk-get-event-widget"></a><h3>gtk_get_event_widget ()</h3>
         | 
| 1723 1729 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>*          gtk_get_event_widget                (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
         | 
| 1724 1730 | 
             
            <p>
         | 
| 1725 | 
            -
            If <em class="parameter"><code>event</code></em> is <a href="/ | 
| 1726 | 
            -
            returns <a href="/ | 
| 1731 | 
            +
            If <em class="parameter"><code>event</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or the event was not associated with any widget,
         | 
| 1732 | 
            +
            returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, otherwise returns the widget that received the event
         | 
| 1727 1733 | 
             
            originally.
         | 
| 1728 1734 | 
             
            </p>
         | 
| 1729 1735 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -1736,7 +1742,7 @@ originally. | |
| 1736 1742 | 
             
            </tr>
         | 
| 1737 1743 | 
             
            <tr>
         | 
| 1738 1744 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1739 | 
            -
            <td> the widget that originally received <em class="parameter"><code>event</code></em>, or <a href="/ | 
| 1745 | 
            +
            <td> the widget that originally received <em class="parameter"><code>event</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
         | 
| 1740 1746 | 
             
            </td>
         | 
| 1741 1747 | 
             
            </tr>
         | 
| 1742 1748 | 
             
            </tbody>
         | 
| @@ -1786,13 +1792,13 @@ example, use <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.ht | |
| 1786 1792 | 
             
            <div class="refsect1" title="See Also">
         | 
| 1787 1793 | 
             
            <a name="gtk-General.see-also"></a><h2>See Also</h2>
         | 
| 1788 1794 | 
             
            <p>
         | 
| 1789 | 
            -
            See the GLib manual, especially <a href="/ | 
| 1790 | 
            -
            functions such as <a href="/ | 
| 1795 | 
            +
            See the GLib manual, especially <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#GMainLoop"><span class="type">GMainLoop</span></a> and signal-related
         | 
| 1796 | 
            +
            functions such as <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-connect"><code class="function">g_signal_connect()</code></a>.
         | 
| 1791 1797 | 
             
            </p>
         | 
| 1792 1798 | 
             
            </div>
         | 
| 1793 1799 | 
             
            </div>
         | 
| 1794 1800 | 
             
            <div class="footer">
         | 
| 1795 1801 | 
             
            <hr>
         | 
| 1796 | 
            -
                      Generated by GTK-Doc V1. | 
| 1802 | 
            +
                      Generated by GTK-Doc V1.15</div>
         | 
| 1797 1803 | 
             
            </body>
         | 
| 1798 1804 | 
             
            </html>
         |