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
| @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="conversion.html" title="Data conversion">
         | 
| 9 9 | 
             
            <link rel="prev" href="GZlibCompressor.html" title="GZlibCompressor">
         | 
| 10 10 | 
             
            <link rel="next" href="streaming.html" title="Streaming I/O">
         | 
| 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">
         | 
| @@ -32,7 +32,7 @@ | |
| 32 32 | 
             
                              <a href="#GZlibDecompressor.properties" class="shortcut">Properties</a>
         | 
| 33 33 | 
             
            </td></tr>
         | 
| 34 34 | 
             
            </table>
         | 
| 35 | 
            -
            <div class="refentry" | 
| 35 | 
            +
            <div class="refentry">
         | 
| 36 36 | 
             
            <a name="GZlibDecompressor"></a><div class="titlepage"></div>
         | 
| 37 37 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 38 38 | 
             
            <td valign="top">
         | 
| @@ -41,44 +41,46 @@ | |
| 41 41 | 
             
            </td>
         | 
| 42 42 | 
             
            <td valign="top" align="right"></td>
         | 
| 43 43 | 
             
            </tr></table></div>
         | 
| 44 | 
            -
            <div class="refsynopsisdiv" | 
| 44 | 
            +
            <div class="refsynopsisdiv">
         | 
| 45 45 | 
             
            <a name="GZlibDecompressor.synopsis"></a><h2>Synopsis</h2>
         | 
| 46 46 | 
             
            <pre class="synopsis">
         | 
| 47 47 | 
             
            #include <gio/gio.h>
         | 
| 48 48 |  | 
| 49 49 | 
             
                                <a class="link" href="GZlibDecompressor.html#GZlibDecompressor-struct" title="GZlibDecompressor">GZlibDecompressor</a>;
         | 
| 50 50 | 
             
            <a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor"><span class="returnvalue">GZlibDecompressor</span></a> * <a class="link" href="GZlibDecompressor.html#g-zlib-decompressor-new" title="g_zlib_decompressor_new ()">g_zlib_decompressor_new</a>             (<em class="parameter"><code><a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat"><span class="type">GZlibCompressorFormat</span></a> format</code></em>);
         | 
| 51 | 
            +
            <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> *         <a class="link" href="GZlibDecompressor.html#g-zlib-decompressor-get-file-info" title="g_zlib_decompressor_get_file_info ()">g_zlib_decompressor_get_file_info</a>   (<em class="parameter"><code><a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor"><span class="type">GZlibDecompressor</span></a> *decompressor</code></em>);
         | 
| 51 52 | 
             
            </pre>
         | 
| 52 53 | 
             
            </div>
         | 
| 53 | 
            -
            <div class="refsect1" | 
| 54 | 
            +
            <div class="refsect1">
         | 
| 54 55 | 
             
            <a name="GZlibDecompressor.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 55 56 | 
             
            <pre class="synopsis">
         | 
| 56 | 
            -
              <a href="/ | 
| 57 | 
            +
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| 57 58 | 
             
               +----GZlibDecompressor
         | 
| 58 59 | 
             
            </pre>
         | 
| 59 60 | 
             
            </div>
         | 
| 60 | 
            -
            <div class="refsect1" | 
| 61 | 
            +
            <div class="refsect1">
         | 
| 61 62 | 
             
            <a name="GZlibDecompressor.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 62 63 | 
             
            <p>
         | 
| 63 64 | 
             
            GZlibDecompressor implements
         | 
| 64 65 | 
             
             <a class="link" href="GConverter.html" title="GConverter">GConverter</a>.</p>
         | 
| 65 66 | 
             
            </div>
         | 
| 66 | 
            -
            <div class="refsect1" | 
| 67 | 
            +
            <div class="refsect1">
         | 
| 67 68 | 
             
            <a name="GZlibDecompressor.properties"></a><h2>Properties</h2>
         | 
| 68 69 | 
             
            <pre class="synopsis">
         | 
| 70 | 
            +
              "<a class="link" href="GZlibDecompressor.html#GZlibDecompressor--file-info" title='The "file-info" property'>file-info</a>"                <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>*            : Read
         | 
| 69 71 | 
             
              "<a class="link" href="GZlibDecompressor.html#GZlibDecompressor--format" title='The "format" property'>format</a>"                   <a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat"><span class="type">GZlibCompressorFormat</span></a>  : Read / Write / Construct Only
         | 
| 70 72 | 
             
            </pre>
         | 
| 71 73 | 
             
            </div>
         | 
| 72 | 
            -
            <div class="refsect1" | 
| 74 | 
            +
            <div class="refsect1">
         | 
| 73 75 | 
             
            <a name="GZlibDecompressor.description"></a><h2>Description</h2>
         | 
| 74 76 | 
             
            <p>
         | 
| 75 77 | 
             
            <a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor"><span class="type">GZlibDecompressor</span></a> is an implementation of <a class="link" href="GConverter.html" title="GConverter"><span class="type">GConverter</span></a> that
         | 
| 76 78 | 
             
            decompresses data compressed with zlib.
         | 
| 77 79 | 
             
            </p>
         | 
| 78 80 | 
             
            </div>
         | 
| 79 | 
            -
            <div class="refsect1" | 
| 81 | 
            +
            <div class="refsect1">
         | 
| 80 82 | 
             
            <a name="GZlibDecompressor.details"></a><h2>Details</h2>
         | 
| 81 | 
            -
            <div class="refsect2" | 
| 83 | 
            +
            <div class="refsect2">
         | 
| 82 84 | 
             
            <a name="GZlibDecompressor-struct"></a><h3>GZlibDecompressor</h3>
         | 
| 83 85 | 
             
            <pre class="programlisting">typedef struct _GZlibDecompressor GZlibDecompressor;</pre>
         | 
| 84 86 | 
             
            <p>
         | 
| @@ -86,7 +88,7 @@ Zlib decompression | |
| 86 88 | 
             
            </p>
         | 
| 87 89 | 
             
            </div>
         | 
| 88 90 | 
             
            <hr>
         | 
| 89 | 
            -
            <div class="refsect2" | 
| 91 | 
            +
            <div class="refsect2">
         | 
| 90 92 | 
             
            <a name="g-zlib-decompressor-new"></a><h3>g_zlib_decompressor_new ()</h3>
         | 
| 91 93 | 
             
            <pre class="programlisting"><a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor"><span class="returnvalue">GZlibDecompressor</span></a> * g_zlib_decompressor_new             (<em class="parameter"><code><a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat"><span class="type">GZlibCompressorFormat</span></a> format</code></em>);</pre>
         | 
| 92 94 | 
             
            <p>
         | 
| @@ -110,10 +112,50 @@ Creates a new <a class="link" href="GZlibDecompressor.html" title="GZlibDecompre | |
| 110 112 | 
             
            </table></div>
         | 
| 111 113 | 
             
            <p class="since">Since 2.24</p>
         | 
| 112 114 | 
             
            </div>
         | 
| 115 | 
            +
            <hr>
         | 
| 116 | 
            +
            <div class="refsect2">
         | 
| 117 | 
            +
            <a name="g-zlib-decompressor-get-file-info"></a><h3>g_zlib_decompressor_get_file_info ()</h3>
         | 
| 118 | 
            +
            <pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> *         g_zlib_decompressor_get_file_info   (<em class="parameter"><code><a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor"><span class="type">GZlibDecompressor</span></a> *decompressor</code></em>);</pre>
         | 
| 119 | 
            +
            <p>
         | 
| 120 | 
            +
            Retrieves the <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> constructed from the GZIP header data
         | 
| 121 | 
            +
            of compressed data processed by <em class="parameter"><code>compressor</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>decompressor</code></em>'s
         | 
| 122 | 
            +
            <a class="link" href="GZlibDecompressor.html#GZlibDecompressor--format" title='The "format" property'><span class="type">"format"</span></a> property is not <a class="link" href="GZlibCompressor.html#G-ZLIB-COMPRESSOR-FORMAT-GZIP:CAPS"><code class="literal">G_ZLIB_COMPRESSOR_FORMAT_GZIP</code></a>,
         | 
| 123 | 
            +
            or the header data was not fully processed yet, or it not present in the
         | 
| 124 | 
            +
            data stream at all.
         | 
| 125 | 
            +
            </p>
         | 
| 126 | 
            +
            <div class="variablelist"><table border="0">
         | 
| 127 | 
            +
            <col align="left" valign="top">
         | 
| 128 | 
            +
            <tbody>
         | 
| 129 | 
            +
            <tr>
         | 
| 130 | 
            +
            <td><p><span class="term"><em class="parameter"><code>decompressor</code></em> :</span></p></td>
         | 
| 131 | 
            +
            <td>a <a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor"><span class="type">GZlibDecompressor</span></a>
         | 
| 132 | 
            +
            </td>
         | 
| 133 | 
            +
            </tr>
         | 
| 134 | 
            +
            <tr>
         | 
| 135 | 
            +
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 136 | 
            +
            <td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 137 | 
            +
            </td>
         | 
| 138 | 
            +
            </tr>
         | 
| 139 | 
            +
            </tbody>
         | 
| 140 | 
            +
            </table></div>
         | 
| 141 | 
            +
            <p class="since">Since 2.26</p>
         | 
| 113 142 | 
             
            </div>
         | 
| 114 | 
            -
             | 
| 143 | 
            +
            </div>
         | 
| 144 | 
            +
            <div class="refsect1">
         | 
| 115 145 | 
             
            <a name="GZlibDecompressor.property-details"></a><h2>Property Details</h2>
         | 
| 116 | 
            -
            <div class="refsect2" | 
| 146 | 
            +
            <div class="refsect2">
         | 
| 147 | 
            +
            <a name="GZlibDecompressor--file-info"></a><h3>The <code class="literal">"file-info"</code> property</h3>
         | 
| 148 | 
            +
            <pre class="programlisting">  "file-info"                <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>*            : Read</pre>
         | 
| 149 | 
            +
            <p>
         | 
| 150 | 
            +
            A <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> containing the information found in the GZIP header
         | 
| 151 | 
            +
            of the data stream processed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the header was not yet
         | 
| 152 | 
            +
            fully processed, is not present at all, or the compressor's
         | 
| 153 | 
            +
            <a class="link" href="GZlibDecompressor.html#GZlibDecompressor--format" title='The "format" property'><span class="type">"format"</span></a> property is not <a class="link" href="GZlibCompressor.html#G-ZLIB-COMPRESSOR-FORMAT-GZIP:CAPS"><code class="literal">G_ZLIB_COMPRESSOR_FORMAT_GZIP</code></a>.
         | 
| 154 | 
            +
            </p>
         | 
| 155 | 
            +
            <p class="since">Since 2.26</p>
         | 
| 156 | 
            +
            </div>
         | 
| 157 | 
            +
            <hr>
         | 
| 158 | 
            +
            <div class="refsect2">
         | 
| 117 159 | 
             
            <a name="GZlibDecompressor--format"></a><h3>The <code class="literal">"format"</code> property</h3>
         | 
| 118 160 | 
             
            <pre class="programlisting">  "format"                   <a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat"><span class="type">GZlibCompressorFormat</span></a>  : Read / Write / Construct Only</pre>
         | 
| 119 161 | 
             
            <p>The format of the compressed data.</p>
         | 
| @@ -123,6 +165,6 @@ Creates a new <a class="link" href="GZlibDecompressor.html" title="GZlibDecompre | |
| 123 165 | 
             
            </div>
         | 
| 124 166 | 
             
            <div class="footer">
         | 
| 125 167 | 
             
            <hr>
         | 
| 126 | 
            -
                      Generated by GTK-Doc V1. | 
| 168 | 
            +
                      Generated by GTK-Doc V1.15.1</div>
         | 
| 127 169 | 
             
            </body>
         | 
| 128 170 | 
             
            </html>
         | 
| @@ -0,0 +1,65 @@ | |
| 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>Annotation Glossary</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="index.html" title="GIO Reference Manual">
         | 
| 9 | 
            +
            <link rel="prev" href="api-index-2-26.html" title="Index of new symbols in 2.26">
         | 
| 10 | 
            +
            <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
         | 
| 11 | 
            +
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 12 | 
            +
            </head>
         | 
| 13 | 
            +
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| 14 | 
            +
            <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
         | 
| 15 | 
            +
            <tr valign="middle">
         | 
| 16 | 
            +
            <td><a accesskey="p" href="api-index-2-26.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
         | 
| 17 | 
            +
            <td> </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> </td>
         | 
| 21 | 
            +
            </tr>
         | 
| 22 | 
            +
            <tr><td colspan="5" class="shortcuts">
         | 
| 23 | 
            +
            <a class="shortcut" href="#glsA">A</a>
         | 
| 24 | 
            +
                                  | 
         | 
| 25 | 
            +
                               <a class="shortcut" href="#glsO">O</a>
         | 
| 26 | 
            +
                                  | 
         | 
| 27 | 
            +
                               <a class="shortcut" href="#glsA">A</a>
         | 
| 28 | 
            +
                                  | 
         | 
| 29 | 
            +
                               <a class="shortcut" href="#glsE">E</a>
         | 
| 30 | 
            +
                                  | 
         | 
| 31 | 
            +
                               <a class="shortcut" href="#glsT">T</a>
         | 
| 32 | 
            +
            </td></tr>
         | 
| 33 | 
            +
            </table>
         | 
| 34 | 
            +
            <div class="glossary">
         | 
| 35 | 
            +
            <div class="titlepage"><div><div><h2 class="title">
         | 
| 36 | 
            +
            <a name="annotation-glossary"></a>Annotation Glossary</h2></div></div></div>
         | 
| 37 | 
            +
            <a name="glsA"></a><h3 class="title">A</h3>
         | 
| 38 | 
            +
            <dt>
         | 
| 39 | 
            +
            <a name="annotation-glossterm-array"></a>array</dt>
         | 
| 40 | 
            +
            <dd><p>Parameter points to an array of items.</p></dd>
         | 
| 41 | 
            +
            <a name="glsO"></a><h3 class="title">O</h3>
         | 
| 42 | 
            +
            <dt>
         | 
| 43 | 
            +
            <a name="annotation-glossterm-out"></a>out</dt>
         | 
| 44 | 
            +
            <dd><p>Parameter for returning results. Default is <acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>.</p></dd>
         | 
| 45 | 
            +
            <a name="glsA"></a><h3 class="title">A</h3>
         | 
| 46 | 
            +
            <dt>
         | 
| 47 | 
            +
            <a name="annotation-glossterm-allow-none"></a>allow-none</dt>
         | 
| 48 | 
            +
            <dd><p>NULL is ok, both for passing and for returning.</p></dd>
         | 
| 49 | 
            +
            <a name="glsE"></a><h3 class="title">E</h3>
         | 
| 50 | 
            +
            <dt>
         | 
| 51 | 
            +
            <a name="annotation-glossterm-element-type"></a>element-type</dt>
         | 
| 52 | 
            +
            <dd><p>Generics and defining elements of containers and arrays.</p></dd>
         | 
| 53 | 
            +
            <a name="glsT"></a><h3 class="title">T</h3>
         | 
| 54 | 
            +
            <dt>
         | 
| 55 | 
            +
            <a name="annotation-glossterm-transfer%20full"></a>transfer full</dt>
         | 
| 56 | 
            +
            <dd><p>Free data after the code is done.</p></dd>
         | 
| 57 | 
            +
            <dt>
         | 
| 58 | 
            +
            <a name="annotation-glossterm-transfer%20none"></a>transfer none</dt>
         | 
| 59 | 
            +
            <dd><p>Don't free data after the code is done.</p></dd>
         | 
| 60 | 
            +
            </div>
         | 
| 61 | 
            +
            <div class="footer">
         | 
| 62 | 
            +
            <hr>
         | 
| 63 | 
            +
                      Generated by GTK-Doc V1.15.1</div>
         | 
| 64 | 
            +
            </body>
         | 
| 65 | 
            +
            </html>
         | 
| @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="index.html" title="GIO Reference Manual">
         | 
| 9 9 | 
             
            <link rel="prev" href="api-index-deprecated.html" title="Index of deprecated symbols">
         | 
| 10 10 | 
             
            <link rel="next" href="api-index-2-20.html" title="Index of new symbols in 2.20">
         | 
| 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">
         | 
| @@ -38,7 +38,7 @@ | |
| 38 38 | 
             
                               <a class="shortcut" href="#idxV">V</a>
         | 
| 39 39 | 
             
            </td></tr>
         | 
| 40 40 | 
             
            </table>
         | 
| 41 | 
            -
            <div class="index" | 
| 41 | 
            +
            <div class="index">
         | 
| 42 42 | 
             
            <div class="titlepage"><div><div><h2 class="title">
         | 
| 43 43 | 
             
            <a name="api-index-2-18"></a>Index of new symbols in 2.18</h2></div></div></div>
         | 
| 44 44 | 
             
            <a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
         | 
| @@ -148,6 +148,6 @@ | |
| 148 148 | 
             
            </div>
         | 
| 149 149 | 
             
            <div class="footer">
         | 
| 150 150 | 
             
            <hr>
         | 
| 151 | 
            -
                      Generated by GTK-Doc V1. | 
| 151 | 
            +
                      Generated by GTK-Doc V1.15.1</div>
         | 
| 152 152 | 
             
            </body>
         | 
| 153 153 | 
             
            </html>
         | 
| @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="index.html" title="GIO Reference Manual">
         | 
| 9 9 | 
             
            <link rel="prev" href="api-index-2-18.html" title="Index of new symbols in 2.18">
         | 
| 10 10 | 
             
            <link rel="next" href="api-index-2-22.html" title="Index of new symbols in 2.22">
         | 
| 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">
         | 
| @@ -34,7 +34,7 @@ | |
| 34 34 | 
             
                               <a class="shortcut" href="#idxU">U</a>
         | 
| 35 35 | 
             
            </td></tr>
         | 
| 36 36 | 
             
            </table>
         | 
| 37 | 
            -
            <div class="index" | 
| 37 | 
            +
            <div class="index">
         | 
| 38 38 | 
             
            <div class="titlepage"><div><div><h2 class="title">
         | 
| 39 39 | 
             
            <a name="api-index-2-20"></a>Index of new symbols in 2.20</h2></div></div></div>
         | 
| 40 40 | 
             
            <a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
         | 
| @@ -150,6 +150,6 @@ | |
| 150 150 | 
             
            </div>
         | 
| 151 151 | 
             
            <div class="footer">
         | 
| 152 152 | 
             
            <hr>
         | 
| 153 | 
            -
                      Generated by GTK-Doc V1. | 
| 153 | 
            +
                      Generated by GTK-Doc V1.15.1</div>
         | 
| 154 154 | 
             
            </body>
         | 
| 155 155 | 
             
            </html>
         | 
| @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="index.html" title="GIO Reference Manual">
         | 
| 9 9 | 
             
            <link rel="prev" href="api-index-2-20.html" title="Index of new symbols in 2.20">
         | 
| 10 10 | 
             
            <link rel="next" href="api-index-2-24.html" title="Index of new symbols in 2.24">
         | 
| 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">
         | 
| @@ -48,7 +48,7 @@ | |
| 48 48 | 
             
                               <a class="shortcut" href="#idxV">V</a>
         | 
| 49 49 | 
             
            </td></tr>
         | 
| 50 50 | 
             
            </table>
         | 
| 51 | 
            -
            <div class="index" | 
| 51 | 
            +
            <div class="index">
         | 
| 52 52 | 
             
            <div class="titlepage"><div><div><h2 class="title">
         | 
| 53 53 | 
             
            <a name="api-index-2-22"></a>Index of new symbols in 2.22</h2></div></div></div>
         | 
| 54 54 | 
             
            <a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
         | 
| @@ -1003,15 +1003,15 @@ | |
| 1003 1003 | 
             
            <dd></dd>
         | 
| 1004 1004 | 
             
            <a name="idxT"></a><h3 class="title">T</h3>
         | 
| 1005 1005 | 
             
            <dt>
         | 
| 1006 | 
            -
            <a class="link" href=" | 
| 1006 | 
            +
            <a class="link" href="GTcpConnection.html#GTcpConnection-struct" title="GTcpConnection">GTcpConnection</a>, struct in <a class="link" href="GTcpConnection.html" title="GTcpConnection">GTcpConnection</a>
         | 
| 1007 1007 | 
             
            </dt>
         | 
| 1008 1008 | 
             
            <dd></dd>
         | 
| 1009 1009 | 
             
            <dt>
         | 
| 1010 | 
            -
            <a class="link" href=" | 
| 1010 | 
            +
            <a class="link" href="GTcpConnection.html#g-tcp-connection-get-graceful-disconnect" title="g_tcp_connection_get_graceful_disconnect ()">g_tcp_connection_get_graceful_disconnect</a>, function in <a class="link" href="GTcpConnection.html" title="GTcpConnection">GTcpConnection</a>
         | 
| 1011 1011 | 
             
            </dt>
         | 
| 1012 1012 | 
             
            <dd></dd>
         | 
| 1013 1013 | 
             
            <dt>
         | 
| 1014 | 
            -
            <a class="link" href=" | 
| 1014 | 
            +
            <a class="link" href="GTcpConnection.html#g-tcp-connection-set-graceful-disconnect" title="g_tcp_connection_set_graceful_disconnect ()">g_tcp_connection_set_graceful_disconnect</a>, function in <a class="link" href="GTcpConnection.html" title="GTcpConnection">GTcpConnection</a>
         | 
| 1015 1015 | 
             
            </dt>
         | 
| 1016 1016 | 
             
            <dd></dd>
         | 
| 1017 1017 | 
             
            <dt>
         | 
| @@ -1024,11 +1024,11 @@ | |
| 1024 1024 | 
             
            <dd></dd>
         | 
| 1025 1025 | 
             
            <a name="idxU"></a><h3 class="title">U</h3>
         | 
| 1026 1026 | 
             
            <dt>
         | 
| 1027 | 
            -
            <a class="link" href=" | 
| 1027 | 
            +
            <a class="link" href="GUnixConnection.html#g-unix-connection-receive-fd" title="g_unix_connection_receive_fd ()">g_unix_connection_receive_fd</a>, function in <a class="link" href="GUnixConnection.html" title="GUnixConnection">GUnixConnection</a>
         | 
| 1028 1028 | 
             
            </dt>
         | 
| 1029 1029 | 
             
            <dd></dd>
         | 
| 1030 1030 | 
             
            <dt>
         | 
| 1031 | 
            -
            <a class="link" href=" | 
| 1031 | 
            +
            <a class="link" href="GUnixConnection.html#g-unix-connection-send-fd" title="g_unix_connection_send_fd ()">g_unix_connection_send_fd</a>, function in <a class="link" href="GUnixConnection.html" title="GUnixConnection">GUnixConnection</a>
         | 
| 1032 1032 | 
             
            </dt>
         | 
| 1033 1033 | 
             
            <dd></dd>
         | 
| 1034 1034 | 
             
            <dt>
         | 
| @@ -1063,10 +1063,6 @@ | |
| 1063 1063 | 
             
            <a class="link" href="GUnixSocketAddress.html#g-unix-socket-address-new" title="g_unix_socket_address_new ()">g_unix_socket_address_new</a>, function in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
         | 
| 1064 1064 | 
             
            </dt>
         | 
| 1065 1065 | 
             
            <dd></dd>
         | 
| 1066 | 
            -
            <dt>
         | 
| 1067 | 
            -
            <a class="link" href="GUnixSocketAddress.html#g-unix-socket-address-new-abstract" title="g_unix_socket_address_new_abstract ()">g_unix_socket_address_new_abstract</a>, function in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
         | 
| 1068 | 
            -
            </dt>
         | 
| 1069 | 
            -
            <dd></dd>
         | 
| 1070 1066 | 
             
            <a name="idxV"></a><h3 class="title">V</h3>
         | 
| 1071 1067 | 
             
            <dt>
         | 
| 1072 1068 | 
             
            <a class="link" href="GVolumeMonitor.html#GVolumeMonitor-drive-stop-button" title='The "drive-stop-button" signal'>GVolumeMonitor::drive-stop-button</a>, object signal in <a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor">GVolumeMonitor</a>
         | 
| @@ -1083,6 +1079,6 @@ | |
| 1083 1079 | 
             
            </div>
         | 
| 1084 1080 | 
             
            <div class="footer">
         | 
| 1085 1081 | 
             
            <hr>
         | 
| 1086 | 
            -
                      Generated by GTK-Doc V1. | 
| 1082 | 
            +
                      Generated by GTK-Doc V1.15.1</div>
         | 
| 1087 1083 | 
             
            </body>
         | 
| 1088 1084 | 
             
            </html>
         | 
| @@ -7,7 +7,8 @@ | |
| 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 9 | 
             
            <link rel="prev" href="api-index-2-22.html" title="Index of new symbols in 2.22">
         | 
| 10 | 
            -
            < | 
| 10 | 
            +
            <link rel="next" href="api-index-2-26.html" title="Index of new symbols in 2.26">
         | 
| 11 | 
            +
            <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
         | 
| 11 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 12 13 | 
             
            </head>
         | 
| 13 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| @@ -17,7 +18,7 @@ | |
| 17 18 | 
             
            <td> </td>
         | 
| 18 19 | 
             
            <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
         | 
| 19 20 | 
             
            <th width="100%" align="center">GIO Reference Manual</th>
         | 
| 20 | 
            -
            <td | 
| 21 | 
            +
            <td><a accesskey="n" href="api-index-2-26.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
         | 
| 21 22 | 
             
            </tr>
         | 
| 22 23 | 
             
            <tr><td colspan="5" class="shortcuts">
         | 
| 23 24 | 
             
            <a class="shortcut" href="#idxA">A</a>
         | 
| @@ -41,7 +42,7 @@ | |
| 41 42 | 
             
                               <a class="shortcut" href="#idxZ">Z</a>
         | 
| 42 43 | 
             
            </td></tr>
         | 
| 43 44 | 
             
            </table>
         | 
| 44 | 
            -
            <div class="index" | 
| 45 | 
            +
            <div class="index">
         | 
| 45 46 | 
             
            <div class="titlepage"><div><div><h2 class="title">
         | 
| 46 47 | 
             
            <a name="api-index-2-24"></a>Index of new symbols in 2.24</h2></div></div></div>
         | 
| 47 48 | 
             
            <a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
         | 
| @@ -71,6 +72,10 @@ | |
| 71 72 | 
             
            </dt>
         | 
| 72 73 | 
             
            <dd></dd>
         | 
| 73 74 | 
             
            <dt>
         | 
| 75 | 
            +
            <a class="link" href="GConverter.html#GConverterFlags" title="enum GConverterFlags">GConverterFlags</a>, enum in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
         | 
| 76 | 
            +
            </dt>
         | 
| 77 | 
            +
            <dd></dd>
         | 
| 78 | 
            +
            <dt>
         | 
| 74 79 | 
             
            <a class="link" href="GConverter.html#GConverterIface" title="GConverterIface">GConverterIface</a>, struct in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
         | 
| 75 80 | 
             
            </dt>
         | 
| 76 81 | 
             
            <dd></dd>
         | 
| @@ -96,6 +101,18 @@ | |
| 96 101 | 
             
            <dd></dd>
         | 
| 97 102 | 
             
            <a name="idxD"></a><h3 class="title">D</h3>
         | 
| 98 103 | 
             
            <dt>
         | 
| 104 | 
            +
            <a class="link" href="GDataInputStream.html#g-data-input-stream-read-upto" title="g_data_input_stream_read_upto ()">g_data_input_stream_read_upto</a>, function in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
         | 
| 105 | 
            +
            </dt>
         | 
| 106 | 
            +
            <dd></dd>
         | 
| 107 | 
            +
            <dt>
         | 
| 108 | 
            +
            <a class="link" href="GDataInputStream.html#g-data-input-stream-read-upto-async" title="g_data_input_stream_read_upto_async ()">g_data_input_stream_read_upto_async</a>, function in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
         | 
| 109 | 
            +
            </dt>
         | 
| 110 | 
            +
            <dd></dd>
         | 
| 111 | 
            +
            <dt>
         | 
| 112 | 
            +
            <a class="link" href="GDataInputStream.html#g-data-input-stream-read-upto-finish" title="g_data_input_stream_read_upto_finish ()">g_data_input_stream_read_upto_finish</a>, function in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
         | 
| 113 | 
            +
            </dt>
         | 
| 114 | 
            +
            <dd></dd>
         | 
| 115 | 
            +
            <dt>
         | 
| 99 116 | 
             
            <a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-filename" title="g_desktop_app_info_get_filename ()">g_desktop_app_info_get_filename</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="Desktop file based GAppInfo">Desktop file based GAppInfo</a>
         | 
| 100 117 | 
             
            </dt>
         | 
| 101 118 | 
             
            <dd></dd>
         | 
| @@ -201,6 +218,6 @@ | |
| 201 218 | 
             
            </div>
         | 
| 202 219 | 
             
            <div class="footer">
         | 
| 203 220 | 
             
            <hr>
         | 
| 204 | 
            -
                      Generated by GTK-Doc V1. | 
| 221 | 
            +
                      Generated by GTK-Doc V1.15.1</div>
         | 
| 205 222 | 
             
            </body>
         | 
| 206 223 | 
             
            </html>
         | 
| @@ -0,0 +1,1598 @@ | |
| 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>Index of new symbols in 2.26</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="index.html" title="GIO Reference Manual">
         | 
| 9 | 
            +
            <link rel="prev" href="api-index-2-24.html" title="Index of new symbols in 2.24">
         | 
| 10 | 
            +
            <link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
         | 
| 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">
         | 
| 16 | 
            +
            <tr valign="middle">
         | 
| 17 | 
            +
            <td><a accesskey="p" href="api-index-2-24.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
         | 
| 18 | 
            +
            <td> </td>
         | 
| 19 | 
            +
            <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
         | 
| 20 | 
            +
            <th width="100%" align="center">GIO Reference Manual</th>
         | 
| 21 | 
            +
            <td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
         | 
| 22 | 
            +
            </tr>
         | 
| 23 | 
            +
            <tr><td colspan="5" class="shortcuts">
         | 
| 24 | 
            +
            <a class="shortcut" href="#idxB">B</a>
         | 
| 25 | 
            +
                                  | 
         | 
| 26 | 
            +
                               <a class="shortcut" href="#idxC">C</a>
         | 
| 27 | 
            +
                                  | 
         | 
| 28 | 
            +
                               <a class="shortcut" href="#idxD">D</a>
         | 
| 29 | 
            +
                                  | 
         | 
| 30 | 
            +
                               <a class="shortcut" href="#idxI">I</a>
         | 
| 31 | 
            +
                                  | 
         | 
| 32 | 
            +
                               <a class="shortcut" href="#idxM">M</a>
         | 
| 33 | 
            +
                                  | 
         | 
| 34 | 
            +
                               <a class="shortcut" href="#idxN">N</a>
         | 
| 35 | 
            +
                                  | 
         | 
| 36 | 
            +
                               <a class="shortcut" href="#idxP">P</a>
         | 
| 37 | 
            +
                                  | 
         | 
| 38 | 
            +
                               <a class="shortcut" href="#idxS">S</a>
         | 
| 39 | 
            +
                                  | 
         | 
| 40 | 
            +
                               <a class="shortcut" href="#idxT">T</a>
         | 
| 41 | 
            +
                                  | 
         | 
| 42 | 
            +
                               <a class="shortcut" href="#idxU">U</a>
         | 
| 43 | 
            +
                                  | 
         | 
| 44 | 
            +
                               <a class="shortcut" href="#idxZ">Z</a>
         | 
| 45 | 
            +
            </td></tr>
         | 
| 46 | 
            +
            </table>
         | 
| 47 | 
            +
            <div class="index">
         | 
| 48 | 
            +
            <div class="titlepage"><div><div><h2 class="title">
         | 
| 49 | 
            +
            <a name="api-index-2-26"></a>Index of new symbols in 2.26</h2></div></div></div>
         | 
| 50 | 
            +
            <a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
         | 
| 51 | 
            +
            <dt>
         | 
| 52 | 
            +
            <a class="link" href="gio-Owning-Bus-Names.html#GBusAcquiredCallback" title="GBusAcquiredCallback ()">GBusAcquiredCallback</a>, user_function in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
         | 
| 53 | 
            +
            </dt>
         | 
| 54 | 
            +
            <dd></dd>
         | 
| 55 | 
            +
            <dt>
         | 
| 56 | 
            +
            <a class="link" href="gio-Owning-Bus-Names.html#GBusNameAcquiredCallback" title="GBusNameAcquiredCallback ()">GBusNameAcquiredCallback</a>, user_function in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
         | 
| 57 | 
            +
            </dt>
         | 
| 58 | 
            +
            <dd></dd>
         | 
| 59 | 
            +
            <dt>
         | 
| 60 | 
            +
            <a class="link" href="gio-Watching-Bus-Names.html#GBusNameAppearedCallback" title="GBusNameAppearedCallback ()">GBusNameAppearedCallback</a>, user_function in <a class="link" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">Watching Bus Names</a>
         | 
| 61 | 
            +
            </dt>
         | 
| 62 | 
            +
            <dd></dd>
         | 
| 63 | 
            +
            <dt>
         | 
| 64 | 
            +
            <a class="link" href="gio-Owning-Bus-Names.html#GBusNameLostCallback" title="GBusNameLostCallback ()">GBusNameLostCallback</a>, user_function in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
         | 
| 65 | 
            +
            </dt>
         | 
| 66 | 
            +
            <dd></dd>
         | 
| 67 | 
            +
            <dt>
         | 
| 68 | 
            +
            <a class="link" href="gio-Owning-Bus-Names.html#GBusNameOwnerFlags" title="enum GBusNameOwnerFlags">GBusNameOwnerFlags</a>, enum in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
         | 
| 69 | 
            +
            </dt>
         | 
| 70 | 
            +
            <dd></dd>
         | 
| 71 | 
            +
            <dt>
         | 
| 72 | 
            +
            <a class="link" href="gio-Watching-Bus-Names.html#GBusNameVanishedCallback" title="GBusNameVanishedCallback ()">GBusNameVanishedCallback</a>, user_function in <a class="link" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">Watching Bus Names</a>
         | 
| 73 | 
            +
            </dt>
         | 
| 74 | 
            +
            <dd></dd>
         | 
| 75 | 
            +
            <dt>
         | 
| 76 | 
            +
            <a class="link" href="gio-Watching-Bus-Names.html#GBusNameWatcherFlags" title="enum GBusNameWatcherFlags">GBusNameWatcherFlags</a>, enum in <a class="link" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">Watching Bus Names</a>
         | 
| 77 | 
            +
            </dt>
         | 
| 78 | 
            +
            <dd></dd>
         | 
| 79 | 
            +
            <dt>
         | 
| 80 | 
            +
            <a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType">GBusType</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 81 | 
            +
            </dt>
         | 
| 82 | 
            +
            <dd></dd>
         | 
| 83 | 
            +
            <dt>
         | 
| 84 | 
            +
            <a class="link" href="GDBusConnection.html#g-bus-get" title="g_bus_get ()">g_bus_get</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 85 | 
            +
            </dt>
         | 
| 86 | 
            +
            <dd></dd>
         | 
| 87 | 
            +
            <dt>
         | 
| 88 | 
            +
            <a class="link" href="GDBusConnection.html#g-bus-get-finish" title="g_bus_get_finish ()">g_bus_get_finish</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 89 | 
            +
            </dt>
         | 
| 90 | 
            +
            <dd></dd>
         | 
| 91 | 
            +
            <dt>
         | 
| 92 | 
            +
            <a class="link" href="GDBusConnection.html#g-bus-get-sync" title="g_bus_get_sync ()">g_bus_get_sync</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 93 | 
            +
            </dt>
         | 
| 94 | 
            +
            <dd></dd>
         | 
| 95 | 
            +
            <dt>
         | 
| 96 | 
            +
            <a class="link" href="gio-Owning-Bus-Names.html#g-bus-own-name" title="g_bus_own_name ()">g_bus_own_name</a>, function in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
         | 
| 97 | 
            +
            </dt>
         | 
| 98 | 
            +
            <dd></dd>
         | 
| 99 | 
            +
            <dt>
         | 
| 100 | 
            +
            <a class="link" href="gio-Owning-Bus-Names.html#g-bus-own-name-on-connection" title="g_bus_own_name_on_connection ()">g_bus_own_name_on_connection</a>, function in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
         | 
| 101 | 
            +
            </dt>
         | 
| 102 | 
            +
            <dd></dd>
         | 
| 103 | 
            +
            <dt>
         | 
| 104 | 
            +
            <a class="link" href="gio-Owning-Bus-Names.html#g-bus-own-name-on-connection-with-closures" title="g_bus_own_name_on_connection_with_closures ()">g_bus_own_name_on_connection_with_closures</a>, function in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
         | 
| 105 | 
            +
            </dt>
         | 
| 106 | 
            +
            <dd></dd>
         | 
| 107 | 
            +
            <dt>
         | 
| 108 | 
            +
            <a class="link" href="gio-Owning-Bus-Names.html#g-bus-own-name-with-closures" title="g_bus_own_name_with_closures ()">g_bus_own_name_with_closures</a>, function in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
         | 
| 109 | 
            +
            </dt>
         | 
| 110 | 
            +
            <dd></dd>
         | 
| 111 | 
            +
            <dt>
         | 
| 112 | 
            +
            <a class="link" href="gio-Owning-Bus-Names.html#g-bus-unown-name" title="g_bus_unown_name ()">g_bus_unown_name</a>, function in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
         | 
| 113 | 
            +
            </dt>
         | 
| 114 | 
            +
            <dd></dd>
         | 
| 115 | 
            +
            <dt>
         | 
| 116 | 
            +
            <a class="link" href="gio-Watching-Bus-Names.html#g-bus-unwatch-name" title="g_bus_unwatch_name ()">g_bus_unwatch_name</a>, function in <a class="link" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">Watching Bus Names</a>
         | 
| 117 | 
            +
            </dt>
         | 
| 118 | 
            +
            <dd></dd>
         | 
| 119 | 
            +
            <dt>
         | 
| 120 | 
            +
            <a class="link" href="gio-Watching-Bus-Names.html#g-bus-watch-name" title="g_bus_watch_name ()">g_bus_watch_name</a>, function in <a class="link" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">Watching Bus Names</a>
         | 
| 121 | 
            +
            </dt>
         | 
| 122 | 
            +
            <dd></dd>
         | 
| 123 | 
            +
            <dt>
         | 
| 124 | 
            +
            <a class="link" href="gio-Watching-Bus-Names.html#g-bus-watch-name-on-connection" title="g_bus_watch_name_on_connection ()">g_bus_watch_name_on_connection</a>, function in <a class="link" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">Watching Bus Names</a>
         | 
| 125 | 
            +
            </dt>
         | 
| 126 | 
            +
            <dd></dd>
         | 
| 127 | 
            +
            <dt>
         | 
| 128 | 
            +
            <a class="link" href="gio-Watching-Bus-Names.html#g-bus-watch-name-on-connection-with-closures" title="g_bus_watch_name_on_connection_with_closures ()">g_bus_watch_name_on_connection_with_closures</a>, function in <a class="link" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">Watching Bus Names</a>
         | 
| 129 | 
            +
            </dt>
         | 
| 130 | 
            +
            <dd></dd>
         | 
| 131 | 
            +
            <dt>
         | 
| 132 | 
            +
            <a class="link" href="gio-Watching-Bus-Names.html#g-bus-watch-name-with-closures" title="g_bus_watch_name_with_closures ()">g_bus_watch_name_with_closures</a>, function in <a class="link" href="gio-Watching-Bus-Names.html" title="Watching Bus Names">Watching Bus Names</a>
         | 
| 133 | 
            +
            </dt>
         | 
| 134 | 
            +
            <dd></dd>
         | 
| 135 | 
            +
            <a name="idxC"></a><h3 class="title">C</h3>
         | 
| 136 | 
            +
            <dt>
         | 
| 137 | 
            +
            <a class="link" href="GCredentials.html#GCredentials-struct" title="GCredentials">GCredentials</a>, struct in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
         | 
| 138 | 
            +
            </dt>
         | 
| 139 | 
            +
            <dd></dd>
         | 
| 140 | 
            +
            <dt>
         | 
| 141 | 
            +
            <a class="link" href="GCredentials.html#GCredentialsType" title="enum GCredentialsType">GCredentialsType</a>, enum in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
         | 
| 142 | 
            +
            </dt>
         | 
| 143 | 
            +
            <dd></dd>
         | 
| 144 | 
            +
            <dt>
         | 
| 145 | 
            +
            <a class="link" href="GCredentials.html#g-credentials-get-native" title="g_credentials_get_native ()">g_credentials_get_native</a>, function in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
         | 
| 146 | 
            +
            </dt>
         | 
| 147 | 
            +
            <dd></dd>
         | 
| 148 | 
            +
            <dt>
         | 
| 149 | 
            +
            <a class="link" href="GCredentials.html#g-credentials-get-unix-user" title="g_credentials_get_unix_user ()">g_credentials_get_unix_user</a>, function in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
         | 
| 150 | 
            +
            </dt>
         | 
| 151 | 
            +
            <dd></dd>
         | 
| 152 | 
            +
            <dt>
         | 
| 153 | 
            +
            <a class="link" href="GCredentials.html#g-credentials-is-same-user" title="g_credentials_is_same_user ()">g_credentials_is_same_user</a>, function in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
         | 
| 154 | 
            +
            </dt>
         | 
| 155 | 
            +
            <dd></dd>
         | 
| 156 | 
            +
            <dt>
         | 
| 157 | 
            +
            <a class="link" href="GCredentials.html#g-credentials-new" title="g_credentials_new ()">g_credentials_new</a>, function in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
         | 
| 158 | 
            +
            </dt>
         | 
| 159 | 
            +
            <dd></dd>
         | 
| 160 | 
            +
            <dt>
         | 
| 161 | 
            +
            <a class="link" href="GCredentials.html#g-credentials-set-native" title="g_credentials_set_native ()">g_credentials_set_native</a>, function in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
         | 
| 162 | 
            +
            </dt>
         | 
| 163 | 
            +
            <dd></dd>
         | 
| 164 | 
            +
            <dt>
         | 
| 165 | 
            +
            <a class="link" href="GCredentials.html#g-credentials-set-unix-user" title="g_credentials_set_unix_user ()">g_credentials_set_unix_user</a>, function in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
         | 
| 166 | 
            +
            </dt>
         | 
| 167 | 
            +
            <dd></dd>
         | 
| 168 | 
            +
            <dt>
         | 
| 169 | 
            +
            <a class="link" href="GCredentials.html#g-credentials-to-string" title="g_credentials_to_string ()">g_credentials_to_string</a>, function in <a class="link" href="GCredentials.html" title="GCredentials">GCredentials</a>
         | 
| 170 | 
            +
            </dt>
         | 
| 171 | 
            +
            <dd></dd>
         | 
| 172 | 
            +
            <a name="idxD"></a><h3 class="title">D</h3>
         | 
| 173 | 
            +
            <dt>
         | 
| 174 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo" title="GDBusAnnotationInfo">GDBusAnnotationInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 175 | 
            +
            </dt>
         | 
| 176 | 
            +
            <dd></dd>
         | 
| 177 | 
            +
            <dt>
         | 
| 178 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo" title="GDBusArgInfo">GDBusArgInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 179 | 
            +
            </dt>
         | 
| 180 | 
            +
            <dd></dd>
         | 
| 181 | 
            +
            <dt>
         | 
| 182 | 
            +
            <a class="link" href="GDBusAuthObserver.html#GDBusAuthObserver-struct" title="GDBusAuthObserver">GDBusAuthObserver</a>, struct in <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver">GDBusAuthObserver</a>
         | 
| 183 | 
            +
            </dt>
         | 
| 184 | 
            +
            <dd></dd>
         | 
| 185 | 
            +
            <dt>
         | 
| 186 | 
            +
            <a class="link" href="GDBusAuthObserver.html#GDBusAuthObserver-authorize-authenticated-peer" title='The "authorize-authenticated-peer" signal'>GDBusAuthObserver::authorize-authenticated-peer</a>, object signal in <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver">GDBusAuthObserver</a>
         | 
| 187 | 
            +
            </dt>
         | 
| 188 | 
            +
            <dd></dd>
         | 
| 189 | 
            +
            <dt>
         | 
| 190 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusCallFlags" title="enum GDBusCallFlags">GDBusCallFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 191 | 
            +
            </dt>
         | 
| 192 | 
            +
            <dd></dd>
         | 
| 193 | 
            +
            <dt>
         | 
| 194 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusCapabilityFlags" title="enum GDBusCapabilityFlags">GDBusCapabilityFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 195 | 
            +
            </dt>
         | 
| 196 | 
            +
            <dd></dd>
         | 
| 197 | 
            +
            <dt>
         | 
| 198 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusConnection-struct" title="GDBusConnection">GDBusConnection</a>, struct in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 199 | 
            +
            </dt>
         | 
| 200 | 
            +
            <dd></dd>
         | 
| 201 | 
            +
            <dt>
         | 
| 202 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusConnection-closed" title='The "closed" signal'>GDBusConnection::closed</a>, object signal in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 203 | 
            +
            </dt>
         | 
| 204 | 
            +
            <dd></dd>
         | 
| 205 | 
            +
            <dt>
         | 
| 206 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusConnection--address" title='The "address" property'>GDBusConnection:address</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 207 | 
            +
            </dt>
         | 
| 208 | 
            +
            <dd></dd>
         | 
| 209 | 
            +
            <dt>
         | 
| 210 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusConnection--authentication-observer" title='The "authentication-observer" property'>GDBusConnection:authentication-observer</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 211 | 
            +
            </dt>
         | 
| 212 | 
            +
            <dd></dd>
         | 
| 213 | 
            +
            <dt>
         | 
| 214 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusConnection--capabilities" title='The "capabilities" property'>GDBusConnection:capabilities</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 215 | 
            +
            </dt>
         | 
| 216 | 
            +
            <dd></dd>
         | 
| 217 | 
            +
            <dt>
         | 
| 218 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusConnection--closed" title='The "closed" property'>GDBusConnection:closed</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 219 | 
            +
            </dt>
         | 
| 220 | 
            +
            <dd></dd>
         | 
| 221 | 
            +
            <dt>
         | 
| 222 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusConnection--exit-on-close" title='The "exit-on-close" property'>GDBusConnection:exit-on-close</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 223 | 
            +
            </dt>
         | 
| 224 | 
            +
            <dd></dd>
         | 
| 225 | 
            +
            <dt>
         | 
| 226 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusConnection--flags" title='The "flags" property'>GDBusConnection:flags</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 227 | 
            +
            </dt>
         | 
| 228 | 
            +
            <dd></dd>
         | 
| 229 | 
            +
            <dt>
         | 
| 230 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusConnection--guid" title='The "guid" property'>GDBusConnection:guid</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 231 | 
            +
            </dt>
         | 
| 232 | 
            +
            <dd></dd>
         | 
| 233 | 
            +
            <dt>
         | 
| 234 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusConnection--stream" title='The "stream" property'>GDBusConnection:stream</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 235 | 
            +
            </dt>
         | 
| 236 | 
            +
            <dd></dd>
         | 
| 237 | 
            +
            <dt>
         | 
| 238 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusConnection--unique-name" title='The "unique-name" property'>GDBusConnection:unique-name</a>, object property in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 239 | 
            +
            </dt>
         | 
| 240 | 
            +
            <dd></dd>
         | 
| 241 | 
            +
            <dt>
         | 
| 242 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusConnectionFlags" title="enum GDBusConnectionFlags">GDBusConnectionFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 243 | 
            +
            </dt>
         | 
| 244 | 
            +
            <dd></dd>
         | 
| 245 | 
            +
            <dt>
         | 
| 246 | 
            +
            <a class="link" href="gio-GDBusError.html#GDBusError" title="enum GDBusError">GDBusError</a>, enum in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
         | 
| 247 | 
            +
            </dt>
         | 
| 248 | 
            +
            <dd></dd>
         | 
| 249 | 
            +
            <dt>
         | 
| 250 | 
            +
            <a class="link" href="gio-GDBusError.html#GDBusErrorEntry" title="GDBusErrorEntry">GDBusErrorEntry</a>, struct in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
         | 
| 251 | 
            +
            </dt>
         | 
| 252 | 
            +
            <dd></dd>
         | 
| 253 | 
            +
            <dt>
         | 
| 254 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusInterfaceGetPropertyFunc" title="GDBusInterfaceGetPropertyFunc ()">GDBusInterfaceGetPropertyFunc</a>, user_function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 255 | 
            +
            </dt>
         | 
| 256 | 
            +
            <dd></dd>
         | 
| 257 | 
            +
            <dt>
         | 
| 258 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo" title="GDBusInterfaceInfo">GDBusInterfaceInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 259 | 
            +
            </dt>
         | 
| 260 | 
            +
            <dd></dd>
         | 
| 261 | 
            +
            <dt>
         | 
| 262 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusInterfaceMethodCallFunc" title="GDBusInterfaceMethodCallFunc ()">GDBusInterfaceMethodCallFunc</a>, user_function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 263 | 
            +
            </dt>
         | 
| 264 | 
            +
            <dd></dd>
         | 
| 265 | 
            +
            <dt>
         | 
| 266 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusInterfaceSetPropertyFunc" title="GDBusInterfaceSetPropertyFunc ()">GDBusInterfaceSetPropertyFunc</a>, user_function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 267 | 
            +
            </dt>
         | 
| 268 | 
            +
            <dd></dd>
         | 
| 269 | 
            +
            <dt>
         | 
| 270 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusInterfaceVTable" title="GDBusInterfaceVTable">GDBusInterfaceVTable</a>, struct in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 271 | 
            +
            </dt>
         | 
| 272 | 
            +
            <dd></dd>
         | 
| 273 | 
            +
            <dt>
         | 
| 274 | 
            +
            <a class="link" href="GDBusMessage.html#GDBusMessage-struct" title="GDBusMessage">GDBusMessage</a>, struct in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 275 | 
            +
            </dt>
         | 
| 276 | 
            +
            <dd></dd>
         | 
| 277 | 
            +
            <dt>
         | 
| 278 | 
            +
            <a class="link" href="GDBusMessage.html#GDBusMessageByteOrder" title="enum GDBusMessageByteOrder">GDBusMessageByteOrder</a>, enum in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 279 | 
            +
            </dt>
         | 
| 280 | 
            +
            <dd></dd>
         | 
| 281 | 
            +
            <dt>
         | 
| 282 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusMessageFilterFunction" title="GDBusMessageFilterFunction ()">GDBusMessageFilterFunction</a>, user_function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 283 | 
            +
            </dt>
         | 
| 284 | 
            +
            <dd></dd>
         | 
| 285 | 
            +
            <dt>
         | 
| 286 | 
            +
            <a class="link" href="GDBusMessage.html#GDBusMessageFlags" title="enum GDBusMessageFlags">GDBusMessageFlags</a>, enum in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 287 | 
            +
            </dt>
         | 
| 288 | 
            +
            <dd></dd>
         | 
| 289 | 
            +
            <dt>
         | 
| 290 | 
            +
            <a class="link" href="GDBusMessage.html#GDBusMessageHeaderField" title="enum GDBusMessageHeaderField">GDBusMessageHeaderField</a>, enum in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 291 | 
            +
            </dt>
         | 
| 292 | 
            +
            <dd></dd>
         | 
| 293 | 
            +
            <dt>
         | 
| 294 | 
            +
            <a class="link" href="GDBusMessage.html#GDBusMessageType" title="enum GDBusMessageType">GDBusMessageType</a>, enum in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 295 | 
            +
            </dt>
         | 
| 296 | 
            +
            <dd></dd>
         | 
| 297 | 
            +
            <dt>
         | 
| 298 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo">GDBusMethodInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 299 | 
            +
            </dt>
         | 
| 300 | 
            +
            <dd></dd>
         | 
| 301 | 
            +
            <dt>
         | 
| 302 | 
            +
            <a class="link" href="GDBusMethodInvocation.html#GDBusMethodInvocation-struct" title="GDBusMethodInvocation">GDBusMethodInvocation</a>, struct in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 303 | 
            +
            </dt>
         | 
| 304 | 
            +
            <dd></dd>
         | 
| 305 | 
            +
            <dt>
         | 
| 306 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo">GDBusNodeInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 307 | 
            +
            </dt>
         | 
| 308 | 
            +
            <dd></dd>
         | 
| 309 | 
            +
            <dt>
         | 
| 310 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo" title="GDBusPropertyInfo">GDBusPropertyInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 311 | 
            +
            </dt>
         | 
| 312 | 
            +
            <dd></dd>
         | 
| 313 | 
            +
            <dt>
         | 
| 314 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfoFlags" title="enum GDBusPropertyInfoFlags">GDBusPropertyInfoFlags</a>, enum in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 315 | 
            +
            </dt>
         | 
| 316 | 
            +
            <dd></dd>
         | 
| 317 | 
            +
            <dt>
         | 
| 318 | 
            +
            <a class="link" href="GDBusProxy.html#GDBusProxy-struct" title="GDBusProxy">GDBusProxy</a>, struct in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 319 | 
            +
            </dt>
         | 
| 320 | 
            +
            <dd></dd>
         | 
| 321 | 
            +
            <dt>
         | 
| 322 | 
            +
            <a class="link" href="GDBusProxy.html#GDBusProxy-g-properties-changed" title='The "g-properties-changed" signal'>GDBusProxy::g-properties-changed</a>, object signal in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 323 | 
            +
            </dt>
         | 
| 324 | 
            +
            <dd></dd>
         | 
| 325 | 
            +
            <dt>
         | 
| 326 | 
            +
            <a class="link" href="GDBusProxy.html#GDBusProxy-g-signal" title='The "g-signal" signal'>GDBusProxy::g-signal</a>, object signal in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 327 | 
            +
            </dt>
         | 
| 328 | 
            +
            <dd></dd>
         | 
| 329 | 
            +
            <dt>
         | 
| 330 | 
            +
            <a class="link" href="GDBusProxy.html#GDBusProxy--g-bus-type" title='The "g-bus-type" property'>GDBusProxy:g-bus-type</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 331 | 
            +
            </dt>
         | 
| 332 | 
            +
            <dd></dd>
         | 
| 333 | 
            +
            <dt>
         | 
| 334 | 
            +
            <a class="link" href="GDBusProxy.html#GDBusProxy--g-connection" title='The "g-connection" property'>GDBusProxy:g-connection</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 335 | 
            +
            </dt>
         | 
| 336 | 
            +
            <dd></dd>
         | 
| 337 | 
            +
            <dt>
         | 
| 338 | 
            +
            <a class="link" href="GDBusProxy.html#GDBusProxy--g-default-timeout" title='The "g-default-timeout" property'>GDBusProxy:g-default-timeout</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 339 | 
            +
            </dt>
         | 
| 340 | 
            +
            <dd></dd>
         | 
| 341 | 
            +
            <dt>
         | 
| 342 | 
            +
            <a class="link" href="GDBusProxy.html#GDBusProxy--g-flags" title='The "g-flags" property'>GDBusProxy:g-flags</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 343 | 
            +
            </dt>
         | 
| 344 | 
            +
            <dd></dd>
         | 
| 345 | 
            +
            <dt>
         | 
| 346 | 
            +
            <a class="link" href="GDBusProxy.html#GDBusProxy--g-interface-info" title='The "g-interface-info" property'>GDBusProxy:g-interface-info</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 347 | 
            +
            </dt>
         | 
| 348 | 
            +
            <dd></dd>
         | 
| 349 | 
            +
            <dt>
         | 
| 350 | 
            +
            <a class="link" href="GDBusProxy.html#GDBusProxy--g-interface-name" title='The "g-interface-name" property'>GDBusProxy:g-interface-name</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 351 | 
            +
            </dt>
         | 
| 352 | 
            +
            <dd></dd>
         | 
| 353 | 
            +
            <dt>
         | 
| 354 | 
            +
            <a class="link" href="GDBusProxy.html#GDBusProxy--g-name" title='The "g-name" property'>GDBusProxy:g-name</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 355 | 
            +
            </dt>
         | 
| 356 | 
            +
            <dd></dd>
         | 
| 357 | 
            +
            <dt>
         | 
| 358 | 
            +
            <a class="link" href="GDBusProxy.html#GDBusProxy--g-name-owner" title='The "g-name-owner" property'>GDBusProxy:g-name-owner</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 359 | 
            +
            </dt>
         | 
| 360 | 
            +
            <dd></dd>
         | 
| 361 | 
            +
            <dt>
         | 
| 362 | 
            +
            <a class="link" href="GDBusProxy.html#GDBusProxy--g-object-path" title='The "g-object-path" property'>GDBusProxy:g-object-path</a>, object property in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 363 | 
            +
            </dt>
         | 
| 364 | 
            +
            <dd></dd>
         | 
| 365 | 
            +
            <dt>
         | 
| 366 | 
            +
            <a class="link" href="GDBusProxy.html#GDBusProxyClass" title="GDBusProxyClass">GDBusProxyClass</a>, struct in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 367 | 
            +
            </dt>
         | 
| 368 | 
            +
            <dd></dd>
         | 
| 369 | 
            +
            <dt>
         | 
| 370 | 
            +
            <a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags">GDBusProxyFlags</a>, enum in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 371 | 
            +
            </dt>
         | 
| 372 | 
            +
            <dd></dd>
         | 
| 373 | 
            +
            <dt>
         | 
| 374 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusSendMessageFlags" title="enum GDBusSendMessageFlags">GDBusSendMessageFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 375 | 
            +
            </dt>
         | 
| 376 | 
            +
            <dd></dd>
         | 
| 377 | 
            +
            <dt>
         | 
| 378 | 
            +
            <a class="link" href="GDBusServer.html#GDBusServer-struct" title="GDBusServer">GDBusServer</a>, struct in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 379 | 
            +
            </dt>
         | 
| 380 | 
            +
            <dd></dd>
         | 
| 381 | 
            +
            <dt>
         | 
| 382 | 
            +
            <a class="link" href="GDBusServer.html#GDBusServer-new-connection" title='The "new-connection" signal'>GDBusServer::new-connection</a>, object signal in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 383 | 
            +
            </dt>
         | 
| 384 | 
            +
            <dd></dd>
         | 
| 385 | 
            +
            <dt>
         | 
| 386 | 
            +
            <a class="link" href="GDBusServer.html#GDBusServer--active" title='The "active" property'>GDBusServer:active</a>, object property in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 387 | 
            +
            </dt>
         | 
| 388 | 
            +
            <dd></dd>
         | 
| 389 | 
            +
            <dt>
         | 
| 390 | 
            +
            <a class="link" href="GDBusServer.html#GDBusServer--address" title='The "address" property'>GDBusServer:address</a>, object property in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 391 | 
            +
            </dt>
         | 
| 392 | 
            +
            <dd></dd>
         | 
| 393 | 
            +
            <dt>
         | 
| 394 | 
            +
            <a class="link" href="GDBusServer.html#GDBusServer--authentication-observer" title='The "authentication-observer" property'>GDBusServer:authentication-observer</a>, object property in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 395 | 
            +
            </dt>
         | 
| 396 | 
            +
            <dd></dd>
         | 
| 397 | 
            +
            <dt>
         | 
| 398 | 
            +
            <a class="link" href="GDBusServer.html#GDBusServer--client-address" title='The "client-address" property'>GDBusServer:client-address</a>, object property in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 399 | 
            +
            </dt>
         | 
| 400 | 
            +
            <dd></dd>
         | 
| 401 | 
            +
            <dt>
         | 
| 402 | 
            +
            <a class="link" href="GDBusServer.html#GDBusServer--flags" title='The "flags" property'>GDBusServer:flags</a>, object property in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 403 | 
            +
            </dt>
         | 
| 404 | 
            +
            <dd></dd>
         | 
| 405 | 
            +
            <dt>
         | 
| 406 | 
            +
            <a class="link" href="GDBusServer.html#GDBusServer--guid" title='The "guid" property'>GDBusServer:guid</a>, object property in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 407 | 
            +
            </dt>
         | 
| 408 | 
            +
            <dd></dd>
         | 
| 409 | 
            +
            <dt>
         | 
| 410 | 
            +
            <a class="link" href="GDBusServer.html#GDBusServerFlags" title="enum GDBusServerFlags">GDBusServerFlags</a>, enum in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 411 | 
            +
            </dt>
         | 
| 412 | 
            +
            <dd></dd>
         | 
| 413 | 
            +
            <dt>
         | 
| 414 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusSignalCallback" title="GDBusSignalCallback ()">GDBusSignalCallback</a>, user_function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 415 | 
            +
            </dt>
         | 
| 416 | 
            +
            <dd></dd>
         | 
| 417 | 
            +
            <dt>
         | 
| 418 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusSignalFlags" title="enum GDBusSignalFlags">GDBusSignalFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 419 | 
            +
            </dt>
         | 
| 420 | 
            +
            <dd></dd>
         | 
| 421 | 
            +
            <dt>
         | 
| 422 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo">GDBusSignalInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 423 | 
            +
            </dt>
         | 
| 424 | 
            +
            <dd></dd>
         | 
| 425 | 
            +
            <dt>
         | 
| 426 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusSubtreeDispatchFunc" title="GDBusSubtreeDispatchFunc ()">GDBusSubtreeDispatchFunc</a>, user_function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 427 | 
            +
            </dt>
         | 
| 428 | 
            +
            <dd></dd>
         | 
| 429 | 
            +
            <dt>
         | 
| 430 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusSubtreeEnumerateFunc" title="GDBusSubtreeEnumerateFunc ()">GDBusSubtreeEnumerateFunc</a>, user_function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 431 | 
            +
            </dt>
         | 
| 432 | 
            +
            <dd></dd>
         | 
| 433 | 
            +
            <dt>
         | 
| 434 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusSubtreeFlags" title="enum GDBusSubtreeFlags">GDBusSubtreeFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 435 | 
            +
            </dt>
         | 
| 436 | 
            +
            <dd></dd>
         | 
| 437 | 
            +
            <dt>
         | 
| 438 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusSubtreeIntrospectFunc" title="GDBusSubtreeIntrospectFunc ()">GDBusSubtreeIntrospectFunc</a>, user_function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 439 | 
            +
            </dt>
         | 
| 440 | 
            +
            <dd></dd>
         | 
| 441 | 
            +
            <dt>
         | 
| 442 | 
            +
            <a class="link" href="GDBusConnection.html#GDBusSubtreeVTable" title="GDBusSubtreeVTable">GDBusSubtreeVTable</a>, struct in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 443 | 
            +
            </dt>
         | 
| 444 | 
            +
            <dd></dd>
         | 
| 445 | 
            +
            <dt>
         | 
| 446 | 
            +
            <a class="link" href="gio-D-Bus-Addresses.html#g-dbus-address-get-for-bus-sync" title="g_dbus_address_get_for_bus_sync ()">g_dbus_address_get_for_bus_sync</a>, function in <a class="link" href="gio-D-Bus-Addresses.html" title="D-Bus Addresses">D-Bus Addresses</a>
         | 
| 447 | 
            +
            </dt>
         | 
| 448 | 
            +
            <dd></dd>
         | 
| 449 | 
            +
            <dt>
         | 
| 450 | 
            +
            <a class="link" href="gio-D-Bus-Addresses.html#g-dbus-address-get-stream" title="g_dbus_address_get_stream ()">g_dbus_address_get_stream</a>, function in <a class="link" href="gio-D-Bus-Addresses.html" title="D-Bus Addresses">D-Bus Addresses</a>
         | 
| 451 | 
            +
            </dt>
         | 
| 452 | 
            +
            <dd></dd>
         | 
| 453 | 
            +
            <dt>
         | 
| 454 | 
            +
            <a class="link" href="gio-D-Bus-Addresses.html#g-dbus-address-get-stream-finish" title="g_dbus_address_get_stream_finish ()">g_dbus_address_get_stream_finish</a>, function in <a class="link" href="gio-D-Bus-Addresses.html" title="D-Bus Addresses">D-Bus Addresses</a>
         | 
| 455 | 
            +
            </dt>
         | 
| 456 | 
            +
            <dd></dd>
         | 
| 457 | 
            +
            <dt>
         | 
| 458 | 
            +
            <a class="link" href="gio-D-Bus-Addresses.html#g-dbus-address-get-stream-sync" title="g_dbus_address_get_stream_sync ()">g_dbus_address_get_stream_sync</a>, function in <a class="link" href="gio-D-Bus-Addresses.html" title="D-Bus Addresses">D-Bus Addresses</a>
         | 
| 459 | 
            +
            </dt>
         | 
| 460 | 
            +
            <dd></dd>
         | 
| 461 | 
            +
            <dt>
         | 
| 462 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-lookup" title="g_dbus_annotation_info_lookup ()">g_dbus_annotation_info_lookup</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 463 | 
            +
            </dt>
         | 
| 464 | 
            +
            <dd></dd>
         | 
| 465 | 
            +
            <dt>
         | 
| 466 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-ref" title="g_dbus_annotation_info_ref ()">g_dbus_annotation_info_ref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 467 | 
            +
            </dt>
         | 
| 468 | 
            +
            <dd></dd>
         | 
| 469 | 
            +
            <dt>
         | 
| 470 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-unref" title="g_dbus_annotation_info_unref ()">g_dbus_annotation_info_unref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 471 | 
            +
            </dt>
         | 
| 472 | 
            +
            <dd></dd>
         | 
| 473 | 
            +
            <dt>
         | 
| 474 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-arg-info-ref" title="g_dbus_arg_info_ref ()">g_dbus_arg_info_ref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 475 | 
            +
            </dt>
         | 
| 476 | 
            +
            <dd></dd>
         | 
| 477 | 
            +
            <dt>
         | 
| 478 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-arg-info-unref" title="g_dbus_arg_info_unref ()">g_dbus_arg_info_unref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 479 | 
            +
            </dt>
         | 
| 480 | 
            +
            <dd></dd>
         | 
| 481 | 
            +
            <dt>
         | 
| 482 | 
            +
            <a class="link" href="GDBusAuthObserver.html#g-dbus-auth-observer-authorize-authenticated-peer" title="g_dbus_auth_observer_authorize_authenticated_peer ()">g_dbus_auth_observer_authorize_authenticated_peer</a>, function in <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver">GDBusAuthObserver</a>
         | 
| 483 | 
            +
            </dt>
         | 
| 484 | 
            +
            <dd></dd>
         | 
| 485 | 
            +
            <dt>
         | 
| 486 | 
            +
            <a class="link" href="GDBusAuthObserver.html#g-dbus-auth-observer-new" title="g_dbus_auth_observer_new ()">g_dbus_auth_observer_new</a>, function in <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver">GDBusAuthObserver</a>
         | 
| 487 | 
            +
            </dt>
         | 
| 488 | 
            +
            <dd></dd>
         | 
| 489 | 
            +
            <dt>
         | 
| 490 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-add-filter" title="g_dbus_connection_add_filter ()">g_dbus_connection_add_filter</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 491 | 
            +
            </dt>
         | 
| 492 | 
            +
            <dd></dd>
         | 
| 493 | 
            +
            <dt>
         | 
| 494 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-call" title="g_dbus_connection_call ()">g_dbus_connection_call</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 495 | 
            +
            </dt>
         | 
| 496 | 
            +
            <dd></dd>
         | 
| 497 | 
            +
            <dt>
         | 
| 498 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-call-finish" title="g_dbus_connection_call_finish ()">g_dbus_connection_call_finish</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 499 | 
            +
            </dt>
         | 
| 500 | 
            +
            <dd></dd>
         | 
| 501 | 
            +
            <dt>
         | 
| 502 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-call-sync" title="g_dbus_connection_call_sync ()">g_dbus_connection_call_sync</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 503 | 
            +
            </dt>
         | 
| 504 | 
            +
            <dd></dd>
         | 
| 505 | 
            +
            <dt>
         | 
| 506 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-close" title="g_dbus_connection_close ()">g_dbus_connection_close</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 507 | 
            +
            </dt>
         | 
| 508 | 
            +
            <dd></dd>
         | 
| 509 | 
            +
            <dt>
         | 
| 510 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-close-finish" title="g_dbus_connection_close_finish ()">g_dbus_connection_close_finish</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 511 | 
            +
            </dt>
         | 
| 512 | 
            +
            <dd></dd>
         | 
| 513 | 
            +
            <dt>
         | 
| 514 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-close-sync" title="g_dbus_connection_close_sync ()">g_dbus_connection_close_sync</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 515 | 
            +
            </dt>
         | 
| 516 | 
            +
            <dd></dd>
         | 
| 517 | 
            +
            <dt>
         | 
| 518 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-emit-signal" title="g_dbus_connection_emit_signal ()">g_dbus_connection_emit_signal</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 519 | 
            +
            </dt>
         | 
| 520 | 
            +
            <dd></dd>
         | 
| 521 | 
            +
            <dt>
         | 
| 522 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-flush" title="g_dbus_connection_flush ()">g_dbus_connection_flush</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 523 | 
            +
            </dt>
         | 
| 524 | 
            +
            <dd></dd>
         | 
| 525 | 
            +
            <dt>
         | 
| 526 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-flush-finish" title="g_dbus_connection_flush_finish ()">g_dbus_connection_flush_finish</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 527 | 
            +
            </dt>
         | 
| 528 | 
            +
            <dd></dd>
         | 
| 529 | 
            +
            <dt>
         | 
| 530 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-flush-sync" title="g_dbus_connection_flush_sync ()">g_dbus_connection_flush_sync</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 531 | 
            +
            </dt>
         | 
| 532 | 
            +
            <dd></dd>
         | 
| 533 | 
            +
            <dt>
         | 
| 534 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-get-capabilities" title="g_dbus_connection_get_capabilities ()">g_dbus_connection_get_capabilities</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 535 | 
            +
            </dt>
         | 
| 536 | 
            +
            <dd></dd>
         | 
| 537 | 
            +
            <dt>
         | 
| 538 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-get-exit-on-close" title="g_dbus_connection_get_exit_on_close ()">g_dbus_connection_get_exit_on_close</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 539 | 
            +
            </dt>
         | 
| 540 | 
            +
            <dd></dd>
         | 
| 541 | 
            +
            <dt>
         | 
| 542 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-get-guid" title="g_dbus_connection_get_guid ()">g_dbus_connection_get_guid</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 543 | 
            +
            </dt>
         | 
| 544 | 
            +
            <dd></dd>
         | 
| 545 | 
            +
            <dt>
         | 
| 546 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-get-peer-credentials" title="g_dbus_connection_get_peer_credentials ()">g_dbus_connection_get_peer_credentials</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 547 | 
            +
            </dt>
         | 
| 548 | 
            +
            <dd></dd>
         | 
| 549 | 
            +
            <dt>
         | 
| 550 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-get-stream" title="g_dbus_connection_get_stream ()">g_dbus_connection_get_stream</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 551 | 
            +
            </dt>
         | 
| 552 | 
            +
            <dd></dd>
         | 
| 553 | 
            +
            <dt>
         | 
| 554 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-get-unique-name" title="g_dbus_connection_get_unique_name ()">g_dbus_connection_get_unique_name</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 555 | 
            +
            </dt>
         | 
| 556 | 
            +
            <dd></dd>
         | 
| 557 | 
            +
            <dt>
         | 
| 558 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-is-closed" title="g_dbus_connection_is_closed ()">g_dbus_connection_is_closed</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 559 | 
            +
            </dt>
         | 
| 560 | 
            +
            <dd></dd>
         | 
| 561 | 
            +
            <dt>
         | 
| 562 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-new" title="g_dbus_connection_new ()">g_dbus_connection_new</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 563 | 
            +
            </dt>
         | 
| 564 | 
            +
            <dd></dd>
         | 
| 565 | 
            +
            <dt>
         | 
| 566 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-new-finish" title="g_dbus_connection_new_finish ()">g_dbus_connection_new_finish</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 567 | 
            +
            </dt>
         | 
| 568 | 
            +
            <dd></dd>
         | 
| 569 | 
            +
            <dt>
         | 
| 570 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-new-for-address" title="g_dbus_connection_new_for_address ()">g_dbus_connection_new_for_address</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 571 | 
            +
            </dt>
         | 
| 572 | 
            +
            <dd></dd>
         | 
| 573 | 
            +
            <dt>
         | 
| 574 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-new-for-address-finish" title="g_dbus_connection_new_for_address_finish ()">g_dbus_connection_new_for_address_finish</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 575 | 
            +
            </dt>
         | 
| 576 | 
            +
            <dd></dd>
         | 
| 577 | 
            +
            <dt>
         | 
| 578 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-new-for-address-sync" title="g_dbus_connection_new_for_address_sync ()">g_dbus_connection_new_for_address_sync</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 579 | 
            +
            </dt>
         | 
| 580 | 
            +
            <dd></dd>
         | 
| 581 | 
            +
            <dt>
         | 
| 582 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-new-sync" title="g_dbus_connection_new_sync ()">g_dbus_connection_new_sync</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 583 | 
            +
            </dt>
         | 
| 584 | 
            +
            <dd></dd>
         | 
| 585 | 
            +
            <dt>
         | 
| 586 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-register-object" title="g_dbus_connection_register_object ()">g_dbus_connection_register_object</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 587 | 
            +
            </dt>
         | 
| 588 | 
            +
            <dd></dd>
         | 
| 589 | 
            +
            <dt>
         | 
| 590 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-register-subtree" title="g_dbus_connection_register_subtree ()">g_dbus_connection_register_subtree</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 591 | 
            +
            </dt>
         | 
| 592 | 
            +
            <dd></dd>
         | 
| 593 | 
            +
            <dt>
         | 
| 594 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-remove-filter" title="g_dbus_connection_remove_filter ()">g_dbus_connection_remove_filter</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 595 | 
            +
            </dt>
         | 
| 596 | 
            +
            <dd></dd>
         | 
| 597 | 
            +
            <dt>
         | 
| 598 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-send-message" title="g_dbus_connection_send_message ()">g_dbus_connection_send_message</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 599 | 
            +
            </dt>
         | 
| 600 | 
            +
            <dd></dd>
         | 
| 601 | 
            +
            <dt>
         | 
| 602 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-send-message-with-reply" title="g_dbus_connection_send_message_with_reply ()">g_dbus_connection_send_message_with_reply</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 603 | 
            +
            </dt>
         | 
| 604 | 
            +
            <dd></dd>
         | 
| 605 | 
            +
            <dt>
         | 
| 606 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-send-message-with-reply-finish" title="g_dbus_connection_send_message_with_reply_finish ()">g_dbus_connection_send_message_with_reply_finish</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 607 | 
            +
            </dt>
         | 
| 608 | 
            +
            <dd></dd>
         | 
| 609 | 
            +
            <dt>
         | 
| 610 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-send-message-with-reply-sync" title="g_dbus_connection_send_message_with_reply_sync ()">g_dbus_connection_send_message_with_reply_sync</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 611 | 
            +
            </dt>
         | 
| 612 | 
            +
            <dd></dd>
         | 
| 613 | 
            +
            <dt>
         | 
| 614 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-set-exit-on-close" title="g_dbus_connection_set_exit_on_close ()">g_dbus_connection_set_exit_on_close</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 615 | 
            +
            </dt>
         | 
| 616 | 
            +
            <dd></dd>
         | 
| 617 | 
            +
            <dt>
         | 
| 618 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-signal-subscribe" title="g_dbus_connection_signal_subscribe ()">g_dbus_connection_signal_subscribe</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 619 | 
            +
            </dt>
         | 
| 620 | 
            +
            <dd></dd>
         | 
| 621 | 
            +
            <dt>
         | 
| 622 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-signal-unsubscribe" title="g_dbus_connection_signal_unsubscribe ()">g_dbus_connection_signal_unsubscribe</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 623 | 
            +
            </dt>
         | 
| 624 | 
            +
            <dd></dd>
         | 
| 625 | 
            +
            <dt>
         | 
| 626 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-start-message-processing" title="g_dbus_connection_start_message_processing ()">g_dbus_connection_start_message_processing</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 627 | 
            +
            </dt>
         | 
| 628 | 
            +
            <dd></dd>
         | 
| 629 | 
            +
            <dt>
         | 
| 630 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-unregister-object" title="g_dbus_connection_unregister_object ()">g_dbus_connection_unregister_object</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 631 | 
            +
            </dt>
         | 
| 632 | 
            +
            <dd></dd>
         | 
| 633 | 
            +
            <dt>
         | 
| 634 | 
            +
            <a class="link" href="GDBusConnection.html#g-dbus-connection-unregister-subtree" title="g_dbus_connection_unregister_subtree ()">g_dbus_connection_unregister_subtree</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
         | 
| 635 | 
            +
            </dt>
         | 
| 636 | 
            +
            <dd></dd>
         | 
| 637 | 
            +
            <dt>
         | 
| 638 | 
            +
            <a class="link" href="gio-GDBusError.html#G-DBUS-ERROR:CAPS" title="G_DBUS_ERROR">G_DBUS_ERROR</a>, macro in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
         | 
| 639 | 
            +
            </dt>
         | 
| 640 | 
            +
            <dd></dd>
         | 
| 641 | 
            +
            <dt>
         | 
| 642 | 
            +
            <a class="link" href="gio-GDBusError.html#g-dbus-error-encode-gerror" title="g_dbus_error_encode_gerror ()">g_dbus_error_encode_gerror</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
         | 
| 643 | 
            +
            </dt>
         | 
| 644 | 
            +
            <dd></dd>
         | 
| 645 | 
            +
            <dt>
         | 
| 646 | 
            +
            <a class="link" href="gio-GDBusError.html#g-dbus-error-get-remote-error" title="g_dbus_error_get_remote_error ()">g_dbus_error_get_remote_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
         | 
| 647 | 
            +
            </dt>
         | 
| 648 | 
            +
            <dd></dd>
         | 
| 649 | 
            +
            <dt>
         | 
| 650 | 
            +
            <a class="link" href="gio-GDBusError.html#g-dbus-error-is-remote-error" title="g_dbus_error_is_remote_error ()">g_dbus_error_is_remote_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
         | 
| 651 | 
            +
            </dt>
         | 
| 652 | 
            +
            <dd></dd>
         | 
| 653 | 
            +
            <dt>
         | 
| 654 | 
            +
            <a class="link" href="gio-GDBusError.html#g-dbus-error-new-for-dbus-error" title="g_dbus_error_new_for_dbus_error ()">g_dbus_error_new_for_dbus_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
         | 
| 655 | 
            +
            </dt>
         | 
| 656 | 
            +
            <dd></dd>
         | 
| 657 | 
            +
            <dt>
         | 
| 658 | 
            +
            <a class="link" href="gio-GDBusError.html#g-dbus-error-register-error" title="g_dbus_error_register_error ()">g_dbus_error_register_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
         | 
| 659 | 
            +
            </dt>
         | 
| 660 | 
            +
            <dd></dd>
         | 
| 661 | 
            +
            <dt>
         | 
| 662 | 
            +
            <a class="link" href="gio-GDBusError.html#g-dbus-error-register-error-domain" title="g_dbus_error_register_error_domain ()">g_dbus_error_register_error_domain</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
         | 
| 663 | 
            +
            </dt>
         | 
| 664 | 
            +
            <dd></dd>
         | 
| 665 | 
            +
            <dt>
         | 
| 666 | 
            +
            <a class="link" href="gio-GDBusError.html#g-dbus-error-set-dbus-error" title="g_dbus_error_set_dbus_error ()">g_dbus_error_set_dbus_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
         | 
| 667 | 
            +
            </dt>
         | 
| 668 | 
            +
            <dd></dd>
         | 
| 669 | 
            +
            <dt>
         | 
| 670 | 
            +
            <a class="link" href="gio-GDBusError.html#g-dbus-error-set-dbus-error-valist" title="g_dbus_error_set_dbus_error_valist ()">g_dbus_error_set_dbus_error_valist</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
         | 
| 671 | 
            +
            </dt>
         | 
| 672 | 
            +
            <dd></dd>
         | 
| 673 | 
            +
            <dt>
         | 
| 674 | 
            +
            <a class="link" href="gio-GDBusError.html#g-dbus-error-strip-remote-error" title="g_dbus_error_strip_remote_error ()">g_dbus_error_strip_remote_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
         | 
| 675 | 
            +
            </dt>
         | 
| 676 | 
            +
            <dd></dd>
         | 
| 677 | 
            +
            <dt>
         | 
| 678 | 
            +
            <a class="link" href="gio-GDBusError.html#g-dbus-error-unregister-error" title="g_dbus_error_unregister_error ()">g_dbus_error_unregister_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
         | 
| 679 | 
            +
            </dt>
         | 
| 680 | 
            +
            <dd></dd>
         | 
| 681 | 
            +
            <dt>
         | 
| 682 | 
            +
            <a class="link" href="gio-D-Bus-Utilities.html#g-dbus-generate-guid" title="g_dbus_generate_guid ()">g_dbus_generate_guid</a>, function in <a class="link" href="gio-D-Bus-Utilities.html" title="D-Bus Utilities">D-Bus Utilities</a>
         | 
| 683 | 
            +
            </dt>
         | 
| 684 | 
            +
            <dd></dd>
         | 
| 685 | 
            +
            <dt>
         | 
| 686 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-generate-xml" title="g_dbus_interface_info_generate_xml ()">g_dbus_interface_info_generate_xml</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 687 | 
            +
            </dt>
         | 
| 688 | 
            +
            <dd></dd>
         | 
| 689 | 
            +
            <dt>
         | 
| 690 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-method" title="g_dbus_interface_info_lookup_method ()">g_dbus_interface_info_lookup_method</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 691 | 
            +
            </dt>
         | 
| 692 | 
            +
            <dd></dd>
         | 
| 693 | 
            +
            <dt>
         | 
| 694 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-property" title="g_dbus_interface_info_lookup_property ()">g_dbus_interface_info_lookup_property</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 695 | 
            +
            </dt>
         | 
| 696 | 
            +
            <dd></dd>
         | 
| 697 | 
            +
            <dt>
         | 
| 698 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-signal" title="g_dbus_interface_info_lookup_signal ()">g_dbus_interface_info_lookup_signal</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 699 | 
            +
            </dt>
         | 
| 700 | 
            +
            <dd></dd>
         | 
| 701 | 
            +
            <dt>
         | 
| 702 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-ref" title="g_dbus_interface_info_ref ()">g_dbus_interface_info_ref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 703 | 
            +
            </dt>
         | 
| 704 | 
            +
            <dd></dd>
         | 
| 705 | 
            +
            <dt>
         | 
| 706 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-unref" title="g_dbus_interface_info_unref ()">g_dbus_interface_info_unref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 707 | 
            +
            </dt>
         | 
| 708 | 
            +
            <dd></dd>
         | 
| 709 | 
            +
            <dt>
         | 
| 710 | 
            +
            <a class="link" href="gio-D-Bus-Addresses.html#g-dbus-is-address" title="g_dbus_is_address ()">g_dbus_is_address</a>, function in <a class="link" href="gio-D-Bus-Addresses.html" title="D-Bus Addresses">D-Bus Addresses</a>
         | 
| 711 | 
            +
            </dt>
         | 
| 712 | 
            +
            <dd></dd>
         | 
| 713 | 
            +
            <dt>
         | 
| 714 | 
            +
            <a class="link" href="gio-D-Bus-Utilities.html#g-dbus-is-guid" title="g_dbus_is_guid ()">g_dbus_is_guid</a>, function in <a class="link" href="gio-D-Bus-Utilities.html" title="D-Bus Utilities">D-Bus Utilities</a>
         | 
| 715 | 
            +
            </dt>
         | 
| 716 | 
            +
            <dd></dd>
         | 
| 717 | 
            +
            <dt>
         | 
| 718 | 
            +
            <a class="link" href="gio-D-Bus-Utilities.html#g-dbus-is-interface-name" title="g_dbus_is_interface_name ()">g_dbus_is_interface_name</a>, function in <a class="link" href="gio-D-Bus-Utilities.html" title="D-Bus Utilities">D-Bus Utilities</a>
         | 
| 719 | 
            +
            </dt>
         | 
| 720 | 
            +
            <dd></dd>
         | 
| 721 | 
            +
            <dt>
         | 
| 722 | 
            +
            <a class="link" href="gio-D-Bus-Utilities.html#g-dbus-is-member-name" title="g_dbus_is_member_name ()">g_dbus_is_member_name</a>, function in <a class="link" href="gio-D-Bus-Utilities.html" title="D-Bus Utilities">D-Bus Utilities</a>
         | 
| 723 | 
            +
            </dt>
         | 
| 724 | 
            +
            <dd></dd>
         | 
| 725 | 
            +
            <dt>
         | 
| 726 | 
            +
            <a class="link" href="gio-D-Bus-Utilities.html#g-dbus-is-name" title="g_dbus_is_name ()">g_dbus_is_name</a>, function in <a class="link" href="gio-D-Bus-Utilities.html" title="D-Bus Utilities">D-Bus Utilities</a>
         | 
| 727 | 
            +
            </dt>
         | 
| 728 | 
            +
            <dd></dd>
         | 
| 729 | 
            +
            <dt>
         | 
| 730 | 
            +
            <a class="link" href="gio-D-Bus-Addresses.html#g-dbus-is-supported-address" title="g_dbus_is_supported_address ()">g_dbus_is_supported_address</a>, function in <a class="link" href="gio-D-Bus-Addresses.html" title="D-Bus Addresses">D-Bus Addresses</a>
         | 
| 731 | 
            +
            </dt>
         | 
| 732 | 
            +
            <dd></dd>
         | 
| 733 | 
            +
            <dt>
         | 
| 734 | 
            +
            <a class="link" href="gio-D-Bus-Utilities.html#g-dbus-is-unique-name" title="g_dbus_is_unique_name ()">g_dbus_is_unique_name</a>, function in <a class="link" href="gio-D-Bus-Utilities.html" title="D-Bus Utilities">D-Bus Utilities</a>
         | 
| 735 | 
            +
            </dt>
         | 
| 736 | 
            +
            <dd></dd>
         | 
| 737 | 
            +
            <dt>
         | 
| 738 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-bytes-needed" title="g_dbus_message_bytes_needed ()">g_dbus_message_bytes_needed</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 739 | 
            +
            </dt>
         | 
| 740 | 
            +
            <dd></dd>
         | 
| 741 | 
            +
            <dt>
         | 
| 742 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-copy" title="g_dbus_message_copy ()">g_dbus_message_copy</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 743 | 
            +
            </dt>
         | 
| 744 | 
            +
            <dd></dd>
         | 
| 745 | 
            +
            <dt>
         | 
| 746 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-arg0" title="g_dbus_message_get_arg0 ()">g_dbus_message_get_arg0</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 747 | 
            +
            </dt>
         | 
| 748 | 
            +
            <dd></dd>
         | 
| 749 | 
            +
            <dt>
         | 
| 750 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-body" title="g_dbus_message_get_body ()">g_dbus_message_get_body</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 751 | 
            +
            </dt>
         | 
| 752 | 
            +
            <dd></dd>
         | 
| 753 | 
            +
            <dt>
         | 
| 754 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-destination" title="g_dbus_message_get_destination ()">g_dbus_message_get_destination</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 755 | 
            +
            </dt>
         | 
| 756 | 
            +
            <dd></dd>
         | 
| 757 | 
            +
            <dt>
         | 
| 758 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-error-name" title="g_dbus_message_get_error_name ()">g_dbus_message_get_error_name</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 759 | 
            +
            </dt>
         | 
| 760 | 
            +
            <dd></dd>
         | 
| 761 | 
            +
            <dt>
         | 
| 762 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-flags" title="g_dbus_message_get_flags ()">g_dbus_message_get_flags</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 763 | 
            +
            </dt>
         | 
| 764 | 
            +
            <dd></dd>
         | 
| 765 | 
            +
            <dt>
         | 
| 766 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-header" title="g_dbus_message_get_header ()">g_dbus_message_get_header</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 767 | 
            +
            </dt>
         | 
| 768 | 
            +
            <dd></dd>
         | 
| 769 | 
            +
            <dt>
         | 
| 770 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-header-fields" title="g_dbus_message_get_header_fields ()">g_dbus_message_get_header_fields</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 771 | 
            +
            </dt>
         | 
| 772 | 
            +
            <dd></dd>
         | 
| 773 | 
            +
            <dt>
         | 
| 774 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-interface" title="g_dbus_message_get_interface ()">g_dbus_message_get_interface</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 775 | 
            +
            </dt>
         | 
| 776 | 
            +
            <dd></dd>
         | 
| 777 | 
            +
            <dt>
         | 
| 778 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-locked" title="g_dbus_message_get_locked ()">g_dbus_message_get_locked</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 779 | 
            +
            </dt>
         | 
| 780 | 
            +
            <dd></dd>
         | 
| 781 | 
            +
            <dt>
         | 
| 782 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-member" title="g_dbus_message_get_member ()">g_dbus_message_get_member</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 783 | 
            +
            </dt>
         | 
| 784 | 
            +
            <dd></dd>
         | 
| 785 | 
            +
            <dt>
         | 
| 786 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-message-type" title="g_dbus_message_get_message_type ()">g_dbus_message_get_message_type</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 787 | 
            +
            </dt>
         | 
| 788 | 
            +
            <dd></dd>
         | 
| 789 | 
            +
            <dt>
         | 
| 790 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-num-unix-fds" title="g_dbus_message_get_num_unix_fds ()">g_dbus_message_get_num_unix_fds</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 791 | 
            +
            </dt>
         | 
| 792 | 
            +
            <dd></dd>
         | 
| 793 | 
            +
            <dt>
         | 
| 794 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-path" title="g_dbus_message_get_path ()">g_dbus_message_get_path</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 795 | 
            +
            </dt>
         | 
| 796 | 
            +
            <dd></dd>
         | 
| 797 | 
            +
            <dt>
         | 
| 798 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-reply-serial" title="g_dbus_message_get_reply_serial ()">g_dbus_message_get_reply_serial</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 799 | 
            +
            </dt>
         | 
| 800 | 
            +
            <dd></dd>
         | 
| 801 | 
            +
            <dt>
         | 
| 802 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-sender" title="g_dbus_message_get_sender ()">g_dbus_message_get_sender</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 803 | 
            +
            </dt>
         | 
| 804 | 
            +
            <dd></dd>
         | 
| 805 | 
            +
            <dt>
         | 
| 806 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-serial" title="g_dbus_message_get_serial ()">g_dbus_message_get_serial</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 807 | 
            +
            </dt>
         | 
| 808 | 
            +
            <dd></dd>
         | 
| 809 | 
            +
            <dt>
         | 
| 810 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-signature" title="g_dbus_message_get_signature ()">g_dbus_message_get_signature</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 811 | 
            +
            </dt>
         | 
| 812 | 
            +
            <dd></dd>
         | 
| 813 | 
            +
            <dt>
         | 
| 814 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-get-unix-fd-list" title="g_dbus_message_get_unix_fd_list ()">g_dbus_message_get_unix_fd_list</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 815 | 
            +
            </dt>
         | 
| 816 | 
            +
            <dd></dd>
         | 
| 817 | 
            +
            <dt>
         | 
| 818 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-lock" title="g_dbus_message_lock ()">g_dbus_message_lock</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 819 | 
            +
            </dt>
         | 
| 820 | 
            +
            <dd></dd>
         | 
| 821 | 
            +
            <dt>
         | 
| 822 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-new" title="g_dbus_message_new ()">g_dbus_message_new</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 823 | 
            +
            </dt>
         | 
| 824 | 
            +
            <dd></dd>
         | 
| 825 | 
            +
            <dt>
         | 
| 826 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-new-from-blob" title="g_dbus_message_new_from_blob ()">g_dbus_message_new_from_blob</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 827 | 
            +
            </dt>
         | 
| 828 | 
            +
            <dd></dd>
         | 
| 829 | 
            +
            <dt>
         | 
| 830 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-new-method-call" title="g_dbus_message_new_method_call ()">g_dbus_message_new_method_call</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 831 | 
            +
            </dt>
         | 
| 832 | 
            +
            <dd></dd>
         | 
| 833 | 
            +
            <dt>
         | 
| 834 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-new-method-error" title="g_dbus_message_new_method_error ()">g_dbus_message_new_method_error</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 835 | 
            +
            </dt>
         | 
| 836 | 
            +
            <dd></dd>
         | 
| 837 | 
            +
            <dt>
         | 
| 838 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-new-method-error-literal" title="g_dbus_message_new_method_error_literal ()">g_dbus_message_new_method_error_literal</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 839 | 
            +
            </dt>
         | 
| 840 | 
            +
            <dd></dd>
         | 
| 841 | 
            +
            <dt>
         | 
| 842 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-new-method-error-valist" title="g_dbus_message_new_method_error_valist ()">g_dbus_message_new_method_error_valist</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 843 | 
            +
            </dt>
         | 
| 844 | 
            +
            <dd></dd>
         | 
| 845 | 
            +
            <dt>
         | 
| 846 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-new-method-reply" title="g_dbus_message_new_method_reply ()">g_dbus_message_new_method_reply</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 847 | 
            +
            </dt>
         | 
| 848 | 
            +
            <dd></dd>
         | 
| 849 | 
            +
            <dt>
         | 
| 850 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-new-signal" title="g_dbus_message_new_signal ()">g_dbus_message_new_signal</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 851 | 
            +
            </dt>
         | 
| 852 | 
            +
            <dd></dd>
         | 
| 853 | 
            +
            <dt>
         | 
| 854 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-print" title="g_dbus_message_print ()">g_dbus_message_print</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 855 | 
            +
            </dt>
         | 
| 856 | 
            +
            <dd></dd>
         | 
| 857 | 
            +
            <dt>
         | 
| 858 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-set-body" title="g_dbus_message_set_body ()">g_dbus_message_set_body</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 859 | 
            +
            </dt>
         | 
| 860 | 
            +
            <dd></dd>
         | 
| 861 | 
            +
            <dt>
         | 
| 862 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-set-destination" title="g_dbus_message_set_destination ()">g_dbus_message_set_destination</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 863 | 
            +
            </dt>
         | 
| 864 | 
            +
            <dd></dd>
         | 
| 865 | 
            +
            <dt>
         | 
| 866 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-set-error-name" title="g_dbus_message_set_error_name ()">g_dbus_message_set_error_name</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 867 | 
            +
            </dt>
         | 
| 868 | 
            +
            <dd></dd>
         | 
| 869 | 
            +
            <dt>
         | 
| 870 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-set-flags" title="g_dbus_message_set_flags ()">g_dbus_message_set_flags</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 871 | 
            +
            </dt>
         | 
| 872 | 
            +
            <dd></dd>
         | 
| 873 | 
            +
            <dt>
         | 
| 874 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-set-header" title="g_dbus_message_set_header ()">g_dbus_message_set_header</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 875 | 
            +
            </dt>
         | 
| 876 | 
            +
            <dd></dd>
         | 
| 877 | 
            +
            <dt>
         | 
| 878 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-set-interface" title="g_dbus_message_set_interface ()">g_dbus_message_set_interface</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 879 | 
            +
            </dt>
         | 
| 880 | 
            +
            <dd></dd>
         | 
| 881 | 
            +
            <dt>
         | 
| 882 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-set-member" title="g_dbus_message_set_member ()">g_dbus_message_set_member</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 883 | 
            +
            </dt>
         | 
| 884 | 
            +
            <dd></dd>
         | 
| 885 | 
            +
            <dt>
         | 
| 886 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-set-message-type" title="g_dbus_message_set_message_type ()">g_dbus_message_set_message_type</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 887 | 
            +
            </dt>
         | 
| 888 | 
            +
            <dd></dd>
         | 
| 889 | 
            +
            <dt>
         | 
| 890 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-set-num-unix-fds" title="g_dbus_message_set_num_unix_fds ()">g_dbus_message_set_num_unix_fds</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 891 | 
            +
            </dt>
         | 
| 892 | 
            +
            <dd></dd>
         | 
| 893 | 
            +
            <dt>
         | 
| 894 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-set-path" title="g_dbus_message_set_path ()">g_dbus_message_set_path</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 895 | 
            +
            </dt>
         | 
| 896 | 
            +
            <dd></dd>
         | 
| 897 | 
            +
            <dt>
         | 
| 898 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-set-reply-serial" title="g_dbus_message_set_reply_serial ()">g_dbus_message_set_reply_serial</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 899 | 
            +
            </dt>
         | 
| 900 | 
            +
            <dd></dd>
         | 
| 901 | 
            +
            <dt>
         | 
| 902 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-set-sender" title="g_dbus_message_set_sender ()">g_dbus_message_set_sender</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 903 | 
            +
            </dt>
         | 
| 904 | 
            +
            <dd></dd>
         | 
| 905 | 
            +
            <dt>
         | 
| 906 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-set-serial" title="g_dbus_message_set_serial ()">g_dbus_message_set_serial</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 907 | 
            +
            </dt>
         | 
| 908 | 
            +
            <dd></dd>
         | 
| 909 | 
            +
            <dt>
         | 
| 910 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-set-signature" title="g_dbus_message_set_signature ()">g_dbus_message_set_signature</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 911 | 
            +
            </dt>
         | 
| 912 | 
            +
            <dd></dd>
         | 
| 913 | 
            +
            <dt>
         | 
| 914 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-set-unix-fd-list" title="g_dbus_message_set_unix_fd_list ()">g_dbus_message_set_unix_fd_list</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 915 | 
            +
            </dt>
         | 
| 916 | 
            +
            <dd></dd>
         | 
| 917 | 
            +
            <dt>
         | 
| 918 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-to-blob" title="g_dbus_message_to_blob ()">g_dbus_message_to_blob</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 919 | 
            +
            </dt>
         | 
| 920 | 
            +
            <dd></dd>
         | 
| 921 | 
            +
            <dt>
         | 
| 922 | 
            +
            <a class="link" href="GDBusMessage.html#g-dbus-message-to-gerror" title="g_dbus_message_to_gerror ()">g_dbus_message_to_gerror</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
         | 
| 923 | 
            +
            </dt>
         | 
| 924 | 
            +
            <dd></dd>
         | 
| 925 | 
            +
            <dt>
         | 
| 926 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-method-info-ref" title="g_dbus_method_info_ref ()">g_dbus_method_info_ref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 927 | 
            +
            </dt>
         | 
| 928 | 
            +
            <dd></dd>
         | 
| 929 | 
            +
            <dt>
         | 
| 930 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-method-info-unref" title="g_dbus_method_info_unref ()">g_dbus_method_info_unref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 931 | 
            +
            </dt>
         | 
| 932 | 
            +
            <dd></dd>
         | 
| 933 | 
            +
            <dt>
         | 
| 934 | 
            +
            <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-connection" title="g_dbus_method_invocation_get_connection ()">g_dbus_method_invocation_get_connection</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 935 | 
            +
            </dt>
         | 
| 936 | 
            +
            <dd></dd>
         | 
| 937 | 
            +
            <dt>
         | 
| 938 | 
            +
            <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-interface-name" title="g_dbus_method_invocation_get_interface_name ()">g_dbus_method_invocation_get_interface_name</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 939 | 
            +
            </dt>
         | 
| 940 | 
            +
            <dd></dd>
         | 
| 941 | 
            +
            <dt>
         | 
| 942 | 
            +
            <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-message" title="g_dbus_method_invocation_get_message ()">g_dbus_method_invocation_get_message</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 943 | 
            +
            </dt>
         | 
| 944 | 
            +
            <dd></dd>
         | 
| 945 | 
            +
            <dt>
         | 
| 946 | 
            +
            <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-method-info" title="g_dbus_method_invocation_get_method_info ()">g_dbus_method_invocation_get_method_info</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 947 | 
            +
            </dt>
         | 
| 948 | 
            +
            <dd></dd>
         | 
| 949 | 
            +
            <dt>
         | 
| 950 | 
            +
            <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-method-name" title="g_dbus_method_invocation_get_method_name ()">g_dbus_method_invocation_get_method_name</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 951 | 
            +
            </dt>
         | 
| 952 | 
            +
            <dd></dd>
         | 
| 953 | 
            +
            <dt>
         | 
| 954 | 
            +
            <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-object-path" title="g_dbus_method_invocation_get_object_path ()">g_dbus_method_invocation_get_object_path</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 955 | 
            +
            </dt>
         | 
| 956 | 
            +
            <dd></dd>
         | 
| 957 | 
            +
            <dt>
         | 
| 958 | 
            +
            <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-parameters" title="g_dbus_method_invocation_get_parameters ()">g_dbus_method_invocation_get_parameters</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 959 | 
            +
            </dt>
         | 
| 960 | 
            +
            <dd></dd>
         | 
| 961 | 
            +
            <dt>
         | 
| 962 | 
            +
            <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-sender" title="g_dbus_method_invocation_get_sender ()">g_dbus_method_invocation_get_sender</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 963 | 
            +
            </dt>
         | 
| 964 | 
            +
            <dd></dd>
         | 
| 965 | 
            +
            <dt>
         | 
| 966 | 
            +
            <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-user-data" title="g_dbus_method_invocation_get_user_data ()">g_dbus_method_invocation_get_user_data</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 967 | 
            +
            </dt>
         | 
| 968 | 
            +
            <dd></dd>
         | 
| 969 | 
            +
            <dt>
         | 
| 970 | 
            +
            <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-return-dbus-error" title="g_dbus_method_invocation_return_dbus_error ()">g_dbus_method_invocation_return_dbus_error</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 971 | 
            +
            </dt>
         | 
| 972 | 
            +
            <dd></dd>
         | 
| 973 | 
            +
            <dt>
         | 
| 974 | 
            +
            <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error" title="g_dbus_method_invocation_return_error ()">g_dbus_method_invocation_return_error</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 975 | 
            +
            </dt>
         | 
| 976 | 
            +
            <dd></dd>
         | 
| 977 | 
            +
            <dt>
         | 
| 978 | 
            +
            <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error-literal" title="g_dbus_method_invocation_return_error_literal ()">g_dbus_method_invocation_return_error_literal</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 979 | 
            +
            </dt>
         | 
| 980 | 
            +
            <dd></dd>
         | 
| 981 | 
            +
            <dt>
         | 
| 982 | 
            +
            <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error-valist" title="g_dbus_method_invocation_return_error_valist ()">g_dbus_method_invocation_return_error_valist</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 983 | 
            +
            </dt>
         | 
| 984 | 
            +
            <dd></dd>
         | 
| 985 | 
            +
            <dt>
         | 
| 986 | 
            +
            <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-return-gerror" title="g_dbus_method_invocation_return_gerror ()">g_dbus_method_invocation_return_gerror</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 987 | 
            +
            </dt>
         | 
| 988 | 
            +
            <dd></dd>
         | 
| 989 | 
            +
            <dt>
         | 
| 990 | 
            +
            <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-return-value" title="g_dbus_method_invocation_return_value ()">g_dbus_method_invocation_return_value</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
         | 
| 991 | 
            +
            </dt>
         | 
| 992 | 
            +
            <dd></dd>
         | 
| 993 | 
            +
            <dt>
         | 
| 994 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-generate-xml" title="g_dbus_node_info_generate_xml ()">g_dbus_node_info_generate_xml</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 995 | 
            +
            </dt>
         | 
| 996 | 
            +
            <dd></dd>
         | 
| 997 | 
            +
            <dt>
         | 
| 998 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-lookup-interface" title="g_dbus_node_info_lookup_interface ()">g_dbus_node_info_lookup_interface</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 999 | 
            +
            </dt>
         | 
| 1000 | 
            +
            <dd></dd>
         | 
| 1001 | 
            +
            <dt>
         | 
| 1002 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-new-for-xml" title="g_dbus_node_info_new_for_xml ()">g_dbus_node_info_new_for_xml</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 1003 | 
            +
            </dt>
         | 
| 1004 | 
            +
            <dd></dd>
         | 
| 1005 | 
            +
            <dt>
         | 
| 1006 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-ref" title="g_dbus_node_info_ref ()">g_dbus_node_info_ref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 1007 | 
            +
            </dt>
         | 
| 1008 | 
            +
            <dd></dd>
         | 
| 1009 | 
            +
            <dt>
         | 
| 1010 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-unref" title="g_dbus_node_info_unref ()">g_dbus_node_info_unref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 1011 | 
            +
            </dt>
         | 
| 1012 | 
            +
            <dd></dd>
         | 
| 1013 | 
            +
            <dt>
         | 
| 1014 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-property-info-ref" title="g_dbus_property_info_ref ()">g_dbus_property_info_ref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 1015 | 
            +
            </dt>
         | 
| 1016 | 
            +
            <dd></dd>
         | 
| 1017 | 
            +
            <dt>
         | 
| 1018 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-property-info-unref" title="g_dbus_property_info_unref ()">g_dbus_property_info_unref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 1019 | 
            +
            </dt>
         | 
| 1020 | 
            +
            <dd></dd>
         | 
| 1021 | 
            +
            <dt>
         | 
| 1022 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-call" title="g_dbus_proxy_call ()">g_dbus_proxy_call</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1023 | 
            +
            </dt>
         | 
| 1024 | 
            +
            <dd></dd>
         | 
| 1025 | 
            +
            <dt>
         | 
| 1026 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-call-finish" title="g_dbus_proxy_call_finish ()">g_dbus_proxy_call_finish</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1027 | 
            +
            </dt>
         | 
| 1028 | 
            +
            <dd></dd>
         | 
| 1029 | 
            +
            <dt>
         | 
| 1030 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-call-sync" title="g_dbus_proxy_call_sync ()">g_dbus_proxy_call_sync</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1031 | 
            +
            </dt>
         | 
| 1032 | 
            +
            <dd></dd>
         | 
| 1033 | 
            +
            <dt>
         | 
| 1034 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-cached-property" title="g_dbus_proxy_get_cached_property ()">g_dbus_proxy_get_cached_property</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1035 | 
            +
            </dt>
         | 
| 1036 | 
            +
            <dd></dd>
         | 
| 1037 | 
            +
            <dt>
         | 
| 1038 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-cached-property-names" title="g_dbus_proxy_get_cached_property_names ()">g_dbus_proxy_get_cached_property_names</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1039 | 
            +
            </dt>
         | 
| 1040 | 
            +
            <dd></dd>
         | 
| 1041 | 
            +
            <dt>
         | 
| 1042 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-connection" title="g_dbus_proxy_get_connection ()">g_dbus_proxy_get_connection</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1043 | 
            +
            </dt>
         | 
| 1044 | 
            +
            <dd></dd>
         | 
| 1045 | 
            +
            <dt>
         | 
| 1046 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-default-timeout" title="g_dbus_proxy_get_default_timeout ()">g_dbus_proxy_get_default_timeout</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1047 | 
            +
            </dt>
         | 
| 1048 | 
            +
            <dd></dd>
         | 
| 1049 | 
            +
            <dt>
         | 
| 1050 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-flags" title="g_dbus_proxy_get_flags ()">g_dbus_proxy_get_flags</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1051 | 
            +
            </dt>
         | 
| 1052 | 
            +
            <dd></dd>
         | 
| 1053 | 
            +
            <dt>
         | 
| 1054 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-interface-info" title="g_dbus_proxy_get_interface_info ()">g_dbus_proxy_get_interface_info</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1055 | 
            +
            </dt>
         | 
| 1056 | 
            +
            <dd></dd>
         | 
| 1057 | 
            +
            <dt>
         | 
| 1058 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-interface-name" title="g_dbus_proxy_get_interface_name ()">g_dbus_proxy_get_interface_name</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1059 | 
            +
            </dt>
         | 
| 1060 | 
            +
            <dd></dd>
         | 
| 1061 | 
            +
            <dt>
         | 
| 1062 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-name" title="g_dbus_proxy_get_name ()">g_dbus_proxy_get_name</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1063 | 
            +
            </dt>
         | 
| 1064 | 
            +
            <dd></dd>
         | 
| 1065 | 
            +
            <dt>
         | 
| 1066 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-name-owner" title="g_dbus_proxy_get_name_owner ()">g_dbus_proxy_get_name_owner</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1067 | 
            +
            </dt>
         | 
| 1068 | 
            +
            <dd></dd>
         | 
| 1069 | 
            +
            <dt>
         | 
| 1070 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-get-object-path" title="g_dbus_proxy_get_object_path ()">g_dbus_proxy_get_object_path</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1071 | 
            +
            </dt>
         | 
| 1072 | 
            +
            <dd></dd>
         | 
| 1073 | 
            +
            <dt>
         | 
| 1074 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-new" title="g_dbus_proxy_new ()">g_dbus_proxy_new</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1075 | 
            +
            </dt>
         | 
| 1076 | 
            +
            <dd></dd>
         | 
| 1077 | 
            +
            <dt>
         | 
| 1078 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-new-finish" title="g_dbus_proxy_new_finish ()">g_dbus_proxy_new_finish</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1079 | 
            +
            </dt>
         | 
| 1080 | 
            +
            <dd></dd>
         | 
| 1081 | 
            +
            <dt>
         | 
| 1082 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-new-for-bus" title="g_dbus_proxy_new_for_bus ()">g_dbus_proxy_new_for_bus</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1083 | 
            +
            </dt>
         | 
| 1084 | 
            +
            <dd></dd>
         | 
| 1085 | 
            +
            <dt>
         | 
| 1086 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-new-for-bus-finish" title="g_dbus_proxy_new_for_bus_finish ()">g_dbus_proxy_new_for_bus_finish</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1087 | 
            +
            </dt>
         | 
| 1088 | 
            +
            <dd></dd>
         | 
| 1089 | 
            +
            <dt>
         | 
| 1090 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-new-for-bus-sync" title="g_dbus_proxy_new_for_bus_sync ()">g_dbus_proxy_new_for_bus_sync</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1091 | 
            +
            </dt>
         | 
| 1092 | 
            +
            <dd></dd>
         | 
| 1093 | 
            +
            <dt>
         | 
| 1094 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-new-sync" title="g_dbus_proxy_new_sync ()">g_dbus_proxy_new_sync</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1095 | 
            +
            </dt>
         | 
| 1096 | 
            +
            <dd></dd>
         | 
| 1097 | 
            +
            <dt>
         | 
| 1098 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-set-cached-property" title="g_dbus_proxy_set_cached_property ()">g_dbus_proxy_set_cached_property</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1099 | 
            +
            </dt>
         | 
| 1100 | 
            +
            <dd></dd>
         | 
| 1101 | 
            +
            <dt>
         | 
| 1102 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-set-default-timeout" title="g_dbus_proxy_set_default_timeout ()">g_dbus_proxy_set_default_timeout</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1103 | 
            +
            </dt>
         | 
| 1104 | 
            +
            <dd></dd>
         | 
| 1105 | 
            +
            <dt>
         | 
| 1106 | 
            +
            <a class="link" href="GDBusProxy.html#g-dbus-proxy-set-interface-info" title="g_dbus_proxy_set_interface_info ()">g_dbus_proxy_set_interface_info</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
         | 
| 1107 | 
            +
            </dt>
         | 
| 1108 | 
            +
            <dd></dd>
         | 
| 1109 | 
            +
            <dt>
         | 
| 1110 | 
            +
            <a class="link" href="GDBusServer.html#g-dbus-server-get-client-address" title="g_dbus_server_get_client_address ()">g_dbus_server_get_client_address</a>, function in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 1111 | 
            +
            </dt>
         | 
| 1112 | 
            +
            <dd></dd>
         | 
| 1113 | 
            +
            <dt>
         | 
| 1114 | 
            +
            <a class="link" href="GDBusServer.html#g-dbus-server-get-flags" title="g_dbus_server_get_flags ()">g_dbus_server_get_flags</a>, function in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 1115 | 
            +
            </dt>
         | 
| 1116 | 
            +
            <dd></dd>
         | 
| 1117 | 
            +
            <dt>
         | 
| 1118 | 
            +
            <a class="link" href="GDBusServer.html#g-dbus-server-get-guid" title="g_dbus_server_get_guid ()">g_dbus_server_get_guid</a>, function in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 1119 | 
            +
            </dt>
         | 
| 1120 | 
            +
            <dd></dd>
         | 
| 1121 | 
            +
            <dt>
         | 
| 1122 | 
            +
            <a class="link" href="GDBusServer.html#g-dbus-server-is-active" title="g_dbus_server_is_active ()">g_dbus_server_is_active</a>, function in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 1123 | 
            +
            </dt>
         | 
| 1124 | 
            +
            <dd></dd>
         | 
| 1125 | 
            +
            <dt>
         | 
| 1126 | 
            +
            <a class="link" href="GDBusServer.html#g-dbus-server-new-sync" title="g_dbus_server_new_sync ()">g_dbus_server_new_sync</a>, function in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 1127 | 
            +
            </dt>
         | 
| 1128 | 
            +
            <dd></dd>
         | 
| 1129 | 
            +
            <dt>
         | 
| 1130 | 
            +
            <a class="link" href="GDBusServer.html#g-dbus-server-start" title="g_dbus_server_start ()">g_dbus_server_start</a>, function in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 1131 | 
            +
            </dt>
         | 
| 1132 | 
            +
            <dd></dd>
         | 
| 1133 | 
            +
            <dt>
         | 
| 1134 | 
            +
            <a class="link" href="GDBusServer.html#g-dbus-server-stop" title="g_dbus_server_stop ()">g_dbus_server_stop</a>, function in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
         | 
| 1135 | 
            +
            </dt>
         | 
| 1136 | 
            +
            <dd></dd>
         | 
| 1137 | 
            +
            <dt>
         | 
| 1138 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-signal-info-ref" title="g_dbus_signal_info_ref ()">g_dbus_signal_info_ref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 1139 | 
            +
            </dt>
         | 
| 1140 | 
            +
            <dd></dd>
         | 
| 1141 | 
            +
            <dt>
         | 
| 1142 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-signal-info-unref" title="g_dbus_signal_info_unref ()">g_dbus_signal_info_unref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 1143 | 
            +
            </dt>
         | 
| 1144 | 
            +
            <dd></dd>
         | 
| 1145 | 
            +
            <a name="idxI"></a><h3 class="title">I</h3>
         | 
| 1146 | 
            +
            <dt>
         | 
| 1147 | 
            +
            <a class="link" href="gio-GIOError.html#g-io-error-from-win32-error" title="g_io_error_from_win32_error ()">g_io_error_from_win32_error</a>, function in <a class="link" href="gio-GIOError.html" title="GIOError">GIOError</a>
         | 
| 1148 | 
            +
            </dt>
         | 
| 1149 | 
            +
            <dd></dd>
         | 
| 1150 | 
            +
            <a name="idxM"></a><h3 class="title">M</h3>
         | 
| 1151 | 
            +
            <dt>
         | 
| 1152 | 
            +
            <a class="link" href="GMemoryOutputStream.html#g-memory-output-stream-steal-data" title="g_memory_output_stream_steal_data ()">g_memory_output_stream_steal_data</a>, function in <a class="link" href="GMemoryOutputStream.html" title="GMemoryOutputStream">GMemoryOutputStream</a>
         | 
| 1153 | 
            +
            </dt>
         | 
| 1154 | 
            +
            <dd></dd>
         | 
| 1155 | 
            +
            <a name="idxN"></a><h3 class="title">N</h3>
         | 
| 1156 | 
            +
            <dt>
         | 
| 1157 | 
            +
            <a class="link" href="GNetworkAddress.html#g-network-address-get-scheme" title="g_network_address_get_scheme ()">g_network_address_get_scheme</a>, function in <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
         | 
| 1158 | 
            +
            </dt>
         | 
| 1159 | 
            +
            <dd></dd>
         | 
| 1160 | 
            +
            <dt>
         | 
| 1161 | 
            +
            <a class="link" href="GNetworkAddress.html#g-network-address-parse-uri" title="g_network_address_parse_uri ()">g_network_address_parse_uri</a>, function in <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
         | 
| 1162 | 
            +
            </dt>
         | 
| 1163 | 
            +
            <dd></dd>
         | 
| 1164 | 
            +
            <dt>
         | 
| 1165 | 
            +
            <a class="link" href="GNetworkService.html#g-network-service-get-scheme" title="g_network_service_get_scheme ()">g_network_service_get_scheme</a>, function in <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
         | 
| 1166 | 
            +
            </dt>
         | 
| 1167 | 
            +
            <dd></dd>
         | 
| 1168 | 
            +
            <dt>
         | 
| 1169 | 
            +
            <a class="link" href="GNetworkService.html#g-network-service-set-scheme" title="g_network_service_set_scheme ()">g_network_service_set_scheme</a>, function in <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
         | 
| 1170 | 
            +
            </dt>
         | 
| 1171 | 
            +
            <dd></dd>
         | 
| 1172 | 
            +
            <a name="idxP"></a><h3 class="title">P</h3>
         | 
| 1173 | 
            +
            <dt>
         | 
| 1174 | 
            +
            <a class="link" href="GPermission.html#g-permission-acquire" title="g_permission_acquire ()">g_permission_acquire</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
         | 
| 1175 | 
            +
            </dt>
         | 
| 1176 | 
            +
            <dd></dd>
         | 
| 1177 | 
            +
            <dt>
         | 
| 1178 | 
            +
            <a class="link" href="GPermission.html#g-permission-acquire-async" title="g_permission_acquire_async ()">g_permission_acquire_async</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
         | 
| 1179 | 
            +
            </dt>
         | 
| 1180 | 
            +
            <dd></dd>
         | 
| 1181 | 
            +
            <dt>
         | 
| 1182 | 
            +
            <a class="link" href="GPermission.html#g-permission-acquire-finish" title="g_permission_acquire_finish ()">g_permission_acquire_finish</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
         | 
| 1183 | 
            +
            </dt>
         | 
| 1184 | 
            +
            <dd></dd>
         | 
| 1185 | 
            +
            <dt>
         | 
| 1186 | 
            +
            <a class="link" href="GPermission.html#g-permission-get-allowed" title="g_permission_get_allowed ()">g_permission_get_allowed</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
         | 
| 1187 | 
            +
            </dt>
         | 
| 1188 | 
            +
            <dd></dd>
         | 
| 1189 | 
            +
            <dt>
         | 
| 1190 | 
            +
            <a class="link" href="GPermission.html#g-permission-get-can-acquire" title="g_permission_get_can_acquire ()">g_permission_get_can_acquire</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
         | 
| 1191 | 
            +
            </dt>
         | 
| 1192 | 
            +
            <dd></dd>
         | 
| 1193 | 
            +
            <dt>
         | 
| 1194 | 
            +
            <a class="link" href="GPermission.html#g-permission-get-can-release" title="g_permission_get_can_release ()">g_permission_get_can_release</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
         | 
| 1195 | 
            +
            </dt>
         | 
| 1196 | 
            +
            <dd></dd>
         | 
| 1197 | 
            +
            <dt>
         | 
| 1198 | 
            +
            <a class="link" href="GPermission.html#g-permission-impl-update" title="g_permission_impl_update ()">g_permission_impl_update</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
         | 
| 1199 | 
            +
            </dt>
         | 
| 1200 | 
            +
            <dd></dd>
         | 
| 1201 | 
            +
            <dt>
         | 
| 1202 | 
            +
            <a class="link" href="GPermission.html#g-permission-release" title="g_permission_release ()">g_permission_release</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
         | 
| 1203 | 
            +
            </dt>
         | 
| 1204 | 
            +
            <dd></dd>
         | 
| 1205 | 
            +
            <dt>
         | 
| 1206 | 
            +
            <a class="link" href="GPermission.html#g-permission-release-async" title="g_permission_release_async ()">g_permission_release_async</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
         | 
| 1207 | 
            +
            </dt>
         | 
| 1208 | 
            +
            <dd></dd>
         | 
| 1209 | 
            +
            <dt>
         | 
| 1210 | 
            +
            <a class="link" href="GPermission.html#g-permission-release-finish" title="g_permission_release_finish ()">g_permission_release_finish</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
         | 
| 1211 | 
            +
            </dt>
         | 
| 1212 | 
            +
            <dd></dd>
         | 
| 1213 | 
            +
            <dt>
         | 
| 1214 | 
            +
            <a class="link" href="GProxy.html#GProxy-struct" title="GProxy">GProxy</a>, struct in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
         | 
| 1215 | 
            +
            </dt>
         | 
| 1216 | 
            +
            <dd></dd>
         | 
| 1217 | 
            +
            <dt>
         | 
| 1218 | 
            +
            <a class="link" href="GProxyAddress.html#GProxyAddress-struct" title="GProxyAddress">GProxyAddress</a>, struct in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
         | 
| 1219 | 
            +
            </dt>
         | 
| 1220 | 
            +
            <dd></dd>
         | 
| 1221 | 
            +
            <dt>
         | 
| 1222 | 
            +
            <a class="link" href="GProxyResolver.html#GProxyResolver-struct" title="GProxyResolver">GProxyResolver</a>, struct in <a class="link" href="GProxyResolver.html" title="GProxyResolver">GProxyResolver</a>
         | 
| 1223 | 
            +
            </dt>
         | 
| 1224 | 
            +
            <dd></dd>
         | 
| 1225 | 
            +
            <dt>
         | 
| 1226 | 
            +
            <a class="link" href="GProxyAddress.html#g-proxy-address-get-destination-hostname" title="g_proxy_address_get_destination_hostname ()">g_proxy_address_get_destination_hostname</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
         | 
| 1227 | 
            +
            </dt>
         | 
| 1228 | 
            +
            <dd></dd>
         | 
| 1229 | 
            +
            <dt>
         | 
| 1230 | 
            +
            <a class="link" href="GProxyAddress.html#g-proxy-address-get-destination-port" title="g_proxy_address_get_destination_port ()">g_proxy_address_get_destination_port</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
         | 
| 1231 | 
            +
            </dt>
         | 
| 1232 | 
            +
            <dd></dd>
         | 
| 1233 | 
            +
            <dt>
         | 
| 1234 | 
            +
            <a class="link" href="GProxyAddress.html#g-proxy-address-get-password" title="g_proxy_address_get_password ()">g_proxy_address_get_password</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
         | 
| 1235 | 
            +
            </dt>
         | 
| 1236 | 
            +
            <dd></dd>
         | 
| 1237 | 
            +
            <dt>
         | 
| 1238 | 
            +
            <a class="link" href="GProxyAddress.html#g-proxy-address-get-protocol" title="g_proxy_address_get_protocol ()">g_proxy_address_get_protocol</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
         | 
| 1239 | 
            +
            </dt>
         | 
| 1240 | 
            +
            <dd></dd>
         | 
| 1241 | 
            +
            <dt>
         | 
| 1242 | 
            +
            <a class="link" href="GProxyAddress.html#g-proxy-address-get-username" title="g_proxy_address_get_username ()">g_proxy_address_get_username</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
         | 
| 1243 | 
            +
            </dt>
         | 
| 1244 | 
            +
            <dd></dd>
         | 
| 1245 | 
            +
            <dt>
         | 
| 1246 | 
            +
            <a class="link" href="GProxyAddress.html#g-proxy-address-new" title="g_proxy_address_new ()">g_proxy_address_new</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
         | 
| 1247 | 
            +
            </dt>
         | 
| 1248 | 
            +
            <dd></dd>
         | 
| 1249 | 
            +
            <dt>
         | 
| 1250 | 
            +
            <a class="link" href="GProxy.html#g-proxy-connect" title="g_proxy_connect ()">g_proxy_connect</a>, function in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
         | 
| 1251 | 
            +
            </dt>
         | 
| 1252 | 
            +
            <dd></dd>
         | 
| 1253 | 
            +
            <dt>
         | 
| 1254 | 
            +
            <a class="link" href="GProxy.html#g-proxy-connect-async" title="g_proxy_connect_async ()">g_proxy_connect_async</a>, function in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
         | 
| 1255 | 
            +
            </dt>
         | 
| 1256 | 
            +
            <dd></dd>
         | 
| 1257 | 
            +
            <dt>
         | 
| 1258 | 
            +
            <a class="link" href="GProxy.html#g-proxy-connect-finish" title="g_proxy_connect_finish ()">g_proxy_connect_finish</a>, function in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
         | 
| 1259 | 
            +
            </dt>
         | 
| 1260 | 
            +
            <dd></dd>
         | 
| 1261 | 
            +
            <dt>
         | 
| 1262 | 
            +
            <a class="link" href="GProxy.html#G-PROXY-EXTENSION-POINT-NAME:CAPS" title="G_PROXY_EXTENSION_POINT_NAME">G_PROXY_EXTENSION_POINT_NAME</a>, macro in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
         | 
| 1263 | 
            +
            </dt>
         | 
| 1264 | 
            +
            <dd></dd>
         | 
| 1265 | 
            +
            <dt>
         | 
| 1266 | 
            +
            <a class="link" href="GProxy.html#g-proxy-get-default-for-protocol" title="g_proxy_get_default_for_protocol ()">g_proxy_get_default_for_protocol</a>, function in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
         | 
| 1267 | 
            +
            </dt>
         | 
| 1268 | 
            +
            <dd></dd>
         | 
| 1269 | 
            +
            <dt>
         | 
| 1270 | 
            +
            <a class="link" href="GProxyResolver.html#g-proxy-resolver-get-default" title="g_proxy_resolver_get_default ()">g_proxy_resolver_get_default</a>, function in <a class="link" href="GProxyResolver.html" title="GProxyResolver">GProxyResolver</a>
         | 
| 1271 | 
            +
            </dt>
         | 
| 1272 | 
            +
            <dd></dd>
         | 
| 1273 | 
            +
            <dt>
         | 
| 1274 | 
            +
            <a class="link" href="GProxyResolver.html#g-proxy-resolver-is-supported" title="g_proxy_resolver_is_supported ()">g_proxy_resolver_is_supported</a>, function in <a class="link" href="GProxyResolver.html" title="GProxyResolver">GProxyResolver</a>
         | 
| 1275 | 
            +
            </dt>
         | 
| 1276 | 
            +
            <dd></dd>
         | 
| 1277 | 
            +
            <dt>
         | 
| 1278 | 
            +
            <a class="link" href="GProxyResolver.html#g-proxy-resolver-lookup" title="g_proxy_resolver_lookup ()">g_proxy_resolver_lookup</a>, function in <a class="link" href="GProxyResolver.html" title="GProxyResolver">GProxyResolver</a>
         | 
| 1279 | 
            +
            </dt>
         | 
| 1280 | 
            +
            <dd></dd>
         | 
| 1281 | 
            +
            <dt>
         | 
| 1282 | 
            +
            <a class="link" href="GProxyResolver.html#g-proxy-resolver-lookup-async" title="g_proxy_resolver_lookup_async ()">g_proxy_resolver_lookup_async</a>, function in <a class="link" href="GProxyResolver.html" title="GProxyResolver">GProxyResolver</a>
         | 
| 1283 | 
            +
            </dt>
         | 
| 1284 | 
            +
            <dd></dd>
         | 
| 1285 | 
            +
            <dt>
         | 
| 1286 | 
            +
            <a class="link" href="GProxyResolver.html#g-proxy-resolver-lookup-finish" title="g_proxy_resolver_lookup_finish ()">g_proxy_resolver_lookup_finish</a>, function in <a class="link" href="GProxyResolver.html" title="GProxyResolver">GProxyResolver</a>
         | 
| 1287 | 
            +
            </dt>
         | 
| 1288 | 
            +
            <dd></dd>
         | 
| 1289 | 
            +
            <dt>
         | 
| 1290 | 
            +
            <a class="link" href="GProxy.html#g-proxy-supports-hostname" title="g_proxy_supports_hostname ()">g_proxy_supports_hostname</a>, function in <a class="link" href="GProxy.html" title="GProxy">GProxy</a>
         | 
| 1291 | 
            +
            </dt>
         | 
| 1292 | 
            +
            <dd></dd>
         | 
| 1293 | 
            +
            <a name="idxS"></a><h3 class="title">S</h3>
         | 
| 1294 | 
            +
            <dt>
         | 
| 1295 | 
            +
            <a class="link" href="GSettingsBackend.html#g-settings-backend-changed" title="g_settings_backend_changed ()">g_settings_backend_changed</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
         | 
| 1296 | 
            +
            </dt>
         | 
| 1297 | 
            +
            <dd></dd>
         | 
| 1298 | 
            +
            <dt>
         | 
| 1299 | 
            +
            <a class="link" href="GSettingsBackend.html#g-settings-backend-changed-tree" title="g_settings_backend_changed_tree ()">g_settings_backend_changed_tree</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
         | 
| 1300 | 
            +
            </dt>
         | 
| 1301 | 
            +
            <dd></dd>
         | 
| 1302 | 
            +
            <dt>
         | 
| 1303 | 
            +
            <a class="link" href="GSettingsBackend.html#g-settings-backend-flatten-tree" title="g_settings_backend_flatten_tree ()">g_settings_backend_flatten_tree</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
         | 
| 1304 | 
            +
            </dt>
         | 
| 1305 | 
            +
            <dd></dd>
         | 
| 1306 | 
            +
            <dt>
         | 
| 1307 | 
            +
            <a class="link" href="GSettingsBackend.html#g-settings-backend-keys-changed" title="g_settings_backend_keys_changed ()">g_settings_backend_keys_changed</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
         | 
| 1308 | 
            +
            </dt>
         | 
| 1309 | 
            +
            <dd></dd>
         | 
| 1310 | 
            +
            <dt>
         | 
| 1311 | 
            +
            <a class="link" href="GSettingsBackend.html#g-settings-backend-path-changed" title="g_settings_backend_path_changed ()">g_settings_backend_path_changed</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
         | 
| 1312 | 
            +
            </dt>
         | 
| 1313 | 
            +
            <dd></dd>
         | 
| 1314 | 
            +
            <dt>
         | 
| 1315 | 
            +
            <a class="link" href="GSettingsBackend.html#g-settings-backend-path-writable-changed" title="g_settings_backend_path_writable_changed ()">g_settings_backend_path_writable_changed</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
         | 
| 1316 | 
            +
            </dt>
         | 
| 1317 | 
            +
            <dd></dd>
         | 
| 1318 | 
            +
            <dt>
         | 
| 1319 | 
            +
            <a class="link" href="GSettingsBackend.html#g-settings-backend-writable-changed" title="g_settings_backend_writable_changed ()">g_settings_backend_writable_changed</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
         | 
| 1320 | 
            +
            </dt>
         | 
| 1321 | 
            +
            <dd></dd>
         | 
| 1322 | 
            +
            <dt>
         | 
| 1323 | 
            +
            <a class="link" href="GSettings.html#g-settings-bind" title="g_settings_bind ()">g_settings_bind</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1324 | 
            +
            </dt>
         | 
| 1325 | 
            +
            <dd></dd>
         | 
| 1326 | 
            +
            <dt>
         | 
| 1327 | 
            +
            <a class="link" href="GSettings.html#g-settings-bind-with-mapping" title="g_settings_bind_with_mapping ()">g_settings_bind_with_mapping</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1328 | 
            +
            </dt>
         | 
| 1329 | 
            +
            <dd></dd>
         | 
| 1330 | 
            +
            <dt>
         | 
| 1331 | 
            +
            <a class="link" href="GSettings.html#g-settings-bind-writable" title="g_settings_bind_writable ()">g_settings_bind_writable</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1332 | 
            +
            </dt>
         | 
| 1333 | 
            +
            <dd></dd>
         | 
| 1334 | 
            +
            <dt>
         | 
| 1335 | 
            +
            <a class="link" href="GSettings.html#g-settings-delay" title="g_settings_delay ()">g_settings_delay</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1336 | 
            +
            </dt>
         | 
| 1337 | 
            +
            <dd></dd>
         | 
| 1338 | 
            +
            <dt>
         | 
| 1339 | 
            +
            <a class="link" href="GSettings.html#g-settings-get" title="g_settings_get ()">g_settings_get</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1340 | 
            +
            </dt>
         | 
| 1341 | 
            +
            <dd></dd>
         | 
| 1342 | 
            +
            <dt>
         | 
| 1343 | 
            +
            <a class="link" href="GSettings.html#g-settings-get-boolean" title="g_settings_get_boolean ()">g_settings_get_boolean</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1344 | 
            +
            </dt>
         | 
| 1345 | 
            +
            <dd></dd>
         | 
| 1346 | 
            +
            <dt>
         | 
| 1347 | 
            +
            <a class="link" href="GSettings.html#g-settings-get-child" title="g_settings_get_child ()">g_settings_get_child</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1348 | 
            +
            </dt>
         | 
| 1349 | 
            +
            <dd></dd>
         | 
| 1350 | 
            +
            <dt>
         | 
| 1351 | 
            +
            <a class="link" href="GSettings.html#g-settings-get-double" title="g_settings_get_double ()">g_settings_get_double</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1352 | 
            +
            </dt>
         | 
| 1353 | 
            +
            <dd></dd>
         | 
| 1354 | 
            +
            <dt>
         | 
| 1355 | 
            +
            <a class="link" href="GSettings.html#g-settings-get-enum" title="g_settings_get_enum ()">g_settings_get_enum</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1356 | 
            +
            </dt>
         | 
| 1357 | 
            +
            <dd></dd>
         | 
| 1358 | 
            +
            <dt>
         | 
| 1359 | 
            +
            <a class="link" href="GSettings.html#g-settings-get-flags" title="g_settings_get_flags ()">g_settings_get_flags</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1360 | 
            +
            </dt>
         | 
| 1361 | 
            +
            <dd></dd>
         | 
| 1362 | 
            +
            <dt>
         | 
| 1363 | 
            +
            <a class="link" href="GSettings.html#g-settings-get-has-unapplied" title="g_settings_get_has_unapplied ()">g_settings_get_has_unapplied</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1364 | 
            +
            </dt>
         | 
| 1365 | 
            +
            <dd></dd>
         | 
| 1366 | 
            +
            <dt>
         | 
| 1367 | 
            +
            <a class="link" href="GSettings.html#g-settings-get-int" title="g_settings_get_int ()">g_settings_get_int</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1368 | 
            +
            </dt>
         | 
| 1369 | 
            +
            <dd></dd>
         | 
| 1370 | 
            +
            <dt>
         | 
| 1371 | 
            +
            <a class="link" href="GSettings.html#g-settings-get-string" title="g_settings_get_string ()">g_settings_get_string</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1372 | 
            +
            </dt>
         | 
| 1373 | 
            +
            <dd></dd>
         | 
| 1374 | 
            +
            <dt>
         | 
| 1375 | 
            +
            <a class="link" href="GSettings.html#g-settings-get-strv" title="g_settings_get_strv ()">g_settings_get_strv</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1376 | 
            +
            </dt>
         | 
| 1377 | 
            +
            <dd></dd>
         | 
| 1378 | 
            +
            <dt>
         | 
| 1379 | 
            +
            <a class="link" href="GSettings.html#g-settings-get-value" title="g_settings_get_value ()">g_settings_get_value</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1380 | 
            +
            </dt>
         | 
| 1381 | 
            +
            <dd></dd>
         | 
| 1382 | 
            +
            <dt>
         | 
| 1383 | 
            +
            <a class="link" href="GSettings.html#g-settings-is-writable" title="g_settings_is_writable ()">g_settings_is_writable</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1384 | 
            +
            </dt>
         | 
| 1385 | 
            +
            <dd></dd>
         | 
| 1386 | 
            +
            <dt>
         | 
| 1387 | 
            +
            <a class="link" href="GSettings.html#g-settings-new" title="g_settings_new ()">g_settings_new</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1388 | 
            +
            </dt>
         | 
| 1389 | 
            +
            <dd></dd>
         | 
| 1390 | 
            +
            <dt>
         | 
| 1391 | 
            +
            <a class="link" href="GSettings.html#g-settings-new-with-backend" title="g_settings_new_with_backend ()">g_settings_new_with_backend</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1392 | 
            +
            </dt>
         | 
| 1393 | 
            +
            <dd></dd>
         | 
| 1394 | 
            +
            <dt>
         | 
| 1395 | 
            +
            <a class="link" href="GSettings.html#g-settings-new-with-backend-and-path" title="g_settings_new_with_backend_and_path ()">g_settings_new_with_backend_and_path</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1396 | 
            +
            </dt>
         | 
| 1397 | 
            +
            <dd></dd>
         | 
| 1398 | 
            +
            <dt>
         | 
| 1399 | 
            +
            <a class="link" href="GSettings.html#g-settings-new-with-path" title="g_settings_new_with_path ()">g_settings_new_with_path</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1400 | 
            +
            </dt>
         | 
| 1401 | 
            +
            <dd></dd>
         | 
| 1402 | 
            +
            <dt>
         | 
| 1403 | 
            +
            <a class="link" href="GSettings.html#g-settings-set" title="g_settings_set ()">g_settings_set</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1404 | 
            +
            </dt>
         | 
| 1405 | 
            +
            <dd></dd>
         | 
| 1406 | 
            +
            <dt>
         | 
| 1407 | 
            +
            <a class="link" href="GSettings.html#g-settings-set-boolean" title="g_settings_set_boolean ()">g_settings_set_boolean</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1408 | 
            +
            </dt>
         | 
| 1409 | 
            +
            <dd></dd>
         | 
| 1410 | 
            +
            <dt>
         | 
| 1411 | 
            +
            <a class="link" href="GSettings.html#g-settings-set-double" title="g_settings_set_double ()">g_settings_set_double</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1412 | 
            +
            </dt>
         | 
| 1413 | 
            +
            <dd></dd>
         | 
| 1414 | 
            +
            <dt>
         | 
| 1415 | 
            +
            <a class="link" href="GSettings.html#g-settings-set-int" title="g_settings_set_int ()">g_settings_set_int</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1416 | 
            +
            </dt>
         | 
| 1417 | 
            +
            <dd></dd>
         | 
| 1418 | 
            +
            <dt>
         | 
| 1419 | 
            +
            <a class="link" href="GSettings.html#g-settings-set-string" title="g_settings_set_string ()">g_settings_set_string</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1420 | 
            +
            </dt>
         | 
| 1421 | 
            +
            <dd></dd>
         | 
| 1422 | 
            +
            <dt>
         | 
| 1423 | 
            +
            <a class="link" href="GSettings.html#g-settings-set-strv" title="g_settings_set_strv ()">g_settings_set_strv</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1424 | 
            +
            </dt>
         | 
| 1425 | 
            +
            <dd></dd>
         | 
| 1426 | 
            +
            <dt>
         | 
| 1427 | 
            +
            <a class="link" href="GSettings.html#g-settings-set-value" title="g_settings_set_value ()">g_settings_set_value</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1428 | 
            +
            </dt>
         | 
| 1429 | 
            +
            <dd></dd>
         | 
| 1430 | 
            +
            <dt>
         | 
| 1431 | 
            +
            <a class="link" href="GSettings.html#g-settings-unbind" title="g_settings_unbind ()">g_settings_unbind</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
         | 
| 1432 | 
            +
            </dt>
         | 
| 1433 | 
            +
            <dd></dd>
         | 
| 1434 | 
            +
            <dt>
         | 
| 1435 | 
            +
            <a class="link" href="GSimplePermission.html#g-simple-permission-new" title="g_simple_permission_new ()">g_simple_permission_new</a>, function in <a class="link" href="GSimplePermission.html" title="GSimplePermission">GSimplePermission</a>
         | 
| 1436 | 
            +
            </dt>
         | 
| 1437 | 
            +
            <dd></dd>
         | 
| 1438 | 
            +
            <dt>
         | 
| 1439 | 
            +
            <a class="link" href="GSocket.html#GSocket--timeout" title='The "timeout" property'>GSocket:timeout</a>, object property in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
         | 
| 1440 | 
            +
            </dt>
         | 
| 1441 | 
            +
            <dd></dd>
         | 
| 1442 | 
            +
            <dt>
         | 
| 1443 | 
            +
            <a class="link" href="GSocketClient.html#g-socket-client-connect-to-uri" title="g_socket_client_connect_to_uri ()">g_socket_client_connect_to_uri</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
         | 
| 1444 | 
            +
            </dt>
         | 
| 1445 | 
            +
            <dd></dd>
         | 
| 1446 | 
            +
            <dt>
         | 
| 1447 | 
            +
            <a class="link" href="GSocketClient.html#g-socket-client-connect-to-uri-async" title="g_socket_client_connect_to_uri_async ()">g_socket_client_connect_to_uri_async</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
         | 
| 1448 | 
            +
            </dt>
         | 
| 1449 | 
            +
            <dd></dd>
         | 
| 1450 | 
            +
            <dt>
         | 
| 1451 | 
            +
            <a class="link" href="GSocketClient.html#g-socket-client-connect-to-uri-finish" title="g_socket_client_connect_to_uri_finish ()">g_socket_client_connect_to_uri_finish</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
         | 
| 1452 | 
            +
            </dt>
         | 
| 1453 | 
            +
            <dd></dd>
         | 
| 1454 | 
            +
            <dt>
         | 
| 1455 | 
            +
            <a class="link" href="GSocketClient.html#g-socket-client-get-enable-proxy" title="g_socket_client_get_enable_proxy ()">g_socket_client_get_enable_proxy</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
         | 
| 1456 | 
            +
            </dt>
         | 
| 1457 | 
            +
            <dd></dd>
         | 
| 1458 | 
            +
            <dt>
         | 
| 1459 | 
            +
            <a class="link" href="GSocketClient.html#g-socket-client-get-timeout" title="g_socket_client_get_timeout ()">g_socket_client_get_timeout</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
         | 
| 1460 | 
            +
            </dt>
         | 
| 1461 | 
            +
            <dd></dd>
         | 
| 1462 | 
            +
            <dt>
         | 
| 1463 | 
            +
            <a class="link" href="GSocketClient.html#g-socket-client-set-enable-proxy" title="g_socket_client_set_enable_proxy ()">g_socket_client_set_enable_proxy</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
         | 
| 1464 | 
            +
            </dt>
         | 
| 1465 | 
            +
            <dd></dd>
         | 
| 1466 | 
            +
            <dt>
         | 
| 1467 | 
            +
            <a class="link" href="GSocketClient.html#g-socket-client-set-timeout" title="g_socket_client_set_timeout ()">g_socket_client_set_timeout</a>, function in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
         | 
| 1468 | 
            +
            </dt>
         | 
| 1469 | 
            +
            <dd></dd>
         | 
| 1470 | 
            +
            <dt>
         | 
| 1471 | 
            +
            <a class="link" href="GSocketConnectable.html#g-socket-connectable-proxy-enumerate" title="g_socket_connectable_proxy_enumerate ()">g_socket_connectable_proxy_enumerate</a>, function in <a class="link" href="GSocketConnectable.html" title="GSocketConnectable">GSocketConnectable</a>
         | 
| 1472 | 
            +
            </dt>
         | 
| 1473 | 
            +
            <dd></dd>
         | 
| 1474 | 
            +
            <dt>
         | 
| 1475 | 
            +
            <a class="link" href="GSocket.html#g-socket-get-credentials" title="g_socket_get_credentials ()">g_socket_get_credentials</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
         | 
| 1476 | 
            +
            </dt>
         | 
| 1477 | 
            +
            <dd></dd>
         | 
| 1478 | 
            +
            <dt>
         | 
| 1479 | 
            +
            <a class="link" href="GSocket.html#g-socket-get-timeout" title="g_socket_get_timeout ()">g_socket_get_timeout</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
         | 
| 1480 | 
            +
            </dt>
         | 
| 1481 | 
            +
            <dd></dd>
         | 
| 1482 | 
            +
            <dt>
         | 
| 1483 | 
            +
            <a class="link" href="GSocket.html#g-socket-receive-with-blocking" title="g_socket_receive_with_blocking ()">g_socket_receive_with_blocking</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
         | 
| 1484 | 
            +
            </dt>
         | 
| 1485 | 
            +
            <dd></dd>
         | 
| 1486 | 
            +
            <dt>
         | 
| 1487 | 
            +
            <a class="link" href="GSocket.html#g-socket-send-with-blocking" title="g_socket_send_with_blocking ()">g_socket_send_with_blocking</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
         | 
| 1488 | 
            +
            </dt>
         | 
| 1489 | 
            +
            <dd></dd>
         | 
| 1490 | 
            +
            <dt>
         | 
| 1491 | 
            +
            <a class="link" href="GSocket.html#g-socket-set-timeout" title="g_socket_set_timeout ()">g_socket_set_timeout</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
         | 
| 1492 | 
            +
            </dt>
         | 
| 1493 | 
            +
            <dd></dd>
         | 
| 1494 | 
            +
            <a name="idxT"></a><h3 class="title">T</h3>
         | 
| 1495 | 
            +
            <dt>
         | 
| 1496 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-ANNOTATION-INFO:CAPS" title="G_TYPE_DBUS_ANNOTATION_INFO">G_TYPE_DBUS_ANNOTATION_INFO</a>, macro in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 1497 | 
            +
            </dt>
         | 
| 1498 | 
            +
            <dd></dd>
         | 
| 1499 | 
            +
            <dt>
         | 
| 1500 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-ARG-INFO:CAPS" title="G_TYPE_DBUS_ARG_INFO">G_TYPE_DBUS_ARG_INFO</a>, macro in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 1501 | 
            +
            </dt>
         | 
| 1502 | 
            +
            <dd></dd>
         | 
| 1503 | 
            +
            <dt>
         | 
| 1504 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-INTERFACE-INFO:CAPS" title="G_TYPE_DBUS_INTERFACE_INFO">G_TYPE_DBUS_INTERFACE_INFO</a>, macro in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 1505 | 
            +
            </dt>
         | 
| 1506 | 
            +
            <dd></dd>
         | 
| 1507 | 
            +
            <dt>
         | 
| 1508 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-METHOD-INFO:CAPS" title="G_TYPE_DBUS_METHOD_INFO">G_TYPE_DBUS_METHOD_INFO</a>, macro in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 1509 | 
            +
            </dt>
         | 
| 1510 | 
            +
            <dd></dd>
         | 
| 1511 | 
            +
            <dt>
         | 
| 1512 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-NODE-INFO:CAPS" title="G_TYPE_DBUS_NODE_INFO">G_TYPE_DBUS_NODE_INFO</a>, macro in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 1513 | 
            +
            </dt>
         | 
| 1514 | 
            +
            <dd></dd>
         | 
| 1515 | 
            +
            <dt>
         | 
| 1516 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-PROPERTY-INFO:CAPS" title="G_TYPE_DBUS_PROPERTY_INFO">G_TYPE_DBUS_PROPERTY_INFO</a>, macro in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 1517 | 
            +
            </dt>
         | 
| 1518 | 
            +
            <dd></dd>
         | 
| 1519 | 
            +
            <dt>
         | 
| 1520 | 
            +
            <a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-SIGNAL-INFO:CAPS" title="G_TYPE_DBUS_SIGNAL_INFO">G_TYPE_DBUS_SIGNAL_INFO</a>, macro in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
         | 
| 1521 | 
            +
            </dt>
         | 
| 1522 | 
            +
            <dd></dd>
         | 
| 1523 | 
            +
            <a name="idxU"></a><h3 class="title">U</h3>
         | 
| 1524 | 
            +
            <dt>
         | 
| 1525 | 
            +
            <a class="link" href="GUnixCredentialsMessage.html#GUnixCredentialsMessage-struct" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>, struct in <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
         | 
| 1526 | 
            +
            </dt>
         | 
| 1527 | 
            +
            <dd></dd>
         | 
| 1528 | 
            +
            <dt>
         | 
| 1529 | 
            +
            <a class="link" href="GUnixCredentialsMessage.html#GUnixCredentialsMessage--credentials" title='The "credentials" property'>GUnixCredentialsMessage:credentials</a>, object property in <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
         | 
| 1530 | 
            +
            </dt>
         | 
| 1531 | 
            +
            <dd></dd>
         | 
| 1532 | 
            +
            <dt>
         | 
| 1533 | 
            +
            <a class="link" href="GUnixCredentialsMessage.html#GUnixCredentialsMessageClass" title="GUnixCredentialsMessageClass">GUnixCredentialsMessageClass</a>, struct in <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
         | 
| 1534 | 
            +
            </dt>
         | 
| 1535 | 
            +
            <dd></dd>
         | 
| 1536 | 
            +
            <dt>
         | 
| 1537 | 
            +
            <a class="link" href="GUnixSocketAddress.html#GUnixSocketAddressType" title="enum GUnixSocketAddressType">GUnixSocketAddressType</a>, enum in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
         | 
| 1538 | 
            +
            </dt>
         | 
| 1539 | 
            +
            <dd></dd>
         | 
| 1540 | 
            +
            <dt>
         | 
| 1541 | 
            +
            <a class="link" href="GUnixConnection.html#g-unix-connection-receive-credentials" title="g_unix_connection_receive_credentials ()">g_unix_connection_receive_credentials</a>, function in <a class="link" href="GUnixConnection.html" title="GUnixConnection">GUnixConnection</a>
         | 
| 1542 | 
            +
            </dt>
         | 
| 1543 | 
            +
            <dd></dd>
         | 
| 1544 | 
            +
            <dt>
         | 
| 1545 | 
            +
            <a class="link" href="GUnixConnection.html#g-unix-connection-send-credentials" title="g_unix_connection_send_credentials ()">g_unix_connection_send_credentials</a>, function in <a class="link" href="GUnixConnection.html" title="GUnixConnection">GUnixConnection</a>
         | 
| 1546 | 
            +
            </dt>
         | 
| 1547 | 
            +
            <dd></dd>
         | 
| 1548 | 
            +
            <dt>
         | 
| 1549 | 
            +
            <a class="link" href="GUnixCredentialsMessage.html#g-unix-credentials-message-get-credentials" title="g_unix_credentials_message_get_credentials ()">g_unix_credentials_message_get_credentials</a>, function in <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
         | 
| 1550 | 
            +
            </dt>
         | 
| 1551 | 
            +
            <dd></dd>
         | 
| 1552 | 
            +
            <dt>
         | 
| 1553 | 
            +
            <a class="link" href="GUnixCredentialsMessage.html#g-unix-credentials-message-is-supported" title="g_unix_credentials_message_is_supported ()">g_unix_credentials_message_is_supported</a>, function in <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
         | 
| 1554 | 
            +
            </dt>
         | 
| 1555 | 
            +
            <dd></dd>
         | 
| 1556 | 
            +
            <dt>
         | 
| 1557 | 
            +
            <a class="link" href="GUnixCredentialsMessage.html#g-unix-credentials-message-new" title="g_unix_credentials_message_new ()">g_unix_credentials_message_new</a>, function in <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
         | 
| 1558 | 
            +
            </dt>
         | 
| 1559 | 
            +
            <dd></dd>
         | 
| 1560 | 
            +
            <dt>
         | 
| 1561 | 
            +
            <a class="link" href="GUnixCredentialsMessage.html#g-unix-credentials-message-new-with-credentials" title="g_unix_credentials_message_new_with_credentials ()">g_unix_credentials_message_new_with_credentials</a>, function in <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>
         | 
| 1562 | 
            +
            </dt>
         | 
| 1563 | 
            +
            <dd></dd>
         | 
| 1564 | 
            +
            <dt>
         | 
| 1565 | 
            +
            <a class="link" href="GUnixSocketAddress.html#g-unix-socket-address-get-address-type" title="g_unix_socket_address_get_address_type ()">g_unix_socket_address_get_address_type</a>, function in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
         | 
| 1566 | 
            +
            </dt>
         | 
| 1567 | 
            +
            <dd></dd>
         | 
| 1568 | 
            +
            <dt>
         | 
| 1569 | 
            +
            <a class="link" href="GUnixSocketAddress.html#g-unix-socket-address-new-with-type" title="g_unix_socket_address_new_with_type ()">g_unix_socket_address_new_with_type</a>, function in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
         | 
| 1570 | 
            +
            </dt>
         | 
| 1571 | 
            +
            <dd></dd>
         | 
| 1572 | 
            +
            <a name="idxZ"></a><h3 class="title">Z</h3>
         | 
| 1573 | 
            +
            <dt>
         | 
| 1574 | 
            +
            <a class="link" href="GZlibCompressor.html#GZlibCompressor--file-info" title='The "file-info" property'>GZlibCompressor:file-info</a>, object property in <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
         | 
| 1575 | 
            +
            </dt>
         | 
| 1576 | 
            +
            <dd></dd>
         | 
| 1577 | 
            +
            <dt>
         | 
| 1578 | 
            +
            <a class="link" href="GZlibDecompressor.html#GZlibDecompressor--file-info" title='The "file-info" property'>GZlibDecompressor:file-info</a>, object property in <a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor">GZlibDecompressor</a>
         | 
| 1579 | 
            +
            </dt>
         | 
| 1580 | 
            +
            <dd></dd>
         | 
| 1581 | 
            +
            <dt>
         | 
| 1582 | 
            +
            <a class="link" href="GZlibCompressor.html#g-zlib-compressor-get-file-info" title="g_zlib_compressor_get_file_info ()">g_zlib_compressor_get_file_info</a>, function in <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
         | 
| 1583 | 
            +
            </dt>
         | 
| 1584 | 
            +
            <dd></dd>
         | 
| 1585 | 
            +
            <dt>
         | 
| 1586 | 
            +
            <a class="link" href="GZlibCompressor.html#g-zlib-compressor-set-file-info" title="g_zlib_compressor_set_file_info ()">g_zlib_compressor_set_file_info</a>, function in <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
         | 
| 1587 | 
            +
            </dt>
         | 
| 1588 | 
            +
            <dd></dd>
         | 
| 1589 | 
            +
            <dt>
         | 
| 1590 | 
            +
            <a class="link" href="GZlibDecompressor.html#g-zlib-decompressor-get-file-info" title="g_zlib_decompressor_get_file_info ()">g_zlib_decompressor_get_file_info</a>, function in <a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor">GZlibDecompressor</a>
         | 
| 1591 | 
            +
            </dt>
         | 
| 1592 | 
            +
            <dd></dd>
         | 
| 1593 | 
            +
            </div>
         | 
| 1594 | 
            +
            <div class="footer">
         | 
| 1595 | 
            +
            <hr>
         | 
| 1596 | 
            +
                      Generated by GTK-Doc V1.15.1</div>
         | 
| 1597 | 
            +
            </body>
         | 
| 1598 | 
            +
            </html>
         |