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
| @@ -6,24 +6,24 @@ | |
| 6 6 | 
             
            <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
         | 
| 7 7 | 
             
            <link rel="home" href="index.html" title="GIO Reference Manual">
         | 
| 8 8 | 
             
            <link rel="up" href="index.html" title="GIO Reference Manual">
         | 
| 9 | 
            -
            <link rel="prev" href=" | 
| 9 | 
            +
            <link rel="prev" href="ch27s06.html" title="Exporting objects">
         | 
| 10 10 | 
             
            <link rel="next" href="api-index-full.html" title="Index">
         | 
| 11 | 
            -
            <meta name="generator" content="GTK-Doc V1. | 
| 11 | 
            +
            <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
         | 
| 12 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 13 | 
             
            </head>
         | 
| 14 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| 15 15 | 
             
            <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
         | 
| 16 | 
            -
            <td><a accesskey="p" href=" | 
| 16 | 
            +
            <td><a accesskey="p" href="ch27s06.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
         | 
| 17 17 | 
             
            <td> </td>
         | 
| 18 18 | 
             
            <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
         | 
| 19 19 | 
             
            <th width="100%" align="center">GIO Reference Manual</th>
         | 
| 20 20 | 
             
            <td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
         | 
| 21 21 | 
             
            </tr></table>
         | 
| 22 | 
            -
            <div class="chapter" | 
| 22 | 
            +
            <div class="chapter">
         | 
| 23 23 | 
             
            <div class="titlepage"><div><div><h2 class="title">
         | 
| 24 24 | 
             
            <a name="gio-hierarchy"></a>Object Hierarchy</h2></div></div></div>
         | 
| 25 25 | 
             
            <pre class="screen">
         | 
| 26 | 
            -
                <a href="/ | 
| 26 | 
            +
                <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| 27 27 | 
             
                    <a class="link" href="GAppInfo.html#GAppLaunchContext">GAppLaunchContext</a>
         | 
| 28 28 | 
             
                    <a class="link" href="GInputStream.html" title="GInputStream">GInputStream</a>
         | 
| 29 29 | 
             
                        <a class="link" href="GFilterInputStream.html" title="GFilterInputStream">GFilterInputStream</a>
         | 
| @@ -52,26 +52,33 @@ | |
| 52 52 | 
             
                    <a class="link" href="GIOStream.html" title="GIOStream">GIOStream</a>
         | 
| 53 53 | 
             
                        <a class="link" href="GFileIOStream.html" title="GFileIOStream">GFileIOStream</a>
         | 
| 54 54 | 
             
                        <a class="link" href="GSocketConnection.html" title="GSocketConnection">GSocketConnection</a>
         | 
| 55 | 
            -
                            <a class="link" href=" | 
| 56 | 
            -
                            <a class="link" href=" | 
| 55 | 
            +
                            <a class="link" href="GTcpConnection.html" title="GTcpConnection">GTcpConnection</a>
         | 
| 56 | 
            +
                            <a class="link" href="GUnixConnection.html" title="GUnixConnection">GUnixConnection</a>
         | 
| 57 57 | 
             
                    <a class="link" href="GFileMonitor.html" title="GFileMonitor">GFileMonitor</a>
         | 
| 58 58 | 
             
                    <a class="link" href="GFilenameCompleter.html" title="GFilenameCompleter">GFilenameCompleter</a>
         | 
| 59 59 | 
             
                    <a class="link" href="GInetAddress.html" title="GInetAddress">GInetAddress</a>
         | 
| 60 60 | 
             
                    <a class="link" href="GSocketAddress.html" title="GSocketAddress">GSocketAddress</a>
         | 
| 61 61 | 
             
                        <a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress">GInetSocketAddress</a>
         | 
| 62 | 
            +
                            <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
         | 
| 62 63 | 
             
                        <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
         | 
| 63 | 
            -
                    <a href="/ | 
| 64 | 
            +
                    <a href="http://library.gnome.org/devel/gobject/unstable/GTypeModule.html">GTypeModule</a>
         | 
| 64 65 | 
             
                        <a class="link" href="GIOModule.html" title="GIOModule">GIOModule</a>
         | 
| 65 66 | 
             
                    <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
         | 
| 66 67 | 
             
                    <a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor">GVolumeMonitor</a>
         | 
| 67 68 | 
             
                    <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
         | 
| 68 69 | 
             
                    <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
         | 
| 70 | 
            +
                    <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
         | 
| 71 | 
            +
                        <a class="link" href="GSimplePermission.html" title="GSimplePermission">GSimplePermission</a>
         | 
| 72 | 
            +
                    <a class="link" href="GSocketConnectable.html#GSocketAddressEnumerator">GSocketAddressEnumerator</a>
         | 
| 73 | 
            +
                        <a class="link" href="GSocketConnectable.html#GProxyAddressEnumerator">GProxyAddressEnumerator</a>
         | 
| 69 74 | 
             
                    <a class="link" href="GResolver.html" title="GResolver">GResolver</a>
         | 
| 75 | 
            +
                    <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 76 | 
            +
                    <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
         | 
| 70 77 | 
             
                    <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
         | 
| 71 | 
            -
                    <a class="link" href="GSocketConnectable.html#GSocketAddressEnumerator">GSocketAddressEnumerator</a>
         | 
| 72 78 | 
             
                    <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
         | 
| 73 79 | 
             
                    <a class="link" href="GSocketControlMessage.html" title="GSocketControlMessage">GSocketControlMessage</a>
         | 
| 74 80 | 
             
                        <a class="link" href="GUnixFDMessage.html" title="GUnixFDMessage">GUnixFDMessage</a>
         | 
| 81 | 
            +
                        <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
         | 
| 75 82 | 
             
                    <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
         | 
| 76 83 | 
             
                    <a class="link" href="GSocketListener.html" title="GSocketListener">GSocketListener</a>
         | 
| 77 84 | 
             
                        <a class="link" href="GSocketService.html" title="GSocketService">GSocketService</a>
         | 
| @@ -82,6 +89,13 @@ | |
| 82 89 | 
             
                    <a class="link" href="GVfs.html" title="GVfs">GVfs</a>
         | 
| 83 90 | 
             
                    <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
         | 
| 84 91 | 
             
                    <a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor">GZlibDecompressor</a>
         | 
| 92 | 
            +
                    <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 93 | 
            +
                    <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 94 | 
            +
                    <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 95 | 
            +
                    <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 96 | 
            +
                    <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 97 | 
            +
                    <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver">GDBusAuthObserver</a>
         | 
| 98 | 
            +
                    <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
         | 
| 85 99 | 
             
                GInterface
         | 
| 86 100 | 
             
                    <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
         | 
| 87 101 | 
             
                    <a class="link" href="GAsyncInitable.html" title="GAsyncInitable">GAsyncInitable</a>
         | 
| @@ -97,11 +111,13 @@ | |
| 97 111 | 
             
                    <a class="link" href="GSeekable.html" title="GSeekable">GSeekable</a>
         | 
| 98 112 | 
             
                    <a class="link" href="GSocketConnectable.html" title="GSocketConnectable">GSocketConnectable</a>
         | 
| 99 113 | 
             
                    <a class="link" href="GMount.html" title="GMount">GMount</a>
         | 
| 114 | 
            +
                    <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
         | 
| 115 | 
            +
                    <a class="link" href="GProxyResolver.html" title="GProxyResolver">GProxyResolver</a>
         | 
| 100 116 | 
             
                    <a class="link" href="GVolume.html" title="GVolume">GVolume</a>
         | 
| 101 117 | 
             
            </pre>
         | 
| 102 118 | 
             
            </div>
         | 
| 103 119 | 
             
            <div class="footer">
         | 
| 104 120 | 
             
            <hr>
         | 
| 105 | 
            -
                      Generated by GTK-Doc V1. | 
| 121 | 
            +
                      Generated by GTK-Doc V1.15.1</div>
         | 
| 106 122 | 
             
            </body>
         | 
| 107 123 | 
             
            </html>
         | 
| @@ -0,0 +1,53 @@ | |
| 1 | 
            +
            <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
         | 
| 2 | 
            +
            <html>
         | 
| 3 | 
            +
            <head>
         | 
| 4 | 
            +
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
         | 
| 5 | 
            +
            <title>gio-querymodules</title>
         | 
| 6 | 
            +
            <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
         | 
| 7 | 
            +
            <link rel="home" href="index.html" title="GIO Reference Manual">
         | 
| 8 | 
            +
            <link rel="up" href="tools.html" title="GIO Tools">
         | 
| 9 | 
            +
            <link rel="prev" href="tools.html" title="GIO Tools">
         | 
| 10 | 
            +
            <link rel="next" href="gsettings.html" title="gsettings">
         | 
| 11 | 
            +
            <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
         | 
| 12 | 
            +
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 | 
            +
            </head>
         | 
| 14 | 
            +
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| 15 | 
            +
            <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
         | 
| 16 | 
            +
            <td><a accesskey="p" href="tools.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
         | 
| 17 | 
            +
            <td><a accesskey="u" href="tools.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
         | 
| 18 | 
            +
            <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
         | 
| 19 | 
            +
            <th width="100%" align="center">GIO Reference Manual</th>
         | 
| 20 | 
            +
            <td><a accesskey="n" href="gsettings.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
         | 
| 21 | 
            +
            </tr></table>
         | 
| 22 | 
            +
            <div lang="en" class="refentry">
         | 
| 23 | 
            +
            <a name="gio-querymodules"></a><div class="titlepage"></div>
         | 
| 24 | 
            +
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 25 | 
            +
            <td valign="top">
         | 
| 26 | 
            +
            <h2><span class="refentrytitle">gio-querymodules</span></h2>
         | 
| 27 | 
            +
            <p>gio-querymodules — GIO module cache creation</p>
         | 
| 28 | 
            +
            </td>
         | 
| 29 | 
            +
            <td valign="top" align="right"></td>
         | 
| 30 | 
            +
            </tr></table></div>
         | 
| 31 | 
            +
            <div class="refsynopsisdiv">
         | 
| 32 | 
            +
            <h2>Synopsis</h2>
         | 
| 33 | 
            +
            <div class="cmdsynopsis"><p><code class="command">gio-querymodules</code>  {directory...}</p></div>
         | 
| 34 | 
            +
            </div>
         | 
| 35 | 
            +
            <div class="refsect1">
         | 
| 36 | 
            +
            <a name="id500340"></a><h2>Description</h2>
         | 
| 37 | 
            +
            <p><span class="command"><strong>gio-querymodules</strong></span> creates a
         | 
| 38 | 
            +
            <code class="filename">giomodule.cache</code> file in the listed directories.
         | 
| 39 | 
            +
            This file lists the implemented extension points for each module
         | 
| 40 | 
            +
            that has been found. It is used by GIO at runtime to avoid opening
         | 
| 41 | 
            +
            all modules just to find out which extension points they are implementing.
         | 
| 42 | 
            +
            </p>
         | 
| 43 | 
            +
            <p>
         | 
| 44 | 
            +
            GIO modules are usually installed in the <code class="filename">gio/modules</code>
         | 
| 45 | 
            +
            subdirectory of libdir.
         | 
| 46 | 
            +
            </p>
         | 
| 47 | 
            +
            </div>
         | 
| 48 | 
            +
            </div>
         | 
| 49 | 
            +
            <div class="footer">
         | 
| 50 | 
            +
            <hr>
         | 
| 51 | 
            +
                      Generated by GTK-Doc V1.15.1</div>
         | 
| 52 | 
            +
            </body>
         | 
| 53 | 
            +
            </html>
         | 
| @@ -78,7 +78,7 @@ | |
| 78 78 | 
             
                    <sub name="GInitable" link="GInitable.html"/>
         | 
| 79 79 | 
             
                    <sub name="GAsyncInitable" link="GAsyncInitable.html"/>
         | 
| 80 80 | 
             
                  </sub>
         | 
| 81 | 
            -
                  <sub name="Lowlevel  | 
| 81 | 
            +
                  <sub name="Lowlevel network support" link="networking.html">
         | 
| 82 82 | 
             
                    <sub name="GSocket" link="GSocket.html"/>
         | 
| 83 83 | 
             
                    <sub name="GInetAddress" link="GInetAddress.html"/>
         | 
| 84 84 | 
             
                    <sub name="GSocketAddress" link="GSocketAddress.html"/>
         | 
| @@ -87,36 +87,92 @@ | |
| 87 87 | 
             
                    <sub name="GSocketControlMessage" link="GSocketControlMessage.html"/>
         | 
| 88 88 | 
             
                    <sub name="GUnixFDList" link="GUnixFDList.html"/>
         | 
| 89 89 | 
             
                    <sub name="GUnixFDMessage" link="GUnixFDMessage.html"/>
         | 
| 90 | 
            +
                    <sub name="GCredentials" link="GCredentials.html"/>
         | 
| 91 | 
            +
                    <sub name="GUnixCredentialsMessage" link="GUnixCredentialsMessage.html"/>
         | 
| 92 | 
            +
                    <sub name="GProxy" link="GProxy.html"/>
         | 
| 93 | 
            +
                    <sub name="GProxyAddress" link="GProxyAddress.html"/>
         | 
| 94 | 
            +
                  </sub>
         | 
| 95 | 
            +
                  <sub name="Highlevel network functionallity" link="highlevel-socket.html">
         | 
| 96 | 
            +
                    <sub name="GSocketClient" link="GSocketClient.html"/>
         | 
| 97 | 
            +
                    <sub name="GSocketConnection" link="GSocketConnection.html"/>
         | 
| 98 | 
            +
                    <sub name="GUnixConnection" link="GUnixConnection.html"/>
         | 
| 99 | 
            +
                    <sub name="GTcpConnection" link="GTcpConnection.html"/>
         | 
| 100 | 
            +
                    <sub name="GSocketListener" link="GSocketListener.html"/>
         | 
| 101 | 
            +
                    <sub name="GSocketService" link="GSocketService.html"/>
         | 
| 102 | 
            +
                    <sub name="GThreadedSocketService" link="GThreadedSocketService.html"/>
         | 
| 90 103 | 
             
                  </sub>
         | 
| 91 104 | 
             
                  <sub name="DNS resolution" link="resolver.html">
         | 
| 92 105 | 
             
                    <sub name="GResolver" link="GResolver.html"/>
         | 
| 106 | 
            +
                    <sub name="GProxyResolver" link="GProxyResolver.html"/>
         | 
| 93 107 | 
             
                    <sub name="GSocketConnectable" link="GSocketConnectable.html"/>
         | 
| 94 108 | 
             
                    <sub name="GNetworkAddress" link="GNetworkAddress.html"/>
         | 
| 95 109 | 
             
                    <sub name="GNetworkService" link="GNetworkService.html"/>
         | 
| 96 110 | 
             
                    <sub name="GSrvTarget" link="gio-GSrvTarget.html"/>
         | 
| 97 111 | 
             
                  </sub>
         | 
| 98 | 
            -
                  <sub name=" | 
| 99 | 
            -
                    <sub name=" | 
| 100 | 
            -
                    <sub name=" | 
| 101 | 
            -
                    <sub name=" | 
| 102 | 
            -
                    <sub name=" | 
| 103 | 
            -
                    <sub name=" | 
| 112 | 
            +
                  <sub name="Lowlevel D-Bus Support" link="gdbus-lowlevel.html">
         | 
| 113 | 
            +
                    <sub name="D-Bus Utilities" link="gio-D-Bus-Utilities.html"/>
         | 
| 114 | 
            +
                    <sub name="D-Bus Addresses" link="gio-D-Bus-Addresses.html"/>
         | 
| 115 | 
            +
                    <sub name="D-Bus Introspection Data" link="gio-D-Bus-Introspection-Data.html"/>
         | 
| 116 | 
            +
                    <sub name="GDBusError" link="gio-GDBusError.html"/>
         | 
| 117 | 
            +
                    <sub name="GDBusMessage" link="GDBusMessage.html"/>
         | 
| 118 | 
            +
                    <sub name="GDBusConnection" link="GDBusConnection.html"/>
         | 
| 119 | 
            +
                    <sub name="GDBusMethodInvocation" link="GDBusMethodInvocation.html"/>
         | 
| 120 | 
            +
                    <sub name="GDBusServer" link="GDBusServer.html"/>
         | 
| 121 | 
            +
                    <sub name="GDBusAuthObserver" link="GDBusAuthObserver.html"/>
         | 
| 122 | 
            +
                  </sub>
         | 
| 123 | 
            +
                  <sub name="Highlevel D-Bus Support" link="gdbus-convenience.html">
         | 
| 124 | 
            +
                    <sub name="Owning Bus Names" link="gio-Owning-Bus-Names.html"/>
         | 
| 125 | 
            +
                    <sub name="Watching Bus Names" link="gio-Watching-Bus-Names.html"/>
         | 
| 126 | 
            +
                    <sub name="GDBusProxy" link="GDBusProxy.html"/>
         | 
| 104 127 | 
             
                  </sub>
         | 
| 105 128 | 
             
                  <sub name="Utilities" link="utils.html">
         | 
| 106 129 | 
             
                    <sub name="GFilenameCompleter" link="GFilenameCompleter.html"/>
         | 
| 107 130 | 
             
                  </sub>
         | 
| 131 | 
            +
                  <sub name="Settings" link="settings.html">
         | 
| 132 | 
            +
                    <sub name="GSettings" link="GSettings.html"/>
         | 
| 133 | 
            +
                    <sub name="GSettingsBackend" link="GSettingsBackend.html"/>
         | 
| 134 | 
            +
                  </sub>
         | 
| 135 | 
            +
                  <sub name="Permissions" link="permissions.html">
         | 
| 136 | 
            +
                    <sub name="GPermission" link="GPermission.html"/>
         | 
| 137 | 
            +
                    <sub name="GSimplePermission" link="GSimplePermission.html"/>
         | 
| 138 | 
            +
                  </sub>
         | 
| 108 139 | 
             
                  <sub name="Extending GIO" link="extending.html">
         | 
| 109 140 | 
             
                    <sub name="GVfs" link="GVfs.html"/>
         | 
| 110 141 | 
             
                    <sub name="GIOModule" link="GIOModule.html"/>
         | 
| 111 142 | 
             
                    <sub name="Extension Points" link="gio-Extension-Points.html"/>
         | 
| 112 143 | 
             
                  </sub>
         | 
| 144 | 
            +
                  <sub name="GIO Tools" link="tools.html">
         | 
| 145 | 
            +
                    <sub name="gio-querymodules" link="gio-querymodules.html"/>
         | 
| 146 | 
            +
                    <sub name="gsettings" link="gsettings.html"/>
         | 
| 147 | 
            +
                    <sub name="glib-compile-schemas" link="glib-compile-schemas.html"/>
         | 
| 148 | 
            +
                    <sub name="gdbus" link="gdbus.html"/>
         | 
| 149 | 
            +
                  </sub>
         | 
| 113 150 | 
             
                </sub>
         | 
| 114 151 | 
             
                <sub name="Migrating to GIO" link="migrating.html">
         | 
| 115 | 
            -
                  <sub name="Migrating  | 
| 116 | 
            -
             | 
| 117 | 
            -
             | 
| 118 | 
            -
             | 
| 119 | 
            -
                    <sub name=" | 
| 152 | 
            +
                  <sub name="Migrating to GIO" link="migrating.html">
         | 
| 153 | 
            +
                    <sub name="Migrating from POSIX to GIO" link="ch24.html"/>
         | 
| 154 | 
            +
                  </sub>
         | 
| 155 | 
            +
                  <sub name="Migrating from GnomeVFS to GIO" link="ch25.html">
         | 
| 156 | 
            +
                    <sub name="Trash handling" link="ch25.html#id364234"/>
         | 
| 157 | 
            +
                    <sub name="Operations on multiple files" link="ch25s02.html"/>
         | 
| 158 | 
            +
                    <sub name="Mime monitoring" link="ch25s03.html"/>
         | 
| 159 | 
            +
                  </sub>
         | 
| 160 | 
            +
                  <sub name="Migrating from GConf to GSettings" link="ch26.html">
         | 
| 161 | 
            +
                    <sub name="Before you start" link="ch26.html#id511960"/>
         | 
| 162 | 
            +
                    <sub name="Conceptual differences" link="ch26s02.html"/>
         | 
| 163 | 
            +
                    <sub name="GConfClient (and GConfBridge) API conversion" link="ch26s03.html"/>
         | 
| 164 | 
            +
                    <sub name="Change notification" link="ch26s04.html"/>
         | 
| 165 | 
            +
                    <sub name="Change sets" link="ch26s05.html"/>
         | 
| 166 | 
            +
                    <sub name="Schema conversion" link="ch26s06.html"/>
         | 
| 167 | 
            +
                    <sub name="Data conversion" link="ch26s07.html"/>
         | 
| 168 | 
            +
                  </sub>
         | 
| 169 | 
            +
                  <sub name="Migrating to GDBus" link="ch27.html">
         | 
| 170 | 
            +
                    <sub name="Conceptual differences" link="ch27.html#id392513"/>
         | 
| 171 | 
            +
                    <sub name="API comparison" link="ch27s02.html"/>
         | 
| 172 | 
            +
                    <sub name="Owning bus names" link="ch27s03.html"/>
         | 
| 173 | 
            +
                    <sub name="Creating proxies for well-known names" link="ch27s04.html"/>
         | 
| 174 | 
            +
                    <sub name="Client-side GObject bindings" link="ch27s05.html"/>
         | 
| 175 | 
            +
                    <sub name="Exporting objects" link="ch27s06.html"/>
         | 
| 120 176 | 
             
                  </sub>
         | 
| 121 177 | 
             
                </sub>
         | 
| 122 178 | 
             
                <sub name="Object Hierarchy" link="gio-hierarchy.html"/>
         | 
| @@ -126,6 +182,8 @@ | |
| 126 182 | 
             
                <sub name="Index of new symbols in 2.20" link="api-index-2-20.html"/>
         | 
| 127 183 | 
             
                <sub name="Index of new symbols in 2.22" link="api-index-2-22.html"/>
         | 
| 128 184 | 
             
                <sub name="Index of new symbols in 2.24" link="api-index-2-24.html"/>
         | 
| 185 | 
            +
                <sub name="Index of new symbols in 2.26" link="api-index-2-26.html"/>
         | 
| 186 | 
            +
                <sub name="Annotation Glossary" link="annotation-glossary.html"/>
         | 
| 129 187 | 
             
              </chapters>
         | 
| 130 188 | 
             
              <functions>
         | 
| 131 189 | 
             
                <function name="GFile" link="GFile.html#GFile-struct"/>
         | 
| @@ -334,6 +392,8 @@ | |
| 334 392 | 
             
                <function name="G_FILE_ATTRIBUTE_GVFS_BACKEND" link="GFileInfo.html#G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS"/>
         | 
| 335 393 | 
             
                <function name="G_FILE_ATTRIBUTE_SELINUX_CONTEXT" link="GFileInfo.html#G-FILE-ATTRIBUTE-SELINUX-CONTEXT:CAPS"/>
         | 
| 336 394 | 
             
                <function name="G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT" link="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-ITEM-COUNT:CAPS"/>
         | 
| 395 | 
            +
                <function name="G_FILE_ATTRIBUTE_TRASH_DELETION_DATE" link="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-DELETION-DATE:CAPS"/>
         | 
| 396 | 
            +
                <function name="G_FILE_ATTRIBUTE_TRASH_ORIG_PATH" link="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-ORIG-PATH:CAPS"/>
         | 
| 337 397 | 
             
                <function name="G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW" link="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS"/>
         | 
| 338 398 | 
             
                <function name="G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION:CAPS"/>
         | 
| 339 399 | 
             
                <function name="g_file_info_new ()" link="GFileInfo.html#g-file-info-new"/>
         | 
| @@ -418,6 +478,7 @@ | |
| 418 478 | 
             
                <function name="G_IO_ERROR" link="gio-GIOError.html#G-IO-ERROR:CAPS"/>
         | 
| 419 479 | 
             
                <function name="enum GIOErrorEnum" link="gio-GIOError.html#GIOErrorEnum"/>
         | 
| 420 480 | 
             
                <function name="g_io_error_from_errno ()" link="gio-GIOError.html#g-io-error-from-errno"/>
         | 
| 481 | 
            +
                <function name="g_io_error_from_win32_error ()" link="gio-GIOError.html#g-io-error-from-win32-error"/>
         | 
| 421 482 | 
             
                <function name="enum GAskPasswordFlags" link="GMountOperation.html#GAskPasswordFlags"/>
         | 
| 422 483 | 
             
                <function name="enum GPasswordSave" link="GMountOperation.html#GPasswordSave"/>
         | 
| 423 484 | 
             
                <function name="GMountOperation" link="GMountOperation.html#GMountOperation-struct"/>
         | 
| @@ -508,6 +569,7 @@ | |
| 508 569 | 
             
                <function name="GConverter" link="GConverter.html#GConverter-struct"/>
         | 
| 509 570 | 
             
                <function name="GConverterIface" link="GConverter.html#GConverterIface"/>
         | 
| 510 571 | 
             
                <function name="enum GConverterResult" link="GConverter.html#GConverterResult"/>
         | 
| 572 | 
            +
                <function name="enum GConverterFlags" link="GConverter.html#GConverterFlags"/>
         | 
| 511 573 | 
             
                <function name="g_converter_convert ()" link="GConverter.html#g-converter-convert"/>
         | 
| 512 574 | 
             
                <function name="g_converter_reset ()" link="GConverter.html#g-converter-reset"/>
         | 
| 513 575 | 
             
                <function name="GCharsetConverter" link="GCharsetConverter.html#GCharsetConverter-struct"/>
         | 
| @@ -521,10 +583,15 @@ | |
| 521 583 | 
             
                <function name="GZlibCompressor" link="GZlibCompressor.html#GZlibCompressor-struct"/>
         | 
| 522 584 | 
             
                <function name="enum GZlibCompressorFormat" link="GZlibCompressor.html#GZlibCompressorFormat"/>
         | 
| 523 585 | 
             
                <function name="g_zlib_compressor_new ()" link="GZlibCompressor.html#g-zlib-compressor-new"/>
         | 
| 586 | 
            +
                <function name="g_zlib_compressor_get_file_info ()" link="GZlibCompressor.html#g-zlib-compressor-get-file-info"/>
         | 
| 587 | 
            +
                <function name="g_zlib_compressor_set_file_info ()" link="GZlibCompressor.html#g-zlib-compressor-set-file-info"/>
         | 
| 588 | 
            +
                <function name="The "file-info" property" link="GZlibCompressor.html#GZlibCompressor--file-info"/>
         | 
| 524 589 | 
             
                <function name="The "format" property" link="GZlibCompressor.html#GZlibCompressor--format"/>
         | 
| 525 590 | 
             
                <function name="The "level" property" link="GZlibCompressor.html#GZlibCompressor--level"/>
         | 
| 526 591 | 
             
                <function name="GZlibDecompressor" link="GZlibDecompressor.html#GZlibDecompressor-struct"/>
         | 
| 527 592 | 
             
                <function name="g_zlib_decompressor_new ()" link="GZlibDecompressor.html#g-zlib-decompressor-new"/>
         | 
| 593 | 
            +
                <function name="g_zlib_decompressor_get_file_info ()" link="GZlibDecompressor.html#g-zlib-decompressor-get-file-info"/>
         | 
| 594 | 
            +
                <function name="The "file-info" property" link="GZlibDecompressor.html#GZlibDecompressor--file-info"/>
         | 
| 528 595 | 
             
                <function name="The "format" property" link="GZlibDecompressor.html#GZlibDecompressor--format"/>
         | 
| 529 596 | 
             
                <function name="GSeekable" link="GSeekable.html#GSeekable-struct"/>
         | 
| 530 597 | 
             
                <function name="GSeekableIface" link="GSeekable.html#GSeekableIface"/>
         | 
| @@ -619,6 +686,7 @@ | |
| 619 686 | 
             
                <function name="g_memory_output_stream_get_data ()" link="GMemoryOutputStream.html#g-memory-output-stream-get-data"/>
         | 
| 620 687 | 
             
                <function name="g_memory_output_stream_get_size ()" link="GMemoryOutputStream.html#g-memory-output-stream-get-size"/>
         | 
| 621 688 | 
             
                <function name="g_memory_output_stream_get_data_size ()" link="GMemoryOutputStream.html#g-memory-output-stream-get-data-size"/>
         | 
| 689 | 
            +
                <function name="g_memory_output_stream_steal_data ()" link="GMemoryOutputStream.html#g-memory-output-stream-steal-data"/>
         | 
| 622 690 | 
             
                <function name="The "data" property" link="GMemoryOutputStream.html#GMemoryOutputStream--data"/>
         | 
| 623 691 | 
             
                <function name="The "data-size" property" link="GMemoryOutputStream.html#GMemoryOutputStream--data-size"/>
         | 
| 624 692 | 
             
                <function name="The "destroy-function" property" link="GMemoryOutputStream.html#GMemoryOutputStream--destroy-function"/>
         | 
| @@ -664,6 +732,9 @@ | |
| 664 732 | 
             
                <function name="g_data_input_stream_read_line ()" link="GDataInputStream.html#g-data-input-stream-read-line"/>
         | 
| 665 733 | 
             
                <function name="g_data_input_stream_read_line_async ()" link="GDataInputStream.html#g-data-input-stream-read-line-async"/>
         | 
| 666 734 | 
             
                <function name="g_data_input_stream_read_line_finish ()" link="GDataInputStream.html#g-data-input-stream-read-line-finish"/>
         | 
| 735 | 
            +
                <function name="g_data_input_stream_read_upto ()" link="GDataInputStream.html#g-data-input-stream-read-upto"/>
         | 
| 736 | 
            +
                <function name="g_data_input_stream_read_upto_async ()" link="GDataInputStream.html#g-data-input-stream-read-upto-async"/>
         | 
| 737 | 
            +
                <function name="g_data_input_stream_read_upto_finish ()" link="GDataInputStream.html#g-data-input-stream-read-upto-finish"/>
         | 
| 667 738 | 
             
                <function name="g_data_input_stream_read_until ()" link="GDataInputStream.html#g-data-input-stream-read-until"/>
         | 
| 668 739 | 
             
                <function name="g_data_input_stream_read_until_async ()" link="GDataInputStream.html#g-data-input-stream-read-until-async"/>
         | 
| 669 740 | 
             
                <function name="g_data_input_stream_read_until_finish ()" link="GDataInputStream.html#g-data-input-stream-read-until-finish"/>
         | 
| @@ -873,7 +944,6 @@ | |
| 873 944 | 
             
                <function name="The "disconnected" signal" link="GDrive.html#GDrive-disconnected"/>
         | 
| 874 945 | 
             
                <function name="The "eject-button" signal" link="GDrive.html#GDrive-eject-button"/>
         | 
| 875 946 | 
             
                <function name="The "stop-button" signal" link="GDrive.html#GDrive-stop-button"/>
         | 
| 876 | 
            -
                <function name="GUnixMount" link="gio-Unix-Mounts.html#GUnixMount"/>
         | 
| 877 947 | 
             
                <function name="GUnixMountPoint" link="gio-Unix-Mounts.html#GUnixMountPoint"/>
         | 
| 878 948 | 
             
                <function name="GUnixMountEntry" link="gio-Unix-Mounts.html#GUnixMountEntry"/>
         | 
| 879 949 | 
             
                <function name="GUnixMountMonitor" link="gio-Unix-Mounts.html#GUnixMountMonitor-struct"/>
         | 
| @@ -978,9 +1048,11 @@ | |
| 978 1048 | 
             
                <function name="g_socket_receive ()" link="GSocket.html#g-socket-receive"/>
         | 
| 979 1049 | 
             
                <function name="g_socket_receive_from ()" link="GSocket.html#g-socket-receive-from"/>
         | 
| 980 1050 | 
             
                <function name="g_socket_receive_message ()" link="GSocket.html#g-socket-receive-message"/>
         | 
| 1051 | 
            +
                <function name="g_socket_receive_with_blocking ()" link="GSocket.html#g-socket-receive-with-blocking"/>
         | 
| 981 1052 | 
             
                <function name="g_socket_send ()" link="GSocket.html#g-socket-send"/>
         | 
| 982 1053 | 
             
                <function name="g_socket_send_to ()" link="GSocket.html#g-socket-send-to"/>
         | 
| 983 1054 | 
             
                <function name="g_socket_send_message ()" link="GSocket.html#g-socket-send-message"/>
         | 
| 1055 | 
            +
                <function name="g_socket_send_with_blocking ()" link="GSocket.html#g-socket-send-with-blocking"/>
         | 
| 984 1056 | 
             
                <function name="g_socket_close ()" link="GSocket.html#g-socket-close"/>
         | 
| 985 1057 | 
             
                <function name="g_socket_is_closed ()" link="GSocket.html#g-socket-is-closed"/>
         | 
| 986 1058 | 
             
                <function name="g_socket_shutdown ()" link="GSocket.html#g-socket-shutdown"/>
         | 
| @@ -994,6 +1066,8 @@ | |
| 994 1066 | 
             
                <function name="g_socket_set_blocking ()" link="GSocket.html#g-socket-set-blocking"/>
         | 
| 995 1067 | 
             
                <function name="g_socket_get_keepalive ()" link="GSocket.html#g-socket-get-keepalive"/>
         | 
| 996 1068 | 
             
                <function name="g_socket_set_keepalive ()" link="GSocket.html#g-socket-set-keepalive"/>
         | 
| 1069 | 
            +
                <function name="g_socket_get_timeout ()" link="GSocket.html#g-socket-get-timeout"/>
         | 
| 1070 | 
            +
                <function name="g_socket_set_timeout ()" link="GSocket.html#g-socket-set-timeout"/>
         | 
| 997 1071 | 
             
                <function name="g_socket_get_family ()" link="GSocket.html#g-socket-get-family"/>
         | 
| 998 1072 | 
             
                <function name="g_socket_get_fd ()" link="GSocket.html#g-socket-get-fd"/>
         | 
| 999 1073 | 
             
                <function name="g_socket_get_local_address ()" link="GSocket.html#g-socket-get-local-address"/>
         | 
| @@ -1001,6 +1075,7 @@ | |
| 1001 1075 | 
             
                <function name="g_socket_get_remote_address ()" link="GSocket.html#g-socket-get-remote-address"/>
         | 
| 1002 1076 | 
             
                <function name="g_socket_get_socket_type ()" link="GSocket.html#g-socket-get-socket-type"/>
         | 
| 1003 1077 | 
             
                <function name="g_socket_speaks_ipv4 ()" link="GSocket.html#g-socket-speaks-ipv4"/>
         | 
| 1078 | 
            +
                <function name="g_socket_get_credentials ()" link="GSocket.html#g-socket-get-credentials"/>
         | 
| 1004 1079 | 
             
                <function name="The "blocking" property" link="GSocket.html#GSocket--blocking"/>
         | 
| 1005 1080 | 
             
                <function name="The "family" property" link="GSocket.html#GSocket--family"/>
         | 
| 1006 1081 | 
             
                <function name="The "fd" property" link="GSocket.html#GSocket--fd"/>
         | 
| @@ -1009,6 +1084,7 @@ | |
| 1009 1084 | 
             
                <function name="The "local-address" property" link="GSocket.html#GSocket--local-address"/>
         | 
| 1010 1085 | 
             
                <function name="The "protocol" property" link="GSocket.html#GSocket--protocol"/>
         | 
| 1011 1086 | 
             
                <function name="The "remote-address" property" link="GSocket.html#GSocket--remote-address"/>
         | 
| 1087 | 
            +
                <function name="The "timeout" property" link="GSocket.html#GSocket--timeout"/>
         | 
| 1012 1088 | 
             
                <function name="The "type" property" link="GSocket.html#GSocket--type"/>
         | 
| 1013 1089 | 
             
                <function name="GInetAddress" link="GInetAddress.html#GInetAddress-struct"/>
         | 
| 1014 1090 | 
             
                <function name="g_inet_address_new_from_string ()" link="GInetAddress.html#g-inet-address-new-from-string"/>
         | 
| @@ -1055,13 +1131,17 @@ | |
| 1055 1131 | 
             
                <function name="The "address" property" link="GInetSocketAddress.html#GInetSocketAddress--address"/>
         | 
| 1056 1132 | 
             
                <function name="The "port" property" link="GInetSocketAddress.html#GInetSocketAddress--port"/>
         | 
| 1057 1133 | 
             
                <function name="GUnixSocketAddress" link="GUnixSocketAddress.html#GUnixSocketAddress-struct"/>
         | 
| 1134 | 
            +
                <function name="enum GUnixSocketAddressType" link="GUnixSocketAddress.html#GUnixSocketAddressType"/>
         | 
| 1058 1135 | 
             
                <function name="g_unix_socket_address_new ()" link="GUnixSocketAddress.html#g-unix-socket-address-new"/>
         | 
| 1059 1136 | 
             
                <function name="g_unix_socket_address_new_abstract ()" link="GUnixSocketAddress.html#g-unix-socket-address-new-abstract"/>
         | 
| 1137 | 
            +
                <function name="g_unix_socket_address_new_with_type ()" link="GUnixSocketAddress.html#g-unix-socket-address-new-with-type"/>
         | 
| 1060 1138 | 
             
                <function name="g_unix_socket_address_get_is_abstract ()" link="GUnixSocketAddress.html#g-unix-socket-address-get-is-abstract"/>
         | 
| 1139 | 
            +
                <function name="g_unix_socket_address_get_address_type ()" link="GUnixSocketAddress.html#g-unix-socket-address-get-address-type"/>
         | 
| 1061 1140 | 
             
                <function name="g_unix_socket_address_get_path ()" link="GUnixSocketAddress.html#g-unix-socket-address-get-path"/>
         | 
| 1062 1141 | 
             
                <function name="g_unix_socket_address_get_path_len ()" link="GUnixSocketAddress.html#g-unix-socket-address-get-path-len"/>
         | 
| 1063 1142 | 
             
                <function name="g_unix_socket_address_abstract_names_supported ()" link="GUnixSocketAddress.html#g-unix-socket-address-abstract-names-supported"/>
         | 
| 1064 1143 | 
             
                <function name="The "abstract" property" link="GUnixSocketAddress.html#GUnixSocketAddress--abstract"/>
         | 
| 1144 | 
            +
                <function name="The "address-type" property" link="GUnixSocketAddress.html#GUnixSocketAddress--address-type"/>
         | 
| 1065 1145 | 
             
                <function name="The "path" property" link="GUnixSocketAddress.html#GUnixSocketAddress--path"/>
         | 
| 1066 1146 | 
             
                <function name="The "path-as-array" property" link="GUnixSocketAddress.html#GUnixSocketAddress--path-as-array"/>
         | 
| 1067 1147 | 
             
                <function name="GSocketControlMessage" link="GSocketControlMessage.html#GSocketControlMessage-struct"/>
         | 
| @@ -1085,55 +1165,44 @@ | |
| 1085 1165 | 
             
                <function name="g_unix_fd_message_append_fd ()" link="GUnixFDMessage.html#g-unix-fd-message-append-fd"/>
         | 
| 1086 1166 | 
             
                <function name="g_unix_fd_message_steal_fds ()" link="GUnixFDMessage.html#g-unix-fd-message-steal-fds"/>
         | 
| 1087 1167 | 
             
                <function name="The "fd-list" property" link="GUnixFDMessage.html#GUnixFDMessage--fd-list"/>
         | 
| 1088 | 
            -
                <function name=" | 
| 1089 | 
            -
                <function name=" | 
| 1090 | 
            -
                <function name=" | 
| 1091 | 
            -
                <function name=" | 
| 1092 | 
            -
                <function name=" | 
| 1093 | 
            -
                <function name=" | 
| 1094 | 
            -
                <function name=" | 
| 1095 | 
            -
                <function name=" | 
| 1096 | 
            -
                <function name=" | 
| 1097 | 
            -
                <function name=" | 
| 1098 | 
            -
                <function name=" | 
| 1099 | 
            -
                <function name=" | 
| 1100 | 
            -
                <function name=" | 
| 1101 | 
            -
                <function name=" | 
| 1102 | 
            -
                <function name=" | 
| 1103 | 
            -
                <function name=" | 
| 1104 | 
            -
                <function name=" | 
| 1105 | 
            -
                <function name=" | 
| 1106 | 
            -
                <function name=" | 
| 1107 | 
            -
                <function name=" | 
| 1108 | 
            -
                <function name=" | 
| 1109 | 
            -
                <function name=" | 
| 1110 | 
            -
                <function name=" | 
| 1111 | 
            -
                <function name=" | 
| 1112 | 
            -
                <function name=" | 
| 1113 | 
            -
                <function name=" | 
| 1114 | 
            -
                <function name=" | 
| 1115 | 
            -
                <function name=" | 
| 1116 | 
            -
                <function name=" | 
| 1117 | 
            -
                <function name=" | 
| 1118 | 
            -
                <function name=" | 
| 1119 | 
            -
                <function name=" | 
| 1120 | 
            -
                <function name=" | 
| 1121 | 
            -
                <function name=" | 
| 1122 | 
            -
                <function name=" | 
| 1123 | 
            -
                <function name=" | 
| 1124 | 
            -
                <function name="The "domain" property" link="GNetworkService.html#GNetworkService--domain"/>
         | 
| 1125 | 
            -
                <function name="The "protocol" property" link="GNetworkService.html#GNetworkService--protocol"/>
         | 
| 1126 | 
            -
                <function name="The "service" property" link="GNetworkService.html#GNetworkService--service"/>
         | 
| 1127 | 
            -
                <function name="GSrvTarget" link="gio-GSrvTarget.html#GSrvTarget"/>
         | 
| 1128 | 
            -
                <function name="g_srv_target_new ()" link="gio-GSrvTarget.html#g-srv-target-new"/>
         | 
| 1129 | 
            -
                <function name="g_srv_target_copy ()" link="gio-GSrvTarget.html#g-srv-target-copy"/>
         | 
| 1130 | 
            -
                <function name="g_srv_target_free ()" link="gio-GSrvTarget.html#g-srv-target-free"/>
         | 
| 1131 | 
            -
                <function name="g_srv_target_get_hostname ()" link="gio-GSrvTarget.html#g-srv-target-get-hostname"/>
         | 
| 1132 | 
            -
                <function name="g_srv_target_get_port ()" link="gio-GSrvTarget.html#g-srv-target-get-port"/>
         | 
| 1133 | 
            -
                <function name="g_srv_target_get_priority ()" link="gio-GSrvTarget.html#g-srv-target-get-priority"/>
         | 
| 1134 | 
            -
                <function name="g_srv_target_get_weight ()" link="gio-GSrvTarget.html#g-srv-target-get-weight"/>
         | 
| 1135 | 
            -
                <function name="g_srv_target_list_sort ()" link="gio-GSrvTarget.html#g-srv-target-list-sort"/>
         | 
| 1168 | 
            +
                <function name="GCredentials" link="GCredentials.html#GCredentials-struct"/>
         | 
| 1169 | 
            +
                <function name="enum GCredentialsType" link="GCredentials.html#GCredentialsType"/>
         | 
| 1170 | 
            +
                <function name="g_credentials_new ()" link="GCredentials.html#g-credentials-new"/>
         | 
| 1171 | 
            +
                <function name="g_credentials_to_string ()" link="GCredentials.html#g-credentials-to-string"/>
         | 
| 1172 | 
            +
                <function name="g_credentials_get_native ()" link="GCredentials.html#g-credentials-get-native"/>
         | 
| 1173 | 
            +
                <function name="g_credentials_set_native ()" link="GCredentials.html#g-credentials-set-native"/>
         | 
| 1174 | 
            +
                <function name="g_credentials_is_same_user ()" link="GCredentials.html#g-credentials-is-same-user"/>
         | 
| 1175 | 
            +
                <function name="g_credentials_get_unix_user ()" link="GCredentials.html#g-credentials-get-unix-user"/>
         | 
| 1176 | 
            +
                <function name="g_credentials_set_unix_user ()" link="GCredentials.html#g-credentials-set-unix-user"/>
         | 
| 1177 | 
            +
                <function name="GUnixCredentialsMessage" link="GUnixCredentialsMessage.html#GUnixCredentialsMessage-struct"/>
         | 
| 1178 | 
            +
                <function name="GUnixCredentialsMessageClass" link="GUnixCredentialsMessage.html#GUnixCredentialsMessageClass"/>
         | 
| 1179 | 
            +
                <function name="g_unix_credentials_message_new ()" link="GUnixCredentialsMessage.html#g-unix-credentials-message-new"/>
         | 
| 1180 | 
            +
                <function name="g_unix_credentials_message_new_with_credentials ()" link="GUnixCredentialsMessage.html#g-unix-credentials-message-new-with-credentials"/>
         | 
| 1181 | 
            +
                <function name="g_unix_credentials_message_get_credentials ()" link="GUnixCredentialsMessage.html#g-unix-credentials-message-get-credentials"/>
         | 
| 1182 | 
            +
                <function name="g_unix_credentials_message_is_supported ()" link="GUnixCredentialsMessage.html#g-unix-credentials-message-is-supported"/>
         | 
| 1183 | 
            +
                <function name="The "credentials" property" link="GUnixCredentialsMessage.html#GUnixCredentialsMessage--credentials"/>
         | 
| 1184 | 
            +
                <function name="GProxy" link="GProxy.html#GProxy-struct"/>
         | 
| 1185 | 
            +
                <function name="G_PROXY_EXTENSION_POINT_NAME" link="GProxy.html#G-PROXY-EXTENSION-POINT-NAME:CAPS"/>
         | 
| 1186 | 
            +
                <function name="g_proxy_connect ()" link="GProxy.html#g-proxy-connect"/>
         | 
| 1187 | 
            +
                <function name="g_proxy_connect_async ()" link="GProxy.html#g-proxy-connect-async"/>
         | 
| 1188 | 
            +
                <function name="g_proxy_connect_finish ()" link="GProxy.html#g-proxy-connect-finish"/>
         | 
| 1189 | 
            +
                <function name="g_proxy_get_default_for_protocol ()" link="GProxy.html#g-proxy-get-default-for-protocol"/>
         | 
| 1190 | 
            +
                <function name="g_proxy_supports_hostname ()" link="GProxy.html#g-proxy-supports-hostname"/>
         | 
| 1191 | 
            +
                <function name="GProxyAddress" link="GProxyAddress.html#GProxyAddress-struct"/>
         | 
| 1192 | 
            +
                <function name="GProxyAddressClass" link="GProxyAddress.html#GProxyAddressClass"/>
         | 
| 1193 | 
            +
                <function name="g_proxy_address_get_destination_hostname ()" link="GProxyAddress.html#g-proxy-address-get-destination-hostname"/>
         | 
| 1194 | 
            +
                <function name="g_proxy_address_get_destination_port ()" link="GProxyAddress.html#g-proxy-address-get-destination-port"/>
         | 
| 1195 | 
            +
                <function name="g_proxy_address_get_password ()" link="GProxyAddress.html#g-proxy-address-get-password"/>
         | 
| 1196 | 
            +
                <function name="g_proxy_address_get_protocol ()" link="GProxyAddress.html#g-proxy-address-get-protocol"/>
         | 
| 1197 | 
            +
                <function name="g_proxy_address_get_username ()" link="GProxyAddress.html#g-proxy-address-get-username"/>
         | 
| 1198 | 
            +
                <function name="g_proxy_address_new ()" link="GProxyAddress.html#g-proxy-address-new"/>
         | 
| 1199 | 
            +
                <function name="The "destination-hostname" property" link="GProxyAddress.html#GProxyAddress--destination-hostname"/>
         | 
| 1200 | 
            +
                <function name="The "destination-port" property" link="GProxyAddress.html#GProxyAddress--destination-port"/>
         | 
| 1201 | 
            +
                <function name="The "password" property" link="GProxyAddress.html#GProxyAddress--password"/>
         | 
| 1202 | 
            +
                <function name="The "protocol" property" link="GProxyAddress.html#GProxyAddress--protocol"/>
         | 
| 1203 | 
            +
                <function name="The "username" property" link="GProxyAddress.html#GProxyAddress--username"/>
         | 
| 1136 1204 | 
             
                <function name="GSocketClient" link="GSocketClient.html#GSocketClient-struct"/>
         | 
| 1205 | 
            +
                <function name="g_socket_client_add_application_proxy ()" link="GSocketClient.html#g-socket-client-add-application-proxy"/>
         | 
| 1137 1206 | 
             
                <function name="g_socket_client_new ()" link="GSocketClient.html#g-socket-client-new"/>
         | 
| 1138 1207 | 
             
                <function name="g_socket_client_connect ()" link="GSocketClient.html#g-socket-client-connect"/>
         | 
| 1139 1208 | 
             
                <function name="g_socket_client_connect_async ()" link="GSocketClient.html#g-socket-client-connect-async"/>
         | 
| @@ -1144,33 +1213,44 @@ | |
| 1144 1213 | 
             
                <function name="g_socket_client_connect_to_service ()" link="GSocketClient.html#g-socket-client-connect-to-service"/>
         | 
| 1145 1214 | 
             
                <function name="g_socket_client_connect_to_service_async ()" link="GSocketClient.html#g-socket-client-connect-to-service-async"/>
         | 
| 1146 1215 | 
             
                <function name="g_socket_client_connect_to_service_finish ()" link="GSocketClient.html#g-socket-client-connect-to-service-finish"/>
         | 
| 1216 | 
            +
                <function name="g_socket_client_connect_to_uri ()" link="GSocketClient.html#g-socket-client-connect-to-uri"/>
         | 
| 1217 | 
            +
                <function name="g_socket_client_connect_to_uri_async ()" link="GSocketClient.html#g-socket-client-connect-to-uri-async"/>
         | 
| 1218 | 
            +
                <function name="g_socket_client_connect_to_uri_finish ()" link="GSocketClient.html#g-socket-client-connect-to-uri-finish"/>
         | 
| 1147 1219 | 
             
                <function name="g_socket_client_set_family ()" link="GSocketClient.html#g-socket-client-set-family"/>
         | 
| 1148 1220 | 
             
                <function name="g_socket_client_set_local_address ()" link="GSocketClient.html#g-socket-client-set-local-address"/>
         | 
| 1149 1221 | 
             
                <function name="g_socket_client_set_protocol ()" link="GSocketClient.html#g-socket-client-set-protocol"/>
         | 
| 1150 1222 | 
             
                <function name="g_socket_client_set_socket_type ()" link="GSocketClient.html#g-socket-client-set-socket-type"/>
         | 
| 1223 | 
            +
                <function name="g_socket_client_set_timeout ()" link="GSocketClient.html#g-socket-client-set-timeout"/>
         | 
| 1151 1224 | 
             
                <function name="g_socket_client_get_family ()" link="GSocketClient.html#g-socket-client-get-family"/>
         | 
| 1152 1225 | 
             
                <function name="g_socket_client_get_local_address ()" link="GSocketClient.html#g-socket-client-get-local-address"/>
         | 
| 1153 1226 | 
             
                <function name="g_socket_client_get_protocol ()" link="GSocketClient.html#g-socket-client-get-protocol"/>
         | 
| 1154 1227 | 
             
                <function name="g_socket_client_get_socket_type ()" link="GSocketClient.html#g-socket-client-get-socket-type"/>
         | 
| 1228 | 
            +
                <function name="g_socket_client_get_timeout ()" link="GSocketClient.html#g-socket-client-get-timeout"/>
         | 
| 1229 | 
            +
                <function name="g_socket_client_get_enable_proxy ()" link="GSocketClient.html#g-socket-client-get-enable-proxy"/>
         | 
| 1230 | 
            +
                <function name="g_socket_client_set_enable_proxy ()" link="GSocketClient.html#g-socket-client-set-enable-proxy"/>
         | 
| 1231 | 
            +
                <function name="The "enable-proxy" property" link="GSocketClient.html#GSocketClient--enable-proxy"/>
         | 
| 1155 1232 | 
             
                <function name="The "family" property" link="GSocketClient.html#GSocketClient--family"/>
         | 
| 1156 1233 | 
             
                <function name="The "local-address" property" link="GSocketClient.html#GSocketClient--local-address"/>
         | 
| 1157 1234 | 
             
                <function name="The "protocol" property" link="GSocketClient.html#GSocketClient--protocol"/>
         | 
| 1235 | 
            +
                <function name="The "timeout" property" link="GSocketClient.html#GSocketClient--timeout"/>
         | 
| 1158 1236 | 
             
                <function name="The "type" property" link="GSocketClient.html#GSocketClient--type"/>
         | 
| 1159 1237 | 
             
                <function name="GSocketConnection" link="GSocketConnection.html#GSocketConnection-struct"/>
         | 
| 1160 1238 | 
             
                <function name="g_socket_connection_get_local_address ()" link="GSocketConnection.html#g-socket-connection-get-local-address"/>
         | 
| 1161 1239 | 
             
                <function name="g_socket_connection_get_remote_address ()" link="GSocketConnection.html#g-socket-connection-get-remote-address"/>
         | 
| 1162 1240 | 
             
                <function name="g_socket_connection_get_socket ()" link="GSocketConnection.html#g-socket-connection-get-socket"/>
         | 
| 1163 | 
            -
                <function name="GTcpConnection" link="GSocketConnection.html#GTcpConnection-struct"/>
         | 
| 1164 | 
            -
                <function name="g_tcp_connection_set_graceful_disconnect ()" link="GSocketConnection.html#g-tcp-connection-set-graceful-disconnect"/>
         | 
| 1165 | 
            -
                <function name="g_tcp_connection_get_graceful_disconnect ()" link="GSocketConnection.html#g-tcp-connection-get-graceful-disconnect"/>
         | 
| 1166 | 
            -
                <function name="GUnixConnection" link="GSocketConnection.html#GUnixConnection-struct"/>
         | 
| 1167 | 
            -
                <function name="g_unix_connection_receive_fd ()" link="GSocketConnection.html#g-unix-connection-receive-fd"/>
         | 
| 1168 | 
            -
                <function name="g_unix_connection_send_fd ()" link="GSocketConnection.html#g-unix-connection-send-fd"/>
         | 
| 1169 1241 | 
             
                <function name="g_socket_connection_factory_create_connection ()" link="GSocketConnection.html#g-socket-connection-factory-create-connection"/>
         | 
| 1170 1242 | 
             
                <function name="g_socket_connection_factory_lookup_type ()" link="GSocketConnection.html#g-socket-connection-factory-lookup-type"/>
         | 
| 1171 1243 | 
             
                <function name="g_socket_connection_factory_register_type ()" link="GSocketConnection.html#g-socket-connection-factory-register-type"/>
         | 
| 1172 1244 | 
             
                <function name="The "socket" property" link="GSocketConnection.html#GSocketConnection--socket"/>
         | 
| 1173 | 
            -
                <function name=" | 
| 1245 | 
            +
                <function name="GUnixConnection" link="GUnixConnection.html#GUnixConnection-struct"/>
         | 
| 1246 | 
            +
                <function name="g_unix_connection_receive_fd ()" link="GUnixConnection.html#g-unix-connection-receive-fd"/>
         | 
| 1247 | 
            +
                <function name="g_unix_connection_send_fd ()" link="GUnixConnection.html#g-unix-connection-send-fd"/>
         | 
| 1248 | 
            +
                <function name="g_unix_connection_receive_credentials ()" link="GUnixConnection.html#g-unix-connection-receive-credentials"/>
         | 
| 1249 | 
            +
                <function name="g_unix_connection_send_credentials ()" link="GUnixConnection.html#g-unix-connection-send-credentials"/>
         | 
| 1250 | 
            +
                <function name="GTcpConnection" link="GTcpConnection.html#GTcpConnection-struct"/>
         | 
| 1251 | 
            +
                <function name="g_tcp_connection_set_graceful_disconnect ()" link="GTcpConnection.html#g-tcp-connection-set-graceful-disconnect"/>
         | 
| 1252 | 
            +
                <function name="g_tcp_connection_get_graceful_disconnect ()" link="GTcpConnection.html#g-tcp-connection-get-graceful-disconnect"/>
         | 
| 1253 | 
            +
                <function name="The "graceful-disconnect" property" link="GTcpConnection.html#GTcpConnection--graceful-disconnect"/>
         | 
| 1174 1254 | 
             
                <function name="GSocketListener" link="GSocketListener.html#GSocketListener-struct"/>
         | 
| 1175 1255 | 
             
                <function name="g_socket_listener_new ()" link="GSocketListener.html#g-socket-listener-new"/>
         | 
| 1176 1256 | 
             
                <function name="g_socket_listener_add_socket ()" link="GSocketListener.html#g-socket-listener-add-socket"/>
         | 
| @@ -1196,12 +1276,429 @@ | |
| 1196 1276 | 
             
                <function name="g_threaded_socket_service_new ()" link="GThreadedSocketService.html#g-threaded-socket-service-new"/>
         | 
| 1197 1277 | 
             
                <function name="The "max-threads" property" link="GThreadedSocketService.html#GThreadedSocketService--max-threads"/>
         | 
| 1198 1278 | 
             
                <function name="The "run" signal" link="GThreadedSocketService.html#GThreadedSocketService-run"/>
         | 
| 1279 | 
            +
                <function name="GResolver" link="GResolver.html#GResolver-struct"/>
         | 
| 1280 | 
            +
                <function name="g_resolver_get_default ()" link="GResolver.html#g-resolver-get-default"/>
         | 
| 1281 | 
            +
                <function name="g_resolver_set_default ()" link="GResolver.html#g-resolver-set-default"/>
         | 
| 1282 | 
            +
                <function name="g_resolver_lookup_by_name ()" link="GResolver.html#g-resolver-lookup-by-name"/>
         | 
| 1283 | 
            +
                <function name="g_resolver_lookup_by_name_async ()" link="GResolver.html#g-resolver-lookup-by-name-async"/>
         | 
| 1284 | 
            +
                <function name="g_resolver_lookup_by_name_finish ()" link="GResolver.html#g-resolver-lookup-by-name-finish"/>
         | 
| 1285 | 
            +
                <function name="g_resolver_free_addresses ()" link="GResolver.html#g-resolver-free-addresses"/>
         | 
| 1286 | 
            +
                <function name="g_resolver_lookup_by_address ()" link="GResolver.html#g-resolver-lookup-by-address"/>
         | 
| 1287 | 
            +
                <function name="g_resolver_lookup_by_address_async ()" link="GResolver.html#g-resolver-lookup-by-address-async"/>
         | 
| 1288 | 
            +
                <function name="g_resolver_lookup_by_address_finish ()" link="GResolver.html#g-resolver-lookup-by-address-finish"/>
         | 
| 1289 | 
            +
                <function name="g_resolver_lookup_service ()" link="GResolver.html#g-resolver-lookup-service"/>
         | 
| 1290 | 
            +
                <function name="g_resolver_lookup_service_async ()" link="GResolver.html#g-resolver-lookup-service-async"/>
         | 
| 1291 | 
            +
                <function name="g_resolver_lookup_service_finish ()" link="GResolver.html#g-resolver-lookup-service-finish"/>
         | 
| 1292 | 
            +
                <function name="g_resolver_free_targets ()" link="GResolver.html#g-resolver-free-targets"/>
         | 
| 1293 | 
            +
                <function name="G_RESOLVER_ERROR" link="GResolver.html#G-RESOLVER-ERROR:CAPS"/>
         | 
| 1294 | 
            +
                <function name="enum GResolverError" link="GResolver.html#GResolverError"/>
         | 
| 1295 | 
            +
                <function name="The "reload" signal" link="GResolver.html#GResolver-reload"/>
         | 
| 1296 | 
            +
                <function name="GProxyResolver" link="GProxyResolver.html#GProxyResolver-struct"/>
         | 
| 1297 | 
            +
                <function name="G_PROXY_RESOLVER_EXTENSION_POINT_NAME" link="GProxyResolver.html#G-PROXY-RESOLVER-EXTENSION-POINT-NAME:CAPS"/>
         | 
| 1298 | 
            +
                <function name="g_proxy_resolver_get_default ()" link="GProxyResolver.html#g-proxy-resolver-get-default"/>
         | 
| 1299 | 
            +
                <function name="g_proxy_resolver_is_supported ()" link="GProxyResolver.html#g-proxy-resolver-is-supported"/>
         | 
| 1300 | 
            +
                <function name="g_proxy_resolver_lookup ()" link="GProxyResolver.html#g-proxy-resolver-lookup"/>
         | 
| 1301 | 
            +
                <function name="g_proxy_resolver_lookup_async ()" link="GProxyResolver.html#g-proxy-resolver-lookup-async"/>
         | 
| 1302 | 
            +
                <function name="g_proxy_resolver_lookup_finish ()" link="GProxyResolver.html#g-proxy-resolver-lookup-finish"/>
         | 
| 1303 | 
            +
                <function name="GSocketConnectable" link="GSocketConnectable.html#GSocketConnectable-struct"/>
         | 
| 1304 | 
            +
                <function name="GSocketConnectableIface" link="GSocketConnectable.html#GSocketConnectableIface"/>
         | 
| 1305 | 
            +
                <function name="g_socket_connectable_enumerate ()" link="GSocketConnectable.html#g-socket-connectable-enumerate"/>
         | 
| 1306 | 
            +
                <function name="g_socket_connectable_proxy_enumerate ()" link="GSocketConnectable.html#g-socket-connectable-proxy-enumerate"/>
         | 
| 1307 | 
            +
                <function name="GSocketAddressEnumerator" link="GSocketConnectable.html#GSocketAddressEnumerator-struct"/>
         | 
| 1308 | 
            +
                <function name="g_socket_address_enumerator_next ()" link="GSocketConnectable.html#g-socket-address-enumerator-next"/>
         | 
| 1309 | 
            +
                <function name="g_socket_address_enumerator_next_async ()" link="GSocketConnectable.html#g-socket-address-enumerator-next-async"/>
         | 
| 1310 | 
            +
                <function name="g_socket_address_enumerator_next_finish ()" link="GSocketConnectable.html#g-socket-address-enumerator-next-finish"/>
         | 
| 1311 | 
            +
                <function name="GProxyAddressEnumerator" link="GSocketConnectable.html#GProxyAddressEnumerator-struct"/>
         | 
| 1312 | 
            +
                <function name="The "connectable" property" link="GSocketConnectable.html#GProxyAddressEnumerator--connectable"/>
         | 
| 1313 | 
            +
                <function name="The "uri" property" link="GSocketConnectable.html#GProxyAddressEnumerator--uri"/>
         | 
| 1314 | 
            +
                <function name="GNetworkAddress" link="GNetworkAddress.html#GNetworkAddress-struct"/>
         | 
| 1315 | 
            +
                <function name="g_network_address_new ()" link="GNetworkAddress.html#g-network-address-new"/>
         | 
| 1316 | 
            +
                <function name="g_network_address_get_hostname ()" link="GNetworkAddress.html#g-network-address-get-hostname"/>
         | 
| 1317 | 
            +
                <function name="g_network_address_get_port ()" link="GNetworkAddress.html#g-network-address-get-port"/>
         | 
| 1318 | 
            +
                <function name="g_network_address_get_scheme ()" link="GNetworkAddress.html#g-network-address-get-scheme"/>
         | 
| 1319 | 
            +
                <function name="g_network_address_parse ()" link="GNetworkAddress.html#g-network-address-parse"/>
         | 
| 1320 | 
            +
                <function name="g_network_address_parse_uri ()" link="GNetworkAddress.html#g-network-address-parse-uri"/>
         | 
| 1321 | 
            +
                <function name="The "hostname" property" link="GNetworkAddress.html#GNetworkAddress--hostname"/>
         | 
| 1322 | 
            +
                <function name="The "port" property" link="GNetworkAddress.html#GNetworkAddress--port"/>
         | 
| 1323 | 
            +
                <function name="The "scheme" property" link="GNetworkAddress.html#GNetworkAddress--scheme"/>
         | 
| 1324 | 
            +
                <function name="GNetworkService" link="GNetworkService.html#GNetworkService-struct"/>
         | 
| 1325 | 
            +
                <function name="g_network_service_new ()" link="GNetworkService.html#g-network-service-new"/>
         | 
| 1326 | 
            +
                <function name="g_network_service_get_service ()" link="GNetworkService.html#g-network-service-get-service"/>
         | 
| 1327 | 
            +
                <function name="g_network_service_get_protocol ()" link="GNetworkService.html#g-network-service-get-protocol"/>
         | 
| 1328 | 
            +
                <function name="g_network_service_get_domain ()" link="GNetworkService.html#g-network-service-get-domain"/>
         | 
| 1329 | 
            +
                <function name="g_network_service_get_scheme ()" link="GNetworkService.html#g-network-service-get-scheme"/>
         | 
| 1330 | 
            +
                <function name="g_network_service_set_scheme ()" link="GNetworkService.html#g-network-service-set-scheme"/>
         | 
| 1331 | 
            +
                <function name="The "domain" property" link="GNetworkService.html#GNetworkService--domain"/>
         | 
| 1332 | 
            +
                <function name="The "protocol" property" link="GNetworkService.html#GNetworkService--protocol"/>
         | 
| 1333 | 
            +
                <function name="The "scheme" property" link="GNetworkService.html#GNetworkService--scheme"/>
         | 
| 1334 | 
            +
                <function name="The "service" property" link="GNetworkService.html#GNetworkService--service"/>
         | 
| 1335 | 
            +
                <function name="GSrvTarget" link="gio-GSrvTarget.html#GSrvTarget"/>
         | 
| 1336 | 
            +
                <function name="g_srv_target_new ()" link="gio-GSrvTarget.html#g-srv-target-new"/>
         | 
| 1337 | 
            +
                <function name="g_srv_target_copy ()" link="gio-GSrvTarget.html#g-srv-target-copy"/>
         | 
| 1338 | 
            +
                <function name="g_srv_target_free ()" link="gio-GSrvTarget.html#g-srv-target-free"/>
         | 
| 1339 | 
            +
                <function name="g_srv_target_get_hostname ()" link="gio-GSrvTarget.html#g-srv-target-get-hostname"/>
         | 
| 1340 | 
            +
                <function name="g_srv_target_get_port ()" link="gio-GSrvTarget.html#g-srv-target-get-port"/>
         | 
| 1341 | 
            +
                <function name="g_srv_target_get_priority ()" link="gio-GSrvTarget.html#g-srv-target-get-priority"/>
         | 
| 1342 | 
            +
                <function name="g_srv_target_get_weight ()" link="gio-GSrvTarget.html#g-srv-target-get-weight"/>
         | 
| 1343 | 
            +
                <function name="g_srv_target_list_sort ()" link="gio-GSrvTarget.html#g-srv-target-list-sort"/>
         | 
| 1344 | 
            +
                <function name="g_dbus_generate_guid ()" link="gio-D-Bus-Utilities.html#g-dbus-generate-guid"/>
         | 
| 1345 | 
            +
                <function name="g_dbus_is_guid ()" link="gio-D-Bus-Utilities.html#g-dbus-is-guid"/>
         | 
| 1346 | 
            +
                <function name="g_dbus_is_name ()" link="gio-D-Bus-Utilities.html#g-dbus-is-name"/>
         | 
| 1347 | 
            +
                <function name="g_dbus_is_unique_name ()" link="gio-D-Bus-Utilities.html#g-dbus-is-unique-name"/>
         | 
| 1348 | 
            +
                <function name="g_dbus_is_member_name ()" link="gio-D-Bus-Utilities.html#g-dbus-is-member-name"/>
         | 
| 1349 | 
            +
                <function name="g_dbus_is_interface_name ()" link="gio-D-Bus-Utilities.html#g-dbus-is-interface-name"/>
         | 
| 1350 | 
            +
                <function name="g_dbus_is_address ()" link="gio-D-Bus-Addresses.html#g-dbus-is-address"/>
         | 
| 1351 | 
            +
                <function name="g_dbus_is_supported_address ()" link="gio-D-Bus-Addresses.html#g-dbus-is-supported-address"/>
         | 
| 1352 | 
            +
                <function name="g_dbus_address_get_stream ()" link="gio-D-Bus-Addresses.html#g-dbus-address-get-stream"/>
         | 
| 1353 | 
            +
                <function name="g_dbus_address_get_stream_finish ()" link="gio-D-Bus-Addresses.html#g-dbus-address-get-stream-finish"/>
         | 
| 1354 | 
            +
                <function name="g_dbus_address_get_stream_sync ()" link="gio-D-Bus-Addresses.html#g-dbus-address-get-stream-sync"/>
         | 
| 1355 | 
            +
                <function name="g_dbus_address_get_for_bus_sync ()" link="gio-D-Bus-Addresses.html#g-dbus-address-get-for-bus-sync"/>
         | 
| 1356 | 
            +
                <function name="GDBusAnnotationInfo" link="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo"/>
         | 
| 1357 | 
            +
                <function name="GDBusArgInfo" link="gio-D-Bus-Introspection-Data.html#GDBusArgInfo"/>
         | 
| 1358 | 
            +
                <function name="GDBusMethodInfo" link="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo"/>
         | 
| 1359 | 
            +
                <function name="GDBusSignalInfo" link="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo"/>
         | 
| 1360 | 
            +
                <function name="enum GDBusPropertyInfoFlags" link="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfoFlags"/>
         | 
| 1361 | 
            +
                <function name="GDBusPropertyInfo" link="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo"/>
         | 
| 1362 | 
            +
                <function name="GDBusInterfaceInfo" link="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"/>
         | 
| 1363 | 
            +
                <function name="GDBusNodeInfo" link="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo"/>
         | 
| 1364 | 
            +
                <function name="g_dbus_annotation_info_lookup ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-lookup"/>
         | 
| 1365 | 
            +
                <function name="g_dbus_interface_info_lookup_method ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-method"/>
         | 
| 1366 | 
            +
                <function name="g_dbus_interface_info_lookup_signal ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-signal"/>
         | 
| 1367 | 
            +
                <function name="g_dbus_interface_info_lookup_property ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-property"/>
         | 
| 1368 | 
            +
                <function name="g_dbus_interface_info_generate_xml ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-generate-xml"/>
         | 
| 1369 | 
            +
                <function name="g_dbus_node_info_new_for_xml ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-new-for-xml"/>
         | 
| 1370 | 
            +
                <function name="g_dbus_node_info_lookup_interface ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-lookup-interface"/>
         | 
| 1371 | 
            +
                <function name="g_dbus_node_info_generate_xml ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-generate-xml"/>
         | 
| 1372 | 
            +
                <function name="G_TYPE_DBUS_NODE_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-NODE-INFO:CAPS"/>
         | 
| 1373 | 
            +
                <function name="G_TYPE_DBUS_INTERFACE_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-INTERFACE-INFO:CAPS"/>
         | 
| 1374 | 
            +
                <function name="G_TYPE_DBUS_METHOD_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-METHOD-INFO:CAPS"/>
         | 
| 1375 | 
            +
                <function name="G_TYPE_DBUS_SIGNAL_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-SIGNAL-INFO:CAPS"/>
         | 
| 1376 | 
            +
                <function name="G_TYPE_DBUS_PROPERTY_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-PROPERTY-INFO:CAPS"/>
         | 
| 1377 | 
            +
                <function name="G_TYPE_DBUS_ARG_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-ARG-INFO:CAPS"/>
         | 
| 1378 | 
            +
                <function name="G_TYPE_DBUS_ANNOTATION_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-ANNOTATION-INFO:CAPS"/>
         | 
| 1379 | 
            +
                <function name="g_dbus_node_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-ref"/>
         | 
| 1380 | 
            +
                <function name="g_dbus_interface_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-ref"/>
         | 
| 1381 | 
            +
                <function name="g_dbus_method_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-method-info-ref"/>
         | 
| 1382 | 
            +
                <function name="g_dbus_signal_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-signal-info-ref"/>
         | 
| 1383 | 
            +
                <function name="g_dbus_property_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-property-info-ref"/>
         | 
| 1384 | 
            +
                <function name="g_dbus_arg_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-arg-info-ref"/>
         | 
| 1385 | 
            +
                <function name="g_dbus_annotation_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-ref"/>
         | 
| 1386 | 
            +
                <function name="g_dbus_node_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-unref"/>
         | 
| 1387 | 
            +
                <function name="g_dbus_interface_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-unref"/>
         | 
| 1388 | 
            +
                <function name="g_dbus_method_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-method-info-unref"/>
         | 
| 1389 | 
            +
                <function name="g_dbus_signal_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-signal-info-unref"/>
         | 
| 1390 | 
            +
                <function name="g_dbus_property_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-property-info-unref"/>
         | 
| 1391 | 
            +
                <function name="g_dbus_arg_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-arg-info-unref"/>
         | 
| 1392 | 
            +
                <function name="g_dbus_annotation_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-unref"/>
         | 
| 1393 | 
            +
                <function name="enum GDBusError" link="gio-GDBusError.html#GDBusError"/>
         | 
| 1394 | 
            +
                <function name="G_DBUS_ERROR" link="gio-GDBusError.html#G-DBUS-ERROR:CAPS"/>
         | 
| 1395 | 
            +
                <function name="g_dbus_error_is_remote_error ()" link="gio-GDBusError.html#g-dbus-error-is-remote-error"/>
         | 
| 1396 | 
            +
                <function name="g_dbus_error_get_remote_error ()" link="gio-GDBusError.html#g-dbus-error-get-remote-error"/>
         | 
| 1397 | 
            +
                <function name="g_dbus_error_strip_remote_error ()" link="gio-GDBusError.html#g-dbus-error-strip-remote-error"/>
         | 
| 1398 | 
            +
                <function name="GDBusErrorEntry" link="gio-GDBusError.html#GDBusErrorEntry"/>
         | 
| 1399 | 
            +
                <function name="g_dbus_error_register_error_domain ()" link="gio-GDBusError.html#g-dbus-error-register-error-domain"/>
         | 
| 1400 | 
            +
                <function name="g_dbus_error_register_error ()" link="gio-GDBusError.html#g-dbus-error-register-error"/>
         | 
| 1401 | 
            +
                <function name="g_dbus_error_unregister_error ()" link="gio-GDBusError.html#g-dbus-error-unregister-error"/>
         | 
| 1402 | 
            +
                <function name="g_dbus_error_new_for_dbus_error ()" link="gio-GDBusError.html#g-dbus-error-new-for-dbus-error"/>
         | 
| 1403 | 
            +
                <function name="g_dbus_error_set_dbus_error ()" link="gio-GDBusError.html#g-dbus-error-set-dbus-error"/>
         | 
| 1404 | 
            +
                <function name="g_dbus_error_set_dbus_error_valist ()" link="gio-GDBusError.html#g-dbus-error-set-dbus-error-valist"/>
         | 
| 1405 | 
            +
                <function name="g_dbus_error_encode_gerror ()" link="gio-GDBusError.html#g-dbus-error-encode-gerror"/>
         | 
| 1406 | 
            +
                <function name="GDBusMessage" link="GDBusMessage.html#GDBusMessage-struct"/>
         | 
| 1407 | 
            +
                <function name="enum GDBusMessageType" link="GDBusMessage.html#GDBusMessageType"/>
         | 
| 1408 | 
            +
                <function name="enum GDBusMessageFlags" link="GDBusMessage.html#GDBusMessageFlags"/>
         | 
| 1409 | 
            +
                <function name="enum GDBusMessageHeaderField" link="GDBusMessage.html#GDBusMessageHeaderField"/>
         | 
| 1410 | 
            +
                <function name="enum GDBusMessageByteOrder" link="GDBusMessage.html#GDBusMessageByteOrder"/>
         | 
| 1411 | 
            +
                <function name="g_dbus_message_new ()" link="GDBusMessage.html#g-dbus-message-new"/>
         | 
| 1412 | 
            +
                <function name="g_dbus_message_new_signal ()" link="GDBusMessage.html#g-dbus-message-new-signal"/>
         | 
| 1413 | 
            +
                <function name="g_dbus_message_new_method_call ()" link="GDBusMessage.html#g-dbus-message-new-method-call"/>
         | 
| 1414 | 
            +
                <function name="g_dbus_message_new_method_reply ()" link="GDBusMessage.html#g-dbus-message-new-method-reply"/>
         | 
| 1415 | 
            +
                <function name="g_dbus_message_new_method_error ()" link="GDBusMessage.html#g-dbus-message-new-method-error"/>
         | 
| 1416 | 
            +
                <function name="g_dbus_message_new_method_error_valist ()" link="GDBusMessage.html#g-dbus-message-new-method-error-valist"/>
         | 
| 1417 | 
            +
                <function name="g_dbus_message_new_method_error_literal ()" link="GDBusMessage.html#g-dbus-message-new-method-error-literal"/>
         | 
| 1418 | 
            +
                <function name="g_dbus_message_print ()" link="GDBusMessage.html#g-dbus-message-print"/>
         | 
| 1419 | 
            +
                <function name="g_dbus_message_get_locked ()" link="GDBusMessage.html#g-dbus-message-get-locked"/>
         | 
| 1420 | 
            +
                <function name="g_dbus_message_lock ()" link="GDBusMessage.html#g-dbus-message-lock"/>
         | 
| 1421 | 
            +
                <function name="g_dbus_message_copy ()" link="GDBusMessage.html#g-dbus-message-copy"/>
         | 
| 1422 | 
            +
                <function name="g_dbus_message_get_byte_order ()" link="GDBusMessage.html#g-dbus-message-get-byte-order"/>
         | 
| 1423 | 
            +
                <function name="g_dbus_message_set_byte_order ()" link="GDBusMessage.html#g-dbus-message-set-byte-order"/>
         | 
| 1424 | 
            +
                <function name="g_dbus_message_get_message_type ()" link="GDBusMessage.html#g-dbus-message-get-message-type"/>
         | 
| 1425 | 
            +
                <function name="g_dbus_message_set_message_type ()" link="GDBusMessage.html#g-dbus-message-set-message-type"/>
         | 
| 1426 | 
            +
                <function name="g_dbus_message_get_serial ()" link="GDBusMessage.html#g-dbus-message-get-serial"/>
         | 
| 1427 | 
            +
                <function name="g_dbus_message_set_serial ()" link="GDBusMessage.html#g-dbus-message-set-serial"/>
         | 
| 1428 | 
            +
                <function name="g_dbus_message_get_flags ()" link="GDBusMessage.html#g-dbus-message-get-flags"/>
         | 
| 1429 | 
            +
                <function name="g_dbus_message_set_flags ()" link="GDBusMessage.html#g-dbus-message-set-flags"/>
         | 
| 1430 | 
            +
                <function name="g_dbus_message_get_body ()" link="GDBusMessage.html#g-dbus-message-get-body"/>
         | 
| 1431 | 
            +
                <function name="g_dbus_message_set_body ()" link="GDBusMessage.html#g-dbus-message-set-body"/>
         | 
| 1432 | 
            +
                <function name="g_dbus_message_get_unix_fd_list ()" link="GDBusMessage.html#g-dbus-message-get-unix-fd-list"/>
         | 
| 1433 | 
            +
                <function name="g_dbus_message_set_unix_fd_list ()" link="GDBusMessage.html#g-dbus-message-set-unix-fd-list"/>
         | 
| 1434 | 
            +
                <function name="g_dbus_message_get_num_unix_fds ()" link="GDBusMessage.html#g-dbus-message-get-num-unix-fds"/>
         | 
| 1435 | 
            +
                <function name="g_dbus_message_set_num_unix_fds ()" link="GDBusMessage.html#g-dbus-message-set-num-unix-fds"/>
         | 
| 1436 | 
            +
                <function name="g_dbus_message_get_header_fields ()" link="GDBusMessage.html#g-dbus-message-get-header-fields"/>
         | 
| 1437 | 
            +
                <function name="g_dbus_message_get_header ()" link="GDBusMessage.html#g-dbus-message-get-header"/>
         | 
| 1438 | 
            +
                <function name="g_dbus_message_set_header ()" link="GDBusMessage.html#g-dbus-message-set-header"/>
         | 
| 1439 | 
            +
                <function name="g_dbus_message_get_destination ()" link="GDBusMessage.html#g-dbus-message-get-destination"/>
         | 
| 1440 | 
            +
                <function name="g_dbus_message_set_destination ()" link="GDBusMessage.html#g-dbus-message-set-destination"/>
         | 
| 1441 | 
            +
                <function name="g_dbus_message_get_error_name ()" link="GDBusMessage.html#g-dbus-message-get-error-name"/>
         | 
| 1442 | 
            +
                <function name="g_dbus_message_set_error_name ()" link="GDBusMessage.html#g-dbus-message-set-error-name"/>
         | 
| 1443 | 
            +
                <function name="g_dbus_message_get_interface ()" link="GDBusMessage.html#g-dbus-message-get-interface"/>
         | 
| 1444 | 
            +
                <function name="g_dbus_message_set_interface ()" link="GDBusMessage.html#g-dbus-message-set-interface"/>
         | 
| 1445 | 
            +
                <function name="g_dbus_message_get_member ()" link="GDBusMessage.html#g-dbus-message-get-member"/>
         | 
| 1446 | 
            +
                <function name="g_dbus_message_set_member ()" link="GDBusMessage.html#g-dbus-message-set-member"/>
         | 
| 1447 | 
            +
                <function name="g_dbus_message_get_path ()" link="GDBusMessage.html#g-dbus-message-get-path"/>
         | 
| 1448 | 
            +
                <function name="g_dbus_message_set_path ()" link="GDBusMessage.html#g-dbus-message-set-path"/>
         | 
| 1449 | 
            +
                <function name="g_dbus_message_get_reply_serial ()" link="GDBusMessage.html#g-dbus-message-get-reply-serial"/>
         | 
| 1450 | 
            +
                <function name="g_dbus_message_set_reply_serial ()" link="GDBusMessage.html#g-dbus-message-set-reply-serial"/>
         | 
| 1451 | 
            +
                <function name="g_dbus_message_get_sender ()" link="GDBusMessage.html#g-dbus-message-get-sender"/>
         | 
| 1452 | 
            +
                <function name="g_dbus_message_set_sender ()" link="GDBusMessage.html#g-dbus-message-set-sender"/>
         | 
| 1453 | 
            +
                <function name="g_dbus_message_get_signature ()" link="GDBusMessage.html#g-dbus-message-get-signature"/>
         | 
| 1454 | 
            +
                <function name="g_dbus_message_set_signature ()" link="GDBusMessage.html#g-dbus-message-set-signature"/>
         | 
| 1455 | 
            +
                <function name="g_dbus_message_get_arg0 ()" link="GDBusMessage.html#g-dbus-message-get-arg0"/>
         | 
| 1456 | 
            +
                <function name="g_dbus_message_to_blob ()" link="GDBusMessage.html#g-dbus-message-to-blob"/>
         | 
| 1457 | 
            +
                <function name="g_dbus_message_bytes_needed ()" link="GDBusMessage.html#g-dbus-message-bytes-needed"/>
         | 
| 1458 | 
            +
                <function name="g_dbus_message_new_from_blob ()" link="GDBusMessage.html#g-dbus-message-new-from-blob"/>
         | 
| 1459 | 
            +
                <function name="g_dbus_message_to_gerror ()" link="GDBusMessage.html#g-dbus-message-to-gerror"/>
         | 
| 1460 | 
            +
                <function name="The "locked" property" link="GDBusMessage.html#GDBusMessage--locked"/>
         | 
| 1461 | 
            +
                <function name="enum GBusType" link="GDBusConnection.html#GBusType"/>
         | 
| 1462 | 
            +
                <function name="g_bus_get ()" link="GDBusConnection.html#g-bus-get"/>
         | 
| 1463 | 
            +
                <function name="g_bus_get_finish ()" link="GDBusConnection.html#g-bus-get-finish"/>
         | 
| 1464 | 
            +
                <function name="g_bus_get_sync ()" link="GDBusConnection.html#g-bus-get-sync"/>
         | 
| 1465 | 
            +
                <function name="GDBusConnection" link="GDBusConnection.html#GDBusConnection-struct"/>
         | 
| 1466 | 
            +
                <function name="enum GDBusConnectionFlags" link="GDBusConnection.html#GDBusConnectionFlags"/>
         | 
| 1467 | 
            +
                <function name="g_dbus_connection_new ()" link="GDBusConnection.html#g-dbus-connection-new"/>
         | 
| 1468 | 
            +
                <function name="g_dbus_connection_new_finish ()" link="GDBusConnection.html#g-dbus-connection-new-finish"/>
         | 
| 1469 | 
            +
                <function name="g_dbus_connection_new_sync ()" link="GDBusConnection.html#g-dbus-connection-new-sync"/>
         | 
| 1470 | 
            +
                <function name="g_dbus_connection_new_for_address ()" link="GDBusConnection.html#g-dbus-connection-new-for-address"/>
         | 
| 1471 | 
            +
                <function name="g_dbus_connection_new_for_address_finish ()" link="GDBusConnection.html#g-dbus-connection-new-for-address-finish"/>
         | 
| 1472 | 
            +
                <function name="g_dbus_connection_new_for_address_sync ()" link="GDBusConnection.html#g-dbus-connection-new-for-address-sync"/>
         | 
| 1473 | 
            +
                <function name="g_dbus_connection_start_message_processing ()" link="GDBusConnection.html#g-dbus-connection-start-message-processing"/>
         | 
| 1474 | 
            +
                <function name="g_dbus_connection_close ()" link="GDBusConnection.html#g-dbus-connection-close"/>
         | 
| 1475 | 
            +
                <function name="g_dbus_connection_close_finish ()" link="GDBusConnection.html#g-dbus-connection-close-finish"/>
         | 
| 1476 | 
            +
                <function name="g_dbus_connection_close_sync ()" link="GDBusConnection.html#g-dbus-connection-close-sync"/>
         | 
| 1477 | 
            +
                <function name="g_dbus_connection_is_closed ()" link="GDBusConnection.html#g-dbus-connection-is-closed"/>
         | 
| 1478 | 
            +
                <function name="g_dbus_connection_flush ()" link="GDBusConnection.html#g-dbus-connection-flush"/>
         | 
| 1479 | 
            +
                <function name="g_dbus_connection_flush_finish ()" link="GDBusConnection.html#g-dbus-connection-flush-finish"/>
         | 
| 1480 | 
            +
                <function name="g_dbus_connection_flush_sync ()" link="GDBusConnection.html#g-dbus-connection-flush-sync"/>
         | 
| 1481 | 
            +
                <function name="g_dbus_connection_get_exit_on_close ()" link="GDBusConnection.html#g-dbus-connection-get-exit-on-close"/>
         | 
| 1482 | 
            +
                <function name="g_dbus_connection_set_exit_on_close ()" link="GDBusConnection.html#g-dbus-connection-set-exit-on-close"/>
         | 
| 1483 | 
            +
                <function name="g_dbus_connection_get_stream ()" link="GDBusConnection.html#g-dbus-connection-get-stream"/>
         | 
| 1484 | 
            +
                <function name="g_dbus_connection_get_guid ()" link="GDBusConnection.html#g-dbus-connection-get-guid"/>
         | 
| 1485 | 
            +
                <function name="g_dbus_connection_get_unique_name ()" link="GDBusConnection.html#g-dbus-connection-get-unique-name"/>
         | 
| 1486 | 
            +
                <function name="enum GDBusCapabilityFlags" link="GDBusConnection.html#GDBusCapabilityFlags"/>
         | 
| 1487 | 
            +
                <function name="g_dbus_connection_get_capabilities ()" link="GDBusConnection.html#g-dbus-connection-get-capabilities"/>
         | 
| 1488 | 
            +
                <function name="g_dbus_connection_get_peer_credentials ()" link="GDBusConnection.html#g-dbus-connection-get-peer-credentials"/>
         | 
| 1489 | 
            +
                <function name="enum GDBusCallFlags" link="GDBusConnection.html#GDBusCallFlags"/>
         | 
| 1490 | 
            +
                <function name="g_dbus_connection_call ()" link="GDBusConnection.html#g-dbus-connection-call"/>
         | 
| 1491 | 
            +
                <function name="g_dbus_connection_call_finish ()" link="GDBusConnection.html#g-dbus-connection-call-finish"/>
         | 
| 1492 | 
            +
                <function name="g_dbus_connection_call_sync ()" link="GDBusConnection.html#g-dbus-connection-call-sync"/>
         | 
| 1493 | 
            +
                <function name="g_dbus_connection_emit_signal ()" link="GDBusConnection.html#g-dbus-connection-emit-signal"/>
         | 
| 1494 | 
            +
                <function name="enum GDBusSignalFlags" link="GDBusConnection.html#GDBusSignalFlags"/>
         | 
| 1495 | 
            +
                <function name="GDBusSignalCallback ()" link="GDBusConnection.html#GDBusSignalCallback"/>
         | 
| 1496 | 
            +
                <function name="g_dbus_connection_signal_subscribe ()" link="GDBusConnection.html#g-dbus-connection-signal-subscribe"/>
         | 
| 1497 | 
            +
                <function name="g_dbus_connection_signal_unsubscribe ()" link="GDBusConnection.html#g-dbus-connection-signal-unsubscribe"/>
         | 
| 1498 | 
            +
                <function name="enum GDBusSendMessageFlags" link="GDBusConnection.html#GDBusSendMessageFlags"/>
         | 
| 1499 | 
            +
                <function name="g_dbus_connection_send_message ()" link="GDBusConnection.html#g-dbus-connection-send-message"/>
         | 
| 1500 | 
            +
                <function name="g_dbus_connection_send_message_with_reply ()" link="GDBusConnection.html#g-dbus-connection-send-message-with-reply"/>
         | 
| 1501 | 
            +
                <function name="g_dbus_connection_send_message_with_reply_finish ()" link="GDBusConnection.html#g-dbus-connection-send-message-with-reply-finish"/>
         | 
| 1502 | 
            +
                <function name="g_dbus_connection_send_message_with_reply_sync ()" link="GDBusConnection.html#g-dbus-connection-send-message-with-reply-sync"/>
         | 
| 1503 | 
            +
                <function name="GDBusMessageFilterFunction ()" link="GDBusConnection.html#GDBusMessageFilterFunction"/>
         | 
| 1504 | 
            +
                <function name="g_dbus_connection_add_filter ()" link="GDBusConnection.html#g-dbus-connection-add-filter"/>
         | 
| 1505 | 
            +
                <function name="g_dbus_connection_remove_filter ()" link="GDBusConnection.html#g-dbus-connection-remove-filter"/>
         | 
| 1506 | 
            +
                <function name="GDBusInterfaceVTable" link="GDBusConnection.html#GDBusInterfaceVTable"/>
         | 
| 1507 | 
            +
                <function name="GDBusInterfaceMethodCallFunc ()" link="GDBusConnection.html#GDBusInterfaceMethodCallFunc"/>
         | 
| 1508 | 
            +
                <function name="GDBusInterfaceGetPropertyFunc ()" link="GDBusConnection.html#GDBusInterfaceGetPropertyFunc"/>
         | 
| 1509 | 
            +
                <function name="GDBusInterfaceSetPropertyFunc ()" link="GDBusConnection.html#GDBusInterfaceSetPropertyFunc"/>
         | 
| 1510 | 
            +
                <function name="g_dbus_connection_register_object ()" link="GDBusConnection.html#g-dbus-connection-register-object"/>
         | 
| 1511 | 
            +
                <function name="g_dbus_connection_unregister_object ()" link="GDBusConnection.html#g-dbus-connection-unregister-object"/>
         | 
| 1512 | 
            +
                <function name="GDBusSubtreeVTable" link="GDBusConnection.html#GDBusSubtreeVTable"/>
         | 
| 1513 | 
            +
                <function name="GDBusSubtreeEnumerateFunc ()" link="GDBusConnection.html#GDBusSubtreeEnumerateFunc"/>
         | 
| 1514 | 
            +
                <function name="GDBusSubtreeIntrospectFunc ()" link="GDBusConnection.html#GDBusSubtreeIntrospectFunc"/>
         | 
| 1515 | 
            +
                <function name="GDBusSubtreeDispatchFunc ()" link="GDBusConnection.html#GDBusSubtreeDispatchFunc"/>
         | 
| 1516 | 
            +
                <function name="enum GDBusSubtreeFlags" link="GDBusConnection.html#GDBusSubtreeFlags"/>
         | 
| 1517 | 
            +
                <function name="g_dbus_connection_register_subtree ()" link="GDBusConnection.html#g-dbus-connection-register-subtree"/>
         | 
| 1518 | 
            +
                <function name="g_dbus_connection_unregister_subtree ()" link="GDBusConnection.html#g-dbus-connection-unregister-subtree"/>
         | 
| 1519 | 
            +
                <function name="The "address" property" link="GDBusConnection.html#GDBusConnection--address"/>
         | 
| 1520 | 
            +
                <function name="The "authentication-observer" property" link="GDBusConnection.html#GDBusConnection--authentication-observer"/>
         | 
| 1521 | 
            +
                <function name="The "capabilities" property" link="GDBusConnection.html#GDBusConnection--capabilities"/>
         | 
| 1522 | 
            +
                <function name="The "closed" property" link="GDBusConnection.html#GDBusConnection--closed"/>
         | 
| 1523 | 
            +
                <function name="The "exit-on-close" property" link="GDBusConnection.html#GDBusConnection--exit-on-close"/>
         | 
| 1524 | 
            +
                <function name="The "flags" property" link="GDBusConnection.html#GDBusConnection--flags"/>
         | 
| 1525 | 
            +
                <function name="The "guid" property" link="GDBusConnection.html#GDBusConnection--guid"/>
         | 
| 1526 | 
            +
                <function name="The "stream" property" link="GDBusConnection.html#GDBusConnection--stream"/>
         | 
| 1527 | 
            +
                <function name="The "unique-name" property" link="GDBusConnection.html#GDBusConnection--unique-name"/>
         | 
| 1528 | 
            +
                <function name="The "closed" signal" link="GDBusConnection.html#GDBusConnection-closed"/>
         | 
| 1529 | 
            +
                <function name="GDBusMethodInvocation" link="GDBusMethodInvocation.html#GDBusMethodInvocation-struct"/>
         | 
| 1530 | 
            +
                <function name="g_dbus_method_invocation_get_sender ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-sender"/>
         | 
| 1531 | 
            +
                <function name="g_dbus_method_invocation_get_object_path ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-object-path"/>
         | 
| 1532 | 
            +
                <function name="g_dbus_method_invocation_get_interface_name ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-interface-name"/>
         | 
| 1533 | 
            +
                <function name="g_dbus_method_invocation_get_method_name ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-method-name"/>
         | 
| 1534 | 
            +
                <function name="g_dbus_method_invocation_get_method_info ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-method-info"/>
         | 
| 1535 | 
            +
                <function name="g_dbus_method_invocation_get_connection ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-connection"/>
         | 
| 1536 | 
            +
                <function name="g_dbus_method_invocation_get_message ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-message"/>
         | 
| 1537 | 
            +
                <function name="g_dbus_method_invocation_get_parameters ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-parameters"/>
         | 
| 1538 | 
            +
                <function name="g_dbus_method_invocation_get_user_data ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-user-data"/>
         | 
| 1539 | 
            +
                <function name="g_dbus_method_invocation_return_value ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-value"/>
         | 
| 1540 | 
            +
                <function name="g_dbus_method_invocation_return_error ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error"/>
         | 
| 1541 | 
            +
                <function name="g_dbus_method_invocation_return_error_valist ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error-valist"/>
         | 
| 1542 | 
            +
                <function name="g_dbus_method_invocation_return_error_literal ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error-literal"/>
         | 
| 1543 | 
            +
                <function name="g_dbus_method_invocation_return_gerror ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-gerror"/>
         | 
| 1544 | 
            +
                <function name="g_dbus_method_invocation_return_dbus_error ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-dbus-error"/>
         | 
| 1545 | 
            +
                <function name="GDBusServer" link="GDBusServer.html#GDBusServer-struct"/>
         | 
| 1546 | 
            +
                <function name="enum GDBusServerFlags" link="GDBusServer.html#GDBusServerFlags"/>
         | 
| 1547 | 
            +
                <function name="g_dbus_server_new_sync ()" link="GDBusServer.html#g-dbus-server-new-sync"/>
         | 
| 1548 | 
            +
                <function name="g_dbus_server_start ()" link="GDBusServer.html#g-dbus-server-start"/>
         | 
| 1549 | 
            +
                <function name="g_dbus_server_stop ()" link="GDBusServer.html#g-dbus-server-stop"/>
         | 
| 1550 | 
            +
                <function name="g_dbus_server_is_active ()" link="GDBusServer.html#g-dbus-server-is-active"/>
         | 
| 1551 | 
            +
                <function name="g_dbus_server_get_guid ()" link="GDBusServer.html#g-dbus-server-get-guid"/>
         | 
| 1552 | 
            +
                <function name="g_dbus_server_get_flags ()" link="GDBusServer.html#g-dbus-server-get-flags"/>
         | 
| 1553 | 
            +
                <function name="g_dbus_server_get_client_address ()" link="GDBusServer.html#g-dbus-server-get-client-address"/>
         | 
| 1554 | 
            +
                <function name="The "active" property" link="GDBusServer.html#GDBusServer--active"/>
         | 
| 1555 | 
            +
                <function name="The "address" property" link="GDBusServer.html#GDBusServer--address"/>
         | 
| 1556 | 
            +
                <function name="The "authentication-observer" property" link="GDBusServer.html#GDBusServer--authentication-observer"/>
         | 
| 1557 | 
            +
                <function name="The "client-address" property" link="GDBusServer.html#GDBusServer--client-address"/>
         | 
| 1558 | 
            +
                <function name="The "flags" property" link="GDBusServer.html#GDBusServer--flags"/>
         | 
| 1559 | 
            +
                <function name="The "guid" property" link="GDBusServer.html#GDBusServer--guid"/>
         | 
| 1560 | 
            +
                <function name="The "new-connection" signal" link="GDBusServer.html#GDBusServer-new-connection"/>
         | 
| 1561 | 
            +
                <function name="GDBusAuthObserver" link="GDBusAuthObserver.html#GDBusAuthObserver-struct"/>
         | 
| 1562 | 
            +
                <function name="g_dbus_auth_observer_new ()" link="GDBusAuthObserver.html#g-dbus-auth-observer-new"/>
         | 
| 1563 | 
            +
                <function name="g_dbus_auth_observer_authorize_authenticated_peer ()" link="GDBusAuthObserver.html#g-dbus-auth-observer-authorize-authenticated-peer"/>
         | 
| 1564 | 
            +
                <function name="The "authorize-authenticated-peer" signal" link="GDBusAuthObserver.html#GDBusAuthObserver-authorize-authenticated-peer"/>
         | 
| 1565 | 
            +
                <function name="GBusAcquiredCallback ()" link="gio-Owning-Bus-Names.html#GBusAcquiredCallback"/>
         | 
| 1566 | 
            +
                <function name="GBusNameAcquiredCallback ()" link="gio-Owning-Bus-Names.html#GBusNameAcquiredCallback"/>
         | 
| 1567 | 
            +
                <function name="GBusNameLostCallback ()" link="gio-Owning-Bus-Names.html#GBusNameLostCallback"/>
         | 
| 1568 | 
            +
                <function name="enum GBusNameOwnerFlags" link="gio-Owning-Bus-Names.html#GBusNameOwnerFlags"/>
         | 
| 1569 | 
            +
                <function name="g_bus_own_name ()" link="gio-Owning-Bus-Names.html#g-bus-own-name"/>
         | 
| 1570 | 
            +
                <function name="g_bus_own_name_on_connection ()" link="gio-Owning-Bus-Names.html#g-bus-own-name-on-connection"/>
         | 
| 1571 | 
            +
                <function name="g_bus_unown_name ()" link="gio-Owning-Bus-Names.html#g-bus-unown-name"/>
         | 
| 1572 | 
            +
                <function name="g_bus_own_name_with_closures ()" link="gio-Owning-Bus-Names.html#g-bus-own-name-with-closures"/>
         | 
| 1573 | 
            +
                <function name="g_bus_own_name_on_connection_with_closures ()" link="gio-Owning-Bus-Names.html#g-bus-own-name-on-connection-with-closures"/>
         | 
| 1574 | 
            +
                <function name="GBusNameAppearedCallback ()" link="gio-Watching-Bus-Names.html#GBusNameAppearedCallback"/>
         | 
| 1575 | 
            +
                <function name="GBusNameVanishedCallback ()" link="gio-Watching-Bus-Names.html#GBusNameVanishedCallback"/>
         | 
| 1576 | 
            +
                <function name="enum GBusNameWatcherFlags" link="gio-Watching-Bus-Names.html#GBusNameWatcherFlags"/>
         | 
| 1577 | 
            +
                <function name="g_bus_watch_name ()" link="gio-Watching-Bus-Names.html#g-bus-watch-name"/>
         | 
| 1578 | 
            +
                <function name="g_bus_watch_name_on_connection ()" link="gio-Watching-Bus-Names.html#g-bus-watch-name-on-connection"/>
         | 
| 1579 | 
            +
                <function name="g_bus_unwatch_name ()" link="gio-Watching-Bus-Names.html#g-bus-unwatch-name"/>
         | 
| 1580 | 
            +
                <function name="g_bus_watch_name_with_closures ()" link="gio-Watching-Bus-Names.html#g-bus-watch-name-with-closures"/>
         | 
| 1581 | 
            +
                <function name="g_bus_watch_name_on_connection_with_closures ()" link="gio-Watching-Bus-Names.html#g-bus-watch-name-on-connection-with-closures"/>
         | 
| 1582 | 
            +
                <function name="enum GDBusProxyFlags" link="GDBusProxy.html#GDBusProxyFlags"/>
         | 
| 1583 | 
            +
                <function name="GDBusProxy" link="GDBusProxy.html#GDBusProxy-struct"/>
         | 
| 1584 | 
            +
                <function name="GDBusProxyClass" link="GDBusProxy.html#GDBusProxyClass"/>
         | 
| 1585 | 
            +
                <function name="g_dbus_proxy_new ()" link="GDBusProxy.html#g-dbus-proxy-new"/>
         | 
| 1586 | 
            +
                <function name="g_dbus_proxy_new_finish ()" link="GDBusProxy.html#g-dbus-proxy-new-finish"/>
         | 
| 1587 | 
            +
                <function name="g_dbus_proxy_new_sync ()" link="GDBusProxy.html#g-dbus-proxy-new-sync"/>
         | 
| 1588 | 
            +
                <function name="g_dbus_proxy_new_for_bus ()" link="GDBusProxy.html#g-dbus-proxy-new-for-bus"/>
         | 
| 1589 | 
            +
                <function name="g_dbus_proxy_new_for_bus_finish ()" link="GDBusProxy.html#g-dbus-proxy-new-for-bus-finish"/>
         | 
| 1590 | 
            +
                <function name="g_dbus_proxy_new_for_bus_sync ()" link="GDBusProxy.html#g-dbus-proxy-new-for-bus-sync"/>
         | 
| 1591 | 
            +
                <function name="g_dbus_proxy_get_flags ()" link="GDBusProxy.html#g-dbus-proxy-get-flags"/>
         | 
| 1592 | 
            +
                <function name="g_dbus_proxy_get_connection ()" link="GDBusProxy.html#g-dbus-proxy-get-connection"/>
         | 
| 1593 | 
            +
                <function name="g_dbus_proxy_get_name ()" link="GDBusProxy.html#g-dbus-proxy-get-name"/>
         | 
| 1594 | 
            +
                <function name="g_dbus_proxy_get_name_owner ()" link="GDBusProxy.html#g-dbus-proxy-get-name-owner"/>
         | 
| 1595 | 
            +
                <function name="g_dbus_proxy_get_object_path ()" link="GDBusProxy.html#g-dbus-proxy-get-object-path"/>
         | 
| 1596 | 
            +
                <function name="g_dbus_proxy_get_interface_name ()" link="GDBusProxy.html#g-dbus-proxy-get-interface-name"/>
         | 
| 1597 | 
            +
                <function name="g_dbus_proxy_get_default_timeout ()" link="GDBusProxy.html#g-dbus-proxy-get-default-timeout"/>
         | 
| 1598 | 
            +
                <function name="g_dbus_proxy_set_default_timeout ()" link="GDBusProxy.html#g-dbus-proxy-set-default-timeout"/>
         | 
| 1599 | 
            +
                <function name="g_dbus_proxy_get_cached_property ()" link="GDBusProxy.html#g-dbus-proxy-get-cached-property"/>
         | 
| 1600 | 
            +
                <function name="g_dbus_proxy_set_cached_property ()" link="GDBusProxy.html#g-dbus-proxy-set-cached-property"/>
         | 
| 1601 | 
            +
                <function name="g_dbus_proxy_get_cached_property_names ()" link="GDBusProxy.html#g-dbus-proxy-get-cached-property-names"/>
         | 
| 1602 | 
            +
                <function name="g_dbus_proxy_set_interface_info ()" link="GDBusProxy.html#g-dbus-proxy-set-interface-info"/>
         | 
| 1603 | 
            +
                <function name="g_dbus_proxy_get_interface_info ()" link="GDBusProxy.html#g-dbus-proxy-get-interface-info"/>
         | 
| 1604 | 
            +
                <function name="g_dbus_proxy_call ()" link="GDBusProxy.html#g-dbus-proxy-call"/>
         | 
| 1605 | 
            +
                <function name="g_dbus_proxy_call_finish ()" link="GDBusProxy.html#g-dbus-proxy-call-finish"/>
         | 
| 1606 | 
            +
                <function name="g_dbus_proxy_call_sync ()" link="GDBusProxy.html#g-dbus-proxy-call-sync"/>
         | 
| 1607 | 
            +
                <function name="The "g-bus-type" property" link="GDBusProxy.html#GDBusProxy--g-bus-type"/>
         | 
| 1608 | 
            +
                <function name="The "g-connection" property" link="GDBusProxy.html#GDBusProxy--g-connection"/>
         | 
| 1609 | 
            +
                <function name="The "g-default-timeout" property" link="GDBusProxy.html#GDBusProxy--g-default-timeout"/>
         | 
| 1610 | 
            +
                <function name="The "g-flags" property" link="GDBusProxy.html#GDBusProxy--g-flags"/>
         | 
| 1611 | 
            +
                <function name="The "g-interface-info" property" link="GDBusProxy.html#GDBusProxy--g-interface-info"/>
         | 
| 1612 | 
            +
                <function name="The "g-interface-name" property" link="GDBusProxy.html#GDBusProxy--g-interface-name"/>
         | 
| 1613 | 
            +
                <function name="The "g-name" property" link="GDBusProxy.html#GDBusProxy--g-name"/>
         | 
| 1614 | 
            +
                <function name="The "g-name-owner" property" link="GDBusProxy.html#GDBusProxy--g-name-owner"/>
         | 
| 1615 | 
            +
                <function name="The "g-object-path" property" link="GDBusProxy.html#GDBusProxy--g-object-path"/>
         | 
| 1616 | 
            +
                <function name="The "g-properties-changed" signal" link="GDBusProxy.html#GDBusProxy-g-properties-changed"/>
         | 
| 1617 | 
            +
                <function name="The "g-signal" signal" link="GDBusProxy.html#GDBusProxy-g-signal"/>
         | 
| 1199 1618 | 
             
                <function name="GFilenameCompleter" link="GFilenameCompleter.html#GFilenameCompleter-struct"/>
         | 
| 1200 1619 | 
             
                <function name="g_filename_completer_new ()" link="GFilenameCompleter.html#g-filename-completer-new"/>
         | 
| 1201 1620 | 
             
                <function name="g_filename_completer_get_completion_suffix ()" link="GFilenameCompleter.html#g-filename-completer-get-completion-suffix"/>
         | 
| 1202 1621 | 
             
                <function name="g_filename_completer_get_completions ()" link="GFilenameCompleter.html#g-filename-completer-get-completions"/>
         | 
| 1203 1622 | 
             
                <function name="g_filename_completer_set_dirs_only ()" link="GFilenameCompleter.html#g-filename-completer-set-dirs-only"/>
         | 
| 1204 1623 | 
             
                <function name="The "got-completion-data" signal" link="GFilenameCompleter.html#GFilenameCompleter-got-completion-data"/>
         | 
| 1624 | 
            +
                <function name="Vendor overrides" link="GSettings.html#id676782"/>
         | 
| 1625 | 
            +
                <function name="Binding" link="GSettings.html#id676815"/>
         | 
| 1626 | 
            +
                <function name="GSettings" link="GSettings.html#GSettings-struct"/>
         | 
| 1627 | 
            +
                <function name="g_settings_new ()" link="GSettings.html#g-settings-new"/>
         | 
| 1628 | 
            +
                <function name="g_settings_new_with_path ()" link="GSettings.html#g-settings-new-with-path"/>
         | 
| 1629 | 
            +
                <function name="g_settings_new_with_backend ()" link="GSettings.html#g-settings-new-with-backend"/>
         | 
| 1630 | 
            +
                <function name="g_settings_new_with_backend_and_path ()" link="GSettings.html#g-settings-new-with-backend-and-path"/>
         | 
| 1631 | 
            +
                <function name="g_settings_sync ()" link="GSettings.html#g-settings-sync"/>
         | 
| 1632 | 
            +
                <function name="g_settings_get_value ()" link="GSettings.html#g-settings-get-value"/>
         | 
| 1633 | 
            +
                <function name="g_settings_set_value ()" link="GSettings.html#g-settings-set-value"/>
         | 
| 1634 | 
            +
                <function name="g_settings_is_writable ()" link="GSettings.html#g-settings-is-writable"/>
         | 
| 1635 | 
            +
                <function name="g_settings_delay ()" link="GSettings.html#g-settings-delay"/>
         | 
| 1636 | 
            +
                <function name="g_settings_apply ()" link="GSettings.html#g-settings-apply"/>
         | 
| 1637 | 
            +
                <function name="g_settings_revert ()" link="GSettings.html#g-settings-revert"/>
         | 
| 1638 | 
            +
                <function name="g_settings_get_has_unapplied ()" link="GSettings.html#g-settings-get-has-unapplied"/>
         | 
| 1639 | 
            +
                <function name="g_settings_get_child ()" link="GSettings.html#g-settings-get-child"/>
         | 
| 1640 | 
            +
                <function name="g_settings_reset ()" link="GSettings.html#g-settings-reset"/>
         | 
| 1641 | 
            +
                <function name="g_settings_list_schemas ()" link="GSettings.html#g-settings-list-schemas"/>
         | 
| 1642 | 
            +
                <function name="g_settings_get ()" link="GSettings.html#g-settings-get"/>
         | 
| 1643 | 
            +
                <function name="g_settings_set ()" link="GSettings.html#g-settings-set"/>
         | 
| 1644 | 
            +
                <function name="g_settings_get_boolean ()" link="GSettings.html#g-settings-get-boolean"/>
         | 
| 1645 | 
            +
                <function name="g_settings_set_boolean ()" link="GSettings.html#g-settings-set-boolean"/>
         | 
| 1646 | 
            +
                <function name="g_settings_get_int ()" link="GSettings.html#g-settings-get-int"/>
         | 
| 1647 | 
            +
                <function name="g_settings_set_int ()" link="GSettings.html#g-settings-set-int"/>
         | 
| 1648 | 
            +
                <function name="g_settings_get_double ()" link="GSettings.html#g-settings-get-double"/>
         | 
| 1649 | 
            +
                <function name="g_settings_set_double ()" link="GSettings.html#g-settings-set-double"/>
         | 
| 1650 | 
            +
                <function name="g_settings_get_string ()" link="GSettings.html#g-settings-get-string"/>
         | 
| 1651 | 
            +
                <function name="g_settings_set_string ()" link="GSettings.html#g-settings-set-string"/>
         | 
| 1652 | 
            +
                <function name="g_settings_get_strv ()" link="GSettings.html#g-settings-get-strv"/>
         | 
| 1653 | 
            +
                <function name="g_settings_set_strv ()" link="GSettings.html#g-settings-set-strv"/>
         | 
| 1654 | 
            +
                <function name="g_settings_get_enum ()" link="GSettings.html#g-settings-get-enum"/>
         | 
| 1655 | 
            +
                <function name="g_settings_set_enum ()" link="GSettings.html#g-settings-set-enum"/>
         | 
| 1656 | 
            +
                <function name="g_settings_get_flags ()" link="GSettings.html#g-settings-get-flags"/>
         | 
| 1657 | 
            +
                <function name="g_settings_set_flags ()" link="GSettings.html#g-settings-set-flags"/>
         | 
| 1658 | 
            +
                <function name="GSettingsGetMapping ()" link="GSettings.html#GSettingsGetMapping"/>
         | 
| 1659 | 
            +
                <function name="g_settings_get_mapped ()" link="GSettings.html#g-settings-get-mapped"/>
         | 
| 1660 | 
            +
                <function name="enum GSettingsBindFlags" link="GSettings.html#GSettingsBindFlags"/>
         | 
| 1661 | 
            +
                <function name="g_settings_bind ()" link="GSettings.html#g-settings-bind"/>
         | 
| 1662 | 
            +
                <function name="g_settings_bind_with_mapping ()" link="GSettings.html#g-settings-bind-with-mapping"/>
         | 
| 1663 | 
            +
                <function name="g_settings_bind_writable ()" link="GSettings.html#g-settings-bind-writable"/>
         | 
| 1664 | 
            +
                <function name="g_settings_unbind ()" link="GSettings.html#g-settings-unbind"/>
         | 
| 1665 | 
            +
                <function name="GSettingsBindSetMapping ()" link="GSettings.html#GSettingsBindSetMapping"/>
         | 
| 1666 | 
            +
                <function name="GSettingsBindGetMapping ()" link="GSettings.html#GSettingsBindGetMapping"/>
         | 
| 1667 | 
            +
                <function name="The "backend" property" link="GSettings.html#GSettings--backend"/>
         | 
| 1668 | 
            +
                <function name="The "has-unapplied" property" link="GSettings.html#GSettings--has-unapplied"/>
         | 
| 1669 | 
            +
                <function name="The "path" property" link="GSettings.html#GSettings--path"/>
         | 
| 1670 | 
            +
                <function name="The "schema" property" link="GSettings.html#GSettings--schema"/>
         | 
| 1671 | 
            +
                <function name="The "change-event" signal" link="GSettings.html#GSettings-change-event"/>
         | 
| 1672 | 
            +
                <function name="The "changed" signal" link="GSettings.html#GSettings-changed"/>
         | 
| 1673 | 
            +
                <function name="The "writable-change-event" signal" link="GSettings.html#GSettings-writable-change-event"/>
         | 
| 1674 | 
            +
                <function name="The "writable-changed" signal" link="GSettings.html#GSettings-writable-changed"/>
         | 
| 1675 | 
            +
                <function name="GSettingsBackend" link="GSettingsBackend.html#GSettingsBackend-struct"/>
         | 
| 1676 | 
            +
                <function name="GSettingsBackendClass" link="GSettingsBackend.html#GSettingsBackendClass"/>
         | 
| 1677 | 
            +
                <function name="G_SETTINGS_BACKEND_EXTENSION_POINT_NAME" link="GSettingsBackend.html#G-SETTINGS-BACKEND-EXTENSION-POINT-NAME:CAPS"/>
         | 
| 1678 | 
            +
                <function name="g_settings_backend_changed ()" link="GSettingsBackend.html#g-settings-backend-changed"/>
         | 
| 1679 | 
            +
                <function name="g_settings_backend_path_changed ()" link="GSettingsBackend.html#g-settings-backend-path-changed"/>
         | 
| 1680 | 
            +
                <function name="g_settings_backend_keys_changed ()" link="GSettingsBackend.html#g-settings-backend-keys-changed"/>
         | 
| 1681 | 
            +
                <function name="g_settings_backend_path_writable_changed ()" link="GSettingsBackend.html#g-settings-backend-path-writable-changed"/>
         | 
| 1682 | 
            +
                <function name="g_settings_backend_writable_changed ()" link="GSettingsBackend.html#g-settings-backend-writable-changed"/>
         | 
| 1683 | 
            +
                <function name="g_settings_backend_changed_tree ()" link="GSettingsBackend.html#g-settings-backend-changed-tree"/>
         | 
| 1684 | 
            +
                <function name="g_settings_backend_flatten_tree ()" link="GSettingsBackend.html#g-settings-backend-flatten-tree"/>
         | 
| 1685 | 
            +
                <function name="g_keyfile_settings_backend_new ()" link="GSettingsBackend.html#g-keyfile-settings-backend-new"/>
         | 
| 1686 | 
            +
                <function name="GPermission" link="GPermission.html#GPermission-struct"/>
         | 
| 1687 | 
            +
                <function name="g_permission_get_allowed ()" link="GPermission.html#g-permission-get-allowed"/>
         | 
| 1688 | 
            +
                <function name="g_permission_get_can_acquire ()" link="GPermission.html#g-permission-get-can-acquire"/>
         | 
| 1689 | 
            +
                <function name="g_permission_get_can_release ()" link="GPermission.html#g-permission-get-can-release"/>
         | 
| 1690 | 
            +
                <function name="g_permission_acquire ()" link="GPermission.html#g-permission-acquire"/>
         | 
| 1691 | 
            +
                <function name="g_permission_acquire_async ()" link="GPermission.html#g-permission-acquire-async"/>
         | 
| 1692 | 
            +
                <function name="g_permission_acquire_finish ()" link="GPermission.html#g-permission-acquire-finish"/>
         | 
| 1693 | 
            +
                <function name="g_permission_release ()" link="GPermission.html#g-permission-release"/>
         | 
| 1694 | 
            +
                <function name="g_permission_release_async ()" link="GPermission.html#g-permission-release-async"/>
         | 
| 1695 | 
            +
                <function name="g_permission_release_finish ()" link="GPermission.html#g-permission-release-finish"/>
         | 
| 1696 | 
            +
                <function name="g_permission_impl_update ()" link="GPermission.html#g-permission-impl-update"/>
         | 
| 1697 | 
            +
                <function name="The "allowed" property" link="GPermission.html#GPermission--allowed"/>
         | 
| 1698 | 
            +
                <function name="The "can-acquire" property" link="GPermission.html#GPermission--can-acquire"/>
         | 
| 1699 | 
            +
                <function name="The "can-release" property" link="GPermission.html#GPermission--can-release"/>
         | 
| 1700 | 
            +
                <function name="GSimplePermission" link="GSimplePermission.html#GSimplePermission-struct"/>
         | 
| 1701 | 
            +
                <function name="g_simple_permission_new ()" link="GSimplePermission.html#g-simple-permission-new"/>
         | 
| 1205 1702 | 
             
                <function name="GVfs" link="GVfs.html#GVfs-struct"/>
         | 
| 1206 1703 | 
             
                <function name="G_VFS_EXTENSION_POINT_NAME" link="GVfs.html#G-VFS-EXTENSION-POINT-NAME:CAPS"/>
         | 
| 1207 1704 | 
             
                <function name="g_vfs_get_file_for_path ()" link="GVfs.html#g-vfs-get-file-for-path"/>
         | 
| @@ -1231,5 +1728,9 @@ | |
| 1231 1728 | 
             
                <function name="g_io_extension_point_register ()" link="gio-Extension-Points.html#g-io-extension-point-register"/>
         | 
| 1232 1729 | 
             
                <function name="g_io_extension_point_set_required_type ()" link="gio-Extension-Points.html#g-io-extension-point-set-required-type"/>
         | 
| 1233 1730 | 
             
                <function name="g_io_extension_ref_class ()" link="gio-Extension-Points.html#g-io-extension-ref-class"/>
         | 
| 1731 | 
            +
                <function name="Commands" link="gsettings.html#id555446"/>
         | 
| 1732 | 
            +
                <function name="Options" link="gsettings.html#id518459"/>
         | 
| 1733 | 
            +
                <function name="Options" link="glib-compile-schemas.html#id378177"/>
         | 
| 1734 | 
            +
                <function name="Commands" link="gdbus.html#id490050"/>
         | 
| 1234 1735 | 
             
              </functions>
         | 
| 1235 1736 | 
             
            </book>
         |