glib2 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +24 -12
- data/ext/glib2/extconf.rb +1 -0
- data/ext/glib2/glib2.def +4 -0
- data/ext/glib2/rbglib-variant.c +163 -12
- data/ext/glib2/rbglib.c +31 -8
- data/ext/glib2/rbglib.h +15 -1
- data/ext/glib2/rbglib2conversions.h +3 -0
- data/ext/glib2/rbglib_iochannel.c +0 -3
- data/ext/glib2/rbglib_iochannel_win32_socket.c +0 -1
- data/ext/glib2/rbglib_matchinfo.c +179 -0
- data/ext/glib2/rbglib_regex.c +484 -0
- data/ext/glib2/rbgobj_value.c +7 -1
- data/ext/glib2/rbgprivate.h +2 -0
- data/ext/glib2/rbgutil.c +7 -0
- data/ext/glib2/rbgutil.h +2 -0
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/glib2/regex.rb +29 -0
- data/lib/glib2.rb +2 -1
- data/lib/gnome2/rake/external-package.rb +6 -1
- data/lib/gnome2/rake/package-task.rb +1 -1
- data/lib/gnome2/rake/package.rb +9 -0
- data/lib/gnome2/rake/windows-binary-build-task.rb +35 -11
- data/lib/mkmf-gnome2.rb +3 -1
- data/test/test-match-info.rb +113 -0
- data/test/test-regex.rb +320 -0
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gettext.sh +1 -1
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/glib-compile-resources.exe +0 -0
- data/vendor/local/bin/glib-compile-schemas.exe +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +1 -1
- data/vendor/local/bin/glib-mkenums +2 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/iconv.exe +0 -0
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.def +993 -984
- data/vendor/local/bin/libgnutls-30.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-4-2.dll +0 -0
- data/vendor/local/bin/libiconv-2.dll +0 -0
- data/vendor/local/bin/libidn-11.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/{libnettle-6-1.dll → libnettle-6-2.dll} +0 -0
- data/vendor/local/bin/libp11-kit-0.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libtasn1-6.dll +0 -0
- data/vendor/local/bin/nettle-hash.exe +0 -0
- data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
- data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
- data/vendor/local/bin/ngettext.exe +0 -0
- data/vendor/local/bin/p11-kit.exe +0 -0
- data/vendor/local/bin/pcre-config +133 -0
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/trust.exe +0 -0
- data/vendor/local/include/glib-2.0/gio/gdatagrambased.h +144 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +9 -1
- data/vendor/local/include/glib-2.0/gio/gdtlsclientconnection.h +75 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsconnection.h +191 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsserverconnection.h +69 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gio-autocleanups.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +69 -13
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +2 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +77 -0
- data/vendor/local/include/glib-2.0/gio/gliststore.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +25 -25
- data/vendor/local/include/glib-2.0/gio/gsocket.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +4 -1
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +7 -0
- data/vendor/local/include/glib-2.0/glib/gasyncqueue.h +13 -0
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +2 -0
- data/vendor/local/include/glib-2.0/glib/glib-autocleanups.h +12 -4
- data/vendor/local/include/glib-2.0/glib/gmacros.h +46 -10
- data/vendor/local/include/glib-2.0/glib/gmain.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gmem.h +7 -5
- data/vendor/local/include/glib-2.0/glib/gmessages.h +8 -8
- data/vendor/local/include/glib-2.0/glib/gnode.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gpoll.h +2 -9
- data/vendor/local/include/glib-2.0/glib/gsequence.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +15 -2
- data/vendor/local/include/glib-2.0/glib/gthreadpool.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gtrashstack.h +10 -57
- data/vendor/local/include/glib-2.0/glib/gtypes.h +61 -6
- data/vendor/local/include/glib-2.0/glib/gunicode.h +15 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +36 -57
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +59 -10
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +3 -3
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +2 -1
- data/vendor/local/include/glib-2.0/gobject/glib-types.h +0 -7
- data/vendor/local/include/glib-2.0/gobject/gobject-autocleanups.h +0 -1
- data/vendor/local/include/glib-2.0/gobject/gobject.h +8 -4
- data/vendor/local/include/glib-2.0/gobject/gparam.h +5 -2
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +3 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +47 -26
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -0
- data/vendor/local/include/gmp.h +56 -24
- data/vendor/local/include/gnutls/gnutls.h +79 -39
- data/vendor/local/include/gnutls/pkcs11.h +6 -0
- data/vendor/local/include/gnutls/pkcs7.h +17 -4
- data/vendor/local/include/gnutls/x509.h +8 -0
- data/vendor/local/include/libintl.h +1 -1
- data/vendor/local/include/libtasn1.h +1 -1
- data/vendor/local/include/nettle/rsa.h +72 -0
- data/vendor/local/include/nettle/sha3.h +4 -0
- data/vendor/local/include/nettle/version.h +8 -1
- data/vendor/local/include/p11-kit-1/p11-kit/p11-kit.h +1 -0
- data/vendor/local/include/pcre.h +677 -0
- data/vendor/local/include/pcre_scanner.h +172 -0
- data/vendor/local/include/pcre_stringpiece.h +180 -0
- data/vendor/local/include/pcrecpp.h +710 -0
- data/vendor/local/include/pcrecpparg.h +174 -0
- data/vendor/local/include/pcreposix.h +146 -0
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.la +3 -3
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +4 -16
- data/vendor/local/lib/libasprintf.a +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libcharset.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libffi.a +0 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +5 -5
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +5 -5
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +5 -5
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +4 -4
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +3 -3
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +5 -5
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +5 -5
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libiconv.dll.a +0 -0
- data/vendor/local/lib/libidn.a +0 -0
- data/vendor/local/lib/libidn.dll.a +0 -0
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libintl.la +1 -1
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +41 -0
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +41 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +41 -0
- data/vendor/local/lib/libtasn1.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/libtasn1.la +1 -1
- data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gnutls.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/hogweed.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcre.pc +13 -0
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +12 -0
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +13 -0
- data/vendor/local/lib/pkgconfig/libtasn1.pc +1 -1
- data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
- data/vendor/local/lib/pkgconfig/p11-kit-1.pc +1 -1
- data/vendor/local/share/aclocal/glib-gettext.m4 +3 -2
- data/vendor/local/share/doc/pcre/AUTHORS +45 -0
- data/vendor/local/share/doc/pcre/COPYING +5 -0
- data/vendor/local/share/doc/pcre/ChangeLog +5918 -0
- data/vendor/local/share/doc/pcre/LICENCE +93 -0
- data/vendor/local/share/doc/pcre/NEWS +716 -0
- data/vendor/local/share/doc/pcre/README +1002 -0
- data/vendor/local/share/doc/pcre/html/NON-AUTOTOOLS-BUILD.txt +772 -0
- data/vendor/local/share/doc/pcre/html/README.txt +1002 -0
- data/vendor/local/share/doc/pcre/html/index.html +185 -0
- data/vendor/local/share/doc/pcre/html/pcre-config.html +109 -0
- data/vendor/local/share/doc/pcre/html/pcre.html +224 -0
- data/vendor/local/share/doc/pcre/html/pcre16.html +384 -0
- data/vendor/local/share/doc/pcre/html/pcre32.html +382 -0
- data/vendor/local/share/doc/pcre/html/pcre_assign_jit_stack.html +76 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile2.html +115 -0
- data/vendor/local/share/doc/pcre/html/pcre_config.html +94 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_named_substring.html +65 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_substring.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_dfa_exec.html +129 -0
- data/vendor/local/share/doc/pcre/html/pcre_exec.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_study.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring_list.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_fullinfo.html +118 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_named_substring.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringnumber.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringtable_entries.html +60 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring.html +64 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring_list.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_exec.html +108 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_alloc.html +55 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_free.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_maketables.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_pattern_to_host_byte_order.html +58 -0
- data/vendor/local/share/doc/pcre/html/pcre_refcount.html +51 -0
- data/vendor/local/share/doc/pcre/html/pcre_study.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf16_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf32_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_version.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcreapi.html +2922 -0
- data/vendor/local/share/doc/pcre/html/pcrebuild.html +534 -0
- data/vendor/local/share/doc/pcre/html/pcrecallout.html +286 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +235 -0
- data/vendor/local/share/doc/pcre/html/pcrecpp.html +368 -0
- data/vendor/local/share/doc/pcre/html/pcredemo.html +426 -0
- data/vendor/local/share/doc/pcre/html/pcregrep.html +759 -0
- data/vendor/local/share/doc/pcre/html/pcrejit.html +452 -0
- data/vendor/local/share/doc/pcre/html/pcrelimits.html +90 -0
- data/vendor/local/share/doc/pcre/html/pcrematching.html +242 -0
- data/vendor/local/share/doc/pcre/html/pcrepartial.html +509 -0
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +3273 -0
- data/vendor/local/share/doc/pcre/html/pcreperform.html +195 -0
- data/vendor/local/share/doc/pcre/html/pcreposix.html +290 -0
- data/vendor/local/share/doc/pcre/html/pcreprecompile.html +163 -0
- data/vendor/local/share/doc/pcre/html/pcresample.html +110 -0
- data/vendor/local/share/doc/pcre/html/pcrestack.html +225 -0
- data/vendor/local/share/doc/pcre/html/pcresyntax.html +561 -0
- data/vendor/local/share/doc/pcre/html/pcretest.html +1158 -0
- data/vendor/local/share/doc/pcre/html/pcreunicode.html +262 -0
- data/vendor/local/share/doc/pcre/pcre-config.txt +86 -0
- data/vendor/local/share/doc/pcre/pcre.txt +10455 -0
- data/vendor/local/share/doc/pcre/pcregrep.txt +741 -0
- data/vendor/local/share/doc/pcre/pcretest.txt +1087 -0
- data/vendor/local/share/gdb/auto-load/{libglib-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/{libgobject-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gettext/ABOUT-NLS +382 -413
- data/vendor/local/share/gettext/its/gschema.its +25 -0
- data/vendor/local/share/gettext/its/gschema.loc +10 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.py +22 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/glib.py +4 -0
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +58 -64
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +75 -80
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +50 -51
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +72 -97
- data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +7 -8
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +174 -160
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +127 -132
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +90 -92
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +43 -46
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +17 -26
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +12 -17
- data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +45 -52
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +14 -18
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +20 -21
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +41 -48
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +34 -40
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +337 -258
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +23 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +44 -50
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +143 -158
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +59 -54
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +19 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +25 -27
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +48 -52
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +34 -31
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +25 -28
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +105 -122
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +32 -39
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +40 -51
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +17 -28
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +766 -0
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +56 -75
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +468 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +1521 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +208 -0
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +16 -19
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +16 -17
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +204 -240
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +13 -15
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +128 -145
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +75 -36
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +10 -13
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +41 -43
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +56 -44
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +20 -23
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +103 -118
- data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +39 -47
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +32 -44
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GListStore.html +80 -35
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +11 -15
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +138 -145
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +84 -94
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +54 -66
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +34 -42
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +26 -28
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +97 -39
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +18 -23
- data/vendor/local/share/gtk-doc/html/gio/GNotification.html +49 -47
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +39 -56
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +33 -20
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +30 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -51
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +46 -47
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +79 -74
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +12 -18
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +325 -200
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +46 -49
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +21 -23
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +258 -162
- data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +7 -9
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +470 -281
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +27 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +76 -85
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +118 -72
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +28 -33
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +26 -30
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +180 -62
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +51 -28
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +25 -31
- data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +63 -75
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +49 -54
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +406 -404
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +36 -38
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +30 -31
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +11 -14
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +172 -46
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +96 -37
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +64 -66
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +256 -63
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +150 -49
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +46 -51
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +21 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +21 -26
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +43 -47
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +26 -27
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +21 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +11 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +211 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +283 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +107 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +459 -8
- data/vendor/local/share/gtk-doc/html/gio/application.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/async.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +29 -172
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +187 -27
- data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +15 -34
- data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +16 -137
- data/vendor/local/share/gtk-doc/html/gio/ch34.html +26 -87
- data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +37 -121
- data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +132 -176
- data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +19 -71
- data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +24 -908
- data/vendor/local/share/gtk-doc/html/gio/{ch33s06.html → ch34s06.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch33s07.html → ch34s07.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +94 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +141 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +201 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/data-models.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/extending.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +11 -12
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +199 -200
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +89 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +77 -87
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +19 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +43 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +47 -52
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +20 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +21 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +9 -12
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +147 -114
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +12 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +13 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +2066 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +29 -32
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +16 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +54 -75
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +27 -30
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +11 -8
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +194 -140
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +6 -7
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -6
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/index.html +41 -45
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +204 -137
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +22 -44
- data/vendor/local/share/gtk-doc/html/gio/networking.html +6 -4
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +20 -5
- data/vendor/local/share/gtk-doc/html/gio/registry.html +32 -0
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/settings.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/tls.html +12 -4
- data/vendor/local/share/gtk-doc/html/gio/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/utils.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +16 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +7 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +12 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +46 -8
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +80 -9
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +68 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +254 -84
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +130 -144
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +19 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +33 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +22 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +89 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +384 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +100 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +83 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +14 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +49 -64
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +141 -156
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +32 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +24 -31
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +28 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +108 -141
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +98 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +89 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +93 -125
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +50 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +189 -171
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +99 -134
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +172 -217
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +32 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +430 -451
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +53 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +12 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +167 -192
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +58 -78
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +14 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +70 -79
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +68 -102
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +166 -183
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +33 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +80 -92
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +101 -119
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +102 -75
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +133 -60
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +192 -162
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +107 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +69 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +12 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +199 -230
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +54 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +15 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +24 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +29 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +187 -173
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +13 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +104 -117
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +62 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +26 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +15 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +13 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +210 -261
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +95 -101
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +306 -268
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +373 -369
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +79 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +316 -319
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +12 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +44 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +20 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +44 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +21 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +200 -220
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +51 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +25 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +6 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +4 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +14 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +44 -59
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +149 -149
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +11 -12
- data/vendor/local/share/gtk-doc/html/glib/index.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +36 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +53 -57
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +72 -77
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +14 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +34 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +22 -17
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +85 -135
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +80 -144
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +59 -75
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +20 -21
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +68 -89
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +227 -218
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +48 -57
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +125 -96
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +78 -90
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +143 -138
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +226 -285
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +306 -289
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +450 -448
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +22 -23
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +11 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +32 -91
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +134 -133
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +4 -8
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +89 -98
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +119 -112
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +199 -183
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +30 -30
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +32 -33
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +80 -32
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +73 -53
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +52 -50
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +255 -133
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +147 -111
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +65 -122
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +93 -79
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +80 -54
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +82 -87
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +126 -62
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +61 -54
- data/vendor/local/share/gtk-doc/html/gobject/index.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +4 -2
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +98 -198
- data/vendor/local/share/gtk-doc/html/gobject/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/gtk-doc.css +9 -6
- data/vendor/local/share/gtk-doc/html/p11-kit/index.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/index.sgml +22 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +3 -13
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +3 -15
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +3 -18
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +3 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +22 -1
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +7 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +3 -4
- data/vendor/local/share/info/gmp.info +153 -158
- data/vendor/local/share/info/gmp.info-1 +131 -178
- data/vendor/local/share/info/gmp.info-2 +250 -193
- data/vendor/local/share/info/libtasn1.info +2 -2
- data/vendor/local/share/license/gmp/AUTHORS +1 -1
- data/vendor/local/share/license/pcre/AUTHORS +45 -0
- data/vendor/local/share/license/pcre/COPYING +5 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/asn1Coding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Decoding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Parser.1 +1 -1
- data/vendor/local/share/man/man1/envsubst.1 +1 -1
- data/vendor/local/share/man/man1/gapplication.1 +2 -2
- data/vendor/local/share/man/man1/gdbus-codegen.1 +23 -22
- data/vendor/local/share/man/man1/gdbus.1 +2 -2
- data/vendor/local/share/man/man1/gettext.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-resources.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +7 -2
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-gettextize.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/share/man/man1/gresource.1 +2 -2
- data/vendor/local/share/man/man1/gsettings.1 +2 -2
- data/vendor/local/share/man/man1/gtester-report.1 +2 -2
- data/vendor/local/share/man/man1/gtester.1 +2 -2
- data/vendor/local/share/man/man1/ngettext.1 +1 -1
- data/vendor/local/share/man/man1/pcre-config.1 +92 -0
- data/vendor/local/share/man/man1/pcregrep.1 +683 -0
- data/vendor/local/share/man/man1/pcretest.1 +1156 -0
- data/vendor/local/share/man/man3/asn1_array2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_check_version.3 +1 -1
- data/vendor/local/share/man/man3/asn1_copy_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_create_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_coding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_startEnd.3 +1 -1
- data/vendor/local/share/man/man3/asn1_dup_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_encode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_any_defined_by.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_octet_string.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_structure_from_oid.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_object_id_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_tag_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_number_of_elements.3 +1 -1
- data/vendor/local/share/man/man3/asn1_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2array.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_perror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_print_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_node_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_tag.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value_type.3 +1 -1
- data/vendor/local/share/man/man3/asn1_strerror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_write_value.3 +1 -1
- data/vendor/local/share/man/man3/bind_textdomain_codeset.3 +1 -1
- data/vendor/local/share/man/man3/bindtextdomain.3 +1 -1
- data/vendor/local/share/man/man3/gettext.3 +1 -1
- data/vendor/local/share/man/man3/ngettext.3 +1 -1
- data/vendor/local/share/man/man3/pcre.3 +230 -0
- data/vendor/local/share/man/man3/pcre16.3 +371 -0
- data/vendor/local/share/man/man3/pcre16_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre16_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre16_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre16_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre16_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre16_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre16_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre16_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre16_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre16_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre16_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre16_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre16_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre16_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre16_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre32.3 +369 -0
- data/vendor/local/share/man/man3/pcre32_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre32_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre32_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre32_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre32_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre32_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre32_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre32_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre32_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre32_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre32_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre32_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre32_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre32_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre32_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_version.3 +31 -0
- data/vendor/local/share/man/man3/pcreapi.3 +2919 -0
- data/vendor/local/share/man/man3/pcrebuild.3 +550 -0
- data/vendor/local/share/man/man3/pcrecallout.3 +255 -0
- data/vendor/local/share/man/man3/pcrecompat.3 +200 -0
- data/vendor/local/share/man/man3/pcrecpp.3 +348 -0
- data/vendor/local/share/man/man3/pcredemo.3 +424 -0
- data/vendor/local/share/man/man3/pcrejit.3 +431 -0
- data/vendor/local/share/man/man3/pcrelimits.3 +71 -0
- data/vendor/local/share/man/man3/pcrematching.3 +214 -0
- data/vendor/local/share/man/man3/pcrepartial.3 +476 -0
- data/vendor/local/share/man/man3/pcrepattern.3 +3301 -0
- data/vendor/local/share/man/man3/pcreperform.3 +177 -0
- data/vendor/local/share/man/man3/pcreposix.3 +267 -0
- data/vendor/local/share/man/man3/pcreprecompile.3 +155 -0
- data/vendor/local/share/man/man3/pcresample.3 +99 -0
- data/vendor/local/share/man/man3/pcrestack.3 +215 -0
- data/vendor/local/share/man/man3/pcresyntax.3 +540 -0
- data/vendor/local/share/man/man3/pcreunicode.3 +249 -0
- data/vendor/local/share/man/man3/textdomain.3 +1 -1
- metadata +233 -22
- data/lib/2.0/glib2.so +0 -0
- data/lib/2.1/glib2.so +0 -0
- data/vendor/local/bin/libhogweed-4-1.dll +0 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +0 -1537
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +0 -679
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +0 -572
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +0 -561
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +0 -39
- data/vendor/local/share/gtk-doc/html/gio/ch33s04.html +0 -46
- data/vendor/local/share/gtk-doc/html/gio/ch33s05.html +0 -48
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +0 -161
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +0 -51
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Date and Time Functions: 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-I18N.html" title="Internationalization">
|
10
10
|
<link rel="next" href="glib-GTimeZone.html" title="GTimeZone">
|
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">
|
@@ -33,7 +33,7 @@
|
|
33
33
|
</tr></table></div>
|
34
34
|
<div class="refsect1">
|
35
35
|
<a name="glib-Date-and-Time-Functions.functions"></a><h2>Functions</h2>
|
36
|
-
<div class="informaltable"><table width="100%" border="0">
|
36
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
37
37
|
<colgroup>
|
38
38
|
<col width="150px" class="functions_return">
|
39
39
|
<col class="functions_name">
|
@@ -257,7 +257,7 @@
|
|
257
257
|
</tr>
|
258
258
|
<tr>
|
259
259
|
<td class="function_type">
|
260
|
-
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
260
|
+
<a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
261
261
|
</td>
|
262
262
|
<td class="function_name">
|
263
263
|
<a class="link" href="glib-Date-and-Time-Functions.html#g-date-days-between" title="g_date_days_between ()">g_date_days_between</a> <span class="c_punctuation">()</span>
|
@@ -265,7 +265,7 @@
|
|
265
265
|
</tr>
|
266
266
|
<tr>
|
267
267
|
<td class="function_type">
|
268
|
-
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
268
|
+
<a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
269
269
|
</td>
|
270
270
|
<td class="function_name">
|
271
271
|
<a class="link" href="glib-Date-and-Time-Functions.html#g-date-compare" title="g_date_compare ()">g_date_compare</a> <span class="c_punctuation">()</span>
|
@@ -329,7 +329,7 @@
|
|
329
329
|
</tr>
|
330
330
|
<tr>
|
331
331
|
<td class="function_type">
|
332
|
-
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
332
|
+
<a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
333
333
|
</td>
|
334
334
|
<td class="function_name">
|
335
335
|
<a class="link" href="glib-Date-and-Time-Functions.html#g-date-get-day-of-year" title="g_date_get_day_of_year ()">g_date_get_day_of_year</a> <span class="c_punctuation">()</span>
|
@@ -369,7 +369,7 @@
|
|
369
369
|
</tr>
|
370
370
|
<tr>
|
371
371
|
<td class="function_type">
|
372
|
-
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
372
|
+
<a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
373
373
|
</td>
|
374
374
|
<td class="function_name">
|
375
375
|
<a class="link" href="glib-Date-and-Time-Functions.html#g-date-get-monday-week-of-year" title="g_date_get_monday_week_of_year ()">g_date_get_monday_week_of_year</a> <span class="c_punctuation">()</span>
|
@@ -385,7 +385,7 @@
|
|
385
385
|
</tr>
|
386
386
|
<tr>
|
387
387
|
<td class="function_type">
|
388
|
-
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
388
|
+
<a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
389
389
|
</td>
|
390
390
|
<td class="function_name">
|
391
391
|
<a class="link" href="glib-Date-and-Time-Functions.html#g-date-get-sunday-week-of-year" title="g_date_get_sunday_week_of_year ()">g_date_get_sunday_week_of_year</a> <span class="c_punctuation">()</span>
|
@@ -401,7 +401,7 @@
|
|
401
401
|
</tr>
|
402
402
|
<tr>
|
403
403
|
<td class="function_type">
|
404
|
-
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
404
|
+
<a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
405
405
|
</td>
|
406
406
|
<td class="function_name">
|
407
407
|
<a class="link" href="glib-Date-and-Time-Functions.html#g-date-get-iso8601-week-of-year" title="g_date_get_iso8601_week_of_year ()">g_date_get_iso8601_week_of_year</a> <span class="c_punctuation">()</span>
|
@@ -484,7 +484,7 @@
|
|
484
484
|
</div>
|
485
485
|
<div class="refsect1">
|
486
486
|
<a name="glib-Date-and-Time-Functions.other"></a><h2>Types and Values</h2>
|
487
|
-
<div class="informaltable"><table width="100%" border="0">
|
487
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
488
488
|
<colgroup>
|
489
489
|
<col width="150px" class="name">
|
490
490
|
<col class="description">
|
@@ -594,7 +594,7 @@ g_get_current_time (<em class="parameter"><code><a class="link" href="glib-Date-
|
|
594
594
|
<p>You may find <a class="link" href="glib-Date-and-Time-Functions.html#g-get-real-time" title="g_get_real_time ()"><code class="function">g_get_real_time()</code></a> to be more convenient.</p>
|
595
595
|
<div class="refsect3">
|
596
596
|
<a name="id-1.5.9.7.2.6"></a><h4>Parameters</h4>
|
597
|
-
<div class="informaltable"><table width="100%" border="0">
|
597
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
598
598
|
<colgroup>
|
599
599
|
<col width="150px" class="parameters_name">
|
600
600
|
<col class="parameters_description">
|
@@ -620,7 +620,7 @@ depending on hardware and operating system; don't rely on the exact
|
|
620
620
|
length of the sleep.</p>
|
621
621
|
<div class="refsect3">
|
622
622
|
<a name="id-1.5.9.7.3.6"></a><h4>Parameters</h4>
|
623
|
-
<div class="informaltable"><table width="100%" border="0">
|
623
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
624
624
|
<colgroup>
|
625
625
|
<col width="150px" class="parameters_name">
|
626
626
|
<col class="parameters_description">
|
@@ -647,7 +647,7 @@ also be negative to decrease the value of <em class="parameter"><code>time_</cod
|
|
647
647
|
.</p>
|
648
648
|
<div class="refsect3">
|
649
649
|
<a name="id-1.5.9.7.4.5"></a><h4>Parameters</h4>
|
650
|
-
<div class="informaltable"><table width="100%" border="0">
|
650
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
651
651
|
<colgroup>
|
652
652
|
<col width="150px" class="parameters_name">
|
653
653
|
<col class="parameters_description">
|
@@ -685,7 +685,7 @@ zone indicator. (In the absence of any time zone indication, the
|
|
685
685
|
timestamp is assumed to be in local time.)</p>
|
686
686
|
<div class="refsect3">
|
687
687
|
<a name="id-1.5.9.7.5.6"></a><h4>Parameters</h4>
|
688
|
-
<div class="informaltable"><table width="100%" border="0">
|
688
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
689
689
|
<colgroup>
|
690
690
|
<col width="150px" class="parameters_name">
|
691
691
|
<col class="parameters_description">
|
@@ -708,9 +708,8 @@ timestamp is assumed to be in local time.)</p>
|
|
708
708
|
<div class="refsect3">
|
709
709
|
<a name="id-1.5.9.7.5.7"></a><h4>Returns</h4>
|
710
710
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the conversion was successful.</p>
|
711
|
-
<p></p>
|
712
711
|
</div>
|
713
|
-
<p class="since">Since 2.12</p>
|
712
|
+
<p class="since">Since: <a class="link" href="api-index-2-12.html#api-index-2.12">2.12</a></p>
|
714
713
|
</div>
|
715
714
|
<hr>
|
716
715
|
<div class="refsect2">
|
@@ -738,7 +737,7 @@ Both of these documents are profiles of ISO 8601.</p>
|
|
738
737
|
variation of ISO 8601 format is required.</p>
|
739
738
|
<div class="refsect3">
|
740
739
|
<a name="id-1.5.9.7.6.8"></a><h4>Parameters</h4>
|
741
|
-
<div class="informaltable"><table width="100%" border="0">
|
740
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
742
741
|
<colgroup>
|
743
742
|
<col width="150px" class="parameters_name">
|
744
743
|
<col class="parameters_description">
|
@@ -754,9 +753,8 @@ variation of ISO 8601 format is required.</p>
|
|
754
753
|
<div class="refsect3">
|
755
754
|
<a name="id-1.5.9.7.6.9"></a><h4>Returns</h4>
|
756
755
|
<p> a newly allocated string containing an ISO 8601 date</p>
|
757
|
-
<p></p>
|
758
756
|
</div>
|
759
|
-
<p class="since">Since 2.12</p>
|
757
|
+
<p class="since">Since: <a class="link" href="api-index-2-12.html#api-index-2.12">2.12</a></p>
|
760
758
|
</div>
|
761
759
|
<hr>
|
762
760
|
<div class="refsect2">
|
@@ -774,9 +772,8 @@ may not always be possible to do this.</p>
|
|
774
772
|
<div class="refsect3">
|
775
773
|
<a name="id-1.5.9.7.7.7"></a><h4>Returns</h4>
|
776
774
|
<p> the monotonic time, in microseconds</p>
|
777
|
-
<p></p>
|
778
775
|
</div>
|
779
|
-
<p class="since">Since 2.28</p>
|
776
|
+
<p class="since">Since: <a class="link" href="api-index-2-28.html#api-index-2.28">2.28</a></p>
|
780
777
|
</div>
|
781
778
|
<hr>
|
782
779
|
<div class="refsect2">
|
@@ -793,9 +790,8 @@ measuring intervals.</p>
|
|
793
790
|
<div class="refsect3">
|
794
791
|
<a name="id-1.5.9.7.8.7"></a><h4>Returns</h4>
|
795
792
|
<p> the number of microseconds since January 1, 1970 UTC.</p>
|
796
|
-
<p></p>
|
797
793
|
</div>
|
798
|
-
<p class="since">Since 2.28</p>
|
794
|
+
<p class="since">Since: <a class="link" href="api-index-2-28.html#api-index-2.28">2.28</a></p>
|
799
795
|
</div>
|
800
796
|
<hr>
|
801
797
|
<div class="refsect2">
|
@@ -809,7 +805,6 @@ represent an existing day). Free the return value with <a class="link" href="gli
|
|
809
805
|
<div class="refsect3">
|
810
806
|
<a name="id-1.5.9.7.9.5"></a><h4>Returns</h4>
|
811
807
|
<p> a newly-allocated <a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a></p>
|
812
|
-
<p></p>
|
813
808
|
</div>
|
814
809
|
</div>
|
815
810
|
<hr>
|
@@ -824,7 +819,7 @@ day-month-year triplet you pass in represents an existing day, the
|
|
824
819
|
returned date will be valid.</p>
|
825
820
|
<div class="refsect3">
|
826
821
|
<a name="id-1.5.9.7.10.5"></a><h4>Parameters</h4>
|
827
|
-
<div class="informaltable"><table width="100%" border="0">
|
822
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
828
823
|
<colgroup>
|
829
824
|
<col width="150px" class="parameters_name">
|
830
825
|
<col class="parameters_description">
|
@@ -855,7 +850,6 @@ returned date will be valid.</p>
|
|
855
850
|
, <em class="parameter"><code>month</code></em>
|
856
851
|
, and <em class="parameter"><code>year</code></em>
|
857
852
|
</p>
|
858
|
-
<p></p>
|
859
853
|
</div>
|
860
854
|
</div>
|
861
855
|
<hr>
|
@@ -868,7 +862,7 @@ Julian day number you pass in is valid (greater than 0, less than an
|
|
868
862
|
unreasonably large number), the returned date will be valid.</p>
|
869
863
|
<div class="refsect3">
|
870
864
|
<a name="id-1.5.9.7.11.5"></a><h4>Parameters</h4>
|
871
|
-
<div class="informaltable"><table width="100%" border="0">
|
865
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
872
866
|
<colgroup>
|
873
867
|
<col width="150px" class="parameters_name">
|
874
868
|
<col class="parameters_description">
|
@@ -885,7 +879,6 @@ unreasonably large number), the returned date will be valid.</p>
|
|
885
879
|
<a name="id-1.5.9.7.11.6"></a><h4>Returns</h4>
|
886
880
|
<p> a newly-allocated <a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> initialized with <em class="parameter"><code>julian_day</code></em>
|
887
881
|
</p>
|
888
|
-
<p></p>
|
889
882
|
</div>
|
890
883
|
</div>
|
891
884
|
<hr>
|
@@ -893,14 +886,14 @@ unreasonably large number), the returned date will be valid.</p>
|
|
893
886
|
<a name="g-date-clear"></a><h3>g_date_clear ()</h3>
|
894
887
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
895
888
|
g_date_clear (<em class="parameter"><code><a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> *date</code></em>,
|
896
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> n_dates</code></em>);</pre>
|
889
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> n_dates</code></em>);</pre>
|
897
890
|
<p>Initializes one or more <a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> structs to a sane but invalid
|
898
891
|
state. The cleared dates will not represent an existing date, but will
|
899
892
|
not contain garbage. Useful to init a date declared on the stack.
|
900
893
|
Validity can be tested with <a class="link" href="glib-Date-and-Time-Functions.html#g-date-valid" title="g_date_valid ()"><code class="function">g_date_valid()</code></a>.</p>
|
901
894
|
<div class="refsect3">
|
902
895
|
<a name="id-1.5.9.7.12.5"></a><h4>Parameters</h4>
|
903
|
-
<div class="informaltable"><table width="100%" border="0">
|
896
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
904
897
|
<colgroup>
|
905
898
|
<col width="150px" class="parameters_name">
|
906
899
|
<col class="parameters_description">
|
@@ -929,7 +922,7 @@ g_date_free (<em class="parameter"><code><a class="link" href="glib-Date-and-Tim
|
|
929
922
|
<p>Frees a <a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> returned from <a class="link" href="glib-Date-and-Time-Functions.html#g-date-new" title="g_date_new ()"><code class="function">g_date_new()</code></a>.</p>
|
930
923
|
<div class="refsect3">
|
931
924
|
<a name="id-1.5.9.7.13.5"></a><h4>Parameters</h4>
|
932
|
-
<div class="informaltable"><table width="100%" border="0">
|
925
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
933
926
|
<colgroup>
|
934
927
|
<col width="150px" class="parameters_name">
|
935
928
|
<col class="parameters_description">
|
@@ -953,7 +946,7 @@ g_date_set_day (<em class="parameter"><code><a class="link" href="glib-Date-and-
|
|
953
946
|
day-month-year triplet is invalid, the date will be invalid.</p>
|
954
947
|
<div class="refsect3">
|
955
948
|
<a name="id-1.5.9.7.14.5"></a><h4>Parameters</h4>
|
956
|
-
<div class="informaltable"><table width="100%" border="0">
|
949
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
957
950
|
<colgroup>
|
958
951
|
<col width="150px" class="parameters_name">
|
959
952
|
<col class="parameters_description">
|
@@ -984,7 +977,7 @@ g_date_set_month (<em class="parameter"><code><a class="link" href="glib-Date-an
|
|
984
977
|
day-month-year triplet is invalid, the date will be invalid.</p>
|
985
978
|
<div class="refsect3">
|
986
979
|
<a name="id-1.5.9.7.15.5"></a><h4>Parameters</h4>
|
987
|
-
<div class="informaltable"><table width="100%" border="0">
|
980
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
988
981
|
<colgroup>
|
989
982
|
<col width="150px" class="parameters_name">
|
990
983
|
<col class="parameters_description">
|
@@ -1015,7 +1008,7 @@ g_date_set_year (<em class="parameter"><code><a class="link" href="glib-Date-and
|
|
1015
1008
|
triplet is invalid, the date will be invalid.</p>
|
1016
1009
|
<div class="refsect3">
|
1017
1010
|
<a name="id-1.5.9.7.16.5"></a><h4>Parameters</h4>
|
1018
|
-
<div class="informaltable"><table width="100%" border="0">
|
1011
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1019
1012
|
<colgroup>
|
1020
1013
|
<col width="150px" class="parameters_name">
|
1021
1014
|
<col class="parameters_description">
|
@@ -1050,7 +1043,7 @@ sure it is, call <a class="link" href="glib-Date-and-Time-Functions.html#g-date-
|
|
1050
1043
|
set it.</p>
|
1051
1044
|
<div class="refsect3">
|
1052
1045
|
<a name="id-1.5.9.7.17.5"></a><h4>Parameters</h4>
|
1053
|
-
<div class="informaltable"><table width="100%" border="0">
|
1046
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1054
1047
|
<colgroup>
|
1055
1048
|
<col width="150px" class="parameters_name">
|
1056
1049
|
<col class="parameters_description">
|
@@ -1090,7 +1083,7 @@ g_date_set_julian (<em class="parameter"><code><a class="link" href="glib-Date-a
|
|
1090
1083
|
<p>Sets the value of a <a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> from a Julian day number.</p>
|
1091
1084
|
<div class="refsect3">
|
1092
1085
|
<a name="id-1.5.9.7.18.5"></a><h4>Parameters</h4>
|
1093
|
-
<div class="informaltable"><table width="100%" border="0">
|
1086
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1094
1087
|
<colgroup>
|
1095
1088
|
<col width="150px" class="parameters_name">
|
1096
1089
|
<col class="parameters_description">
|
@@ -1125,7 +1118,7 @@ g_date_set_time (<em class="parameter"><code><a class="link" href="glib-Date-and
|
|
1125
1118
|
The time to date conversion is done using the user's current timezone.</p>
|
1126
1119
|
<div class="refsect3">
|
1127
1120
|
<a name="id-1.5.9.7.19.6"></a><h4>Parameters</h4>
|
1128
|
-
<div class="informaltable"><table width="100%" border="0">
|
1121
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1129
1122
|
<colgroup>
|
1130
1123
|
<col width="150px" class="parameters_name">
|
1131
1124
|
<col class="parameters_description">
|
@@ -1161,7 +1154,7 @@ the user's current timezone.</p>
|
|
1161
1154
|
<tbody>
|
1162
1155
|
<tr>
|
1163
1156
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
1164
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="glib-Date-and-Time-Functions.html#g-date-set-time-t">g_date_set_time_t</a></span
|
1157
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="glib-Date-and-Time-Functions.html#g-date-set-time-t">g_date_set_time_t</a></span> <span class="gtkdoc opt">(</span>date<span class="gtkdoc opt">,</span> <span class="function">time</span> <span class="gtkdoc opt">(</span>NULL<span class="gtkdoc opt">));</span></pre></td>
|
1165
1158
|
</tr>
|
1166
1159
|
</tbody>
|
1167
1160
|
</table>
|
@@ -1170,7 +1163,7 @@ the user's current timezone.</p>
|
|
1170
1163
|
<p></p>
|
1171
1164
|
<div class="refsect3">
|
1172
1165
|
<a name="id-1.5.9.7.20.8"></a><h4>Parameters</h4>
|
1173
|
-
<div class="informaltable"><table width="100%" border="0">
|
1166
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1174
1167
|
<colgroup>
|
1175
1168
|
<col width="150px" class="parameters_name">
|
1176
1169
|
<col class="parameters_description">
|
@@ -1190,7 +1183,7 @@ the user's current timezone.</p>
|
|
1190
1183
|
</tbody>
|
1191
1184
|
</table></div>
|
1192
1185
|
</div>
|
1193
|
-
<p class="since">Since 2.10</p>
|
1186
|
+
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
|
1194
1187
|
</div>
|
1195
1188
|
<hr>
|
1196
1189
|
<div class="refsect2">
|
@@ -1205,7 +1198,7 @@ additional precision.</p>
|
|
1205
1198
|
<p>The time to date conversion is done using the user's current timezone.</p>
|
1206
1199
|
<div class="refsect3">
|
1207
1200
|
<a name="id-1.5.9.7.21.6"></a><h4>Parameters</h4>
|
1208
|
-
<div class="informaltable"><table width="100%" border="0">
|
1201
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1209
1202
|
<colgroup>
|
1210
1203
|
<col width="150px" class="parameters_name">
|
1211
1204
|
<col class="parameters_description">
|
@@ -1225,7 +1218,7 @@ additional precision.</p>
|
|
1225
1218
|
</tbody>
|
1226
1219
|
</table></div>
|
1227
1220
|
</div>
|
1228
|
-
<p class="since">Since 2.10</p>
|
1221
|
+
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
|
1229
1222
|
</div>
|
1230
1223
|
<hr>
|
1231
1224
|
<div class="refsect2">
|
@@ -1246,7 +1239,7 @@ means by a given string (and it does work pretty well in that
|
|
1246
1239
|
capacity).</p>
|
1247
1240
|
<div class="refsect3">
|
1248
1241
|
<a name="id-1.5.9.7.22.6"></a><h4>Parameters</h4>
|
1249
|
-
<div class="informaltable"><table width="100%" border="0">
|
1242
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1250
1243
|
<colgroup>
|
1251
1244
|
<col width="150px" class="parameters_name">
|
1252
1245
|
<col class="parameters_description">
|
@@ -1272,13 +1265,13 @@ capacity).</p>
|
|
1272
1265
|
<a name="g-date-add-days"></a><h3>g_date_add_days ()</h3>
|
1273
1266
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1274
1267
|
g_date_add_days (<em class="parameter"><code><a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> *date</code></em>,
|
1275
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> n_days</code></em>);</pre>
|
1268
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> n_days</code></em>);</pre>
|
1276
1269
|
<p>Increments a date some number of days.
|
1277
1270
|
To move forward by weeks, add weeks*7 days.
|
1278
1271
|
The date must be valid.</p>
|
1279
1272
|
<div class="refsect3">
|
1280
1273
|
<a name="id-1.5.9.7.23.5"></a><h4>Parameters</h4>
|
1281
|
-
<div class="informaltable"><table width="100%" border="0">
|
1274
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1282
1275
|
<colgroup>
|
1283
1276
|
<col width="150px" class="parameters_name">
|
1284
1277
|
<col class="parameters_description">
|
@@ -1304,13 +1297,13 @@ The date must be valid.</p>
|
|
1304
1297
|
<a name="g-date-subtract-days"></a><h3>g_date_subtract_days ()</h3>
|
1305
1298
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1306
1299
|
g_date_subtract_days (<em class="parameter"><code><a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> *date</code></em>,
|
1307
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> n_days</code></em>);</pre>
|
1300
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> n_days</code></em>);</pre>
|
1308
1301
|
<p>Moves a date some number of days into the past.
|
1309
1302
|
To move by weeks, just move by weeks*7 days.
|
1310
1303
|
The date must be valid.</p>
|
1311
1304
|
<div class="refsect3">
|
1312
1305
|
<a name="id-1.5.9.7.24.5"></a><h4>Parameters</h4>
|
1313
|
-
<div class="informaltable"><table width="100%" border="0">
|
1306
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1314
1307
|
<colgroup>
|
1315
1308
|
<col width="150px" class="parameters_name">
|
1316
1309
|
<col class="parameters_description">
|
@@ -1336,7 +1329,7 @@ The date must be valid.</p>
|
|
1336
1329
|
<a name="g-date-add-months"></a><h3>g_date_add_months ()</h3>
|
1337
1330
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1338
1331
|
g_date_add_months (<em class="parameter"><code><a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> *date</code></em>,
|
1339
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> n_months</code></em>);</pre>
|
1332
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> n_months</code></em>);</pre>
|
1340
1333
|
<p>Increments a date by some number of months.
|
1341
1334
|
If the day of the month is greater than 28,
|
1342
1335
|
this routine may change the day of the month
|
@@ -1344,7 +1337,7 @@ this routine may change the day of the month
|
|
1344
1337
|
the current day in it). The date must be valid.</p>
|
1345
1338
|
<div class="refsect3">
|
1346
1339
|
<a name="id-1.5.9.7.25.5"></a><h4>Parameters</h4>
|
1347
|
-
<div class="informaltable"><table width="100%" border="0">
|
1340
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1348
1341
|
<colgroup>
|
1349
1342
|
<col width="150px" class="parameters_name">
|
1350
1343
|
<col class="parameters_description">
|
@@ -1370,14 +1363,14 @@ the current day in it). The date must be valid.</p>
|
|
1370
1363
|
<a name="g-date-subtract-months"></a><h3>g_date_subtract_months ()</h3>
|
1371
1364
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1372
1365
|
g_date_subtract_months (<em class="parameter"><code><a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> *date</code></em>,
|
1373
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> n_months</code></em>);</pre>
|
1366
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> n_months</code></em>);</pre>
|
1374
1367
|
<p>Moves a date some number of months into the past.
|
1375
1368
|
If the current day of the month doesn't exist in
|
1376
1369
|
the destination month, the day of the month
|
1377
1370
|
may change. The date must be valid.</p>
|
1378
1371
|
<div class="refsect3">
|
1379
1372
|
<a name="id-1.5.9.7.26.5"></a><h4>Parameters</h4>
|
1380
|
-
<div class="informaltable"><table width="100%" border="0">
|
1373
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1381
1374
|
<colgroup>
|
1382
1375
|
<col width="150px" class="parameters_name">
|
1383
1376
|
<col class="parameters_description">
|
@@ -1403,14 +1396,14 @@ may change. The date must be valid.</p>
|
|
1403
1396
|
<a name="g-date-add-years"></a><h3>g_date_add_years ()</h3>
|
1404
1397
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1405
1398
|
g_date_add_years (<em class="parameter"><code><a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> *date</code></em>,
|
1406
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> n_years</code></em>);</pre>
|
1399
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> n_years</code></em>);</pre>
|
1407
1400
|
<p>Increments a date by some number of years.
|
1408
1401
|
If the date is February 29, and the destination
|
1409
1402
|
year is not a leap year, the date will be changed
|
1410
1403
|
to February 28. The date must be valid.</p>
|
1411
1404
|
<div class="refsect3">
|
1412
1405
|
<a name="id-1.5.9.7.27.5"></a><h4>Parameters</h4>
|
1413
|
-
<div class="informaltable"><table width="100%" border="0">
|
1406
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1414
1407
|
<colgroup>
|
1415
1408
|
<col width="150px" class="parameters_name">
|
1416
1409
|
<col class="parameters_description">
|
@@ -1436,7 +1429,7 @@ to February 28. The date must be valid.</p>
|
|
1436
1429
|
<a name="g-date-subtract-years"></a><h3>g_date_subtract_years ()</h3>
|
1437
1430
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1438
1431
|
g_date_subtract_years (<em class="parameter"><code><a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> *date</code></em>,
|
1439
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> n_years</code></em>);</pre>
|
1432
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> n_years</code></em>);</pre>
|
1440
1433
|
<p>Moves a date some number of years into the past.
|
1441
1434
|
If the current day doesn't exist in the destination
|
1442
1435
|
year (i.e. it's February 29 and you move to a non-leap-year)
|
@@ -1444,7 +1437,7 @@ then the day is changed to February 29. The date
|
|
1444
1437
|
must be valid.</p>
|
1445
1438
|
<div class="refsect3">
|
1446
1439
|
<a name="id-1.5.9.7.28.5"></a><h4>Parameters</h4>
|
1447
|
-
<div class="informaltable"><table width="100%" border="0">
|
1440
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1448
1441
|
<colgroup>
|
1449
1442
|
<col width="150px" class="parameters_name">
|
1450
1443
|
<col class="parameters_description">
|
@@ -1468,7 +1461,7 @@ must be valid.</p>
|
|
1468
1461
|
<hr>
|
1469
1462
|
<div class="refsect2">
|
1470
1463
|
<a name="g-date-days-between"></a><h3>g_date_days_between ()</h3>
|
1471
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
1464
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
1472
1465
|
g_date_days_between (<em class="parameter"><code>const <a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> *date1</code></em>,
|
1473
1466
|
<em class="parameter"><code>const <a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> *date2</code></em>);</pre>
|
1474
1467
|
<p>Computes the number of days between two dates.
|
@@ -1478,7 +1471,7 @@ If <em class="parameter"><code>date2</code></em>
|
|
1478
1471
|
Both dates must be valid.</p>
|
1479
1472
|
<div class="refsect3">
|
1480
1473
|
<a name="id-1.5.9.7.29.5"></a><h4>Parameters</h4>
|
1481
|
-
<div class="informaltable"><table width="100%" border="0">
|
1474
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1482
1475
|
<colgroup>
|
1483
1476
|
<col width="150px" class="parameters_name">
|
1484
1477
|
<col class="parameters_description">
|
@@ -1503,20 +1496,19 @@ Both dates must be valid.</p>
|
|
1503
1496
|
<p> the number of days between <em class="parameter"><code>date1</code></em>
|
1504
1497
|
and <em class="parameter"><code>date2</code></em>
|
1505
1498
|
</p>
|
1506
|
-
<p></p>
|
1507
1499
|
</div>
|
1508
1500
|
</div>
|
1509
1501
|
<hr>
|
1510
1502
|
<div class="refsect2">
|
1511
1503
|
<a name="g-date-compare"></a><h3>g_date_compare ()</h3>
|
1512
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
1504
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
1513
1505
|
g_date_compare (<em class="parameter"><code>const <a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> *lhs</code></em>,
|
1514
1506
|
<em class="parameter"><code>const <a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> *rhs</code></em>);</pre>
|
1515
1507
|
<p>qsort()-style comparison function for dates.
|
1516
1508
|
Both dates must be valid.</p>
|
1517
1509
|
<div class="refsect3">
|
1518
1510
|
<a name="id-1.5.9.7.30.5"></a><h4>Parameters</h4>
|
1519
|
-
<div class="informaltable"><table width="100%" border="0">
|
1511
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1520
1512
|
<colgroup>
|
1521
1513
|
<col width="150px" class="parameters_name">
|
1522
1514
|
<col class="parameters_description">
|
@@ -1544,7 +1536,6 @@ is less than <em class="parameter"><code>rhs</code></em>
|
|
1544
1536
|
greater than zero if <em class="parameter"><code>lhs</code></em>
|
1545
1537
|
is greater than <em class="parameter"><code>rhs</code></em>
|
1546
1538
|
</p>
|
1547
|
-
<p></p>
|
1548
1539
|
</div>
|
1549
1540
|
</div>
|
1550
1541
|
<hr>
|
@@ -1572,7 +1563,7 @@ Either of <em class="parameter"><code>min_date</code></em>
|
|
1572
1563
|
All non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> dates must be valid.</p>
|
1573
1564
|
<div class="refsect3">
|
1574
1565
|
<a name="id-1.5.9.7.31.5"></a><h4>Parameters</h4>
|
1575
|
-
<div class="informaltable"><table width="100%" border="0">
|
1566
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1576
1567
|
<colgroup>
|
1577
1568
|
<col width="150px" class="parameters_name">
|
1578
1569
|
<col class="parameters_description">
|
@@ -1612,7 +1603,7 @@ g_date_order (<em class="parameter"><code><a class="link" href="glib-Date-and-Ti
|
|
1612
1603
|
and swap the values if this is not the case.</p>
|
1613
1604
|
<div class="refsect3">
|
1614
1605
|
<a name="id-1.5.9.7.32.5"></a><h4>Parameters</h4>
|
1615
|
-
<div class="informaltable"><table width="100%" border="0">
|
1606
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1616
1607
|
<colgroup>
|
1617
1608
|
<col width="150px" class="parameters_name">
|
1618
1609
|
<col class="parameters_description">
|
@@ -1641,7 +1632,7 @@ g_date_get_day (<em class="parameter"><code>const <a class="link" href="glib-Dat
|
|
1641
1632
|
<p>Returns the day of the month. The date must be valid.</p>
|
1642
1633
|
<div class="refsect3">
|
1643
1634
|
<a name="id-1.5.9.7.33.5"></a><h4>Parameters</h4>
|
1644
|
-
<div class="informaltable"><table width="100%" border="0">
|
1635
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1645
1636
|
<colgroup>
|
1646
1637
|
<col width="150px" class="parameters_name">
|
1647
1638
|
<col class="parameters_description">
|
@@ -1657,7 +1648,6 @@ g_date_get_day (<em class="parameter"><code>const <a class="link" href="glib-Dat
|
|
1657
1648
|
<div class="refsect3">
|
1658
1649
|
<a name="id-1.5.9.7.33.6"></a><h4>Returns</h4>
|
1659
1650
|
<p> day of the month</p>
|
1660
|
-
<p></p>
|
1661
1651
|
</div>
|
1662
1652
|
</div>
|
1663
1653
|
<hr>
|
@@ -1668,7 +1658,7 @@ g_date_get_month (<em class="parameter"><code>const <a class="link" href="glib-D
|
|
1668
1658
|
<p>Returns the month of the year. The date must be valid.</p>
|
1669
1659
|
<div class="refsect3">
|
1670
1660
|
<a name="id-1.5.9.7.34.5"></a><h4>Parameters</h4>
|
1671
|
-
<div class="informaltable"><table width="100%" border="0">
|
1661
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1672
1662
|
<colgroup>
|
1673
1663
|
<col width="150px" class="parameters_name">
|
1674
1664
|
<col class="parameters_description">
|
@@ -1684,7 +1674,6 @@ g_date_get_month (<em class="parameter"><code>const <a class="link" href="glib-D
|
|
1684
1674
|
<div class="refsect3">
|
1685
1675
|
<a name="id-1.5.9.7.34.6"></a><h4>Returns</h4>
|
1686
1676
|
<p> month of the year as a <a class="link" href="glib-Date-and-Time-Functions.html#GDateMonth" title="enum GDateMonth"><span class="type">GDateMonth</span></a></p>
|
1687
|
-
<p></p>
|
1688
1677
|
</div>
|
1689
1678
|
</div>
|
1690
1679
|
<hr>
|
@@ -1695,7 +1684,7 @@ g_date_get_year (<em class="parameter"><code>const <a class="link" href="glib-Da
|
|
1695
1684
|
<p>Returns the year of a <a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a>. The date must be valid.</p>
|
1696
1685
|
<div class="refsect3">
|
1697
1686
|
<a name="id-1.5.9.7.35.5"></a><h4>Parameters</h4>
|
1698
|
-
<div class="informaltable"><table width="100%" border="0">
|
1687
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1699
1688
|
<colgroup>
|
1700
1689
|
<col width="150px" class="parameters_name">
|
1701
1690
|
<col class="parameters_description">
|
@@ -1711,7 +1700,6 @@ g_date_get_year (<em class="parameter"><code>const <a class="link" href="glib-Da
|
|
1711
1700
|
<div class="refsect3">
|
1712
1701
|
<a name="id-1.5.9.7.35.6"></a><h4>Returns</h4>
|
1713
1702
|
<p> year in which the date falls</p>
|
1714
|
-
<p></p>
|
1715
1703
|
</div>
|
1716
1704
|
</div>
|
1717
1705
|
<hr>
|
@@ -1725,7 +1713,7 @@ January 1, Year 1 is Julian day 1; January 2, Year 1 is Julian day 2,
|
|
1725
1713
|
etc. The date must be valid.</p>
|
1726
1714
|
<div class="refsect3">
|
1727
1715
|
<a name="id-1.5.9.7.36.5"></a><h4>Parameters</h4>
|
1728
|
-
<div class="informaltable"><table width="100%" border="0">
|
1716
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1729
1717
|
<colgroup>
|
1730
1718
|
<col width="150px" class="parameters_name">
|
1731
1719
|
<col class="parameters_description">
|
@@ -1741,7 +1729,6 @@ etc. The date must be valid.</p>
|
|
1741
1729
|
<div class="refsect3">
|
1742
1730
|
<a name="id-1.5.9.7.36.6"></a><h4>Returns</h4>
|
1743
1731
|
<p> Julian day</p>
|
1744
|
-
<p></p>
|
1745
1732
|
</div>
|
1746
1733
|
</div>
|
1747
1734
|
<hr>
|
@@ -1752,7 +1739,7 @@ g_date_get_weekday (<em class="parameter"><code>const <a class="link" href="glib
|
|
1752
1739
|
<p>Returns the day of the week for a <a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a>. The date must be valid.</p>
|
1753
1740
|
<div class="refsect3">
|
1754
1741
|
<a name="id-1.5.9.7.37.5"></a><h4>Parameters</h4>
|
1755
|
-
<div class="informaltable"><table width="100%" border="0">
|
1742
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1756
1743
|
<colgroup>
|
1757
1744
|
<col width="150px" class="parameters_name">
|
1758
1745
|
<col class="parameters_description">
|
@@ -1768,19 +1755,18 @@ g_date_get_weekday (<em class="parameter"><code>const <a class="link" href="glib
|
|
1768
1755
|
<div class="refsect3">
|
1769
1756
|
<a name="id-1.5.9.7.37.6"></a><h4>Returns</h4>
|
1770
1757
|
<p> day of the week as a <a class="link" href="glib-Date-and-Time-Functions.html#GDateWeekday" title="enum GDateWeekday"><span class="type">GDateWeekday</span></a>.</p>
|
1771
|
-
<p></p>
|
1772
1758
|
</div>
|
1773
1759
|
</div>
|
1774
1760
|
<hr>
|
1775
1761
|
<div class="refsect2">
|
1776
1762
|
<a name="g-date-get-day-of-year"></a><h3>g_date_get_day_of_year ()</h3>
|
1777
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
1763
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
1778
1764
|
g_date_get_day_of_year (<em class="parameter"><code>const <a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> *date</code></em>);</pre>
|
1779
1765
|
<p>Returns the day of the year, where Jan 1 is the first day of the
|
1780
1766
|
year. The date must be valid.</p>
|
1781
1767
|
<div class="refsect3">
|
1782
1768
|
<a name="id-1.5.9.7.38.5"></a><h4>Parameters</h4>
|
1783
|
-
<div class="informaltable"><table width="100%" border="0">
|
1769
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1784
1770
|
<colgroup>
|
1785
1771
|
<col width="150px" class="parameters_name">
|
1786
1772
|
<col class="parameters_description">
|
@@ -1796,7 +1782,6 @@ year. The date must be valid.</p>
|
|
1796
1782
|
<div class="refsect3">
|
1797
1783
|
<a name="id-1.5.9.7.38.6"></a><h4>Returns</h4>
|
1798
1784
|
<p> day of the year</p>
|
1799
|
-
<p></p>
|
1800
1785
|
</div>
|
1801
1786
|
</div>
|
1802
1787
|
<hr>
|
@@ -1809,7 +1794,7 @@ g_date_get_days_in_month (<em class="parameter"><code><a class="link" href="glib
|
|
1809
1794
|
years into account.</p>
|
1810
1795
|
<div class="refsect3">
|
1811
1796
|
<a name="id-1.5.9.7.39.5"></a><h4>Parameters</h4>
|
1812
|
-
<div class="informaltable"><table width="100%" border="0">
|
1797
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1813
1798
|
<colgroup>
|
1814
1799
|
<col width="150px" class="parameters_name">
|
1815
1800
|
<col class="parameters_description">
|
@@ -1834,7 +1819,6 @@ years into account.</p>
|
|
1834
1819
|
<p> number of days in <em class="parameter"><code>month</code></em>
|
1835
1820
|
during the <em class="parameter"><code>year</code></em>
|
1836
1821
|
</p>
|
1837
|
-
<p></p>
|
1838
1822
|
</div>
|
1839
1823
|
</div>
|
1840
1824
|
<hr>
|
@@ -1846,7 +1830,7 @@ g_date_is_first_of_month (<em class="parameter"><code>const <a class="link" href
|
|
1846
1830
|
The date must be valid.</p>
|
1847
1831
|
<div class="refsect3">
|
1848
1832
|
<a name="id-1.5.9.7.40.5"></a><h4>Parameters</h4>
|
1849
|
-
<div class="informaltable"><table width="100%" border="0">
|
1833
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1850
1834
|
<colgroup>
|
1851
1835
|
<col width="150px" class="parameters_name">
|
1852
1836
|
<col class="parameters_description">
|
@@ -1862,7 +1846,6 @@ The date must be valid.</p>
|
|
1862
1846
|
<div class="refsect3">
|
1863
1847
|
<a name="id-1.5.9.7.40.6"></a><h4>Returns</h4>
|
1864
1848
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the date is the first of the month</p>
|
1865
|
-
<p></p>
|
1866
1849
|
</div>
|
1867
1850
|
</div>
|
1868
1851
|
<hr>
|
@@ -1874,7 +1857,7 @@ g_date_is_last_of_month (<em class="parameter"><code>const <a class="link" href=
|
|
1874
1857
|
The date must be valid.</p>
|
1875
1858
|
<div class="refsect3">
|
1876
1859
|
<a name="id-1.5.9.7.41.5"></a><h4>Parameters</h4>
|
1877
|
-
<div class="informaltable"><table width="100%" border="0">
|
1860
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1878
1861
|
<colgroup>
|
1879
1862
|
<col width="150px" class="parameters_name">
|
1880
1863
|
<col class="parameters_description">
|
@@ -1890,7 +1873,6 @@ The date must be valid.</p>
|
|
1890
1873
|
<div class="refsect3">
|
1891
1874
|
<a name="id-1.5.9.7.41.6"></a><h4>Returns</h4>
|
1892
1875
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the date is the last day of the month</p>
|
1893
|
-
<p></p>
|
1894
1876
|
</div>
|
1895
1877
|
</div>
|
1896
1878
|
<hr>
|
@@ -1905,7 +1887,7 @@ is divisible by 100 it would be a leap year only if that year
|
|
1905
1887
|
is also divisible by 400.</p>
|
1906
1888
|
<div class="refsect3">
|
1907
1889
|
<a name="id-1.5.9.7.42.6"></a><h4>Parameters</h4>
|
1908
|
-
<div class="informaltable"><table width="100%" border="0">
|
1890
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1909
1891
|
<colgroup>
|
1910
1892
|
<col width="150px" class="parameters_name">
|
1911
1893
|
<col class="parameters_description">
|
@@ -1921,20 +1903,19 @@ is also divisible by 400.</p>
|
|
1921
1903
|
<div class="refsect3">
|
1922
1904
|
<a name="id-1.5.9.7.42.7"></a><h4>Returns</h4>
|
1923
1905
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the year is a leap year</p>
|
1924
|
-
<p></p>
|
1925
1906
|
</div>
|
1926
1907
|
</div>
|
1927
1908
|
<hr>
|
1928
1909
|
<div class="refsect2">
|
1929
1910
|
<a name="g-date-get-monday-week-of-year"></a><h3>g_date_get_monday_week_of_year ()</h3>
|
1930
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
1911
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
1931
1912
|
g_date_get_monday_week_of_year (<em class="parameter"><code>const <a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> *date</code></em>);</pre>
|
1932
1913
|
<p>Returns the week of the year, where weeks are understood to start on
|
1933
|
-
Monday. If the date is before the first Monday of the year, return
|
1934
|
-
|
1914
|
+
Monday. If the date is before the first Monday of the year, return 0.
|
1915
|
+
The date must be valid.</p>
|
1935
1916
|
<div class="refsect3">
|
1936
|
-
<a name="id-1.5.9.7.43.
|
1937
|
-
<div class="informaltable"><table width="100%" border="0">
|
1917
|
+
<a name="id-1.5.9.7.43.5"></a><h4>Parameters</h4>
|
1918
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1938
1919
|
<colgroup>
|
1939
1920
|
<col width="150px" class="parameters_name">
|
1940
1921
|
<col class="parameters_description">
|
@@ -1948,9 +1929,8 @@ Monday. If the date is before the first Monday of the year, return</p>
|
|
1948
1929
|
</table></div>
|
1949
1930
|
</div>
|
1950
1931
|
<div class="refsect3">
|
1951
|
-
<a name="id-1.5.9.7.43.
|
1932
|
+
<a name="id-1.5.9.7.43.6"></a><h4>Returns</h4>
|
1952
1933
|
<p> week of the year</p>
|
1953
|
-
<p></p>
|
1954
1934
|
</div>
|
1955
1935
|
</div>
|
1956
1936
|
<hr>
|
@@ -1967,7 +1947,7 @@ Mondays are in the year, i.e. there are 53 Mondays if
|
|
1967
1947
|
one of the extra days happens to be a Monday.)</p>
|
1968
1948
|
<div class="refsect3">
|
1969
1949
|
<a name="id-1.5.9.7.44.5"></a><h4>Parameters</h4>
|
1970
|
-
<div class="informaltable"><table width="100%" border="0">
|
1950
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1971
1951
|
<colgroup>
|
1972
1952
|
<col width="150px" class="parameters_name">
|
1973
1953
|
<col class="parameters_description">
|
@@ -1983,20 +1963,19 @@ one of the extra days happens to be a Monday.)</p>
|
|
1983
1963
|
<div class="refsect3">
|
1984
1964
|
<a name="id-1.5.9.7.44.6"></a><h4>Returns</h4>
|
1985
1965
|
<p> number of Mondays in the year</p>
|
1986
|
-
<p></p>
|
1987
1966
|
</div>
|
1988
1967
|
</div>
|
1989
1968
|
<hr>
|
1990
1969
|
<div class="refsect2">
|
1991
1970
|
<a name="g-date-get-sunday-week-of-year"></a><h3>g_date_get_sunday_week_of_year ()</h3>
|
1992
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
1971
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
1993
1972
|
g_date_get_sunday_week_of_year (<em class="parameter"><code>const <a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> *date</code></em>);</pre>
|
1994
|
-
<p>Returns the week of the year during which this date falls, if
|
1995
|
-
are understood to being on Sunday. The date must be valid.
|
1996
|
-
0 if the day is before the first Sunday of the year.</p>
|
1973
|
+
<p>Returns the week of the year during which this date falls, if
|
1974
|
+
weeks are understood to being on Sunday. The date must be valid.
|
1975
|
+
Can return 0 if the day is before the first Sunday of the year.</p>
|
1997
1976
|
<div class="refsect3">
|
1998
1977
|
<a name="id-1.5.9.7.45.5"></a><h4>Parameters</h4>
|
1999
|
-
<div class="informaltable"><table width="100%" border="0">
|
1978
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2000
1979
|
<colgroup>
|
2001
1980
|
<col width="150px" class="parameters_name">
|
2002
1981
|
<col class="parameters_description">
|
@@ -2012,7 +1991,6 @@ are understood to being on Sunday. The date must be valid. Can return
|
|
2012
1991
|
<div class="refsect3">
|
2013
1992
|
<a name="id-1.5.9.7.45.6"></a><h4>Returns</h4>
|
2014
1993
|
<p> week number</p>
|
2015
|
-
<p></p>
|
2016
1994
|
</div>
|
2017
1995
|
</div>
|
2018
1996
|
<hr>
|
@@ -2029,7 +2007,7 @@ Sundays are in the year, i.e. there are 53 Sundays if
|
|
2029
2007
|
one of the extra days happens to be a Sunday.)</p>
|
2030
2008
|
<div class="refsect3">
|
2031
2009
|
<a name="id-1.5.9.7.46.5"></a><h4>Parameters</h4>
|
2032
|
-
<div class="informaltable"><table width="100%" border="0">
|
2010
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2033
2011
|
<colgroup>
|
2034
2012
|
<col width="150px" class="parameters_name">
|
2035
2013
|
<col class="parameters_description">
|
@@ -2046,19 +2024,18 @@ one of the extra days happens to be a Sunday.)</p>
|
|
2046
2024
|
<a name="id-1.5.9.7.46.6"></a><h4>Returns</h4>
|
2047
2025
|
<p> the number of weeks in <em class="parameter"><code>year</code></em>
|
2048
2026
|
</p>
|
2049
|
-
<p></p>
|
2050
2027
|
</div>
|
2051
2028
|
</div>
|
2052
2029
|
<hr>
|
2053
2030
|
<div class="refsect2">
|
2054
2031
|
<a name="g-date-get-iso8601-week-of-year"></a><h3>g_date_get_iso8601_week_of_year ()</h3>
|
2055
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
2032
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
2056
2033
|
g_date_get_iso8601_week_of_year (<em class="parameter"><code>const <a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> *date</code></em>);</pre>
|
2057
2034
|
<p>Returns the week of the year, where weeks are interpreted according
|
2058
2035
|
to ISO 8601.</p>
|
2059
2036
|
<div class="refsect3">
|
2060
2037
|
<a name="id-1.5.9.7.47.5"></a><h4>Parameters</h4>
|
2061
|
-
<div class="informaltable"><table width="100%" border="0">
|
2038
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2062
2039
|
<colgroup>
|
2063
2040
|
<col width="150px" class="parameters_name">
|
2064
2041
|
<col class="parameters_description">
|
@@ -2074,9 +2051,8 @@ to ISO 8601.</p>
|
|
2074
2051
|
<div class="refsect3">
|
2075
2052
|
<a name="id-1.5.9.7.47.6"></a><h4>Returns</h4>
|
2076
2053
|
<p> ISO 8601 week number of the year.</p>
|
2077
|
-
<p></p>
|
2078
2054
|
</div>
|
2079
|
-
<p class="since">Since 2.6</p>
|
2055
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
2080
2056
|
</div>
|
2081
2057
|
<hr>
|
2082
2058
|
<div class="refsect2">
|
@@ -2100,7 +2076,7 @@ make the %F provided by the C99 <code class="function">strftime()</code> work on
|
|
2100
2076
|
where the C library only complies to C89.</p>
|
2101
2077
|
<div class="refsect3">
|
2102
2078
|
<a name="id-1.5.9.7.48.6"></a><h4>Parameters</h4>
|
2103
|
-
<div class="informaltable"><table width="100%" border="0">
|
2079
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2104
2080
|
<colgroup>
|
2105
2081
|
<col width="150px" class="parameters_name">
|
2106
2082
|
<col class="parameters_description">
|
@@ -2133,7 +2109,6 @@ where the C library only complies to C89.</p>
|
|
2133
2109
|
<div class="refsect3">
|
2134
2110
|
<a name="id-1.5.9.7.48.7"></a><h4>Returns</h4>
|
2135
2111
|
<p> number of characters written to the buffer, or 0 the buffer was too small</p>
|
2136
|
-
<p></p>
|
2137
2112
|
</div>
|
2138
2113
|
</div>
|
2139
2114
|
<hr>
|
@@ -2147,7 +2122,7 @@ g_date_to_struct_tm (<em class="parameter"><code>const <a class="link" href="gli
|
|
2147
2122
|
Initializes the non-date parts with something sane but meaningless.</p>
|
2148
2123
|
<div class="refsect3">
|
2149
2124
|
<a name="id-1.5.9.7.49.5"></a><h4>Parameters</h4>
|
2150
|
-
<div class="informaltable"><table width="100%" border="0">
|
2125
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2151
2126
|
<colgroup>
|
2152
2127
|
<col width="150px" class="parameters_name">
|
2153
2128
|
<col class="parameters_description">
|
@@ -2161,8 +2136,8 @@ Initializes the non-date parts with something sane but meaningless.</p>
|
|
2161
2136
|
</tr>
|
2162
2137
|
<tr>
|
2163
2138
|
<td class="parameter_name"><p>tm</p></td>
|
2164
|
-
<td class="parameter_description"><p>struct tm to fill</p></td>
|
2165
|
-
<td class="parameter_annotations">
|
2139
|
+
<td class="parameter_description"><p> struct tm to fill. </p></td>
|
2140
|
+
<td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
|
2166
2141
|
</tr>
|
2167
2142
|
</tbody>
|
2168
2143
|
</table></div>
|
@@ -2178,7 +2153,7 @@ contain garbage; it should have been initialized with <a class="link" href="glib
|
|
2178
2153
|
if it wasn't allocated by one of the <a class="link" href="glib-Date-and-Time-Functions.html#g-date-new" title="g_date_new ()"><code class="function">g_date_new()</code></a> variants.</p>
|
2179
2154
|
<div class="refsect3">
|
2180
2155
|
<a name="id-1.5.9.7.50.5"></a><h4>Parameters</h4>
|
2181
|
-
<div class="informaltable"><table width="100%" border="0">
|
2156
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2182
2157
|
<colgroup>
|
2183
2158
|
<col width="150px" class="parameters_name">
|
2184
2159
|
<col class="parameters_description">
|
@@ -2194,7 +2169,6 @@ if it wasn't allocated by one of the <a class="link" href="glib-Date-and-Time-Fu
|
|
2194
2169
|
<div class="refsect3">
|
2195
2170
|
<a name="id-1.5.9.7.50.6"></a><h4>Returns</h4>
|
2196
2171
|
<p> Whether the date is valid</p>
|
2197
|
-
<p></p>
|
2198
2172
|
</div>
|
2199
2173
|
</div>
|
2200
2174
|
<hr>
|
@@ -2206,7 +2180,7 @@ g_date_valid_day (<em class="parameter"><code><a class="link" href="glib-Date-an
|
|
2206
2180
|
between 1 and 31 inclusive).</p>
|
2207
2181
|
<div class="refsect3">
|
2208
2182
|
<a name="id-1.5.9.7.51.5"></a><h4>Parameters</h4>
|
2209
|
-
<div class="informaltable"><table width="100%" border="0">
|
2183
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2210
2184
|
<colgroup>
|
2211
2185
|
<col width="150px" class="parameters_name">
|
2212
2186
|
<col class="parameters_description">
|
@@ -2222,7 +2196,6 @@ between 1 and 31 inclusive).</p>
|
|
2222
2196
|
<div class="refsect3">
|
2223
2197
|
<a name="id-1.5.9.7.51.6"></a><h4>Returns</h4>
|
2224
2198
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the day is valid</p>
|
2225
|
-
<p></p>
|
2226
2199
|
</div>
|
2227
2200
|
</div>
|
2228
2201
|
<hr>
|
@@ -2234,7 +2207,7 @@ g_date_valid_month (<em class="parameter"><code><a class="link" href="glib-Date-
|
|
2234
2207
|
enumeration values are the only valid months.</p>
|
2235
2208
|
<div class="refsect3">
|
2236
2209
|
<a name="id-1.5.9.7.52.5"></a><h4>Parameters</h4>
|
2237
|
-
<div class="informaltable"><table width="100%" border="0">
|
2210
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2238
2211
|
<colgroup>
|
2239
2212
|
<col width="150px" class="parameters_name">
|
2240
2213
|
<col class="parameters_description">
|
@@ -2250,7 +2223,6 @@ enumeration values are the only valid months.</p>
|
|
2250
2223
|
<div class="refsect3">
|
2251
2224
|
<a name="id-1.5.9.7.52.6"></a><h4>Returns</h4>
|
2252
2225
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the month is valid</p>
|
2253
|
-
<p></p>
|
2254
2226
|
</div>
|
2255
2227
|
</div>
|
2256
2228
|
<hr>
|
@@ -2262,7 +2234,7 @@ g_date_valid_year (<em class="parameter"><code><a class="link" href="glib-Date-a
|
|
2262
2234
|
though there is a 16-bit limit to what <a class="link" href="glib-Date-and-Time-Functions.html#GDate" title="struct GDate"><span class="type">GDate</span></a> will understand.</p>
|
2263
2235
|
<div class="refsect3">
|
2264
2236
|
<a name="id-1.5.9.7.53.5"></a><h4>Parameters</h4>
|
2265
|
-
<div class="informaltable"><table width="100%" border="0">
|
2237
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2266
2238
|
<colgroup>
|
2267
2239
|
<col width="150px" class="parameters_name">
|
2268
2240
|
<col class="parameters_description">
|
@@ -2278,7 +2250,6 @@ though there is a 16-bit limit to what <a class="link" href="glib-Date-and-Time-
|
|
2278
2250
|
<div class="refsect3">
|
2279
2251
|
<a name="id-1.5.9.7.53.6"></a><h4>Returns</h4>
|
2280
2252
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the year is valid</p>
|
2281
|
-
<p></p>
|
2282
2253
|
</div>
|
2283
2254
|
</div>
|
2284
2255
|
<hr>
|
@@ -2293,7 +2264,7 @@ in the range of days <a class="link" href="glib-Date-and-Time-Functions.html#GDa
|
|
2293
2264
|
a few thousand years in the future).</p>
|
2294
2265
|
<div class="refsect3">
|
2295
2266
|
<a name="id-1.5.9.7.54.5"></a><h4>Parameters</h4>
|
2296
|
-
<div class="informaltable"><table width="100%" border="0">
|
2267
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2297
2268
|
<colgroup>
|
2298
2269
|
<col width="150px" class="parameters_name">
|
2299
2270
|
<col class="parameters_description">
|
@@ -2321,7 +2292,6 @@ a few thousand years in the future).</p>
|
|
2321
2292
|
<div class="refsect3">
|
2322
2293
|
<a name="id-1.5.9.7.54.6"></a><h4>Returns</h4>
|
2323
2294
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the date is a valid one</p>
|
2324
|
-
<p></p>
|
2325
2295
|
</div>
|
2326
2296
|
</div>
|
2327
2297
|
<hr>
|
@@ -2333,7 +2303,7 @@ g_date_valid_julian (<em class="parameter"><code><a class="link" href="glib-Basi
|
|
2333
2303
|
is basically a valid Julian, though there is a 32-bit limit.</p>
|
2334
2304
|
<div class="refsect3">
|
2335
2305
|
<a name="id-1.5.9.7.55.5"></a><h4>Parameters</h4>
|
2336
|
-
<div class="informaltable"><table width="100%" border="0">
|
2306
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2337
2307
|
<colgroup>
|
2338
2308
|
<col width="150px" class="parameters_name">
|
2339
2309
|
<col class="parameters_description">
|
@@ -2349,7 +2319,6 @@ is basically a valid Julian, though there is a 32-bit limit.</p>
|
|
2349
2319
|
<div class="refsect3">
|
2350
2320
|
<a name="id-1.5.9.7.55.6"></a><h4>Returns</h4>
|
2351
2321
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the Julian day is valid</p>
|
2352
|
-
<p></p>
|
2353
2322
|
</div>
|
2354
2323
|
</div>
|
2355
2324
|
<hr>
|
@@ -2361,7 +2330,7 @@ g_date_valid_weekday (<em class="parameter"><code><a class="link" href="glib-Dat
|
|
2361
2330
|
values are the only valid weekdays.</p>
|
2362
2331
|
<div class="refsect3">
|
2363
2332
|
<a name="id-1.5.9.7.56.5"></a><h4>Parameters</h4>
|
2364
|
-
<div class="informaltable"><table width="100%" border="0">
|
2333
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2365
2334
|
<colgroup>
|
2366
2335
|
<col width="150px" class="parameters_name">
|
2367
2336
|
<col class="parameters_description">
|
@@ -2377,7 +2346,6 @@ values are the only valid weekdays.</p>
|
|
2377
2346
|
<div class="refsect3">
|
2378
2347
|
<a name="id-1.5.9.7.56.6"></a><h4>Returns</h4>
|
2379
2348
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the weekday is valid</p>
|
2380
|
-
<p></p>
|
2381
2349
|
</div>
|
2382
2350
|
</div>
|
2383
2351
|
</div>
|
@@ -2406,7 +2374,7 @@ represent microsecond-precision time. As such, this type will be
|
|
2406
2374
|
removed from a future version of GLib.</p>
|
2407
2375
|
<div class="refsect3">
|
2408
2376
|
<a name="id-1.5.9.8.3.6"></a><h4>Members</h4>
|
2409
|
-
<div class="informaltable"><table width="100%" border="0">
|
2377
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2410
2378
|
<colgroup>
|
2411
2379
|
<col width="300px" class="struct_members_name">
|
2412
2380
|
<col class="struct_members_description">
|
@@ -2457,7 +2425,7 @@ becomes valid after you set it to a Julian day or you set a day, month,
|
|
2457
2425
|
and year.</p>
|
2458
2426
|
<div class="refsect3">
|
2459
2427
|
<a name="id-1.5.9.8.4.7"></a><h4>Members</h4>
|
2460
|
-
<div class="informaltable"><table width="100%" border="0">
|
2428
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2461
2429
|
<colgroup>
|
2462
2430
|
<col width="300px" class="struct_members_name">
|
2463
2431
|
<col class="struct_members_description">
|
@@ -2465,18 +2433,18 @@ and year.</p>
|
|
2465
2433
|
</colgroup>
|
2466
2434
|
<tbody>
|
2467
2435
|
<tr>
|
2468
|
-
<td class="struct_member_name"><p><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GDate.julian-days"></a>julian_days</code></em> : 32;</p></td>
|
2436
|
+
<td class="struct_member_name"><p><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> <em class="structfield"><code><a name="GDate.julian-days"></a>julian_days</code></em> : 32;</p></td>
|
2469
2437
|
<td class="struct_member_description"><p>the Julian representation of the date</p></td>
|
2470
2438
|
<td class="struct_member_annotations"> </td>
|
2471
2439
|
</tr>
|
2472
2440
|
<tr>
|
2473
|
-
<td class="struct_member_name"><p><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GDate.julian"></a>julian</code></em> : 1;</p></td>
|
2441
|
+
<td class="struct_member_name"><p><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> <em class="structfield"><code><a name="GDate.julian"></a>julian</code></em> : 1;</p></td>
|
2474
2442
|
<td class="struct_member_description"><p>this bit is set if <em class="parameter"><code>julian_days</code></em>
|
2475
2443
|
is valid</p></td>
|
2476
2444
|
<td class="struct_member_annotations"> </td>
|
2477
2445
|
</tr>
|
2478
2446
|
<tr>
|
2479
|
-
<td class="struct_member_name"><p><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GDate.dmy"></a>dmy</code></em> : 1;</p></td>
|
2447
|
+
<td class="struct_member_name"><p><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> <em class="structfield"><code><a name="GDate.dmy"></a>dmy</code></em> : 1;</p></td>
|
2480
2448
|
<td class="struct_member_description"><p>this is set if <em class="parameter"><code>day</code></em>
|
2481
2449
|
, <em class="parameter"><code>month</code></em>
|
2482
2450
|
and <em class="parameter"><code>year</code></em>
|
@@ -2484,19 +2452,19 @@ are valid</p></td>
|
|
2484
2452
|
<td class="struct_member_annotations"> </td>
|
2485
2453
|
</tr>
|
2486
2454
|
<tr>
|
2487
|
-
<td class="struct_member_name"><p><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GDate.day"></a>day</code></em> : 6;</p></td>
|
2455
|
+
<td class="struct_member_name"><p><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> <em class="structfield"><code><a name="GDate.day"></a>day</code></em> : 6;</p></td>
|
2488
2456
|
<td class="struct_member_description"><p>the day of the day-month-year representation of the date,
|
2489
2457
|
as a number between 1 and 31</p></td>
|
2490
2458
|
<td class="struct_member_annotations"> </td>
|
2491
2459
|
</tr>
|
2492
2460
|
<tr>
|
2493
|
-
<td class="struct_member_name"><p><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GDate.month"></a>month</code></em> : 4;</p></td>
|
2461
|
+
<td class="struct_member_name"><p><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> <em class="structfield"><code><a name="GDate.month"></a>month</code></em> : 4;</p></td>
|
2494
2462
|
<td class="struct_member_description"><p>the day of the day-month-year representation of the date,
|
2495
2463
|
as a number between 1 and 12</p></td>
|
2496
2464
|
<td class="struct_member_annotations"> </td>
|
2497
2465
|
</tr>
|
2498
2466
|
<tr>
|
2499
|
-
<td class="struct_member_name"><p><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GDate.year"></a>year</code></em> : 16;</p></td>
|
2467
|
+
<td class="struct_member_name"><p><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> <em class="structfield"><code><a name="GDate.year"></a>year</code></em> : 16;</p></td>
|
2500
2468
|
<td class="struct_member_description"><p>the day of the day-month-year representation of the date</p></td>
|
2501
2469
|
<td class="struct_member_annotations"> </td>
|
2502
2470
|
</tr>
|
@@ -2527,11 +2495,11 @@ function.</p>
|
|
2527
2495
|
3
|
2528
2496
|
4
|
2529
2497
|
5</pre></td>
|
2530
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
2531
|
-
|
2498
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">time_t</span> ttime<span class="gtkdoc opt">;</span>
|
2499
|
+
GTime gtime<span class="gtkdoc opt">;</span>
|
2532
2500
|
|
2533
|
-
<span class="function">time</span
|
2534
|
-
|
2501
|
+
<span class="function">time</span> <span class="gtkdoc opt">(&</span>ttime<span class="gtkdoc opt">);</span>
|
2502
|
+
gtime <span class="gtkdoc opt">= (</span>GTime<span class="gtkdoc opt">)</span>ttime<span class="gtkdoc opt">;</span></pre></td>
|
2535
2503
|
</tr>
|
2536
2504
|
</tbody>
|
2537
2505
|
</table>
|
@@ -2546,7 +2514,7 @@ function.</p>
|
|
2546
2514
|
to mark a number as a day, month, or year.</p>
|
2547
2515
|
<div class="refsect3">
|
2548
2516
|
<a name="id-1.5.9.8.6.4"></a><h4>Members</h4>
|
2549
|
-
<div class="informaltable"><table width="100%" border="0">
|
2517
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2550
2518
|
<colgroup>
|
2551
2519
|
<col width="300px" class="enum_members_name">
|
2552
2520
|
<col class="enum_members_description">
|
@@ -2593,7 +2561,7 @@ to mark a number as a day, month, or year.</p>
|
|
2593
2561
|
<a class="link" href="glib-Date-and-Time-Functions.html#G-DATE-FEBRUARY:CAPS"><span class="type">G_DATE_FEBRUARY</span></a>, etc. <a class="link" href="glib-Date-and-Time-Functions.html#G-DATE-BAD-MONTH:CAPS"><span class="type">G_DATE_BAD_MONTH</span></a> is the invalid value.</p>
|
2594
2562
|
<div class="refsect3">
|
2595
2563
|
<a name="id-1.5.9.8.8.4"></a><h4>Members</h4>
|
2596
|
-
<div class="informaltable"><table width="100%" border="0">
|
2564
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2597
2565
|
<colgroup>
|
2598
2566
|
<col width="300px" class="enum_members_name">
|
2599
2567
|
<col class="enum_members_description">
|
@@ -2711,7 +2679,7 @@ allowed. The year is represented with four digits.</p>
|
|
2711
2679
|
<a class="link" href="glib-Date-and-Time-Functions.html#G-DATE-TUESDAY:CAPS"><span class="type">G_DATE_TUESDAY</span></a>, etc. <a class="link" href="glib-Date-and-Time-Functions.html#G-DATE-BAD-WEEKDAY:CAPS"><span class="type">G_DATE_BAD_WEEKDAY</span></a> is an invalid weekday.</p>
|
2712
2680
|
<div class="refsect3">
|
2713
2681
|
<a name="id-1.5.9.8.10.4"></a><h4>Members</h4>
|
2714
|
-
<div class="informaltable"><table width="100%" border="0">
|
2682
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2715
2683
|
<colgroup>
|
2716
2684
|
<col width="300px" class="enum_members_name">
|
2717
2685
|
<col class="enum_members_description">
|
@@ -2802,7 +2770,6 @@ allowed. The year is represented with four digits.</p>
|
|
2802
2770
|
</div>
|
2803
2771
|
</div>
|
2804
2772
|
<div class="footer">
|
2805
|
-
<hr>
|
2806
|
-
Generated by GTK-Doc V1.21.1</div>
|
2773
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
2807
2774
|
</body>
|
2808
2775
|
</html>
|