glib2 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +24 -12
- data/ext/glib2/extconf.rb +1 -0
- data/ext/glib2/glib2.def +4 -0
- data/ext/glib2/rbglib-variant.c +163 -12
- data/ext/glib2/rbglib.c +31 -8
- data/ext/glib2/rbglib.h +15 -1
- data/ext/glib2/rbglib2conversions.h +3 -0
- data/ext/glib2/rbglib_iochannel.c +0 -3
- data/ext/glib2/rbglib_iochannel_win32_socket.c +0 -1
- data/ext/glib2/rbglib_matchinfo.c +179 -0
- data/ext/glib2/rbglib_regex.c +484 -0
- data/ext/glib2/rbgobj_value.c +7 -1
- data/ext/glib2/rbgprivate.h +2 -0
- data/ext/glib2/rbgutil.c +7 -0
- data/ext/glib2/rbgutil.h +2 -0
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/glib2/regex.rb +29 -0
- data/lib/glib2.rb +2 -1
- data/lib/gnome2/rake/external-package.rb +6 -1
- data/lib/gnome2/rake/package-task.rb +1 -1
- data/lib/gnome2/rake/package.rb +9 -0
- data/lib/gnome2/rake/windows-binary-build-task.rb +35 -11
- data/lib/mkmf-gnome2.rb +3 -1
- data/test/test-match-info.rb +113 -0
- data/test/test-regex.rb +320 -0
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gettext.sh +1 -1
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/glib-compile-resources.exe +0 -0
- data/vendor/local/bin/glib-compile-schemas.exe +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +1 -1
- data/vendor/local/bin/glib-mkenums +2 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.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/iconv.exe +0 -0
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.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/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.def +993 -984
- data/vendor/local/bin/libgnutls-30.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/libhogweed-4-2.dll +0 -0
- data/vendor/local/bin/libiconv-2.dll +0 -0
- data/vendor/local/bin/libidn-11.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/{libnettle-6-1.dll → libnettle-6-2.dll} +0 -0
- data/vendor/local/bin/libp11-kit-0.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libtasn1-6.dll +0 -0
- data/vendor/local/bin/nettle-hash.exe +0 -0
- data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
- data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
- data/vendor/local/bin/ngettext.exe +0 -0
- data/vendor/local/bin/p11-kit.exe +0 -0
- data/vendor/local/bin/pcre-config +133 -0
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/trust.exe +0 -0
- data/vendor/local/include/glib-2.0/gio/gdatagrambased.h +144 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +9 -1
- data/vendor/local/include/glib-2.0/gio/gdtlsclientconnection.h +75 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsconnection.h +191 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsserverconnection.h +69 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gio-autocleanups.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +69 -13
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +2 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +77 -0
- data/vendor/local/include/glib-2.0/gio/gliststore.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +25 -25
- data/vendor/local/include/glib-2.0/gio/gsocket.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +4 -1
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +7 -0
- data/vendor/local/include/glib-2.0/glib/gasyncqueue.h +13 -0
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +2 -0
- data/vendor/local/include/glib-2.0/glib/glib-autocleanups.h +12 -4
- data/vendor/local/include/glib-2.0/glib/gmacros.h +46 -10
- data/vendor/local/include/glib-2.0/glib/gmain.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gmem.h +7 -5
- data/vendor/local/include/glib-2.0/glib/gmessages.h +8 -8
- data/vendor/local/include/glib-2.0/glib/gnode.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gpoll.h +2 -9
- data/vendor/local/include/glib-2.0/glib/gsequence.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +15 -2
- data/vendor/local/include/glib-2.0/glib/gthreadpool.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gtrashstack.h +10 -57
- data/vendor/local/include/glib-2.0/glib/gtypes.h +61 -6
- data/vendor/local/include/glib-2.0/glib/gunicode.h +15 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +36 -57
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +59 -10
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +3 -3
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +2 -1
- data/vendor/local/include/glib-2.0/gobject/glib-types.h +0 -7
- data/vendor/local/include/glib-2.0/gobject/gobject-autocleanups.h +0 -1
- data/vendor/local/include/glib-2.0/gobject/gobject.h +8 -4
- data/vendor/local/include/glib-2.0/gobject/gparam.h +5 -2
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +3 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +47 -26
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -0
- data/vendor/local/include/gmp.h +56 -24
- data/vendor/local/include/gnutls/gnutls.h +79 -39
- data/vendor/local/include/gnutls/pkcs11.h +6 -0
- data/vendor/local/include/gnutls/pkcs7.h +17 -4
- data/vendor/local/include/gnutls/x509.h +8 -0
- data/vendor/local/include/libintl.h +1 -1
- data/vendor/local/include/libtasn1.h +1 -1
- data/vendor/local/include/nettle/rsa.h +72 -0
- data/vendor/local/include/nettle/sha3.h +4 -0
- data/vendor/local/include/nettle/version.h +8 -1
- data/vendor/local/include/p11-kit-1/p11-kit/p11-kit.h +1 -0
- data/vendor/local/include/pcre.h +677 -0
- data/vendor/local/include/pcre_scanner.h +172 -0
- data/vendor/local/include/pcre_stringpiece.h +180 -0
- data/vendor/local/include/pcrecpp.h +710 -0
- data/vendor/local/include/pcrecpparg.h +174 -0
- data/vendor/local/include/pcreposix.h +146 -0
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.la +3 -3
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +4 -16
- data/vendor/local/lib/libasprintf.a +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libcharset.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libffi.a +0 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +5 -5
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +5 -5
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +5 -5
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +4 -4
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +3 -3
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +5 -5
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +5 -5
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libiconv.dll.a +0 -0
- data/vendor/local/lib/libidn.a +0 -0
- data/vendor/local/lib/libidn.dll.a +0 -0
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libintl.la +1 -1
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +41 -0
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +41 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +41 -0
- data/vendor/local/lib/libtasn1.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/libtasn1.la +1 -1
- data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gnutls.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/hogweed.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcre.pc +13 -0
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +12 -0
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +13 -0
- data/vendor/local/lib/pkgconfig/libtasn1.pc +1 -1
- data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
- data/vendor/local/lib/pkgconfig/p11-kit-1.pc +1 -1
- data/vendor/local/share/aclocal/glib-gettext.m4 +3 -2
- data/vendor/local/share/doc/pcre/AUTHORS +45 -0
- data/vendor/local/share/doc/pcre/COPYING +5 -0
- data/vendor/local/share/doc/pcre/ChangeLog +5918 -0
- data/vendor/local/share/doc/pcre/LICENCE +93 -0
- data/vendor/local/share/doc/pcre/NEWS +716 -0
- data/vendor/local/share/doc/pcre/README +1002 -0
- data/vendor/local/share/doc/pcre/html/NON-AUTOTOOLS-BUILD.txt +772 -0
- data/vendor/local/share/doc/pcre/html/README.txt +1002 -0
- data/vendor/local/share/doc/pcre/html/index.html +185 -0
- data/vendor/local/share/doc/pcre/html/pcre-config.html +109 -0
- data/vendor/local/share/doc/pcre/html/pcre.html +224 -0
- data/vendor/local/share/doc/pcre/html/pcre16.html +384 -0
- data/vendor/local/share/doc/pcre/html/pcre32.html +382 -0
- data/vendor/local/share/doc/pcre/html/pcre_assign_jit_stack.html +76 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile2.html +115 -0
- data/vendor/local/share/doc/pcre/html/pcre_config.html +94 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_named_substring.html +65 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_substring.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_dfa_exec.html +129 -0
- data/vendor/local/share/doc/pcre/html/pcre_exec.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_study.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring_list.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_fullinfo.html +118 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_named_substring.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringnumber.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringtable_entries.html +60 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring.html +64 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring_list.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_exec.html +108 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_alloc.html +55 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_free.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_maketables.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_pattern_to_host_byte_order.html +58 -0
- data/vendor/local/share/doc/pcre/html/pcre_refcount.html +51 -0
- data/vendor/local/share/doc/pcre/html/pcre_study.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf16_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf32_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_version.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcreapi.html +2922 -0
- data/vendor/local/share/doc/pcre/html/pcrebuild.html +534 -0
- data/vendor/local/share/doc/pcre/html/pcrecallout.html +286 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +235 -0
- data/vendor/local/share/doc/pcre/html/pcrecpp.html +368 -0
- data/vendor/local/share/doc/pcre/html/pcredemo.html +426 -0
- data/vendor/local/share/doc/pcre/html/pcregrep.html +759 -0
- data/vendor/local/share/doc/pcre/html/pcrejit.html +452 -0
- data/vendor/local/share/doc/pcre/html/pcrelimits.html +90 -0
- data/vendor/local/share/doc/pcre/html/pcrematching.html +242 -0
- data/vendor/local/share/doc/pcre/html/pcrepartial.html +509 -0
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +3273 -0
- data/vendor/local/share/doc/pcre/html/pcreperform.html +195 -0
- data/vendor/local/share/doc/pcre/html/pcreposix.html +290 -0
- data/vendor/local/share/doc/pcre/html/pcreprecompile.html +163 -0
- data/vendor/local/share/doc/pcre/html/pcresample.html +110 -0
- data/vendor/local/share/doc/pcre/html/pcrestack.html +225 -0
- data/vendor/local/share/doc/pcre/html/pcresyntax.html +561 -0
- data/vendor/local/share/doc/pcre/html/pcretest.html +1158 -0
- data/vendor/local/share/doc/pcre/html/pcreunicode.html +262 -0
- data/vendor/local/share/doc/pcre/pcre-config.txt +86 -0
- data/vendor/local/share/doc/pcre/pcre.txt +10455 -0
- data/vendor/local/share/doc/pcre/pcregrep.txt +741 -0
- data/vendor/local/share/doc/pcre/pcretest.txt +1087 -0
- data/vendor/local/share/gdb/auto-load/{libglib-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/{libgobject-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gettext/ABOUT-NLS +382 -413
- data/vendor/local/share/gettext/its/gschema.its +25 -0
- data/vendor/local/share/gettext/its/gschema.loc +10 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.py +22 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/glib.py +4 -0
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +58 -64
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +75 -80
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +50 -51
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +72 -97
- data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +7 -8
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +174 -160
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +127 -132
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +90 -92
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +43 -46
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +17 -26
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +12 -17
- data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +45 -52
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +14 -18
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +20 -21
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +41 -48
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +34 -40
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +337 -258
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +23 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +44 -50
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +143 -158
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +59 -54
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +19 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +25 -27
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +48 -52
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +34 -31
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +25 -28
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +105 -122
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +32 -39
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +40 -51
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +17 -28
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +766 -0
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +56 -75
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +468 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +1521 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +208 -0
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +16 -19
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +16 -17
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +204 -240
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +13 -15
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +128 -145
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +75 -36
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +10 -13
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +41 -43
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +56 -44
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +20 -23
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +103 -118
- data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +39 -47
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +32 -44
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GListStore.html +80 -35
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +11 -15
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +138 -145
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +84 -94
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +54 -66
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +34 -42
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +26 -28
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +97 -39
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +18 -23
- data/vendor/local/share/gtk-doc/html/gio/GNotification.html +49 -47
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +39 -56
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +33 -20
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +30 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -51
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +46 -47
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +79 -74
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +12 -18
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +325 -200
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +46 -49
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +21 -23
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +258 -162
- data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +7 -9
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +470 -281
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +27 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +76 -85
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +118 -72
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +28 -33
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +26 -30
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +180 -62
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +51 -28
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +25 -31
- data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +63 -75
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +49 -54
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +406 -404
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +36 -38
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +30 -31
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +11 -14
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +172 -46
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +96 -37
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +64 -66
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +256 -63
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +150 -49
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +46 -51
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +21 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +21 -26
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +43 -47
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +26 -27
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +21 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +11 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +211 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +283 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +107 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +459 -8
- data/vendor/local/share/gtk-doc/html/gio/application.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/async.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +29 -172
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +187 -27
- data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +15 -34
- data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +16 -137
- data/vendor/local/share/gtk-doc/html/gio/ch34.html +26 -87
- data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +37 -121
- data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +132 -176
- data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +19 -71
- data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +24 -908
- data/vendor/local/share/gtk-doc/html/gio/{ch33s06.html → ch34s06.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch33s07.html → ch34s07.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +94 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +141 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +201 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/data-models.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/extending.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +11 -12
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +199 -200
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +89 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +77 -87
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +19 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +43 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +47 -52
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +20 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +21 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +9 -12
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +147 -114
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +12 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +13 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +2066 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +29 -32
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +16 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +54 -75
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +27 -30
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +11 -8
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +194 -140
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +6 -7
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -6
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/index.html +41 -45
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +204 -137
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +22 -44
- data/vendor/local/share/gtk-doc/html/gio/networking.html +6 -4
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +20 -5
- data/vendor/local/share/gtk-doc/html/gio/registry.html +32 -0
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/settings.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/tls.html +12 -4
- data/vendor/local/share/gtk-doc/html/gio/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/utils.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +16 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +7 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +12 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +46 -8
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +80 -9
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +68 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +254 -84
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +130 -144
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +19 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +33 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +22 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +89 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +384 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +100 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +83 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +14 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +49 -64
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +141 -156
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +32 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +24 -31
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +28 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +108 -141
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +98 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +89 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +93 -125
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +50 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +189 -171
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +99 -134
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +172 -217
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +32 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +430 -451
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +53 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +12 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +167 -192
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +58 -78
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +14 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +70 -79
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +68 -102
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +166 -183
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +33 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +80 -92
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +101 -119
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +102 -75
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +133 -60
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +192 -162
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +107 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +69 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +12 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +199 -230
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +54 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +15 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +24 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +29 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +187 -173
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +13 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +104 -117
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +62 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +26 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +15 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +13 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +210 -261
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +95 -101
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +306 -268
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +373 -369
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +79 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +316 -319
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +12 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +44 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +20 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +44 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +21 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +200 -220
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +51 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +25 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +6 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +4 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +14 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +44 -59
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +149 -149
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +11 -12
- data/vendor/local/share/gtk-doc/html/glib/index.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +36 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +53 -57
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +72 -77
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +14 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +34 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +22 -17
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +85 -135
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +80 -144
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +59 -75
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +20 -21
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +68 -89
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +227 -218
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +48 -57
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +125 -96
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +78 -90
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +143 -138
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +226 -285
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +306 -289
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +450 -448
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +22 -23
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +11 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +32 -91
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +134 -133
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +4 -8
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +89 -98
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +119 -112
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +199 -183
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +30 -30
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +32 -33
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +80 -32
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +73 -53
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +52 -50
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +255 -133
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +147 -111
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +65 -122
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +93 -79
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +80 -54
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +82 -87
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +126 -62
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +61 -54
- data/vendor/local/share/gtk-doc/html/gobject/index.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +4 -2
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +98 -198
- data/vendor/local/share/gtk-doc/html/gobject/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/gtk-doc.css +9 -6
- data/vendor/local/share/gtk-doc/html/p11-kit/index.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/index.sgml +22 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +3 -13
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +3 -15
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +3 -18
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +3 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +22 -1
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +7 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +3 -4
- data/vendor/local/share/info/gmp.info +153 -158
- data/vendor/local/share/info/gmp.info-1 +131 -178
- data/vendor/local/share/info/gmp.info-2 +250 -193
- data/vendor/local/share/info/libtasn1.info +2 -2
- data/vendor/local/share/license/gmp/AUTHORS +1 -1
- data/vendor/local/share/license/pcre/AUTHORS +45 -0
- data/vendor/local/share/license/pcre/COPYING +5 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.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/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/asn1Coding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Decoding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Parser.1 +1 -1
- data/vendor/local/share/man/man1/envsubst.1 +1 -1
- data/vendor/local/share/man/man1/gapplication.1 +2 -2
- data/vendor/local/share/man/man1/gdbus-codegen.1 +23 -22
- data/vendor/local/share/man/man1/gdbus.1 +2 -2
- data/vendor/local/share/man/man1/gettext.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-resources.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +7 -2
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-gettextize.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/share/man/man1/gresource.1 +2 -2
- data/vendor/local/share/man/man1/gsettings.1 +2 -2
- data/vendor/local/share/man/man1/gtester-report.1 +2 -2
- data/vendor/local/share/man/man1/gtester.1 +2 -2
- data/vendor/local/share/man/man1/ngettext.1 +1 -1
- data/vendor/local/share/man/man1/pcre-config.1 +92 -0
- data/vendor/local/share/man/man1/pcregrep.1 +683 -0
- data/vendor/local/share/man/man1/pcretest.1 +1156 -0
- data/vendor/local/share/man/man3/asn1_array2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_check_version.3 +1 -1
- data/vendor/local/share/man/man3/asn1_copy_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_create_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_coding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_startEnd.3 +1 -1
- data/vendor/local/share/man/man3/asn1_dup_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_encode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_any_defined_by.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_octet_string.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_structure_from_oid.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_object_id_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_tag_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_number_of_elements.3 +1 -1
- data/vendor/local/share/man/man3/asn1_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2array.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_perror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_print_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_node_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_tag.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value_type.3 +1 -1
- data/vendor/local/share/man/man3/asn1_strerror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_write_value.3 +1 -1
- data/vendor/local/share/man/man3/bind_textdomain_codeset.3 +1 -1
- data/vendor/local/share/man/man3/bindtextdomain.3 +1 -1
- data/vendor/local/share/man/man3/gettext.3 +1 -1
- data/vendor/local/share/man/man3/ngettext.3 +1 -1
- data/vendor/local/share/man/man3/pcre.3 +230 -0
- data/vendor/local/share/man/man3/pcre16.3 +371 -0
- data/vendor/local/share/man/man3/pcre16_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre16_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre16_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre16_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre16_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre16_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre16_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre16_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre16_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre16_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre16_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre16_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre16_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre16_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre16_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre32.3 +369 -0
- data/vendor/local/share/man/man3/pcre32_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre32_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre32_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre32_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre32_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre32_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre32_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre32_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre32_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre32_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre32_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre32_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre32_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre32_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre32_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_version.3 +31 -0
- data/vendor/local/share/man/man3/pcreapi.3 +2919 -0
- data/vendor/local/share/man/man3/pcrebuild.3 +550 -0
- data/vendor/local/share/man/man3/pcrecallout.3 +255 -0
- data/vendor/local/share/man/man3/pcrecompat.3 +200 -0
- data/vendor/local/share/man/man3/pcrecpp.3 +348 -0
- data/vendor/local/share/man/man3/pcredemo.3 +424 -0
- data/vendor/local/share/man/man3/pcrejit.3 +431 -0
- data/vendor/local/share/man/man3/pcrelimits.3 +71 -0
- data/vendor/local/share/man/man3/pcrematching.3 +214 -0
- data/vendor/local/share/man/man3/pcrepartial.3 +476 -0
- data/vendor/local/share/man/man3/pcrepattern.3 +3301 -0
- data/vendor/local/share/man/man3/pcreperform.3 +177 -0
- data/vendor/local/share/man/man3/pcreposix.3 +267 -0
- data/vendor/local/share/man/man3/pcreprecompile.3 +155 -0
- data/vendor/local/share/man/man3/pcresample.3 +99 -0
- data/vendor/local/share/man/man3/pcrestack.3 +215 -0
- data/vendor/local/share/man/man3/pcresyntax.3 +540 -0
- data/vendor/local/share/man/man3/pcreunicode.3 +249 -0
- data/vendor/local/share/man/man3/textdomain.3 +1 -1
- metadata +233 -22
- data/lib/2.0/glib2.so +0 -0
- data/lib/2.1/glib2.so +0 -0
- data/vendor/local/bin/libhogweed-4-1.dll +0 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +0 -1537
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +0 -679
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +0 -572
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +0 -561
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +0 -39
- data/vendor/local/share/gtk-doc/html/gio/ch33s04.html +0 -46
- data/vendor/local/share/gtk-doc/html/gio/ch33s05.html +0 -48
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +0 -161
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +0 -51
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GAppInfo: GIO Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GIO Reference Manual">
|
8
8
|
<link rel="up" href="types.html" title="File types and applications">
|
9
9
|
<link rel="prev" href="gio-GContentType.html" title="GContentType">
|
10
10
|
<link rel="next" href="GAppInfoMonitor.html" title="GAppInfoMonitor">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (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">
|
@@ -37,7 +37,7 @@
|
|
37
37
|
</tr></table></div>
|
38
38
|
<div class="refsect1">
|
39
39
|
<a name="GAppInfo.functions"></a><h2>Functions</h2>
|
40
|
-
<div class="informaltable"><table width="100%" border="0">
|
40
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
41
41
|
<colgroup>
|
42
42
|
<col width="150px" class="functions_return">
|
43
43
|
<col class="functions_name">
|
@@ -353,7 +353,7 @@
|
|
353
353
|
</div>
|
354
354
|
<div class="refsect1">
|
355
355
|
<a name="GAppInfo.signals"></a><h2>Signals</h2>
|
356
|
-
<div class="informaltable"><table border="0">
|
356
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
357
357
|
<colgroup>
|
358
358
|
<col width="150px" class="signals_return">
|
359
359
|
<col width="300px" class="signals_name">
|
@@ -375,7 +375,7 @@
|
|
375
375
|
</div>
|
376
376
|
<a name="GAppLaunchContext"></a><div class="refsect1">
|
377
377
|
<a name="GAppInfo.other"></a><h2>Types and Values</h2>
|
378
|
-
<div class="informaltable"><table width="100%" border="0">
|
378
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
379
379
|
<colgroup>
|
380
380
|
<col width="150px" class="name">
|
381
381
|
<col class="description">
|
@@ -402,7 +402,7 @@
|
|
402
402
|
</div>
|
403
403
|
<div class="refsect1">
|
404
404
|
<a name="GAppInfo.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
405
|
-
<pre class="screen"> GInterface
|
405
|
+
<pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
|
406
406
|
<span class="lineart">╰──</span> GAppInfo
|
407
407
|
<a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
408
408
|
<span class="lineart">╰──</span> GAppLaunchContext
|
@@ -467,20 +467,20 @@ illustrates this:</p>
|
|
467
467
|
12
|
468
468
|
13
|
469
469
|
14</pre></td>
|
470
|
-
<td class="listing_code"><pre class="programlisting"
|
471
|
-
<span class="
|
470
|
+
<td class="listing_code"><pre class="programlisting">GFile <span class="gtkdoc opt">*</span>f<span class="gtkdoc opt">;</span>
|
471
|
+
<span class="gtkdoc kwb">char</span> <span class="gtkdoc opt">*</span>uri<span class="gtkdoc opt">;</span>
|
472
472
|
|
473
|
-
<span class="
|
473
|
+
file <span class="gtkdoc opt">=</span> <span class="function"><a href="GFile.html#g-file-new-for-commandline-arg">g_file_new_for_commandline_arg</a></span> <span class="gtkdoc opt">(</span>uri_from_commandline<span class="gtkdoc opt">);</span>
|
474
474
|
|
475
|
-
<span class="
|
476
|
-
<span class="function">strcmp</span
|
477
|
-
<span class="function"><a href="../glib/glib-Memory-Allocation.html#g-free">g_free</a></span
|
475
|
+
uri <span class="gtkdoc opt">=</span> <span class="function"><a href="GFile.html#g-file-get-uri">g_file_get_uri</a></span> <span class="gtkdoc opt">(</span>file<span class="gtkdoc opt">);</span>
|
476
|
+
<span class="function">strcmp</span> <span class="gtkdoc opt">(</span>uri<span class="gtkdoc opt">,</span> uri_from_commandline<span class="gtkdoc opt">) ==</span> <span class="number">0</span><span class="gtkdoc opt">;</span>
|
477
|
+
<span class="function"><a href="../glib/glib-Memory-Allocation.html#g-free">g_free</a></span> <span class="gtkdoc opt">(</span>uri<span class="gtkdoc opt">);</span>
|
478
478
|
|
479
|
-
<span class="keyword">if</span
|
480
|
-
<span class="
|
481
|
-
<span class="
|
482
|
-
<span class="
|
483
|
-
<span class="function"><a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span
|
479
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span><span class="function"><a href="GFile.html#g-file-has-uri-scheme">g_file_has_uri_scheme</a></span> <span class="gtkdoc opt">(</span>file<span class="gtkdoc opt">,</span> <span class="string">"cdda"</span><span class="gtkdoc opt">))</span>
|
480
|
+
<span class="gtkdoc opt">{</span>
|
481
|
+
<span class="gtkdoc slc">// do something special with uri</span>
|
482
|
+
<span class="gtkdoc opt">}</span>
|
483
|
+
<span class="function"><a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span> <span class="gtkdoc opt">(</span>file<span class="gtkdoc opt">);</span></pre></td>
|
484
484
|
</tr>
|
485
485
|
</tbody>
|
486
486
|
</table>
|
@@ -513,7 +513,7 @@ percent-encoded URIs, the percent-character must be doubled in order to prevent
|
|
513
513
|
being swallowed by Exec key unquoting. See the specification for exact quoting rules.</p>
|
514
514
|
<div class="refsect3">
|
515
515
|
<a name="id-1.4.8.3.12.2.6"></a><h4>Parameters</h4>
|
516
|
-
<div class="informaltable"><table width="100%" border="0">
|
516
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
517
517
|
<colgroup>
|
518
518
|
<col width="150px" class="parameters_name">
|
519
519
|
<col class="parameters_description">
|
@@ -558,7 +558,7 @@ g_app_info_dup (<em class="parameter"><code><a class="link" href="GAppInfo.html"
|
|
558
558
|
<p>Creates a duplicate of a <a class="link" href="GAppInfo.html" title="GAppInfo"><span class="type">GAppInfo</span></a>.</p>
|
559
559
|
<div class="refsect3">
|
560
560
|
<a name="id-1.4.8.3.12.3.5"></a><h4>Parameters</h4>
|
561
|
-
<div class="informaltable"><table width="100%" border="0">
|
561
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
562
562
|
<colgroup>
|
563
563
|
<col width="150px" class="parameters_name">
|
564
564
|
<col class="parameters_description">
|
@@ -587,7 +587,7 @@ g_app_info_equal (<em class="parameter"><code><a class="link" href="GAppInfo.htm
|
|
587
587
|
<p>Checks if two <a href="GAppInfo.html"><span class="type">GAppInfos</span></a> are equal.</p>
|
588
588
|
<div class="refsect3">
|
589
589
|
<a name="id-1.4.8.3.12.4.5"></a><h4>Parameters</h4>
|
590
|
-
<div class="informaltable"><table width="100%" border="0">
|
590
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
591
591
|
<colgroup>
|
592
592
|
<col width="150px" class="parameters_name">
|
593
593
|
<col class="parameters_description">
|
@@ -612,7 +612,6 @@ g_app_info_equal (<em class="parameter"><code><a class="link" href="GAppInfo.htm
|
|
612
612
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>appinfo1</code></em>
|
613
613
|
is equal to <em class="parameter"><code>appinfo2</code></em>
|
614
614
|
. <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
615
|
-
<p></p>
|
616
615
|
</div>
|
617
616
|
</div>
|
618
617
|
<hr>
|
@@ -629,7 +628,7 @@ the <em class="parameter"><code>appinfo</code></em>
|
|
629
628
|
has been constructed.</p>
|
630
629
|
<div class="refsect3">
|
631
630
|
<a name="id-1.4.8.3.12.5.6"></a><h4>Parameters</h4>
|
632
|
-
<div class="informaltable"><table width="100%" border="0">
|
631
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
633
632
|
<colgroup>
|
634
633
|
<col width="150px" class="parameters_name">
|
635
634
|
<col class="parameters_description">
|
@@ -645,7 +644,6 @@ the <em class="parameter"><code>appinfo</code></em>
|
|
645
644
|
<div class="refsect3">
|
646
645
|
<a name="id-1.4.8.3.12.5.7"></a><h4>Returns</h4>
|
647
646
|
<p> a string containing the application's ID.</p>
|
648
|
-
<p></p>
|
649
647
|
</div>
|
650
648
|
</div>
|
651
649
|
<hr>
|
@@ -656,7 +654,7 @@ g_app_info_get_name (<em class="parameter"><code><a class="link" href="GAppInfo.
|
|
656
654
|
<p>Gets the installed name of the application.</p>
|
657
655
|
<div class="refsect3">
|
658
656
|
<a name="id-1.4.8.3.12.6.5"></a><h4>Parameters</h4>
|
659
|
-
<div class="informaltable"><table width="100%" border="0">
|
657
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
660
658
|
<colgroup>
|
661
659
|
<col width="150px" class="parameters_name">
|
662
660
|
<col class="parameters_description">
|
@@ -673,7 +671,6 @@ g_app_info_get_name (<em class="parameter"><code><a class="link" href="GAppInfo.
|
|
673
671
|
<a name="id-1.4.8.3.12.6.6"></a><h4>Returns</h4>
|
674
672
|
<p> the name of the application for <em class="parameter"><code>appinfo</code></em>
|
675
673
|
.</p>
|
676
|
-
<p></p>
|
677
674
|
</div>
|
678
675
|
</div>
|
679
676
|
<hr>
|
@@ -685,7 +682,7 @@ g_app_info_get_display_name (<em class="parameter"><code><a class="link" href="G
|
|
685
682
|
descriptive to the user than the name itself.</p>
|
686
683
|
<div class="refsect3">
|
687
684
|
<a name="id-1.4.8.3.12.7.5"></a><h4>Parameters</h4>
|
688
|
-
<div class="informaltable"><table width="100%" border="0">
|
685
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
689
686
|
<colgroup>
|
690
687
|
<col width="150px" class="parameters_name">
|
691
688
|
<col class="parameters_description">
|
@@ -703,9 +700,8 @@ descriptive to the user than the name itself.</p>
|
|
703
700
|
<p> the display name of the application for <em class="parameter"><code>appinfo</code></em>
|
704
701
|
, or the name if
|
705
702
|
no display name is available.</p>
|
706
|
-
<p></p>
|
707
703
|
</div>
|
708
|
-
<p class="since">Since 2.24</p>
|
704
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
709
705
|
</div>
|
710
706
|
<hr>
|
711
707
|
<div class="refsect2">
|
@@ -715,7 +711,7 @@ g_app_info_get_description (<em class="parameter"><code><a class="link" href="GA
|
|
715
711
|
<p>Gets a human-readable description of an installed application.</p>
|
716
712
|
<div class="refsect3">
|
717
713
|
<a name="id-1.4.8.3.12.8.5"></a><h4>Parameters</h4>
|
718
|
-
<div class="informaltable"><table width="100%" border="0">
|
714
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
719
715
|
<colgroup>
|
720
716
|
<col width="150px" class="parameters_name">
|
721
717
|
<col class="parameters_description">
|
@@ -733,7 +729,6 @@ g_app_info_get_description (<em class="parameter"><code><a class="link" href="GA
|
|
733
729
|
<p> a string containing a description of the
|
734
730
|
application <em class="parameter"><code>appinfo</code></em>
|
735
731
|
, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none. </p>
|
736
|
-
<p></p>
|
737
732
|
</div>
|
738
733
|
</div>
|
739
734
|
<hr>
|
@@ -744,7 +739,7 @@ g_app_info_get_executable (<em class="parameter"><code><a class="link" href="GAp
|
|
744
739
|
<p>Gets the executable's name for the installed application.</p>
|
745
740
|
<div class="refsect3">
|
746
741
|
<a name="id-1.4.8.3.12.9.5"></a><h4>Parameters</h4>
|
747
|
-
<div class="informaltable"><table width="100%" border="0">
|
742
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
748
743
|
<colgroup>
|
749
744
|
<col width="150px" class="parameters_name">
|
750
745
|
<col class="parameters_description">
|
@@ -762,7 +757,6 @@ g_app_info_get_executable (<em class="parameter"><code><a class="link" href="GAp
|
|
762
757
|
<p> a string containing the <em class="parameter"><code>appinfo</code></em>
|
763
758
|
's application
|
764
759
|
binaries name</p>
|
765
|
-
<p></p>
|
766
760
|
</div>
|
767
761
|
</div>
|
768
762
|
<hr>
|
@@ -774,7 +768,7 @@ g_app_info_get_commandline (<em class="parameter"><code><a class="link" href="GA
|
|
774
768
|
started.</p>
|
775
769
|
<div class="refsect3">
|
776
770
|
<a name="id-1.4.8.3.12.10.5"></a><h4>Parameters</h4>
|
777
|
-
<div class="informaltable"><table width="100%" border="0">
|
771
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
778
772
|
<colgroup>
|
779
773
|
<col width="150px" class="parameters_name">
|
780
774
|
<col class="parameters_description">
|
@@ -792,9 +786,8 @@ started.</p>
|
|
792
786
|
<p> a string containing the <em class="parameter"><code>appinfo</code></em>
|
793
787
|
's commandline,
|
794
788
|
or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if this information is not available</p>
|
795
|
-
<p></p>
|
796
789
|
</div>
|
797
|
-
<p class="since">Since 2.20</p>
|
790
|
+
<p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
|
798
791
|
</div>
|
799
792
|
<hr>
|
800
793
|
<div class="refsect2">
|
@@ -804,7 +797,7 @@ g_app_info_get_icon (<em class="parameter"><code><a class="link" href="GAppInfo.
|
|
804
797
|
<p>Gets the icon for the application.</p>
|
805
798
|
<div class="refsect3">
|
806
799
|
<a name="id-1.4.8.3.12.11.5"></a><h4>Parameters</h4>
|
807
|
-
<div class="informaltable"><table width="100%" border="0">
|
800
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
808
801
|
<colgroup>
|
809
802
|
<col width="150px" class="parameters_name">
|
810
803
|
<col class="parameters_description">
|
@@ -862,7 +855,7 @@ on information provided in <em class="parameter"><code>launch_context</code></em
|
|
862
855
|
.</p>
|
863
856
|
<div class="refsect3">
|
864
857
|
<a name="id-1.4.8.3.12.12.10"></a><h4>Parameters</h4>
|
865
|
-
<div class="informaltable"><table width="100%" border="0">
|
858
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
866
859
|
<colgroup>
|
867
860
|
<col width="150px" class="parameters_name">
|
868
861
|
<col class="parameters_description">
|
@@ -895,7 +888,6 @@ on information provided in <em class="parameter"><code>launch_context</code></em
|
|
895
888
|
<div class="refsect3">
|
896
889
|
<a name="id-1.4.8.3.12.12.11"></a><h4>Returns</h4>
|
897
890
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on successful launch, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
898
|
-
<p></p>
|
899
891
|
</div>
|
900
892
|
</div>
|
901
893
|
<hr>
|
@@ -906,7 +898,7 @@ g_app_info_supports_files (<em class="parameter"><code><a class="link" href="GAp
|
|
906
898
|
<p>Checks if the application accepts files as arguments.</p>
|
907
899
|
<div class="refsect3">
|
908
900
|
<a name="id-1.4.8.3.12.13.5"></a><h4>Parameters</h4>
|
909
|
-
<div class="informaltable"><table width="100%" border="0">
|
901
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
910
902
|
<colgroup>
|
911
903
|
<col width="150px" class="parameters_name">
|
912
904
|
<col class="parameters_description">
|
@@ -923,7 +915,6 @@ g_app_info_supports_files (<em class="parameter"><code><a class="link" href="GAp
|
|
923
915
|
<a name="id-1.4.8.3.12.13.6"></a><h4>Returns</h4>
|
924
916
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>appinfo</code></em>
|
925
917
|
supports files.</p>
|
926
|
-
<p></p>
|
927
918
|
</div>
|
928
919
|
</div>
|
929
920
|
<hr>
|
@@ -934,7 +925,7 @@ g_app_info_supports_uris (<em class="parameter"><code><a class="link" href="GApp
|
|
934
925
|
<p>Checks if the application supports reading files and directories from URIs.</p>
|
935
926
|
<div class="refsect3">
|
936
927
|
<a name="id-1.4.8.3.12.14.5"></a><h4>Parameters</h4>
|
937
|
-
<div class="informaltable"><table width="100%" border="0">
|
928
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
938
929
|
<colgroup>
|
939
930
|
<col width="150px" class="parameters_name">
|
940
931
|
<col class="parameters_description">
|
@@ -951,7 +942,6 @@ g_app_info_supports_uris (<em class="parameter"><code><a class="link" href="GApp
|
|
951
942
|
<a name="id-1.4.8.3.12.14.6"></a><h4>Returns</h4>
|
952
943
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>appinfo</code></em>
|
953
944
|
supports URIs.</p>
|
954
|
-
<p></p>
|
955
945
|
</div>
|
956
946
|
</div>
|
957
947
|
<hr>
|
@@ -976,7 +966,7 @@ can fail to start if it runs into problems during startup. There is
|
|
976
966
|
no way to detect this.</p>
|
977
967
|
<div class="refsect3">
|
978
968
|
<a name="id-1.4.8.3.12.15.7"></a><h4>Parameters</h4>
|
979
|
-
<div class="informaltable"><table width="100%" border="0">
|
969
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
980
970
|
<colgroup>
|
981
971
|
<col width="150px" class="parameters_name">
|
982
972
|
<col class="parameters_description">
|
@@ -1009,7 +999,6 @@ no way to detect this.</p>
|
|
1009
999
|
<div class="refsect3">
|
1010
1000
|
<a name="id-1.4.8.3.12.15.8"></a><h4>Returns</h4>
|
1011
1001
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on successful launch, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
1012
|
-
<p></p>
|
1013
1002
|
</div>
|
1014
1003
|
</div>
|
1015
1004
|
<hr>
|
@@ -1021,7 +1010,7 @@ g_app_info_should_show (<em class="parameter"><code><a class="link" href="GAppIn
|
|
1021
1010
|
list available applications.</p>
|
1022
1011
|
<div class="refsect3">
|
1023
1012
|
<a name="id-1.4.8.3.12.16.5"></a><h4>Parameters</h4>
|
1024
|
-
<div class="informaltable"><table width="100%" border="0">
|
1013
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1025
1014
|
<colgroup>
|
1026
1015
|
<col width="150px" class="parameters_name">
|
1027
1016
|
<col class="parameters_description">
|
@@ -1038,7 +1027,6 @@ list available applications.</p>
|
|
1038
1027
|
<a name="id-1.4.8.3.12.16.6"></a><h4>Returns</h4>
|
1039
1028
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>appinfo</code></em>
|
1040
1029
|
should be shown, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
1041
|
-
<p></p>
|
1042
1030
|
</div>
|
1043
1031
|
</div>
|
1044
1032
|
<hr>
|
@@ -1050,7 +1038,7 @@ g_app_info_can_delete (<em class="parameter"><code><a class="link" href="GAppInf
|
|
1050
1038
|
See <a class="link" href="GAppInfo.html#g-app-info-delete" title="g_app_info_delete ()"><code class="function">g_app_info_delete()</code></a>.</p>
|
1051
1039
|
<div class="refsect3">
|
1052
1040
|
<a name="id-1.4.8.3.12.17.5"></a><h4>Parameters</h4>
|
1053
|
-
<div class="informaltable"><table width="100%" border="0">
|
1041
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1054
1042
|
<colgroup>
|
1055
1043
|
<col width="150px" class="parameters_name">
|
1056
1044
|
<col class="parameters_description">
|
@@ -1067,9 +1055,8 @@ See <a class="link" href="GAppInfo.html#g-app-info-delete" title="g_app_info_del
|
|
1067
1055
|
<a name="id-1.4.8.3.12.17.6"></a><h4>Returns</h4>
|
1068
1056
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>appinfo</code></em>
|
1069
1057
|
can be deleted</p>
|
1070
|
-
<p></p>
|
1071
1058
|
</div>
|
1072
|
-
<p class="since">Since 2.20</p>
|
1059
|
+
<p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
|
1073
1060
|
</div>
|
1074
1061
|
<hr>
|
1075
1062
|
<div class="refsect2">
|
@@ -1083,7 +1070,7 @@ See <a class="link" href="GAppInfo.html#g-app-info-can-delete" title="g_app_info
|
|
1083
1070
|
<p>Virtual: do_delete</p>
|
1084
1071
|
<div class="refsect3">
|
1085
1072
|
<a name="id-1.4.8.3.12.18.7"></a><h4>Parameters</h4>
|
1086
|
-
<div class="informaltable"><table width="100%" border="0">
|
1073
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1087
1074
|
<colgroup>
|
1088
1075
|
<col width="150px" class="parameters_name">
|
1089
1076
|
<col class="parameters_description">
|
@@ -1100,9 +1087,8 @@ See <a class="link" href="GAppInfo.html#g-app-info-can-delete" title="g_app_info
|
|
1100
1087
|
<a name="id-1.4.8.3.12.18.8"></a><h4>Returns</h4>
|
1101
1088
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>appinfo</code></em>
|
1102
1089
|
has been deleted</p>
|
1103
|
-
<p></p>
|
1104
1090
|
</div>
|
1105
|
-
<p class="since">Since 2.20</p>
|
1091
|
+
<p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
|
1106
1092
|
</div>
|
1107
1093
|
<hr>
|
1108
1094
|
<div class="refsect2">
|
@@ -1116,7 +1102,7 @@ g_app_info_reset_type_associations (<em class="parameter"><code>const <span clas
|
|
1116
1102
|
<a class="link" href="GAppInfo.html#g-app-info-remove-supports-type" title="g_app_info_remove_supports_type ()"><code class="function">g_app_info_remove_supports_type()</code></a>.</p>
|
1117
1103
|
<div class="refsect3">
|
1118
1104
|
<a name="id-1.4.8.3.12.19.5"></a><h4>Parameters</h4>
|
1119
|
-
<div class="informaltable"><table width="100%" border="0">
|
1105
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1120
1106
|
<colgroup>
|
1121
1107
|
<col width="150px" class="parameters_name">
|
1122
1108
|
<col class="parameters_description">
|
@@ -1129,7 +1115,7 @@ g_app_info_reset_type_associations (<em class="parameter"><code>const <span clas
|
|
1129
1115
|
</tr></tbody>
|
1130
1116
|
</table></div>
|
1131
1117
|
</div>
|
1132
|
-
<p class="since">Since 2.20</p>
|
1118
|
+
<p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
|
1133
1119
|
</div>
|
1134
1120
|
<hr>
|
1135
1121
|
<div class="refsect2">
|
@@ -1141,7 +1127,7 @@ g_app_info_set_as_default_for_type (<em class="parameter"><code><a class="link"
|
|
1141
1127
|
<p>Sets the application as the default handler for a given type.</p>
|
1142
1128
|
<div class="refsect3">
|
1143
1129
|
<a name="id-1.4.8.3.12.20.5"></a><h4>Parameters</h4>
|
1144
|
-
<div class="informaltable"><table width="100%" border="0">
|
1130
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1145
1131
|
<colgroup>
|
1146
1132
|
<col width="150px" class="parameters_name">
|
1147
1133
|
<col class="parameters_description">
|
@@ -1169,7 +1155,6 @@ g_app_info_set_as_default_for_type (<em class="parameter"><code><a class="link"
|
|
1169
1155
|
<div class="refsect3">
|
1170
1156
|
<a name="id-1.4.8.3.12.20.6"></a><h4>Returns</h4>
|
1171
1157
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on error.</p>
|
1172
|
-
<p></p>
|
1173
1158
|
</div>
|
1174
1159
|
</div>
|
1175
1160
|
<hr>
|
@@ -1183,7 +1168,7 @@ g_app_info_set_as_default_for_extension
|
|
1183
1168
|
<p>Sets the application as the default handler for the given file extension.</p>
|
1184
1169
|
<div class="refsect3">
|
1185
1170
|
<a name="id-1.4.8.3.12.21.5"></a><h4>Parameters</h4>
|
1186
|
-
<div class="informaltable"><table width="100%" border="0">
|
1171
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1187
1172
|
<colgroup>
|
1188
1173
|
<col width="150px" class="parameters_name">
|
1189
1174
|
<col class="parameters_description">
|
@@ -1211,7 +1196,6 @@ g_app_info_set_as_default_for_extension
|
|
1211
1196
|
<div class="refsect3">
|
1212
1197
|
<a name="id-1.4.8.3.12.21.6"></a><h4>Returns</h4>
|
1213
1198
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on error.</p>
|
1214
|
-
<p></p>
|
1215
1199
|
</div>
|
1216
1200
|
</div>
|
1217
1201
|
<hr>
|
@@ -1227,7 +1211,7 @@ by <a class="link" href="GAppInfo.html#g-app-info-get-recommended-for-type" titl
|
|
1227
1211
|
application for that content type.</p>
|
1228
1212
|
<div class="refsect3">
|
1229
1213
|
<a name="id-1.4.8.3.12.22.5"></a><h4>Parameters</h4>
|
1230
|
-
<div class="informaltable"><table width="100%" border="0">
|
1214
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1231
1215
|
<colgroup>
|
1232
1216
|
<col width="150px" class="parameters_name">
|
1233
1217
|
<col class="parameters_description">
|
@@ -1255,7 +1239,6 @@ application for that content type.</p>
|
|
1255
1239
|
<div class="refsect3">
|
1256
1240
|
<a name="id-1.4.8.3.12.22.6"></a><h4>Returns</h4>
|
1257
1241
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on error.</p>
|
1258
|
-
<p></p>
|
1259
1242
|
</div>
|
1260
1243
|
</div>
|
1261
1244
|
<hr>
|
@@ -1269,7 +1252,7 @@ g_app_info_add_supports_type (<em class="parameter"><code><a class="link" href="
|
|
1269
1252
|
application is capable of opening files with the given content type.</p>
|
1270
1253
|
<div class="refsect3">
|
1271
1254
|
<a name="id-1.4.8.3.12.23.5"></a><h4>Parameters</h4>
|
1272
|
-
<div class="informaltable"><table width="100%" border="0">
|
1255
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1273
1256
|
<colgroup>
|
1274
1257
|
<col width="150px" class="parameters_name">
|
1275
1258
|
<col class="parameters_description">
|
@@ -1297,7 +1280,6 @@ application is capable of opening files with the given content type.</p>
|
|
1297
1280
|
<div class="refsect3">
|
1298
1281
|
<a name="id-1.4.8.3.12.23.6"></a><h4>Returns</h4>
|
1299
1282
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on error.</p>
|
1300
|
-
<p></p>
|
1301
1283
|
</div>
|
1302
1284
|
</div>
|
1303
1285
|
<hr>
|
@@ -1308,7 +1290,7 @@ g_app_info_can_remove_supports_type (<em class="parameter"><code><a class="link"
|
|
1308
1290
|
<p>Checks if a supported content type can be removed from an application.</p>
|
1309
1291
|
<div class="refsect3">
|
1310
1292
|
<a name="id-1.4.8.3.12.24.5"></a><h4>Parameters</h4>
|
1311
|
-
<div class="informaltable"><table width="100%" border="0">
|
1293
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1312
1294
|
<colgroup>
|
1313
1295
|
<col width="150px" class="parameters_name">
|
1314
1296
|
<col class="parameters_description">
|
@@ -1326,7 +1308,6 @@ g_app_info_can_remove_supports_type (<em class="parameter"><code><a class="link"
|
|
1326
1308
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if it is possible to remove supported
|
1327
1309
|
content types from a given <em class="parameter"><code>appinfo</code></em>
|
1328
1310
|
, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not.</p>
|
1329
|
-
<p></p>
|
1330
1311
|
</div>
|
1331
1312
|
</div>
|
1332
1313
|
<hr>
|
@@ -1339,7 +1320,7 @@ g_app_info_remove_supports_type (<em class="parameter"><code><a class="link" hre
|
|
1339
1320
|
<p>Removes a supported type from an application, if possible.</p>
|
1340
1321
|
<div class="refsect3">
|
1341
1322
|
<a name="id-1.4.8.3.12.25.5"></a><h4>Parameters</h4>
|
1342
|
-
<div class="informaltable"><table width="100%" border="0">
|
1323
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1343
1324
|
<colgroup>
|
1344
1325
|
<col width="150px" class="parameters_name">
|
1345
1326
|
<col class="parameters_description">
|
@@ -1367,7 +1348,6 @@ g_app_info_remove_supports_type (<em class="parameter"><code><a class="link" hre
|
|
1367
1348
|
<div class="refsect3">
|
1368
1349
|
<a name="id-1.4.8.3.12.25.6"></a><h4>Returns</h4>
|
1369
1350
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on error.</p>
|
1370
|
-
<p></p>
|
1371
1351
|
</div>
|
1372
1352
|
</div>
|
1373
1353
|
<hr>
|
@@ -1384,7 +1364,7 @@ This function does not take in consideration associations added with
|
|
1384
1364
|
the application.</p>
|
1385
1365
|
<div class="refsect3">
|
1386
1366
|
<a name="id-1.4.8.3.12.26.5"></a><h4>Parameters</h4>
|
1387
|
-
<div class="informaltable"><table width="100%" border="0">
|
1367
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1388
1368
|
<colgroup>
|
1389
1369
|
<col width="150px" class="parameters_name">
|
1390
1370
|
<col class="parameters_description">
|
@@ -1402,7 +1382,7 @@ the application.</p>
|
|
1402
1382
|
<p> a list of content types. </p>
|
1403
1383
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p>
|
1404
1384
|
</div>
|
1405
|
-
<p class="since">Since 2.34</p>
|
1385
|
+
<p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p>
|
1406
1386
|
</div>
|
1407
1387
|
<hr>
|
1408
1388
|
<div class="refsect2">
|
@@ -1433,7 +1413,7 @@ including the recommended and fallback <a href="GAppInfo.html"><span class="type
|
|
1433
1413
|
<a class="link" href="GAppInfo.html#g-app-info-get-fallback-for-type" title="g_app_info_get_fallback_for_type ()"><code class="function">g_app_info_get_fallback_for_type()</code></a>.</p>
|
1434
1414
|
<div class="refsect3">
|
1435
1415
|
<a name="id-1.4.8.3.12.28.5"></a><h4>Parameters</h4>
|
1436
|
-
<div class="informaltable"><table width="100%" border="0">
|
1416
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1437
1417
|
<colgroup>
|
1438
1418
|
<col width="150px" class="parameters_name">
|
1439
1419
|
<col class="parameters_description">
|
@@ -1463,7 +1443,7 @@ g_app_info_get_default_for_type (<em class="parameter"><code>const <span class="
|
|
1463
1443
|
<p>Gets the default <a class="link" href="GAppInfo.html" title="GAppInfo"><span class="type">GAppInfo</span></a> for a given content type.</p>
|
1464
1444
|
<div class="refsect3">
|
1465
1445
|
<a name="id-1.4.8.3.12.29.5"></a><h4>Parameters</h4>
|
1466
|
-
<div class="informaltable"><table width="100%" border="0">
|
1446
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1467
1447
|
<colgroup>
|
1468
1448
|
<col width="150px" class="parameters_name">
|
1469
1449
|
<col class="parameters_description">
|
@@ -1503,7 +1483,7 @@ of the URI, up to but not including the ':', e.g. "http",
|
|
1503
1483
|
"ftp" or "sip".</p>
|
1504
1484
|
<div class="refsect3">
|
1505
1485
|
<a name="id-1.4.8.3.12.30.5"></a><h4>Parameters</h4>
|
1506
|
-
<div class="informaltable"><table width="100%" border="0">
|
1486
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1507
1487
|
<colgroup>
|
1508
1488
|
<col width="150px" class="parameters_name">
|
1509
1489
|
<col class="parameters_description">
|
@@ -1533,7 +1513,7 @@ those applications which claim to support the given content type
|
|
1533
1513
|
by MIME type subclassing and not directly.</p>
|
1534
1514
|
<div class="refsect3">
|
1535
1515
|
<a name="id-1.4.8.3.12.31.5"></a><h4>Parameters</h4>
|
1536
|
-
<div class="informaltable"><table width="100%" border="0">
|
1516
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1537
1517
|
<colgroup>
|
1538
1518
|
<col width="150px" class="parameters_name">
|
1539
1519
|
<col class="parameters_description">
|
@@ -1553,7 +1533,7 @@ for given <em class="parameter"><code>content_type</code></em>
|
|
1553
1533
|
or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. </p>
|
1554
1534
|
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GAppInfo][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1555
1535
|
</div>
|
1556
|
-
<p class="since">Since 2.28</p>
|
1536
|
+
<p class="since">Since: <a class="link" href="api-index-2-28.html#api-index-2.28">2.28</a></p>
|
1557
1537
|
</div>
|
1558
1538
|
<hr>
|
1559
1539
|
<div class="refsect2">
|
@@ -1568,7 +1548,7 @@ the last one for which <a class="link" href="GAppInfo.html#g-app-info-set-as-las
|
|
1568
1548
|
called.</p>
|
1569
1549
|
<div class="refsect3">
|
1570
1550
|
<a name="id-1.4.8.3.12.32.5"></a><h4>Parameters</h4>
|
1571
|
-
<div class="informaltable"><table width="100%" border="0">
|
1551
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1572
1552
|
<colgroup>
|
1573
1553
|
<col width="150px" class="parameters_name">
|
1574
1554
|
<col class="parameters_description">
|
@@ -1588,7 +1568,7 @@ for given <em class="parameter"><code>content_type</code></em>
|
|
1588
1568
|
or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. </p>
|
1589
1569
|
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GAppInfo][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1590
1570
|
</div>
|
1591
|
-
<p class="since">Since 2.28</p>
|
1571
|
+
<p class="since">Since: <a class="link" href="api-index-2-28.html#api-index-2.28">2.28</a></p>
|
1592
1572
|
</div>
|
1593
1573
|
<hr>
|
1594
1574
|
<div class="refsect2">
|
@@ -1603,7 +1583,7 @@ is done on the uri to detect the type of the file if
|
|
1603
1583
|
required.</p>
|
1604
1584
|
<div class="refsect3">
|
1605
1585
|
<a name="id-1.4.8.3.12.33.5"></a><h4>Parameters</h4>
|
1606
|
-
<div class="informaltable"><table width="100%" border="0">
|
1586
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1607
1587
|
<colgroup>
|
1608
1588
|
<col width="150px" class="parameters_name">
|
1609
1589
|
<col class="parameters_description">
|
@@ -1631,7 +1611,6 @@ required.</p>
|
|
1631
1611
|
<div class="refsect3">
|
1632
1612
|
<a name="id-1.4.8.3.12.33.6"></a><h4>Returns</h4>
|
1633
1613
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on error.</p>
|
1634
|
-
<p></p>
|
1635
1614
|
</div>
|
1636
1615
|
</div>
|
1637
1616
|
<hr>
|
@@ -1648,7 +1627,7 @@ environment when <em class="parameter"><code>context</code></em>
|
|
1648
1627
|
is used to launch an application.</p>
|
1649
1628
|
<div class="refsect3">
|
1650
1629
|
<a name="id-1.4.8.3.12.34.5"></a><h4>Parameters</h4>
|
1651
|
-
<div class="informaltable"><table width="100%" border="0">
|
1630
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1652
1631
|
<colgroup>
|
1653
1632
|
<col width="150px" class="parameters_name">
|
1654
1633
|
<col class="parameters_description">
|
@@ -1673,7 +1652,7 @@ environment when <em class="parameter"><code>context</code></em>
|
|
1673
1652
|
</tbody>
|
1674
1653
|
</table></div>
|
1675
1654
|
</div>
|
1676
|
-
<p class="since">Since 2.32</p>
|
1655
|
+
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
|
1677
1656
|
</div>
|
1678
1657
|
<hr>
|
1679
1658
|
<div class="refsect2">
|
@@ -1687,7 +1666,7 @@ when <em class="parameter"><code>context</code></em>
|
|
1687
1666
|
is used to launch an application.</p>
|
1688
1667
|
<div class="refsect3">
|
1689
1668
|
<a name="id-1.4.8.3.12.35.5"></a><h4>Parameters</h4>
|
1690
|
-
<div class="informaltable"><table width="100%" border="0">
|
1669
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1691
1670
|
<colgroup>
|
1692
1671
|
<col width="150px" class="parameters_name">
|
1693
1672
|
<col class="parameters_description">
|
@@ -1707,7 +1686,7 @@ when <em class="parameter"><code>context</code></em>
|
|
1707
1686
|
</tbody>
|
1708
1687
|
</table></div>
|
1709
1688
|
</div>
|
1710
|
-
<p class="since">Since 2.32</p>
|
1689
|
+
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
|
1711
1690
|
</div>
|
1712
1691
|
<hr>
|
1713
1692
|
<div class="refsect2">
|
@@ -1721,7 +1700,7 @@ This is a <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="lit
|
|
1721
1700
|
the form <code class="literal">KEY=VALUE</code>.</p>
|
1722
1701
|
<div class="refsect3">
|
1723
1702
|
<a name="id-1.4.8.3.12.36.5"></a><h4>Parameters</h4>
|
1724
|
-
<div class="informaltable"><table width="100%" border="0">
|
1703
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1725
1704
|
<colgroup>
|
1726
1705
|
<col width="150px" class="parameters_name">
|
1727
1706
|
<col class="parameters_description">
|
@@ -1740,7 +1719,7 @@ the form <code class="literal">KEY=VALUE</code>.</p>
|
|
1740
1719
|
child's environment. </p>
|
1741
1720
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1742
1721
|
</div>
|
1743
|
-
<p class="since">Since 2.32</p>
|
1722
|
+
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
|
1744
1723
|
</div>
|
1745
1724
|
<hr>
|
1746
1725
|
<div class="refsect2">
|
@@ -1755,7 +1734,7 @@ applications are started on the same display as the launching
|
|
1755
1734
|
application, by setting the <code class="literal">DISPLAY</code> environment variable.</p>
|
1756
1735
|
<div class="refsect3">
|
1757
1736
|
<a name="id-1.4.8.3.12.37.5"></a><h4>Parameters</h4>
|
1758
|
-
<div class="informaltable"><table width="100%" border="0">
|
1737
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1759
1738
|
<colgroup>
|
1760
1739
|
<col width="150px" class="parameters_name">
|
1761
1740
|
<col class="parameters_description">
|
@@ -1783,7 +1762,6 @@ application, by setting the <code class="literal">DISPLAY</code> environment var
|
|
1783
1762
|
<div class="refsect3">
|
1784
1763
|
<a name="id-1.4.8.3.12.37.6"></a><h4>Returns</h4>
|
1785
1764
|
<p> a display string for the display.</p>
|
1786
|
-
<p></p>
|
1787
1765
|
</div>
|
1788
1766
|
</div>
|
1789
1767
|
<hr>
|
@@ -1800,7 +1778,7 @@ g_app_launch_context_get_startup_notify_id
|
|
1800
1778
|
[FreeDesktop.Org Startup Notifications standard](http://standards.freedesktop.org/startup-notification-spec/startup-notification-latest.txt").</p>
|
1801
1779
|
<div class="refsect3">
|
1802
1780
|
<a name="id-1.4.8.3.12.38.6"></a><h4>Parameters</h4>
|
1803
|
-
<div class="informaltable"><table width="100%" border="0">
|
1781
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1804
1782
|
<colgroup>
|
1805
1783
|
<col width="150px" class="parameters_name">
|
1806
1784
|
<col class="parameters_description">
|
@@ -1829,7 +1807,6 @@ g_app_launch_context_get_startup_notify_id
|
|
1829
1807
|
<a name="id-1.4.8.3.12.38.7"></a><h4>Returns</h4>
|
1830
1808
|
<p> a startup notification ID for the application, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
1831
1809
|
not supported.</p>
|
1832
|
-
<p></p>
|
1833
1810
|
</div>
|
1834
1811
|
</div>
|
1835
1812
|
<hr>
|
@@ -1842,7 +1819,7 @@ g_app_launch_context_launch_failed (<em class="parameter"><code><a class="link"
|
|
1842
1819
|
the application startup notification started in <a class="link" href="GAppInfo.html#g-app-launch-context-get-startup-notify-id" title="g_app_launch_context_get_startup_notify_id ()"><code class="function">g_app_launch_context_get_startup_notify_id()</code></a>.</p>
|
1843
1820
|
<div class="refsect3">
|
1844
1821
|
<a name="id-1.4.8.3.12.39.5"></a><h4>Parameters</h4>
|
1845
|
-
<div class="informaltable"><table width="100%" border="0">
|
1822
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1846
1823
|
<colgroup>
|
1847
1824
|
<col width="150px" class="parameters_name">
|
1848
1825
|
<col class="parameters_description">
|
@@ -1873,7 +1850,6 @@ instead you instantiate a subclass of this, such as <a href="http://developer.gn
|
|
1873
1850
|
<div class="refsect3">
|
1874
1851
|
<a name="id-1.4.8.3.12.40.5"></a><h4>Returns</h4>
|
1875
1852
|
<p> a <a class="link" href="GAppInfo.html#GAppLaunchContext"><span class="type">GAppLaunchContext</span></a>.</p>
|
1876
|
-
<p></p>
|
1877
1853
|
</div>
|
1878
1854
|
</div>
|
1879
1855
|
</div>
|
@@ -1884,7 +1860,7 @@ instead you instantiate a subclass of this, such as <a href="http://developer.gn
|
|
1884
1860
|
<p>Flags used when creating a <a class="link" href="GAppInfo.html" title="GAppInfo"><span class="type">GAppInfo</span></a>.</p>
|
1885
1861
|
<div class="refsect3">
|
1886
1862
|
<a name="id-1.4.8.3.13.2.4"></a><h4>Members</h4>
|
1887
|
-
<div class="informaltable"><table width="100%" border="0">
|
1863
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1888
1864
|
<colgroup>
|
1889
1865
|
<col width="300px" class="enum_members_name">
|
1890
1866
|
<col class="enum_members_description">
|
@@ -1985,7 +1961,7 @@ it (with file arguments).</p>
|
|
1985
1961
|
<p>Application Information interface, for operating system portability.</p>
|
1986
1962
|
<div class="refsect3">
|
1987
1963
|
<a name="id-1.4.8.3.13.4.5"></a><h4>Members</h4>
|
1988
|
-
<div class="informaltable"><table width="100%" border="0">
|
1964
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1989
1965
|
<colgroup>
|
1990
1966
|
<col width="300px" class="struct_members_name">
|
1991
1967
|
<col class="struct_members_description">
|
@@ -2141,7 +2117,7 @@ fails. The startup notification id is provided, so that the launcher
|
|
2141
2117
|
can cancel the startup notification.</p>
|
2142
2118
|
<div class="refsect3">
|
2143
2119
|
<a name="id-1.4.8.3.14.2.5"></a><h4>Parameters</h4>
|
2144
|
-
<div class="informaltable"><table width="100%" border="0">
|
2120
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2145
2121
|
<colgroup>
|
2146
2122
|
<col width="150px" class="parameters_name">
|
2147
2123
|
<col class="parameters_description">
|
@@ -2167,7 +2143,7 @@ can cancel the startup notification.</p>
|
|
2167
2143
|
</table></div>
|
2168
2144
|
</div>
|
2169
2145
|
<p>Flags: <a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
2170
|
-
<p class="since">Since 2.36</p>
|
2146
|
+
<p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
|
2171
2147
|
</div>
|
2172
2148
|
<hr>
|
2173
2149
|
<div class="refsect2">
|
@@ -2185,7 +2161,7 @@ platform-specific data about this launch. On UNIX, at least the
|
|
2185
2161
|
"pid" and "startup-notification-id" keys will be present.</p>
|
2186
2162
|
<div class="refsect3">
|
2187
2163
|
<a name="id-1.4.8.3.14.3.5"></a><h4>Parameters</h4>
|
2188
|
-
<div class="informaltable"><table width="100%" border="0">
|
2164
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2189
2165
|
<colgroup>
|
2190
2166
|
<col width="150px" class="parameters_name">
|
2191
2167
|
<col class="parameters_description">
|
@@ -2216,7 +2192,7 @@ platform-specific data about this launch. On UNIX, at least the
|
|
2216
2192
|
</table></div>
|
2217
2193
|
</div>
|
2218
2194
|
<p>Flags: <a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
2219
|
-
<p class="since">Since 2.36</p>
|
2195
|
+
<p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
|
2220
2196
|
</div>
|
2221
2197
|
</div>
|
2222
2198
|
<div class="refsect1">
|
@@ -2225,7 +2201,6 @@ platform-specific data about this launch. On UNIX, at least the
|
|
2225
2201
|
</div>
|
2226
2202
|
</div>
|
2227
2203
|
<div class="footer">
|
2228
|
-
<hr>
|
2229
|
-
Generated by GTK-Doc V1.21.1</div>
|
2204
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
2230
2205
|
</body>
|
2231
2206
|
</html>
|