glib2 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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>Unicode Manipulation: GLib 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="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
|
9
9
|
<link rel="prev" href="glib-Character-Set-Conversion.html" title="Character Set Conversion">
|
10
10
|
<link rel="next" href="glib-Base64-Encoding.html" title="Base64 Encoding">
|
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">
|
@@ -34,7 +34,7 @@
|
|
34
34
|
</tr></table></div>
|
35
35
|
<div class="refsect1">
|
36
36
|
<a name="glib-Unicode-Manipulation.functions"></a><h2>Functions</h2>
|
37
|
-
<div class="informaltable"><table width="100%" border="0">
|
37
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
38
38
|
<colgroup>
|
39
39
|
<col width="150px" class="functions_return">
|
40
40
|
<col class="functions_name">
|
@@ -210,7 +210,7 @@
|
|
210
210
|
</tr>
|
211
211
|
<tr>
|
212
212
|
<td class="function_type">
|
213
|
-
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
213
|
+
<a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
214
214
|
</td>
|
215
215
|
<td class="function_name">
|
216
216
|
<a class="link" href="glib-Unicode-Manipulation.html#g-unichar-digit-value" title="g_unichar_digit_value ()">g_unichar_digit_value</a> <span class="c_punctuation">()</span>
|
@@ -218,7 +218,7 @@
|
|
218
218
|
</tr>
|
219
219
|
<tr>
|
220
220
|
<td class="function_type">
|
221
|
-
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
221
|
+
<a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
222
222
|
</td>
|
223
223
|
<td class="function_name">
|
224
224
|
<a class="link" href="glib-Unicode-Manipulation.html#g-unichar-xdigit-value" title="g_unichar_xdigit_value ()">g_unichar_xdigit_value</a> <span class="c_punctuation">()</span>
|
@@ -266,7 +266,7 @@
|
|
266
266
|
</tr>
|
267
267
|
<tr>
|
268
268
|
<td class="function_type">
|
269
|
-
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
269
|
+
<a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
270
270
|
</td>
|
271
271
|
<td class="function_name">
|
272
272
|
<a class="link" href="glib-Unicode-Manipulation.html#g-unichar-combining-class" title="g_unichar_combining_class ()">g_unichar_combining_class</a> <span class="c_punctuation">()</span>
|
@@ -472,7 +472,7 @@
|
|
472
472
|
</tr>
|
473
473
|
<tr>
|
474
474
|
<td class="function_type">
|
475
|
-
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
475
|
+
<a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
476
476
|
</td>
|
477
477
|
<td class="function_name">
|
478
478
|
<a class="link" href="glib-Unicode-Manipulation.html#g-utf8-collate" title="g_utf8_collate ()">g_utf8_collate</a> <span class="c_punctuation">()</span>
|
@@ -552,7 +552,7 @@
|
|
552
552
|
</tr>
|
553
553
|
<tr>
|
554
554
|
<td class="function_type">
|
555
|
-
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
555
|
+
<a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
556
556
|
</td>
|
557
557
|
<td class="function_name">
|
558
558
|
<a class="link" href="glib-Unicode-Manipulation.html#g-unichar-to-utf8" title="g_unichar_to_utf8 ()">g_unichar_to_utf8</a> <span class="c_punctuation">()</span>
|
@@ -563,7 +563,7 @@
|
|
563
563
|
</div>
|
564
564
|
<div class="refsect1">
|
565
565
|
<a name="glib-Unicode-Manipulation.other"></a><h2>Types and Values</h2>
|
566
|
-
<div class="informaltable"><table width="100%" border="0">
|
566
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
567
567
|
<colgroup>
|
568
568
|
<col width="150px" class="name">
|
569
569
|
<col class="description">
|
@@ -638,7 +638,7 @@ integer values of <em class="parameter"><code>ch</code></em>
|
|
638
638
|
character, though it's normally a string terminator.</p>
|
639
639
|
<div class="refsect3">
|
640
640
|
<a name="id-1.5.4.7.2.5"></a><h4>Parameters</h4>
|
641
|
-
<div class="informaltable"><table width="100%" border="0">
|
641
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
642
642
|
<colgroup>
|
643
643
|
<col width="150px" class="parameters_name">
|
644
644
|
<col class="parameters_description">
|
@@ -655,7 +655,6 @@ character, though it's normally a string terminator.</p>
|
|
655
655
|
<a name="id-1.5.4.7.2.6"></a><h4>Returns</h4>
|
656
656
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>ch</code></em>
|
657
657
|
is a valid Unicode character</p>
|
658
|
-
<p></p>
|
659
658
|
</div>
|
660
659
|
</div>
|
661
660
|
<hr>
|
@@ -668,7 +667,7 @@ Given some UTF-8 text, obtain a character value
|
|
668
667
|
with <a class="link" href="glib-Unicode-Manipulation.html#g-utf8-get-char" title="g_utf8_get_char ()"><code class="function">g_utf8_get_char()</code></a>.</p>
|
669
668
|
<div class="refsect3">
|
670
669
|
<a name="id-1.5.4.7.3.5"></a><h4>Parameters</h4>
|
671
|
-
<div class="informaltable"><table width="100%" border="0">
|
670
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
672
671
|
<colgroup>
|
673
672
|
<col width="150px" class="parameters_name">
|
674
673
|
<col class="parameters_description">
|
@@ -685,7 +684,6 @@ with <a class="link" href="glib-Unicode-Manipulation.html#g-utf8-get-char" title
|
|
685
684
|
<a name="id-1.5.4.7.3.6"></a><h4>Returns</h4>
|
686
685
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>c</code></em>
|
687
686
|
is an alphanumeric character</p>
|
688
|
-
<p></p>
|
689
687
|
</div>
|
690
688
|
</div>
|
691
689
|
<hr>
|
@@ -698,7 +696,7 @@ Given some UTF-8 text, obtain a character value with
|
|
698
696
|
<a class="link" href="glib-Unicode-Manipulation.html#g-utf8-get-char" title="g_utf8_get_char ()"><code class="function">g_utf8_get_char()</code></a>.</p>
|
699
697
|
<div class="refsect3">
|
700
698
|
<a name="id-1.5.4.7.4.5"></a><h4>Parameters</h4>
|
701
|
-
<div class="informaltable"><table width="100%" border="0">
|
699
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
702
700
|
<colgroup>
|
703
701
|
<col width="150px" class="parameters_name">
|
704
702
|
<col class="parameters_description">
|
@@ -715,7 +713,6 @@ Given some UTF-8 text, obtain a character value with
|
|
715
713
|
<a name="id-1.5.4.7.4.6"></a><h4>Returns</h4>
|
716
714
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>c</code></em>
|
717
715
|
is an alphabetic character</p>
|
718
|
-
<p></p>
|
719
716
|
</div>
|
720
717
|
</div>
|
721
718
|
<hr>
|
@@ -728,7 +725,7 @@ Given some UTF-8 text, obtain a character value with
|
|
728
725
|
<a class="link" href="glib-Unicode-Manipulation.html#g-utf8-get-char" title="g_utf8_get_char ()"><code class="function">g_utf8_get_char()</code></a>.</p>
|
729
726
|
<div class="refsect3">
|
730
727
|
<a name="id-1.5.4.7.5.5"></a><h4>Parameters</h4>
|
731
|
-
<div class="informaltable"><table width="100%" border="0">
|
728
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
732
729
|
<colgroup>
|
733
730
|
<col width="150px" class="parameters_name">
|
734
731
|
<col class="parameters_description">
|
@@ -745,7 +742,6 @@ Given some UTF-8 text, obtain a character value with
|
|
745
742
|
<a name="id-1.5.4.7.5.6"></a><h4>Returns</h4>
|
746
743
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>c</code></em>
|
747
744
|
is a control character</p>
|
748
|
-
<p></p>
|
749
745
|
</div>
|
750
746
|
</div>
|
751
747
|
<hr>
|
@@ -757,7 +753,7 @@ g_unichar_isdefined (<em class="parameter"><code><a class="link" href="glib-Unic
|
|
757
753
|
standard.</p>
|
758
754
|
<div class="refsect3">
|
759
755
|
<a name="id-1.5.4.7.6.5"></a><h4>Parameters</h4>
|
760
|
-
<div class="informaltable"><table width="100%" border="0">
|
756
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
761
757
|
<colgroup>
|
762
758
|
<col width="150px" class="parameters_name">
|
763
759
|
<col class="parameters_description">
|
@@ -773,7 +769,6 @@ standard.</p>
|
|
773
769
|
<div class="refsect3">
|
774
770
|
<a name="id-1.5.4.7.6.6"></a><h4>Returns</h4>
|
775
771
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the character has an assigned value</p>
|
776
|
-
<p></p>
|
777
772
|
</div>
|
778
773
|
</div>
|
779
774
|
<hr>
|
@@ -786,7 +781,7 @@ covers ASCII 0-9 and also digits in other languages/scripts. Given
|
|
786
781
|
some UTF-8 text, obtain a character value with <a class="link" href="glib-Unicode-Manipulation.html#g-utf8-get-char" title="g_utf8_get_char ()"><code class="function">g_utf8_get_char()</code></a>.</p>
|
787
782
|
<div class="refsect3">
|
788
783
|
<a name="id-1.5.4.7.7.5"></a><h4>Parameters</h4>
|
789
|
-
<div class="informaltable"><table width="100%" border="0">
|
784
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
790
785
|
<colgroup>
|
791
786
|
<col width="150px" class="parameters_name">
|
792
787
|
<col class="parameters_description">
|
@@ -803,7 +798,6 @@ some UTF-8 text, obtain a character value with <a class="link" href="glib-Unicod
|
|
803
798
|
<a name="id-1.5.4.7.7.6"></a><h4>Returns</h4>
|
804
799
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>c</code></em>
|
805
800
|
is a digit</p>
|
806
|
-
<p></p>
|
807
801
|
</div>
|
808
802
|
</div>
|
809
803
|
<hr>
|
@@ -818,7 +812,7 @@ spaces. Given some UTF-8 text, obtain a character value with
|
|
818
812
|
<a class="link" href="glib-Unicode-Manipulation.html#g-utf8-get-char" title="g_utf8_get_char ()"><code class="function">g_utf8_get_char()</code></a>.</p>
|
819
813
|
<div class="refsect3">
|
820
814
|
<a name="id-1.5.4.7.8.5"></a><h4>Parameters</h4>
|
821
|
-
<div class="informaltable"><table width="100%" border="0">
|
815
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
822
816
|
<colgroup>
|
823
817
|
<col width="150px" class="parameters_name">
|
824
818
|
<col class="parameters_description">
|
@@ -835,7 +829,6 @@ spaces. Given some UTF-8 text, obtain a character value with
|
|
835
829
|
<a name="id-1.5.4.7.8.6"></a><h4>Returns</h4>
|
836
830
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>c</code></em>
|
837
831
|
is printable unless it's a space</p>
|
838
|
-
<p></p>
|
839
832
|
</div>
|
840
833
|
</div>
|
841
834
|
<hr>
|
@@ -848,7 +841,7 @@ Given some UTF-8 text, obtain a character value with
|
|
848
841
|
<a class="link" href="glib-Unicode-Manipulation.html#g-utf8-get-char" title="g_utf8_get_char ()"><code class="function">g_utf8_get_char()</code></a>.</p>
|
849
842
|
<div class="refsect3">
|
850
843
|
<a name="id-1.5.4.7.9.5"></a><h4>Parameters</h4>
|
851
|
-
<div class="informaltable"><table width="100%" border="0">
|
844
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
852
845
|
<colgroup>
|
853
846
|
<col width="150px" class="parameters_name">
|
854
847
|
<col class="parameters_description">
|
@@ -865,7 +858,6 @@ Given some UTF-8 text, obtain a character value with
|
|
865
858
|
<a name="id-1.5.4.7.9.6"></a><h4>Returns</h4>
|
866
859
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>c</code></em>
|
867
860
|
is a lowercase letter</p>
|
868
|
-
<p></p>
|
869
861
|
</div>
|
870
862
|
</div>
|
871
863
|
<hr>
|
@@ -883,7 +875,7 @@ for writing most European languages as well as many non-Latin
|
|
883
875
|
scripts.</p>
|
884
876
|
<div class="refsect3">
|
885
877
|
<a name="id-1.5.4.7.10.6"></a><h4>Parameters</h4>
|
886
|
-
<div class="informaltable"><table width="100%" border="0">
|
878
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
887
879
|
<colgroup>
|
888
880
|
<col width="150px" class="parameters_name">
|
889
881
|
<col class="parameters_description">
|
@@ -900,9 +892,8 @@ scripts.</p>
|
|
900
892
|
<a name="id-1.5.4.7.10.7"></a><h4>Returns</h4>
|
901
893
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>c</code></em>
|
902
894
|
is a mark character</p>
|
903
|
-
<p></p>
|
904
895
|
</div>
|
905
|
-
<p class="since">Since 2.14</p>
|
896
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
906
897
|
</div>
|
907
898
|
<hr>
|
908
899
|
<div class="refsect2">
|
@@ -915,7 +906,7 @@ Given some UTF-8 text, obtain a character value with
|
|
915
906
|
<a class="link" href="glib-Unicode-Manipulation.html#g-utf8-get-char" title="g_utf8_get_char ()"><code class="function">g_utf8_get_char()</code></a>.</p>
|
916
907
|
<div class="refsect3">
|
917
908
|
<a name="id-1.5.4.7.11.5"></a><h4>Parameters</h4>
|
918
|
-
<div class="informaltable"><table width="100%" border="0">
|
909
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
919
910
|
<colgroup>
|
920
911
|
<col width="150px" class="parameters_name">
|
921
912
|
<col class="parameters_description">
|
@@ -932,7 +923,6 @@ Given some UTF-8 text, obtain a character value with
|
|
932
923
|
<a name="id-1.5.4.7.11.6"></a><h4>Returns</h4>
|
933
924
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>c</code></em>
|
934
925
|
is printable</p>
|
935
|
-
<p></p>
|
936
926
|
</div>
|
937
927
|
</div>
|
938
928
|
<hr>
|
@@ -945,7 +935,7 @@ Given some UTF-8 text, obtain a character value with
|
|
945
935
|
<a class="link" href="glib-Unicode-Manipulation.html#g-utf8-get-char" title="g_utf8_get_char ()"><code class="function">g_utf8_get_char()</code></a>.</p>
|
946
936
|
<div class="refsect3">
|
947
937
|
<a name="id-1.5.4.7.12.5"></a><h4>Parameters</h4>
|
948
|
-
<div class="informaltable"><table width="100%" border="0">
|
938
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
949
939
|
<colgroup>
|
950
940
|
<col width="150px" class="parameters_name">
|
951
941
|
<col class="parameters_description">
|
@@ -962,7 +952,6 @@ Given some UTF-8 text, obtain a character value with
|
|
962
952
|
<a name="id-1.5.4.7.12.6"></a><h4>Returns</h4>
|
963
953
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>c</code></em>
|
964
954
|
is a punctuation or symbol character</p>
|
965
|
-
<p></p>
|
966
955
|
</div>
|
967
956
|
</div>
|
968
957
|
<hr>
|
@@ -978,7 +967,7 @@ Pango or equivalent to get word breaking right, the algorithm
|
|
978
967
|
is fairly complex.)</p>
|
979
968
|
<div class="refsect3">
|
980
969
|
<a name="id-1.5.4.7.13.6"></a><h4>Parameters</h4>
|
981
|
-
<div class="informaltable"><table width="100%" border="0">
|
970
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
982
971
|
<colgroup>
|
983
972
|
<col width="150px" class="parameters_name">
|
984
973
|
<col class="parameters_description">
|
@@ -995,7 +984,6 @@ is fairly complex.)</p>
|
|
995
984
|
<a name="id-1.5.4.7.13.7"></a><h4>Returns</h4>
|
996
985
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>c</code></em>
|
997
986
|
is a space character</p>
|
998
|
-
<p></p>
|
999
987
|
</div>
|
1000
988
|
</div>
|
1001
989
|
<hr>
|
@@ -1011,7 +999,7 @@ first letter is capitalized. The titlecase form of the DZ
|
|
1011
999
|
digraph is U+01F2 LATIN CAPITAL LETTTER D WITH SMALL LETTER Z.</p>
|
1012
1000
|
<div class="refsect3">
|
1013
1001
|
<a name="id-1.5.4.7.14.5"></a><h4>Parameters</h4>
|
1014
|
-
<div class="informaltable"><table width="100%" border="0">
|
1002
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1015
1003
|
<colgroup>
|
1016
1004
|
<col width="150px" class="parameters_name">
|
1017
1005
|
<col class="parameters_description">
|
@@ -1027,7 +1015,6 @@ digraph is U+01F2 LATIN CAPITAL LETTTER D WITH SMALL LETTER Z.</p>
|
|
1027
1015
|
<div class="refsect3">
|
1028
1016
|
<a name="id-1.5.4.7.14.6"></a><h4>Returns</h4>
|
1029
1017
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the character is titlecase</p>
|
1030
|
-
<p></p>
|
1031
1018
|
</div>
|
1032
1019
|
</div>
|
1033
1020
|
<hr>
|
@@ -1038,7 +1025,7 @@ g_unichar_isupper (<em class="parameter"><code><a class="link" href="glib-Unicod
|
|
1038
1025
|
<p>Determines if a character is uppercase.</p>
|
1039
1026
|
<div class="refsect3">
|
1040
1027
|
<a name="id-1.5.4.7.15.5"></a><h4>Parameters</h4>
|
1041
|
-
<div class="informaltable"><table width="100%" border="0">
|
1028
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1042
1029
|
<colgroup>
|
1043
1030
|
<col width="150px" class="parameters_name">
|
1044
1031
|
<col class="parameters_description">
|
@@ -1055,7 +1042,6 @@ g_unichar_isupper (<em class="parameter"><code><a class="link" href="glib-Unicod
|
|
1055
1042
|
<a name="id-1.5.4.7.15.6"></a><h4>Returns</h4>
|
1056
1043
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>c</code></em>
|
1057
1044
|
is an uppercase character</p>
|
1058
|
-
<p></p>
|
1059
1045
|
</div>
|
1060
1046
|
</div>
|
1061
1047
|
<hr>
|
@@ -1066,7 +1052,7 @@ g_unichar_isxdigit (<em class="parameter"><code><a class="link" href="glib-Unico
|
|
1066
1052
|
<p>Determines if a character is a hexidecimal digit.</p>
|
1067
1053
|
<div class="refsect3">
|
1068
1054
|
<a name="id-1.5.4.7.16.5"></a><h4>Parameters</h4>
|
1069
|
-
<div class="informaltable"><table width="100%" border="0">
|
1055
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1070
1056
|
<colgroup>
|
1071
1057
|
<col width="150px" class="parameters_name">
|
1072
1058
|
<col class="parameters_description">
|
@@ -1082,7 +1068,6 @@ g_unichar_isxdigit (<em class="parameter"><code><a class="link" href="glib-Unico
|
|
1082
1068
|
<div class="refsect3">
|
1083
1069
|
<a name="id-1.5.4.7.16.6"></a><h4>Returns</h4>
|
1084
1070
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the character is a hexadecimal digit</p>
|
1085
|
-
<p></p>
|
1086
1071
|
</div>
|
1087
1072
|
</div>
|
1088
1073
|
<hr>
|
@@ -1094,7 +1079,7 @@ g_unichar_iswide (<em class="parameter"><code><a class="link" href="glib-Unicode
|
|
1094
1079
|
cell.</p>
|
1095
1080
|
<div class="refsect3">
|
1096
1081
|
<a name="id-1.5.4.7.17.5"></a><h4>Parameters</h4>
|
1097
|
-
<div class="informaltable"><table width="100%" border="0">
|
1082
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1098
1083
|
<colgroup>
|
1099
1084
|
<col width="150px" class="parameters_name">
|
1100
1085
|
<col class="parameters_description">
|
@@ -1110,7 +1095,6 @@ cell.</p>
|
|
1110
1095
|
<div class="refsect3">
|
1111
1096
|
<a name="id-1.5.4.7.17.6"></a><h4>Returns</h4>
|
1112
1097
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the character is wide</p>
|
1113
|
-
<p></p>
|
1114
1098
|
</div>
|
1115
1099
|
</div>
|
1116
1100
|
<hr>
|
@@ -1129,7 +1113,7 @@ this test, but not the other way around. Note that some characters may
|
|
1129
1113
|
pass both this test and <a class="link" href="glib-Unicode-Manipulation.html#g-unichar-iszerowidth" title="g_unichar_iszerowidth ()"><code class="function">g_unichar_iszerowidth()</code></a>.</p>
|
1130
1114
|
<div class="refsect3">
|
1131
1115
|
<a name="id-1.5.4.7.18.6"></a><h4>Parameters</h4>
|
1132
|
-
<div class="informaltable"><table width="100%" border="0">
|
1116
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1133
1117
|
<colgroup>
|
1134
1118
|
<col width="150px" class="parameters_name">
|
1135
1119
|
<col class="parameters_description">
|
@@ -1145,9 +1129,8 @@ pass both this test and <a class="link" href="glib-Unicode-Manipulation.html#g-u
|
|
1145
1129
|
<div class="refsect3">
|
1146
1130
|
<a name="id-1.5.4.7.18.7"></a><h4>Returns</h4>
|
1147
1131
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the character is wide in legacy East Asian locales</p>
|
1148
|
-
<p></p>
|
1149
1132
|
</div>
|
1150
|
-
<p class="since">Since 2.12</p>
|
1133
|
+
<p class="since">Since: <a class="link" href="api-index-2-12.html#api-index-2.12">2.12</a></p>
|
1151
1134
|
</div>
|
1152
1135
|
<hr>
|
1153
1136
|
<div class="refsect2">
|
@@ -1164,7 +1147,7 @@ when displayed on a grid display (terminals). However, note that not all
|
|
1164
1147
|
terminals support zero-width rendering of zero-width marks.</p>
|
1165
1148
|
<div class="refsect3">
|
1166
1149
|
<a name="id-1.5.4.7.19.6"></a><h4>Parameters</h4>
|
1167
|
-
<div class="informaltable"><table width="100%" border="0">
|
1150
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1168
1151
|
<colgroup>
|
1169
1152
|
<col width="150px" class="parameters_name">
|
1170
1153
|
<col class="parameters_description">
|
@@ -1180,9 +1163,8 @@ terminals support zero-width rendering of zero-width marks.</p>
|
|
1180
1163
|
<div class="refsect3">
|
1181
1164
|
<a name="id-1.5.4.7.19.7"></a><h4>Returns</h4>
|
1182
1165
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the character has zero width</p>
|
1183
|
-
<p></p>
|
1184
1166
|
</div>
|
1185
|
-
<p class="since">Since 2.14</p>
|
1167
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
1186
1168
|
</div>
|
1187
1169
|
<hr>
|
1188
1170
|
<div class="refsect2">
|
@@ -1192,7 +1174,7 @@ g_unichar_toupper (<em class="parameter"><code><a class="link" href="glib-Unicod
|
|
1192
1174
|
<p>Converts a character to uppercase.</p>
|
1193
1175
|
<div class="refsect3">
|
1194
1176
|
<a name="id-1.5.4.7.20.5"></a><h4>Parameters</h4>
|
1195
|
-
<div class="informaltable"><table width="100%" border="0">
|
1177
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1196
1178
|
<colgroup>
|
1197
1179
|
<col width="150px" class="parameters_name">
|
1198
1180
|
<col class="parameters_description">
|
@@ -1213,7 +1195,6 @@ If <em class="parameter"><code>c</code></em>
|
|
1213
1195
|
is not an lowercase or titlecase character,
|
1214
1196
|
or has no upper case equivalent <em class="parameter"><code>c</code></em>
|
1215
1197
|
is returned unchanged.</p>
|
1216
|
-
<p></p>
|
1217
1198
|
</div>
|
1218
1199
|
</div>
|
1219
1200
|
<hr>
|
@@ -1224,7 +1205,7 @@ g_unichar_tolower (<em class="parameter"><code><a class="link" href="glib-Unicod
|
|
1224
1205
|
<p>Converts a character to lower case.</p>
|
1225
1206
|
<div class="refsect3">
|
1226
1207
|
<a name="id-1.5.4.7.21.5"></a><h4>Parameters</h4>
|
1227
|
-
<div class="informaltable"><table width="100%" border="0">
|
1208
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1228
1209
|
<colgroup>
|
1229
1210
|
<col width="150px" class="parameters_name">
|
1230
1211
|
<col class="parameters_description">
|
@@ -1245,7 +1226,6 @@ If <em class="parameter"><code>c</code></em>
|
|
1245
1226
|
is not an upperlower or titlecase character,
|
1246
1227
|
or has no lowercase equivalent <em class="parameter"><code>c</code></em>
|
1247
1228
|
is returned unchanged.</p>
|
1248
|
-
<p></p>
|
1249
1229
|
</div>
|
1250
1230
|
</div>
|
1251
1231
|
<hr>
|
@@ -1256,7 +1236,7 @@ g_unichar_totitle (<em class="parameter"><code><a class="link" href="glib-Unicod
|
|
1256
1236
|
<p>Converts a character to the titlecase.</p>
|
1257
1237
|
<div class="refsect3">
|
1258
1238
|
<a name="id-1.5.4.7.22.5"></a><h4>Parameters</h4>
|
1259
|
-
<div class="informaltable"><table width="100%" border="0">
|
1239
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1260
1240
|
<colgroup>
|
1261
1241
|
<col width="150px" class="parameters_name">
|
1262
1242
|
<col class="parameters_description">
|
@@ -1277,19 +1257,18 @@ If <em class="parameter"><code>c</code></em>
|
|
1277
1257
|
is not an uppercase or lowercase character,
|
1278
1258
|
<em class="parameter"><code>c</code></em>
|
1279
1259
|
is returned unchanged.</p>
|
1280
|
-
<p></p>
|
1281
1260
|
</div>
|
1282
1261
|
</div>
|
1283
1262
|
<hr>
|
1284
1263
|
<div class="refsect2">
|
1285
1264
|
<a name="g-unichar-digit-value"></a><h3>g_unichar_digit_value ()</h3>
|
1286
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
1265
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
1287
1266
|
g_unichar_digit_value (<em class="parameter"><code><a class="link" href="glib-Unicode-Manipulation.html#gunichar" title="gunichar"><span class="type">gunichar</span></a> c</code></em>);</pre>
|
1288
1267
|
<p>Determines the numeric value of a character as a decimal
|
1289
1268
|
digit.</p>
|
1290
1269
|
<div class="refsect3">
|
1291
1270
|
<a name="id-1.5.4.7.23.5"></a><h4>Parameters</h4>
|
1292
|
-
<div class="informaltable"><table width="100%" border="0">
|
1271
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1293
1272
|
<colgroup>
|
1294
1273
|
<col width="150px" class="parameters_name">
|
1295
1274
|
<col class="parameters_description">
|
@@ -1307,19 +1286,18 @@ digit.</p>
|
|
1307
1286
|
<p> If <em class="parameter"><code>c</code></em>
|
1308
1287
|
is a decimal digit (according to
|
1309
1288
|
<a class="link" href="glib-Unicode-Manipulation.html#g-unichar-isdigit" title="g_unichar_isdigit ()"><code class="function">g_unichar_isdigit()</code></a>), its numeric value. Otherwise, -1.</p>
|
1310
|
-
<p></p>
|
1311
1289
|
</div>
|
1312
1290
|
</div>
|
1313
1291
|
<hr>
|
1314
1292
|
<div class="refsect2">
|
1315
1293
|
<a name="g-unichar-xdigit-value"></a><h3>g_unichar_xdigit_value ()</h3>
|
1316
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
1294
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
1317
1295
|
g_unichar_xdigit_value (<em class="parameter"><code><a class="link" href="glib-Unicode-Manipulation.html#gunichar" title="gunichar"><span class="type">gunichar</span></a> c</code></em>);</pre>
|
1318
1296
|
<p>Determines the numeric value of a character as a hexidecimal
|
1319
1297
|
digit.</p>
|
1320
1298
|
<div class="refsect3">
|
1321
1299
|
<a name="id-1.5.4.7.24.5"></a><h4>Parameters</h4>
|
1322
|
-
<div class="informaltable"><table width="100%" border="0">
|
1300
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1323
1301
|
<colgroup>
|
1324
1302
|
<col width="150px" class="parameters_name">
|
1325
1303
|
<col class="parameters_description">
|
@@ -1337,7 +1315,6 @@ digit.</p>
|
|
1337
1315
|
<p> If <em class="parameter"><code>c</code></em>
|
1338
1316
|
is a hex digit (according to
|
1339
1317
|
<a class="link" href="glib-Unicode-Manipulation.html#g-unichar-isxdigit" title="g_unichar_isxdigit ()"><code class="function">g_unichar_isxdigit()</code></a>), its numeric value. Otherwise, -1.</p>
|
1340
|
-
<p></p>
|
1341
1318
|
</div>
|
1342
1319
|
</div>
|
1343
1320
|
<hr>
|
@@ -1369,7 +1346,7 @@ Standard for the definition of Primary Composite.</p>
|
|
1369
1346
|
for details.</p>
|
1370
1347
|
<div class="refsect3">
|
1371
1348
|
<a name="id-1.5.4.7.25.8"></a><h4>Parameters</h4>
|
1372
|
-
<div class="informaltable"><table width="100%" border="0">
|
1349
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1373
1350
|
<colgroup>
|
1374
1351
|
<col width="150px" class="parameters_name">
|
1375
1352
|
<col class="parameters_description">
|
@@ -1397,9 +1374,8 @@ for details.</p>
|
|
1397
1374
|
<div class="refsect3">
|
1398
1375
|
<a name="id-1.5.4.7.25.9"></a><h4>Returns</h4>
|
1399
1376
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the characters could be composed</p>
|
1400
|
-
<p></p>
|
1401
1377
|
</div>
|
1402
|
-
<p class="since">Since 2.30</p>
|
1378
|
+
<p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
|
1403
1379
|
</div>
|
1404
1380
|
<hr>
|
1405
1381
|
<div class="refsect2">
|
@@ -1438,7 +1414,7 @@ recursively call this function on <em class="parameter"><code>a</code></em>
|
|
1438
1414
|
for details.</p>
|
1439
1415
|
<div class="refsect3">
|
1440
1416
|
<a name="id-1.5.4.7.26.9"></a><h4>Parameters</h4>
|
1441
|
-
<div class="informaltable"><table width="100%" border="0">
|
1417
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1442
1418
|
<colgroup>
|
1443
1419
|
<col width="150px" class="parameters_name">
|
1444
1420
|
<col class="parameters_description">
|
@@ -1468,9 +1444,8 @@ for details.</p>
|
|
1468
1444
|
<div class="refsect3">
|
1469
1445
|
<a name="id-1.5.4.7.26.10"></a><h4>Returns</h4>
|
1470
1446
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the character could be decomposed</p>
|
1471
|
-
<p></p>
|
1472
1447
|
</div>
|
1473
|
-
<p class="since">Since 2.30</p>
|
1448
|
+
<p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
|
1474
1449
|
</div>
|
1475
1450
|
<hr>
|
1476
1451
|
<div class="refsect2">
|
@@ -1505,7 +1480,7 @@ as <a class="link" href="glib-Unicode-Manipulation.html#G-UNICHAR-MAX-DECOMPOSIT
|
|
1505
1480
|
for details.</p>
|
1506
1481
|
<div class="refsect3">
|
1507
1482
|
<a name="id-1.5.4.7.27.7"></a><h4>Parameters</h4>
|
1508
|
-
<div class="informaltable"><table width="100%" border="0">
|
1483
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1509
1484
|
<colgroup>
|
1510
1485
|
<col width="150px" class="parameters_name">
|
1511
1486
|
<col class="parameters_description">
|
@@ -1539,9 +1514,8 @@ for details.</p>
|
|
1539
1514
|
<div class="refsect3">
|
1540
1515
|
<a name="id-1.5.4.7.27.8"></a><h4>Returns</h4>
|
1541
1516
|
<p> the length of the full decomposition.</p>
|
1542
|
-
<p></p>
|
1543
1517
|
</div>
|
1544
|
-
<p class="since">Since 2.30</p>
|
1518
|
+
<p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
|
1545
1519
|
</div>
|
1546
1520
|
<hr>
|
1547
1521
|
<div class="refsect2">
|
@@ -1551,7 +1525,7 @@ g_unichar_type (<em class="parameter"><code><a class="link" href="glib-Unicode-M
|
|
1551
1525
|
<p>Classifies a Unicode character by type.</p>
|
1552
1526
|
<div class="refsect3">
|
1553
1527
|
<a name="id-1.5.4.7.28.5"></a><h4>Parameters</h4>
|
1554
|
-
<div class="informaltable"><table width="100%" border="0">
|
1528
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1555
1529
|
<colgroup>
|
1556
1530
|
<col width="150px" class="parameters_name">
|
1557
1531
|
<col class="parameters_description">
|
@@ -1567,7 +1541,6 @@ g_unichar_type (<em class="parameter"><code><a class="link" href="glib-Unicode-M
|
|
1567
1541
|
<div class="refsect3">
|
1568
1542
|
<a name="id-1.5.4.7.28.6"></a><h4>Returns</h4>
|
1569
1543
|
<p> the type of the character.</p>
|
1570
|
-
<p></p>
|
1571
1544
|
</div>
|
1572
1545
|
</div>
|
1573
1546
|
<hr>
|
@@ -1585,7 +1558,7 @@ resolution algorithms and normally you would use a function such
|
|
1585
1558
|
as <code class="function">pango_break()</code> instead of caring about break types yourself.</p>
|
1586
1559
|
<div class="refsect3">
|
1587
1560
|
<a name="id-1.5.4.7.29.5"></a><h4>Parameters</h4>
|
1588
|
-
<div class="informaltable"><table width="100%" border="0">
|
1561
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1589
1562
|
<colgroup>
|
1590
1563
|
<col width="150px" class="parameters_name">
|
1591
1564
|
<col class="parameters_description">
|
@@ -1602,18 +1575,17 @@ as <code class="function">pango_break()</code> instead of caring about break typ
|
|
1602
1575
|
<a name="id-1.5.4.7.29.6"></a><h4>Returns</h4>
|
1603
1576
|
<p> the break type of <em class="parameter"><code>c</code></em>
|
1604
1577
|
</p>
|
1605
|
-
<p></p>
|
1606
1578
|
</div>
|
1607
1579
|
</div>
|
1608
1580
|
<hr>
|
1609
1581
|
<div class="refsect2">
|
1610
1582
|
<a name="g-unichar-combining-class"></a><h3>g_unichar_combining_class ()</h3>
|
1611
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
1583
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
1612
1584
|
g_unichar_combining_class (<em class="parameter"><code><a class="link" href="glib-Unicode-Manipulation.html#gunichar" title="gunichar"><span class="type">gunichar</span></a> uc</code></em>);</pre>
|
1613
1585
|
<p>Determines the canonical combining class of a Unicode character.</p>
|
1614
1586
|
<div class="refsect3">
|
1615
1587
|
<a name="id-1.5.4.7.30.5"></a><h4>Parameters</h4>
|
1616
|
-
<div class="informaltable"><table width="100%" border="0">
|
1588
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1617
1589
|
<colgroup>
|
1618
1590
|
<col width="150px" class="parameters_name">
|
1619
1591
|
<col class="parameters_description">
|
@@ -1629,9 +1601,8 @@ g_unichar_combining_class (<em class="parameter"><code><a class="link" href="gli
|
|
1629
1601
|
<div class="refsect3">
|
1630
1602
|
<a name="id-1.5.4.7.30.6"></a><h4>Returns</h4>
|
1631
1603
|
<p> the combining class of the character</p>
|
1632
|
-
<p></p>
|
1633
1604
|
</div>
|
1634
|
-
<p class="since">Since 2.14</p>
|
1605
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
1635
1606
|
</div>
|
1636
1607
|
<hr>
|
1637
1608
|
<div class="refsect2">
|
@@ -1645,7 +1616,7 @@ according to their combining classes. See the Unicode
|
|
1645
1616
|
manual for more information.</p>
|
1646
1617
|
<div class="refsect3">
|
1647
1618
|
<a name="id-1.5.4.7.31.5"></a><h4>Parameters</h4>
|
1648
|
-
<div class="informaltable"><table width="100%" border="0">
|
1619
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1649
1620
|
<colgroup>
|
1650
1621
|
<col width="150px" class="parameters_name">
|
1651
1622
|
<col class="parameters_description">
|
@@ -1681,7 +1652,7 @@ g_unicode_canonical_decomposition (<em class="parameter"><code><a class="link" h
|
|
1681
1652
|
<p>Computes the canonical decomposition of a Unicode character.</p>
|
1682
1653
|
<div class="refsect3">
|
1683
1654
|
<a name="id-1.5.4.7.32.6"></a><h4>Parameters</h4>
|
1684
|
-
<div class="informaltable"><table width="100%" border="0">
|
1655
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1685
1656
|
<colgroup>
|
1686
1657
|
<col width="150px" class="parameters_name">
|
1687
1658
|
<col class="parameters_description">
|
@@ -1706,7 +1677,6 @@ g_unicode_canonical_decomposition (<em class="parameter"><code><a class="link" h
|
|
1706
1677
|
<p> a newly allocated string of Unicode characters.
|
1707
1678
|
<em class="parameter"><code>result_len</code></em>
|
1708
1679
|
is set to the resulting length of the string.</p>
|
1709
|
-
<p></p>
|
1710
1680
|
</div>
|
1711
1681
|
</div>
|
1712
1682
|
<hr>
|
@@ -1729,7 +1699,7 @@ pointed to by <em class="parameter"><code>mirrored_ch</code></em>
|
|
1729
1699
|
. Otherwise the original character is put.</p>
|
1730
1700
|
<div class="refsect3">
|
1731
1701
|
<a name="id-1.5.4.7.33.6"></a><h4>Parameters</h4>
|
1732
|
-
<div class="informaltable"><table width="100%" border="0">
|
1702
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1733
1703
|
<colgroup>
|
1734
1704
|
<col width="150px" class="parameters_name">
|
1735
1705
|
<col class="parameters_description">
|
@@ -1753,9 +1723,8 @@ pointed to by <em class="parameter"><code>mirrored_ch</code></em>
|
|
1753
1723
|
<a name="id-1.5.4.7.33.7"></a><h4>Returns</h4>
|
1754
1724
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>ch</code></em>
|
1755
1725
|
has a mirrored character, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
|
1756
|
-
<p></p>
|
1757
1726
|
</div>
|
1758
|
-
<p class="since">Since 2.4</p>
|
1727
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1759
1728
|
</div>
|
1760
1729
|
<hr>
|
1761
1730
|
<div class="refsect2">
|
@@ -1771,7 +1740,7 @@ result is undefined.</p>
|
|
1771
1740
|
two are interchangeable.</p>
|
1772
1741
|
<div class="refsect3">
|
1773
1742
|
<a name="id-1.5.4.7.34.6"></a><h4>Parameters</h4>
|
1774
|
-
<div class="informaltable"><table width="100%" border="0">
|
1743
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1775
1744
|
<colgroup>
|
1776
1745
|
<col width="150px" class="parameters_name">
|
1777
1746
|
<col class="parameters_description">
|
@@ -1787,9 +1756,8 @@ two are interchangeable.</p>
|
|
1787
1756
|
<div class="refsect3">
|
1788
1757
|
<a name="id-1.5.4.7.34.7"></a><h4>Returns</h4>
|
1789
1758
|
<p> the <a class="link" href="glib-Unicode-Manipulation.html#GUnicodeScript" title="enum GUnicodeScript"><span class="type">GUnicodeScript</span></a> for the character.</p>
|
1790
|
-
<p></p>
|
1791
1759
|
</div>
|
1792
|
-
<p class="since">Since 2.14</p>
|
1760
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
1793
1761
|
</div>
|
1794
1762
|
<hr>
|
1795
1763
|
<div class="refsect2">
|
@@ -1808,7 +1776,7 @@ big-endian fashion. That is, the code expected for Arabic is
|
|
1808
1776
|
for details.</p>
|
1809
1777
|
<div class="refsect3">
|
1810
1778
|
<a name="id-1.5.4.7.35.6"></a><h4>Parameters</h4>
|
1811
|
-
<div class="informaltable"><table width="100%" border="0">
|
1779
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1812
1780
|
<colgroup>
|
1813
1781
|
<col width="150px" class="parameters_name">
|
1814
1782
|
<col class="parameters_description">
|
@@ -1829,9 +1797,8 @@ of <a class="link" href="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-INVALID
|
|
1829
1797
|
is zero and
|
1830
1798
|
<a class="link" href="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-UNKNOWN:CAPS"><code class="literal">G_UNICODE_SCRIPT_UNKNOWN</code></a> if <em class="parameter"><code>iso15924</code></em>
|
1831
1799
|
is unknown.</p>
|
1832
|
-
<p></p>
|
1833
1800
|
</div>
|
1834
|
-
<p class="since">Since 2.30</p>
|
1801
|
+
<p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
|
1835
1802
|
</div>
|
1836
1803
|
<hr>
|
1837
1804
|
<div class="refsect2">
|
@@ -1850,7 +1817,7 @@ big-endian fashion. That is, the code returned for Arabic is
|
|
1850
1817
|
for details.</p>
|
1851
1818
|
<div class="refsect3">
|
1852
1819
|
<a name="id-1.5.4.7.36.6"></a><h4>Parameters</h4>
|
1853
|
-
<div class="informaltable"><table width="100%" border="0">
|
1820
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1854
1821
|
<colgroup>
|
1855
1822
|
<col width="150px" class="parameters_name">
|
1856
1823
|
<col class="parameters_description">
|
@@ -1871,9 +1838,8 @@ of zero if <em class="parameter"><code>script</code></em>
|
|
1871
1838
|
is <a class="link" href="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-INVALID-CODE:CAPS"><code class="literal">G_UNICODE_SCRIPT_INVALID_CODE</code></a> or
|
1872
1839
|
ISO 15924 code 'Zzzz' (script code for UNKNOWN) if <em class="parameter"><code>script</code></em>
|
1873
1840
|
is not understood.</p>
|
1874
|
-
<p></p>
|
1875
1841
|
</div>
|
1876
|
-
<p class="since">Since 2.30</p>
|
1842
|
+
<p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
|
1877
1843
|
</div>
|
1878
1844
|
<hr>
|
1879
1845
|
<div class="refsect2">
|
@@ -1887,7 +1853,7 @@ Before using this macro, use <a class="link" href="glib-Unicode-Manipulation.htm
|
|
1887
1853
|
that may contain invalid UTF-8.</p>
|
1888
1854
|
<div class="refsect3">
|
1889
1855
|
<a name="id-1.5.4.7.37.5"></a><h4>Parameters</h4>
|
1890
|
-
<div class="informaltable"><table width="100%" border="0">
|
1856
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1891
1857
|
<colgroup>
|
1892
1858
|
<col width="150px" class="parameters_name">
|
1893
1859
|
<col class="parameters_description">
|
@@ -1914,7 +1880,7 @@ valid Unicode characters, you should use <a class="link" href="glib-Unicode-Mani
|
|
1914
1880
|
instead.</p>
|
1915
1881
|
<div class="refsect3">
|
1916
1882
|
<a name="id-1.5.4.7.38.6"></a><h4>Parameters</h4>
|
1917
|
-
<div class="informaltable"><table width="100%" border="0">
|
1883
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1918
1884
|
<colgroup>
|
1919
1885
|
<col width="150px" class="parameters_name">
|
1920
1886
|
<col class="parameters_description">
|
@@ -1930,7 +1896,6 @@ instead.</p>
|
|
1930
1896
|
<div class="refsect3">
|
1931
1897
|
<a name="id-1.5.4.7.38.7"></a><h4>Returns</h4>
|
1932
1898
|
<p> the resulting character</p>
|
1933
|
-
<p></p>
|
1934
1899
|
</div>
|
1935
1900
|
</div>
|
1936
1901
|
<hr>
|
@@ -1945,7 +1910,7 @@ such as characters that are out of the range of Unicode, and for
|
|
1945
1910
|
overlong encodings of valid characters.</p>
|
1946
1911
|
<div class="refsect3">
|
1947
1912
|
<a name="id-1.5.4.7.39.5"></a><h4>Parameters</h4>
|
1948
|
-
<div class="informaltable"><table width="100%" border="0">
|
1913
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1949
1914
|
<colgroup>
|
1950
1915
|
<col width="150px" class="parameters_name">
|
1951
1916
|
<col class="parameters_description">
|
@@ -1977,7 +1942,6 @@ is zero), returns (gunichar)-2;
|
|
1977
1942
|
otherwise, if <em class="parameter"><code>p</code></em>
|
1978
1943
|
does not point to a valid UTF-8 encoded
|
1979
1944
|
Unicode character, returns (gunichar)-1.</p>
|
1980
|
-
<p></p>
|
1981
1945
|
</div>
|
1982
1946
|
</div>
|
1983
1947
|
<hr>
|
@@ -2003,7 +1967,7 @@ This limitation exists as this function is called frequently during
|
|
2003
1967
|
text rendering and therefore has to be as fast as possible.</p>
|
2004
1968
|
<div class="refsect3">
|
2005
1969
|
<a name="id-1.5.4.7.40.7"></a><h4>Parameters</h4>
|
2006
|
-
<div class="informaltable"><table width="100%" border="0">
|
1970
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2007
1971
|
<colgroup>
|
2008
1972
|
<col width="150px" class="parameters_name">
|
2009
1973
|
<col class="parameters_description">
|
@@ -2027,7 +1991,6 @@ text rendering and therefore has to be as fast as possible.</p>
|
|
2027
1991
|
<div class="refsect3">
|
2028
1992
|
<a name="id-1.5.4.7.40.8"></a><h4>Returns</h4>
|
2029
1993
|
<p> the resulting pointer</p>
|
2030
|
-
<p></p>
|
2031
1994
|
</div>
|
2032
1995
|
</div>
|
2033
1996
|
<hr>
|
@@ -2044,7 +2007,7 @@ character offset.</p>
|
|
2044
2007
|
a negative offset in this case.</p>
|
2045
2008
|
<div class="refsect3">
|
2046
2009
|
<a name="id-1.5.4.7.41.6"></a><h4>Parameters</h4>
|
2047
|
-
<div class="informaltable"><table width="100%" border="0">
|
2010
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2048
2011
|
<colgroup>
|
2049
2012
|
<col width="150px" class="parameters_name">
|
2050
2013
|
<col class="parameters_description">
|
@@ -2068,7 +2031,6 @@ a negative offset in this case.</p>
|
|
2068
2031
|
<div class="refsect3">
|
2069
2032
|
<a name="id-1.5.4.7.41.7"></a><h4>Returns</h4>
|
2070
2033
|
<p> the resulting character offset</p>
|
2071
|
-
<p></p>
|
2072
2034
|
</div>
|
2073
2035
|
</div>
|
2074
2036
|
<hr>
|
@@ -2086,7 +2048,7 @@ it starts with an appropriate byte. If <em class="parameter"><code>p</code></em>
|
|
2086
2048
|
character of the string, you must use <a class="link" href="glib-Unicode-Manipulation.html#g-utf8-find-prev-char" title="g_utf8_find_prev_char ()"><code class="function">g_utf8_find_prev_char()</code></a> instead.</p>
|
2087
2049
|
<div class="refsect3">
|
2088
2050
|
<a name="id-1.5.4.7.42.6"></a><h4>Parameters</h4>
|
2089
|
-
<div class="informaltable"><table width="100%" border="0">
|
2051
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2090
2052
|
<colgroup>
|
2091
2053
|
<col width="150px" class="parameters_name">
|
2092
2054
|
<col class="parameters_description">
|
@@ -2102,7 +2064,6 @@ character of the string, you must use <a class="link" href="glib-Unicode-Manipul
|
|
2102
2064
|
<div class="refsect3">
|
2103
2065
|
<a name="id-1.5.4.7.42.7"></a><h4>Returns</h4>
|
2104
2066
|
<p> a pointer to the found character</p>
|
2105
|
-
<p></p>
|
2106
2067
|
</div>
|
2107
2068
|
</div>
|
2108
2069
|
<hr>
|
@@ -2119,7 +2080,7 @@ is made to see if the character found is actually valid other than
|
|
2119
2080
|
it starts with an appropriate byte.</p>
|
2120
2081
|
<div class="refsect3">
|
2121
2082
|
<a name="id-1.5.4.7.43.6"></a><h4>Parameters</h4>
|
2122
|
-
<div class="informaltable"><table width="100%" border="0">
|
2083
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2123
2084
|
<colgroup>
|
2124
2085
|
<col width="150px" class="parameters_name">
|
2125
2086
|
<col class="parameters_description">
|
@@ -2133,9 +2094,9 @@ it starts with an appropriate byte.</p>
|
|
2133
2094
|
</tr>
|
2134
2095
|
<tr>
|
2135
2096
|
<td class="parameter_name"><p>end</p></td>
|
2136
|
-
<td class="parameter_description"><p>a pointer to the byte following the end of the string,
|
2137
|
-
or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to indicate that the string is nul-terminated</p></td>
|
2138
|
-
<td class="parameter_annotations">
|
2097
|
+
<td class="parameter_description"><p> a pointer to the byte following the end of the string,
|
2098
|
+
or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to indicate that the string is nul-terminated. </p></td>
|
2099
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2139
2100
|
</tr>
|
2140
2101
|
</tbody>
|
2141
2102
|
</table></div>
|
@@ -2143,7 +2104,6 @@ or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code
|
|
2143
2104
|
<div class="refsect3">
|
2144
2105
|
<a name="id-1.5.4.7.43.7"></a><h4>Returns</h4>
|
2145
2106
|
<p> a pointer to the found character or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a></p>
|
2146
|
-
<p></p>
|
2147
2107
|
</div>
|
2148
2108
|
</div>
|
2149
2109
|
<hr>
|
@@ -2166,7 +2126,7 @@ is made to see if the character found is actually valid other than
|
|
2166
2126
|
it starts with an appropriate byte.</p>
|
2167
2127
|
<div class="refsect3">
|
2168
2128
|
<a name="id-1.5.4.7.44.6"></a><h4>Parameters</h4>
|
2169
|
-
<div class="informaltable"><table width="100%" border="0">
|
2129
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2170
2130
|
<colgroup>
|
2171
2131
|
<col width="150px" class="parameters_name">
|
2172
2132
|
<col class="parameters_description">
|
@@ -2190,7 +2150,6 @@ it starts with an appropriate byte.</p>
|
|
2190
2150
|
<div class="refsect3">
|
2191
2151
|
<a name="id-1.5.4.7.44.7"></a><h4>Returns</h4>
|
2192
2152
|
<p> a pointer to the found character or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>.</p>
|
2193
|
-
<p></p>
|
2194
2153
|
</div>
|
2195
2154
|
</div>
|
2196
2155
|
<hr>
|
@@ -2205,7 +2164,7 @@ the terminating nul character. If the <em class="parameter"><code>max</code></em
|
|
2205
2164
|
middle of a character, the last (partial) character is not counted.</p>
|
2206
2165
|
<div class="refsect3">
|
2207
2166
|
<a name="id-1.5.4.7.45.5"></a><h4>Parameters</h4>
|
2208
|
-
<div class="informaltable"><table width="100%" border="0">
|
2167
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2209
2168
|
<colgroup>
|
2210
2169
|
<col width="150px" class="parameters_name">
|
2211
2170
|
<col class="parameters_description">
|
@@ -2235,7 +2194,6 @@ bytes are examined</p></td>
|
|
2235
2194
|
<div class="refsect3">
|
2236
2195
|
<a name="id-1.5.4.7.45.6"></a><h4>Returns</h4>
|
2237
2196
|
<p> the length of the string in characters</p>
|
2238
|
-
<p></p>
|
2239
2197
|
</div>
|
2240
2198
|
</div>
|
2241
2199
|
<hr>
|
@@ -2252,7 +2210,7 @@ must be valid UTF-8 encoded text. (Use <a class="link" href="glib-Unicode-Manipu
|
|
2252
2210
|
text before trying to use UTF-8 utility functions with it.)</p>
|
2253
2211
|
<div class="refsect3">
|
2254
2212
|
<a name="id-1.5.4.7.46.5"></a><h4>Parameters</h4>
|
2255
|
-
<div class="informaltable"><table width="100%" border="0">
|
2213
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2256
2214
|
<colgroup>
|
2257
2215
|
<col width="150px" class="parameters_name">
|
2258
2216
|
<col class="parameters_description">
|
@@ -2282,7 +2240,6 @@ text before trying to use UTF-8 utility functions with it.)</p>
|
|
2282
2240
|
<a name="id-1.5.4.7.46.6"></a><h4>Returns</h4>
|
2283
2241
|
<p> <em class="parameter"><code>dest</code></em>
|
2284
2242
|
</p>
|
2285
|
-
<p></p>
|
2286
2243
|
</div>
|
2287
2244
|
</div>
|
2288
2245
|
<hr>
|
@@ -2299,7 +2256,7 @@ If <em class="parameter"><code>len</code></em>
|
|
2299
2256
|
is -1, allow unbounded search.</p>
|
2300
2257
|
<div class="refsect3">
|
2301
2258
|
<a name="id-1.5.4.7.47.5"></a><h4>Parameters</h4>
|
2302
|
-
<div class="informaltable"><table width="100%" border="0">
|
2259
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2303
2260
|
<colgroup>
|
2304
2261
|
<col width="150px" class="parameters_name">
|
2305
2262
|
<col class="parameters_description">
|
@@ -2330,7 +2287,6 @@ If <em class="parameter"><code>len</code></em>
|
|
2330
2287
|
<p> <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the string does not contain the character,
|
2331
2288
|
otherwise, a pointer to the start of the leftmost occurrence
|
2332
2289
|
of the character in the string.</p>
|
2333
|
-
<p></p>
|
2334
2290
|
</div>
|
2335
2291
|
</div>
|
2336
2292
|
<hr>
|
@@ -2347,7 +2303,7 @@ If <em class="parameter"><code>len</code></em>
|
|
2347
2303
|
is -1, allow unbounded search.</p>
|
2348
2304
|
<div class="refsect3">
|
2349
2305
|
<a name="id-1.5.4.7.48.5"></a><h4>Parameters</h4>
|
2350
|
-
<div class="informaltable"><table width="100%" border="0">
|
2306
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2351
2307
|
<colgroup>
|
2352
2308
|
<col width="150px" class="parameters_name">
|
2353
2309
|
<col class="parameters_description">
|
@@ -2378,7 +2334,6 @@ If <em class="parameter"><code>len</code></em>
|
|
2378
2334
|
<p> <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the string does not contain the character,
|
2379
2335
|
otherwise, a pointer to the start of the rightmost occurrence
|
2380
2336
|
of the character in the string.</p>
|
2381
|
-
<p></p>
|
2382
2337
|
</div>
|
2383
2338
|
</div>
|
2384
2339
|
<hr>
|
@@ -2401,7 +2356,7 @@ newly-allocated memory, which should be freed with <a class="link" href="glib-Me
|
|
2401
2356
|
no longer needed.</p>
|
2402
2357
|
<div class="refsect3">
|
2403
2358
|
<a name="id-1.5.4.7.49.7"></a><h4>Parameters</h4>
|
2404
|
-
<div class="informaltable"><table width="100%" border="0">
|
2359
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2405
2360
|
<colgroup>
|
2406
2361
|
<col width="150px" class="parameters_name">
|
2407
2362
|
<col class="parameters_description">
|
@@ -2428,9 +2383,8 @@ then the string is nul-terminated.</p></td>
|
|
2428
2383
|
<a name="id-1.5.4.7.49.8"></a><h4>Returns</h4>
|
2429
2384
|
<p> a newly-allocated string which is the reverse of <em class="parameter"><code>str</code></em>
|
2430
2385
|
</p>
|
2431
|
-
<p></p>
|
2432
2386
|
</div>
|
2433
|
-
<p class="since">Since 2.2</p>
|
2387
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
2434
2388
|
</div>
|
2435
2389
|
<hr>
|
2436
2390
|
<div class="refsect2">
|
@@ -2445,7 +2399,7 @@ The substring will contain <em class="parameter"><code>end_pos</code></em>
|
|
2445
2399
|
characters.</p>
|
2446
2400
|
<div class="refsect3">
|
2447
2401
|
<a name="id-1.5.4.7.50.5"></a><h4>Parameters</h4>
|
2448
|
-
<div class="informaltable"><table width="100%" border="0">
|
2402
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2449
2403
|
<colgroup>
|
2450
2404
|
<col width="150px" class="parameters_name">
|
2451
2405
|
<col class="parameters_description">
|
@@ -2476,9 +2430,8 @@ The substring will contain <em class="parameter"><code>end_pos</code></em>
|
|
2476
2430
|
<a name="id-1.5.4.7.50.6"></a><h4>Returns</h4>
|
2477
2431
|
<p> a newly allocated copy of the requested
|
2478
2432
|
substring. Free with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a> when no longer needed.</p>
|
2479
|
-
<p></p>
|
2480
2433
|
</div>
|
2481
|
-
<p class="since">Since 2.30</p>
|
2434
|
+
<p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
|
2482
2435
|
</div>
|
2483
2436
|
<hr>
|
2484
2437
|
<div class="refsect2">
|
@@ -2510,7 +2463,7 @@ or the network should be checked with <a class="link" href="glib-Unicode-Manipul
|
|
2510
2463
|
doing anything else with it.</p>
|
2511
2464
|
<div class="refsect3">
|
2512
2465
|
<a name="id-1.5.4.7.51.7"></a><h4>Parameters</h4>
|
2513
|
-
<div class="informaltable"><table width="100%" border="0">
|
2466
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2514
2467
|
<colgroup>
|
2515
2468
|
<col width="150px" class="parameters_name">
|
2516
2469
|
<col class="parameters_description">
|
@@ -2538,7 +2491,6 @@ doing anything else with it.</p>
|
|
2538
2491
|
<div class="refsect3">
|
2539
2492
|
<a name="id-1.5.4.7.51.8"></a><h4>Returns</h4>
|
2540
2493
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the text was valid UTF-8</p>
|
2541
|
-
<p></p>
|
2542
2494
|
</div>
|
2543
2495
|
</div>
|
2544
2496
|
<hr>
|
@@ -2554,7 +2506,7 @@ characters in the string increasing. (For instance, the
|
|
2554
2506
|
German ess-zet will be changed to SS.)</p>
|
2555
2507
|
<div class="refsect3">
|
2556
2508
|
<a name="id-1.5.4.7.52.5"></a><h4>Parameters</h4>
|
2557
|
-
<div class="informaltable"><table width="100%" border="0">
|
2509
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2558
2510
|
<colgroup>
|
2559
2511
|
<col width="150px" class="parameters_name">
|
2560
2512
|
<col class="parameters_description">
|
@@ -2580,7 +2532,6 @@ is nul-terminated.</p></td>
|
|
2580
2532
|
<a name="id-1.5.4.7.52.6"></a><h4>Returns</h4>
|
2581
2533
|
<p> a newly allocated string, with all characters
|
2582
2534
|
converted to uppercase. </p>
|
2583
|
-
<p></p>
|
2584
2535
|
</div>
|
2585
2536
|
</div>
|
2586
2537
|
<hr>
|
@@ -2595,7 +2546,7 @@ on the current locale, and may result in the number of
|
|
2595
2546
|
characters in the string changing.</p>
|
2596
2547
|
<div class="refsect3">
|
2597
2548
|
<a name="id-1.5.4.7.53.5"></a><h4>Parameters</h4>
|
2598
|
-
<div class="informaltable"><table width="100%" border="0">
|
2549
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2599
2550
|
<colgroup>
|
2600
2551
|
<col width="150px" class="parameters_name">
|
2601
2552
|
<col class="parameters_description">
|
@@ -2621,7 +2572,6 @@ is nul-terminated.</p></td>
|
|
2621
2572
|
<a name="id-1.5.4.7.53.6"></a><h4>Returns</h4>
|
2622
2573
|
<p> a newly allocated string, with all characters
|
2623
2574
|
converted to lowercase. </p>
|
2624
|
-
<p></p>
|
2625
2575
|
</div>
|
2626
2576
|
</div>
|
2627
2577
|
<hr>
|
@@ -2642,7 +2592,7 @@ takes case sensitivity into account. GLib does not currently
|
|
2642
2592
|
provide such a function.</p>
|
2643
2593
|
<div class="refsect3">
|
2644
2594
|
<a name="id-1.5.4.7.54.6"></a><h4>Parameters</h4>
|
2645
|
-
<div class="informaltable"><table width="100%" border="0">
|
2595
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2646
2596
|
<colgroup>
|
2647
2597
|
<col width="150px" class="parameters_name">
|
2648
2598
|
<col class="parameters_description">
|
@@ -2669,7 +2619,6 @@ is nul-terminated.</p></td>
|
|
2669
2619
|
<p> a newly allocated string, that is a
|
2670
2620
|
case independent form of <em class="parameter"><code>str</code></em>
|
2671
2621
|
.</p>
|
2672
|
-
<p></p>
|
2673
2622
|
</div>
|
2674
2623
|
</div>
|
2675
2624
|
<hr>
|
@@ -2704,7 +2653,7 @@ a legacy encoding or pass it to a system with
|
|
2704
2653
|
less capable Unicode handling.</p>
|
2705
2654
|
<div class="refsect3">
|
2706
2655
|
<a name="id-1.5.4.7.55.7"></a><h4>Parameters</h4>
|
2707
|
-
<div class="informaltable"><table width="100%" border="0">
|
2656
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2708
2657
|
<colgroup>
|
2709
2658
|
<col width="150px" class="parameters_name">
|
2710
2659
|
<col class="parameters_description">
|
@@ -2738,13 +2687,12 @@ normalized form of <em class="parameter"><code>str</code></em>
|
|
2738
2687
|
, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if <em class="parameter"><code>str</code></em>
|
2739
2688
|
is not
|
2740
2689
|
valid UTF-8.</p>
|
2741
|
-
<p></p>
|
2742
2690
|
</div>
|
2743
2691
|
</div>
|
2744
2692
|
<hr>
|
2745
2693
|
<div class="refsect2">
|
2746
2694
|
<a name="g-utf8-collate"></a><h3>g_utf8_collate ()</h3>
|
2747
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
2695
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
2748
2696
|
g_utf8_collate (<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *str1</code></em>,
|
2749
2697
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *str2</code></em>);</pre>
|
2750
2698
|
<p>Compares two strings for ordering using the linguistically
|
@@ -2755,7 +2703,7 @@ compare the keys with <code class="function">strcmp()</code> when sorting instea
|
|
2755
2703
|
the original strings.</p>
|
2756
2704
|
<div class="refsect3">
|
2757
2705
|
<a name="id-1.5.4.7.56.5"></a><h4>Parameters</h4>
|
2758
|
-
<div class="informaltable"><table width="100%" border="0">
|
2706
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2759
2707
|
<colgroup>
|
2760
2708
|
<col width="150px" class="parameters_name">
|
2761
2709
|
<col class="parameters_description">
|
@@ -2783,7 +2731,6 @@ compares before <em class="parameter"><code>str2</code></em>
|
|
2783
2731
|
0 if they compare equal, > 0 if <em class="parameter"><code>str1</code></em>
|
2784
2732
|
compares after <em class="parameter"><code>str2</code></em>
|
2785
2733
|
.</p>
|
2786
|
-
<p></p>
|
2787
2734
|
</div>
|
2788
2735
|
</div>
|
2789
2736
|
<hr>
|
@@ -2801,7 +2748,7 @@ original keys with <a class="link" href="glib-Unicode-Manipulation.html#g-utf8-c
|
|
2801
2748
|
<p>Note that this function depends on the <a class="link" href="glib-running.html#setlocale" title="Locale">current locale</a>.</p>
|
2802
2749
|
<div class="refsect3">
|
2803
2750
|
<a name="id-1.5.4.7.57.7"></a><h4>Parameters</h4>
|
2804
|
-
<div class="informaltable"><table width="100%" border="0">
|
2751
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2805
2752
|
<colgroup>
|
2806
2753
|
<col width="150px" class="parameters_name">
|
2807
2754
|
<col class="parameters_description">
|
@@ -2827,7 +2774,6 @@ is nul-terminated.</p></td>
|
|
2827
2774
|
<a name="id-1.5.4.7.57.8"></a><h4>Returns</h4>
|
2828
2775
|
<p> a newly allocated string. This string should
|
2829
2776
|
be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a> when you are done with it.</p>
|
2830
|
-
<p></p>
|
2831
2777
|
</div>
|
2832
2778
|
</div>
|
2833
2779
|
<hr>
|
@@ -2847,7 +2793,7 @@ is sorted as "file1" "file5" "file10".</p>
|
|
2847
2793
|
<p>Note that this function depends on the <a class="link" href="glib-running.html#setlocale" title="Locale">current locale</a>.</p>
|
2848
2794
|
<div class="refsect3">
|
2849
2795
|
<a name="id-1.5.4.7.58.7"></a><h4>Parameters</h4>
|
2850
|
-
<div class="informaltable"><table width="100%" border="0">
|
2796
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2851
2797
|
<colgroup>
|
2852
2798
|
<col width="150px" class="parameters_name">
|
2853
2799
|
<col class="parameters_description">
|
@@ -2873,9 +2819,8 @@ is nul-terminated.</p></td>
|
|
2873
2819
|
<a name="id-1.5.4.7.58.8"></a><h4>Returns</h4>
|
2874
2820
|
<p> a newly allocated string. This string should
|
2875
2821
|
be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a> when you are done with it.</p>
|
2876
|
-
<p></p>
|
2877
2822
|
</div>
|
2878
|
-
<p class="since">Since 2.8</p>
|
2823
|
+
<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p>
|
2879
2824
|
</div>
|
2880
2825
|
<hr>
|
2881
2826
|
<div class="refsect2">
|
@@ -2890,7 +2835,7 @@ g_utf8_to_utf16 (<em class="parameter"><code>const <a class="link" href="glib-Ba
|
|
2890
2835
|
added to the result after the converted text.</p>
|
2891
2836
|
<div class="refsect3">
|
2892
2837
|
<a name="id-1.5.4.7.59.5"></a><h4>Parameters</h4>
|
2893
|
-
<div class="informaltable"><table width="100%" border="0">
|
2838
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2894
2839
|
<colgroup>
|
2895
2840
|
<col width="150px" class="parameters_name">
|
2896
2841
|
<col class="parameters_description">
|
@@ -2912,19 +2857,19 @@ If <em class="parameter"><code>len</code></em>
|
|
2912
2857
|
</tr>
|
2913
2858
|
<tr>
|
2914
2859
|
<td class="parameter_name"><p>items_read</p></td>
|
2915
|
-
<td class="parameter_description"><p> location to store number of
|
2916
|
-
or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. If <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, then <a class="link" href="glib-Character-Set-Conversion.html#G-CONVERT-ERROR-PARTIAL-INPUT:CAPS"><code class="literal">G_CONVERT_ERROR_PARTIAL_INPUT</code></a> will
|
2917
|
-
returned in case <em class="parameter"><code>str</code></em>
|
2860
|
+
<td class="parameter_description"><p> location to store number of
|
2861
|
+
bytes read, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. If <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, then <a class="link" href="glib-Character-Set-Conversion.html#G-CONVERT-ERROR-PARTIAL-INPUT:CAPS"><code class="literal">G_CONVERT_ERROR_PARTIAL_INPUT</code></a> will
|
2862
|
+
be returned in case <em class="parameter"><code>str</code></em>
|
2918
2863
|
contains a trailing partial character. If
|
2919
2864
|
an error occurs then the index of the invalid input is stored here. </p></td>
|
2920
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
2865
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
2921
2866
|
</tr>
|
2922
2867
|
<tr>
|
2923
2868
|
<td class="parameter_name"><p>items_written</p></td>
|
2924
|
-
<td class="parameter_description"><p> location to store number
|
2925
|
-
written, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. The value stored here does not include
|
2926
|
-
trailing 0. </p></td>
|
2927
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
2869
|
+
<td class="parameter_description"><p> location to store number
|
2870
|
+
of <a class="link" href="glib-Unicode-Manipulation.html#gunichar2" title="gunichar2"><span class="type">gunichar2</span></a> written, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. The value stored here does not include
|
2871
|
+
the trailing 0. </p></td>
|
2872
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
2928
2873
|
</tr>
|
2929
2874
|
<tr>
|
2930
2875
|
<td class="parameter_name"><p>error</p></td>
|
@@ -2942,7 +2887,6 @@ errors. Any of the errors in <a class="link" href="glib-Character-Set-Conversion
|
|
2942
2887
|
This value must be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>. If an error occurs,
|
2943
2888
|
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> will be returned and <em class="parameter"><code>error</code></em>
|
2944
2889
|
set.</p>
|
2945
|
-
<p></p>
|
2946
2890
|
</div>
|
2947
2891
|
</div>
|
2948
2892
|
<hr>
|
@@ -2959,7 +2903,7 @@ representation as UCS-4. A trailing 0 character will be added to the
|
|
2959
2903
|
string after the converted text.</p>
|
2960
2904
|
<div class="refsect3">
|
2961
2905
|
<a name="id-1.5.4.7.60.5"></a><h4>Parameters</h4>
|
2962
|
-
<div class="informaltable"><table width="100%" border="0">
|
2906
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2963
2907
|
<colgroup>
|
2964
2908
|
<col width="150px" class="parameters_name">
|
2965
2909
|
<col class="parameters_description">
|
@@ -2981,20 +2925,21 @@ then the string is nul-terminated.</p></td>
|
|
2981
2925
|
</tr>
|
2982
2926
|
<tr>
|
2983
2927
|
<td class="parameter_name"><p>items_read</p></td>
|
2984
|
-
<td class="parameter_description"><p> location to store number of
|
2928
|
+
<td class="parameter_description"><p> location to store number of
|
2929
|
+
bytes read, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>.
|
2985
2930
|
If <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, then <a class="link" href="glib-Character-Set-Conversion.html#G-CONVERT-ERROR-PARTIAL-INPUT:CAPS"><code class="literal">G_CONVERT_ERROR_PARTIAL_INPUT</code></a> will be
|
2986
2931
|
returned in case <em class="parameter"><code>str</code></em>
|
2987
2932
|
contains a trailing partial
|
2988
2933
|
character. If an error occurs then the index of the
|
2989
2934
|
invalid input is stored here. </p></td>
|
2990
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
2935
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
2991
2936
|
</tr>
|
2992
2937
|
<tr>
|
2993
2938
|
<td class="parameter_name"><p>items_written</p></td>
|
2994
|
-
<td class="parameter_description"><p> location to store number
|
2995
|
-
written or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. The value here stored does not include
|
2996
|
-
trailing 0 character. </p></td>
|
2997
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
2939
|
+
<td class="parameter_description"><p> location to store number
|
2940
|
+
of characters written or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. The value here stored does not include
|
2941
|
+
the trailing 0 character. </p></td>
|
2942
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
2998
2943
|
</tr>
|
2999
2944
|
<tr>
|
3000
2945
|
<td class="parameter_name"><p>error</p></td>
|
@@ -3012,7 +2957,6 @@ errors. Any of the errors in <a class="link" href="glib-Character-Set-Conversion
|
|
3012
2957
|
This value must be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>. If an error occurs,
|
3013
2958
|
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> will be returned and <em class="parameter"><code>error</code></em>
|
3014
2959
|
set.</p>
|
3015
|
-
<p></p>
|
3016
2960
|
</div>
|
3017
2961
|
</div>
|
3018
2962
|
<hr>
|
@@ -3029,7 +2973,7 @@ but does no error checking on the input. A trailing 0 character
|
|
3029
2973
|
will be added to the string after the converted text.</p>
|
3030
2974
|
<div class="refsect3">
|
3031
2975
|
<a name="id-1.5.4.7.61.5"></a><h4>Parameters</h4>
|
3032
|
-
<div class="informaltable"><table width="100%" border="0">
|
2976
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3033
2977
|
<colgroup>
|
3034
2978
|
<col width="150px" class="parameters_name">
|
3035
2979
|
<col class="parameters_description">
|
@@ -3051,9 +2995,9 @@ then the string is nul-terminated.</p></td>
|
|
3051
2995
|
</tr>
|
3052
2996
|
<tr>
|
3053
2997
|
<td class="parameter_name"><p>items_written</p></td>
|
3054
|
-
<td class="parameter_description"><p> location to store the
|
3055
|
-
characters in the result, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
3056
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
2998
|
+
<td class="parameter_description"><p> location to store the
|
2999
|
+
number of characters in the result, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
3000
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3057
3001
|
</tr>
|
3058
3002
|
</tbody>
|
3059
3003
|
</table></div>
|
@@ -3062,7 +3006,6 @@ characters in the result, or <a class="link" href="glib-Standard-Macros.html#NUL
|
|
3062
3006
|
<a name="id-1.5.4.7.61.6"></a><h4>Returns</h4>
|
3063
3007
|
<p> a pointer to a newly allocated UCS-4 string.
|
3064
3008
|
This value must be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>.</p>
|
3065
|
-
<p></p>
|
3066
3009
|
</div>
|
3067
3010
|
</div>
|
3068
3011
|
<hr>
|
@@ -3078,7 +3021,7 @@ g_utf16_to_ucs4 (<em class="parameter"><code>const <a class="link" href="glib-Un
|
|
3078
3021
|
nul-terminated.</p>
|
3079
3022
|
<div class="refsect3">
|
3080
3023
|
<a name="id-1.5.4.7.62.5"></a><h4>Parameters</h4>
|
3081
|
-
<div class="informaltable"><table width="100%" border="0">
|
3024
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3082
3025
|
<colgroup>
|
3083
3026
|
<col width="150px" class="parameters_name">
|
3084
3027
|
<col class="parameters_description">
|
@@ -3100,19 +3043,19 @@ If <em class="parameter"><code>len</code></em>
|
|
3100
3043
|
</tr>
|
3101
3044
|
<tr>
|
3102
3045
|
<td class="parameter_name"><p>items_read</p></td>
|
3103
|
-
<td class="parameter_description"><p> location to store number of
|
3104
|
-
or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. If <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, then <a class="link" href="glib-Character-Set-Conversion.html#G-CONVERT-ERROR-PARTIAL-INPUT:CAPS"><code class="literal">G_CONVERT_ERROR_PARTIAL_INPUT</code></a> will
|
3105
|
-
returned in case <em class="parameter"><code>str</code></em>
|
3046
|
+
<td class="parameter_description"><p> location to store number of
|
3047
|
+
words read, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. If <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, then <a class="link" href="glib-Character-Set-Conversion.html#G-CONVERT-ERROR-PARTIAL-INPUT:CAPS"><code class="literal">G_CONVERT_ERROR_PARTIAL_INPUT</code></a> will
|
3048
|
+
be returned in case <em class="parameter"><code>str</code></em>
|
3106
3049
|
contains a trailing partial character. If
|
3107
3050
|
an error occurs then the index of the invalid input is stored here. </p></td>
|
3108
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3051
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3109
3052
|
</tr>
|
3110
3053
|
<tr>
|
3111
3054
|
<td class="parameter_name"><p>items_written</p></td>
|
3112
|
-
<td class="parameter_description"><p> location to store number
|
3113
|
-
written, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. The value stored here does not include
|
3114
|
-
0 character. </p></td>
|
3115
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3055
|
+
<td class="parameter_description"><p> location to store number
|
3056
|
+
of characters written, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. The value stored here does not include
|
3057
|
+
the trailing 0 character. </p></td>
|
3058
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3116
3059
|
</tr>
|
3117
3060
|
<tr>
|
3118
3061
|
<td class="parameter_name"><p>error</p></td>
|
@@ -3130,7 +3073,6 @@ errors. Any of the errors in <a class="link" href="glib-Character-Set-Conversion
|
|
3130
3073
|
This value must be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>. If an error occurs,
|
3131
3074
|
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> will be returned and <em class="parameter"><code>error</code></em>
|
3132
3075
|
set.</p>
|
3133
|
-
<p></p>
|
3134
3076
|
</div>
|
3135
3077
|
</div>
|
3136
3078
|
<hr>
|
@@ -3155,7 +3097,7 @@ be correctly interpreted as UTF-16, i.e. it doesn't contain
|
|
3155
3097
|
things unpaired surrogates.</p>
|
3156
3098
|
<div class="refsect3">
|
3157
3099
|
<a name="id-1.5.4.7.63.7"></a><h4>Parameters</h4>
|
3158
|
-
<div class="informaltable"><table width="100%" border="0">
|
3100
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3159
3101
|
<colgroup>
|
3160
3102
|
<col width="150px" class="parameters_name">
|
3161
3103
|
<col class="parameters_description">
|
@@ -3177,18 +3119,19 @@ If <em class="parameter"><code>len</code></em>
|
|
3177
3119
|
</tr>
|
3178
3120
|
<tr>
|
3179
3121
|
<td class="parameter_name"><p>items_read</p></td>
|
3180
|
-
<td class="parameter_description"><p> location to store number of
|
3181
|
-
or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. If <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, then <a class="link" href="glib-Character-Set-Conversion.html#G-CONVERT-ERROR-PARTIAL-INPUT:CAPS"><code class="literal">G_CONVERT_ERROR_PARTIAL_INPUT</code></a> will
|
3182
|
-
returned in case <em class="parameter"><code>str</code></em>
|
3122
|
+
<td class="parameter_description"><p> location to store number of
|
3123
|
+
words read, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. If <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, then <a class="link" href="glib-Character-Set-Conversion.html#G-CONVERT-ERROR-PARTIAL-INPUT:CAPS"><code class="literal">G_CONVERT_ERROR_PARTIAL_INPUT</code></a> will
|
3124
|
+
be returned in case <em class="parameter"><code>str</code></em>
|
3183
3125
|
contains a trailing partial character. If
|
3184
3126
|
an error occurs then the index of the invalid input is stored here. </p></td>
|
3185
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3127
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3186
3128
|
</tr>
|
3187
3129
|
<tr>
|
3188
3130
|
<td class="parameter_name"><p>items_written</p></td>
|
3189
|
-
<td class="parameter_description"><p> location to store number
|
3190
|
-
or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. The value stored here does not include the
|
3191
|
-
|
3131
|
+
<td class="parameter_description"><p> location to store number
|
3132
|
+
of bytes written, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. The value stored here does not include the
|
3133
|
+
trailing 0 byte. </p></td>
|
3134
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3192
3135
|
</tr>
|
3193
3136
|
<tr>
|
3194
3137
|
<td class="parameter_name"><p>error</p></td>
|
@@ -3206,7 +3149,6 @@ errors. Any of the errors in <a class="link" href="glib-Character-Set-Conversion
|
|
3206
3149
|
This value must be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>. If an error occurs,
|
3207
3150
|
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> will be returned and <em class="parameter"><code>error</code></em>
|
3208
3151
|
set.</p>
|
3209
|
-
<p></p>
|
3210
3152
|
</div>
|
3211
3153
|
</div>
|
3212
3154
|
<hr>
|
@@ -3222,7 +3164,7 @@ g_ucs4_to_utf16 (<em class="parameter"><code>const <a class="link" href="glib-Un
|
|
3222
3164
|
added to the result after the converted text.</p>
|
3223
3165
|
<div class="refsect3">
|
3224
3166
|
<a name="id-1.5.4.7.64.5"></a><h4>Parameters</h4>
|
3225
|
-
<div class="informaltable"><table width="100%" border="0">
|
3167
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3226
3168
|
<colgroup>
|
3227
3169
|
<col width="150px" class="parameters_name">
|
3228
3170
|
<col class="parameters_description">
|
@@ -3244,17 +3186,17 @@ If <em class="parameter"><code>len</code></em>
|
|
3244
3186
|
</tr>
|
3245
3187
|
<tr>
|
3246
3188
|
<td class="parameter_name"><p>items_read</p></td>
|
3247
|
-
<td class="parameter_description"><p> location to store number of
|
3248
|
-
or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. If an error occurs then the index of the invalid
|
3249
|
-
is stored here. </p></td>
|
3250
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3189
|
+
<td class="parameter_description"><p> location to store number of
|
3190
|
+
bytes read, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. If an error occurs then the index of the invalid
|
3191
|
+
input is stored here. </p></td>
|
3192
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3251
3193
|
</tr>
|
3252
3194
|
<tr>
|
3253
3195
|
<td class="parameter_name"><p>items_written</p></td>
|
3254
|
-
<td class="parameter_description"><p> location to store number
|
3255
|
-
written, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. The value stored here does not include
|
3256
|
-
trailing 0. </p></td>
|
3257
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3196
|
+
<td class="parameter_description"><p> location to store number
|
3197
|
+
of <a class="link" href="glib-Unicode-Manipulation.html#gunichar2" title="gunichar2"><span class="type">gunichar2</span></a> written, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. The value stored here does not include
|
3198
|
+
the trailing 0. </p></td>
|
3199
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3258
3200
|
</tr>
|
3259
3201
|
<tr>
|
3260
3202
|
<td class="parameter_name"><p>error</p></td>
|
@@ -3272,7 +3214,6 @@ errors. Any of the errors in <a class="link" href="glib-Character-Set-Conversion
|
|
3272
3214
|
This value must be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>. If an error occurs,
|
3273
3215
|
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> will be returned and <em class="parameter"><code>error</code></em>
|
3274
3216
|
set.</p>
|
3275
|
-
<p></p>
|
3276
3217
|
</div>
|
3277
3218
|
</div>
|
3278
3219
|
<hr>
|
@@ -3288,7 +3229,7 @@ g_ucs4_to_utf8 (<em class="parameter"><code>const <a class="link" href="glib-Uni
|
|
3288
3229
|
to UTF-8. The result will be terminated with a 0 byte.</p>
|
3289
3230
|
<div class="refsect3">
|
3290
3231
|
<a name="id-1.5.4.7.65.5"></a><h4>Parameters</h4>
|
3291
|
-
<div class="informaltable"><table width="100%" border="0">
|
3232
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3292
3233
|
<colgroup>
|
3293
3234
|
<col width="150px" class="parameters_name">
|
3294
3235
|
<col class="parameters_description">
|
@@ -3310,16 +3251,16 @@ If <em class="parameter"><code>len</code></em>
|
|
3310
3251
|
</tr>
|
3311
3252
|
<tr>
|
3312
3253
|
<td class="parameter_name"><p>items_read</p></td>
|
3313
|
-
<td class="parameter_description"><p> location to store number of
|
3314
|
-
read, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
3315
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3254
|
+
<td class="parameter_description"><p> location to store number of
|
3255
|
+
characters read, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
3256
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3316
3257
|
</tr>
|
3317
3258
|
<tr>
|
3318
3259
|
<td class="parameter_name"><p>items_written</p></td>
|
3319
|
-
<td class="parameter_description"><p> location to store number
|
3320
|
-
written or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. The value here stored does not include the
|
3260
|
+
<td class="parameter_description"><p> location to store number
|
3261
|
+
of bytes written or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. The value here stored does not include the
|
3321
3262
|
trailing 0 byte. </p></td>
|
3322
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3263
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3323
3264
|
</tr>
|
3324
3265
|
<tr>
|
3325
3266
|
<td class="parameter_name"><p>error</p></td>
|
@@ -3338,19 +3279,18 @@ This value must be freed with <a class="link" href="glib-Memory-Allocation.html#
|
|
3338
3279
|
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> will be returned and <em class="parameter"><code>error</code></em>
|
3339
3280
|
set. In that case, <em class="parameter"><code>items_read</code></em>
|
3340
3281
|
will be set to the position of the first invalid input character.</p>
|
3341
|
-
<p></p>
|
3342
3282
|
</div>
|
3343
3283
|
</div>
|
3344
3284
|
<hr>
|
3345
3285
|
<div class="refsect2">
|
3346
3286
|
<a name="g-unichar-to-utf8"></a><h3>g_unichar_to_utf8 ()</h3>
|
3347
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
3287
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
3348
3288
|
g_unichar_to_utf8 (<em class="parameter"><code><a class="link" href="glib-Unicode-Manipulation.html#gunichar" title="gunichar"><span class="type">gunichar</span></a> c</code></em>,
|
3349
3289
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *outbuf</code></em>);</pre>
|
3350
3290
|
<p>Converts a single character to UTF-8.</p>
|
3351
3291
|
<div class="refsect3">
|
3352
3292
|
<a name="id-1.5.4.7.66.5"></a><h4>Parameters</h4>
|
3353
|
-
<div class="informaltable"><table width="100%" border="0">
|
3293
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3354
3294
|
<colgroup>
|
3355
3295
|
<col width="150px" class="parameters_name">
|
3356
3296
|
<col class="parameters_description">
|
@@ -3364,11 +3304,11 @@ g_unichar_to_utf8 (<em class="parameter"><code><a class="link" href="glib-Unicod
|
|
3364
3304
|
</tr>
|
3365
3305
|
<tr>
|
3366
3306
|
<td class="parameter_name"><p>outbuf</p></td>
|
3367
|
-
<td class="parameter_description"><p>output buffer, must have at
|
3368
|
-
If <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, the length will be computed and
|
3369
|
-
and nothing will be written to <em class="parameter"><code>outbuf</code></em>
|
3370
|
-
|
3371
|
-
<td class="parameter_annotations">
|
3307
|
+
<td class="parameter_description"><p> output buffer, must have at
|
3308
|
+
least 6 bytes of space. If <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, the length will be computed and
|
3309
|
+
returned and nothing will be written to <em class="parameter"><code>outbuf</code></em>
|
3310
|
+
. </p></td>
|
3311
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3372
3312
|
</tr>
|
3373
3313
|
</tbody>
|
3374
3314
|
</table></div>
|
@@ -3376,7 +3316,6 @@ and nothing will be written to <em class="parameter"><code>outbuf</code></em>
|
|
3376
3316
|
<div class="refsect3">
|
3377
3317
|
<a name="id-1.5.4.7.66.6"></a><h4>Returns</h4>
|
3378
3318
|
<p> number of bytes written</p>
|
3379
|
-
<p></p>
|
3380
3319
|
</div>
|
3381
3320
|
</div>
|
3382
3321
|
</div>
|
@@ -3407,9 +3346,9 @@ To scan, use the format string "U+%06"G_GINT32_FORMAT"X".</p>
|
|
3407
3346
|
<td class="listing_lines" align="right"><pre>1
|
3408
3347
|
2
|
3409
3348
|
3</pre></td>
|
3410
|
-
<td class="listing_code"><pre class="programlisting"
|
3411
|
-
<span class="function">sscanf</span
|
3412
|
-
<span class="function"><a href="glib-Warnings-and-Assertions.html#g-print">g_print</a></span
|
3349
|
+
<td class="listing_code"><pre class="programlisting">gunichar c<span class="gtkdoc opt">;</span>
|
3350
|
+
<span class="function">sscanf</span> <span class="gtkdoc opt">(</span><span class="string">"U+0041"</span><span class="gtkdoc opt">,</span> <span class="string">"U+%06"</span>G_GINT32_FORMAT<span class="string">"X"</span><span class="gtkdoc opt">, &</span>c<span class="gtkdoc opt">)</span>
|
3351
|
+
<span class="function"><a href="glib-Warnings-and-Assertions.html#g-print">g_print</a></span> <span class="gtkdoc opt">(</span><span class="string">"Read U+%04"</span>G_GINT32_FORMAT<span class="string">"X"</span><span class="gtkdoc opt">,</span> c<span class="gtkdoc opt">);</span></pre></td>
|
3413
3352
|
</tr>
|
3414
3353
|
</tbody>
|
3415
3354
|
</table>
|
@@ -3441,7 +3380,7 @@ to/from UTF-8, using <a class="link" href="glib-Unicode-Manipulation.html#g-utf1
|
|
3441
3380
|
<p>The maximum length (in codepoints) of a compatibility or canonical
|
3442
3381
|
decomposition of a single Unicode character.</p>
|
3443
3382
|
<p>This is as defined by Unicode 6.1.</p>
|
3444
|
-
<p class="since">Since 2.32</p>
|
3383
|
+
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
|
3445
3384
|
</div>
|
3446
3385
|
<hr>
|
3447
3386
|
<div class="refsect2">
|
@@ -3451,7 +3390,7 @@ Unicode specification.
|
|
3451
3390
|
See <ulink url="http://www.unicode.org/Public/UNIDATA/UnicodeData.html">http://www.unicode.org/Public/UNIDATA/UnicodeData.html</ulink>.</p>
|
3452
3391
|
<div class="refsect3">
|
3453
3392
|
<a name="id-1.5.4.8.5.4"></a><h4>Members</h4>
|
3454
|
-
<div class="informaltable"><table width="100%" border="0">
|
3393
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3455
3394
|
<colgroup>
|
3456
3395
|
<col width="300px" class="enum_members_name">
|
3457
3396
|
<col class="enum_members_description">
|
@@ -3692,7 +3631,7 @@ to handle unknown values. They may be regarded as <a class="link" href="glib-Uni
|
|
3692
3631
|
<p>See <ulink url="http://www.unicode.org/unicode/reports/tr14/">http://www.unicode.org/unicode/reports/tr14/</ulink>.</p>
|
3693
3632
|
<div class="refsect3">
|
3694
3633
|
<a name="id-1.5.4.8.7.6"></a><h4>Members</h4>
|
3695
|
-
<div class="informaltable"><table width="100%" border="0">
|
3634
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3696
3635
|
<colgroup>
|
3697
3636
|
<col width="300px" class="enum_members_name">
|
3698
3637
|
<col class="enum_members_description">
|
@@ -3997,7 +3936,7 @@ url="http://www.unicode.org/reports/tr24/">Unicode Standard Annex
|
|
3997
3936
|
<span class="type">24</span>: Script names</ulink>.</p>
|
3998
3937
|
<div class="refsect3">
|
3999
3938
|
<a name="id-1.5.4.8.8.5"></a><h4>Members</h4>
|
4000
|
-
<div class="informaltable"><table width="100%" border="0">
|
3939
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4001
3940
|
<colgroup>
|
4002
3941
|
<col width="300px" class="enum_members_name">
|
4003
3942
|
<col class="enum_members_description">
|
@@ -4894,6 +4833,48 @@ url="http://www.unicode.org/reports/tr24/">Unicode Standard Annex
|
|
4894
4833
|
</td>
|
4895
4834
|
<td class="enum_member_annotations"> </td>
|
4896
4835
|
</tr>
|
4836
|
+
<tr>
|
4837
|
+
<td class="enum_member_name"><p><a name="G-UNICODE-SCRIPT-AHOM:CAPS"></a>G_UNICODE_SCRIPT_AHOM</p></td>
|
4838
|
+
<td class="enum_member_description">
|
4839
|
+
<p>Ahom. Since: 2.48</p>
|
4840
|
+
</td>
|
4841
|
+
<td class="enum_member_annotations"> </td>
|
4842
|
+
</tr>
|
4843
|
+
<tr>
|
4844
|
+
<td class="enum_member_name"><p><a name="G-UNICODE-SCRIPT-ANATOLIAN-HIEROGLYPHS:CAPS"></a>G_UNICODE_SCRIPT_ANATOLIAN_HIEROGLYPHS</p></td>
|
4845
|
+
<td class="enum_member_description">
|
4846
|
+
<p>Anatolian Hieroglyphs. Since: 2.48</p>
|
4847
|
+
</td>
|
4848
|
+
<td class="enum_member_annotations"> </td>
|
4849
|
+
</tr>
|
4850
|
+
<tr>
|
4851
|
+
<td class="enum_member_name"><p><a name="G-UNICODE-SCRIPT-HATRAN:CAPS"></a>G_UNICODE_SCRIPT_HATRAN</p></td>
|
4852
|
+
<td class="enum_member_description">
|
4853
|
+
<p>Hatran. Since: 2.48</p>
|
4854
|
+
</td>
|
4855
|
+
<td class="enum_member_annotations"> </td>
|
4856
|
+
</tr>
|
4857
|
+
<tr>
|
4858
|
+
<td class="enum_member_name"><p><a name="G-UNICODE-SCRIPT-MULTANI:CAPS"></a>G_UNICODE_SCRIPT_MULTANI</p></td>
|
4859
|
+
<td class="enum_member_description">
|
4860
|
+
<p>Multani. Since: 2.48</p>
|
4861
|
+
</td>
|
4862
|
+
<td class="enum_member_annotations"> </td>
|
4863
|
+
</tr>
|
4864
|
+
<tr>
|
4865
|
+
<td class="enum_member_name"><p><a name="G-UNICODE-SCRIPT-OLD-HUNGARIAN:CAPS"></a>G_UNICODE_SCRIPT_OLD_HUNGARIAN</p></td>
|
4866
|
+
<td class="enum_member_description">
|
4867
|
+
<p>Old Hungarian. Since: 2.48</p>
|
4868
|
+
</td>
|
4869
|
+
<td class="enum_member_annotations"> </td>
|
4870
|
+
</tr>
|
4871
|
+
<tr>
|
4872
|
+
<td class="enum_member_name"><p><a name="G-UNICODE-SCRIPT-SIGNWRITING:CAPS"></a>G_UNICODE_SCRIPT_SIGNWRITING</p></td>
|
4873
|
+
<td class="enum_member_description">
|
4874
|
+
<p>Signwriting. Since: 2.48</p>
|
4875
|
+
</td>
|
4876
|
+
<td class="enum_member_annotations"> </td>
|
4877
|
+
</tr>
|
4897
4878
|
</tbody>
|
4898
4879
|
</table></div>
|
4899
4880
|
</div>
|
@@ -4908,7 +4889,7 @@ accent or as a single precomposed character. Unicode strings
|
|
4908
4889
|
should generally be normalized before comparing them.</p>
|
4909
4890
|
<div class="refsect3">
|
4910
4891
|
<a name="id-1.5.4.8.9.4"></a><h4>Members</h4>
|
4911
|
-
<div class="informaltable"><table width="100%" border="0">
|
4892
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4912
4893
|
<colgroup>
|
4913
4894
|
<col width="300px" class="enum_members_name">
|
4914
4895
|
<col class="enum_members_description">
|
@@ -4989,7 +4970,6 @@ should generally be normalized before comparing them.</p>
|
|
4989
4970
|
</div>
|
4990
4971
|
</div>
|
4991
4972
|
<div class="footer">
|
4992
|
-
<hr>
|
4993
|
-
Generated by GTK-Doc V1.21.1</div>
|
4973
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
4994
4974
|
</body>
|
4995
4975
|
</html>
|