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>Testing: 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-Bookmark-file-parser.html" title="Bookmark file parser">
|
10
10
|
<link rel="next" href="glib-UNIX-specific-utilities-and-integration.html" title="UNIX-specific utilities and integration">
|
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-Testing.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">
|
@@ -452,6 +452,12 @@
|
|
452
452
|
<tr>
|
453
453
|
<td class="define_keyword">#define</td>
|
454
454
|
<td class="function_name">
|
455
|
+
<a class="link" href="glib-Testing.html#g-assert-cmpmem" title="g_assert_cmpmem()">g_assert_cmpmem</a><span class="c_punctuation">()</span>
|
456
|
+
</td>
|
457
|
+
</tr>
|
458
|
+
<tr>
|
459
|
+
<td class="define_keyword">#define</td>
|
460
|
+
<td class="function_name">
|
455
461
|
<a class="link" href="glib-Testing.html#g-assert-no-error" title="g_assert_no_error()">g_assert_no_error</a><span class="c_punctuation">()</span>
|
456
462
|
</td>
|
457
463
|
</tr>
|
@@ -554,7 +560,7 @@
|
|
554
560
|
</div>
|
555
561
|
<div class="refsect1">
|
556
562
|
<a name="glib-Testing.other"></a><h2>Types and Values</h2>
|
557
|
-
<div class="informaltable"><table width="100%" border="0">
|
563
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
558
564
|
<colgroup>
|
559
565
|
<col width="150px" class="name">
|
560
566
|
<col class="description">
|
@@ -613,7 +619,7 @@ and test cases implicitly. A simple call like</p>
|
|
613
619
|
<tbody>
|
614
620
|
<tr>
|
615
621
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
616
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="glib-Testing.html#g-test-add-func">g_test_add_func</a></span
|
622
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="glib-Testing.html#g-test-add-func">g_test_add_func</a></span> <span class="gtkdoc opt">(</span><span class="string">"/misc/assertions"</span><span class="gtkdoc opt">,</span> test_assertions<span class="gtkdoc opt">);</span></pre></td>
|
617
623
|
</tr>
|
618
624
|
</tbody>
|
619
625
|
</table>
|
@@ -623,11 +629,11 @@ and test cases implicitly. A simple call like</p>
|
|
623
629
|
creates a test suite called "misc" with a single test case named
|
624
630
|
"assertions", which consists of running the test_assertions function.</p>
|
625
631
|
<p>In addition to the traditional <a class="link" href="glib-Testing.html#g-assert" title="g_assert()"><code class="function">g_assert()</code></a>, the test framework provides
|
626
|
-
an extended set of assertions for
|
627
|
-
<a class="link" href="glib-Testing.html#g-assert-
|
628
|
-
<a class="link" href="glib-Testing.html#g-assert-
|
629
|
-
over plain <a class="link" href="glib-Testing.html#g-assert" title="g_assert()"><code class="function">g_assert()</code></a> is that the assertion messages can be
|
630
|
-
elaborate, and include the values of the compared entities.</p>
|
632
|
+
an extended set of assertions for comparisons: <a class="link" href="glib-Testing.html#g-assert-cmpfloat" title="g_assert_cmpfloat()"><code class="function">g_assert_cmpfloat()</code></a>,
|
633
|
+
<a class="link" href="glib-Testing.html#g-assert-cmpint" title="g_assert_cmpint()"><code class="function">g_assert_cmpint()</code></a>, <a class="link" href="glib-Testing.html#g-assert-cmpuint" title="g_assert_cmpuint()"><code class="function">g_assert_cmpuint()</code></a>, <a class="link" href="glib-Testing.html#g-assert-cmphex" title="g_assert_cmphex()"><code class="function">g_assert_cmphex()</code></a>,
|
634
|
+
<a class="link" href="glib-Testing.html#g-assert-cmpstr" title="g_assert_cmpstr()"><code class="function">g_assert_cmpstr()</code></a>, and <a class="link" href="glib-Testing.html#g-assert-cmpmem" title="g_assert_cmpmem()"><code class="function">g_assert_cmpmem()</code></a>. The advantage of these
|
635
|
+
variants over plain <a class="link" href="glib-Testing.html#g-assert" title="g_assert()"><code class="function">g_assert()</code></a> is that the assertion messages can be
|
636
|
+
more elaborate, and include the values of the compared entities.</p>
|
631
637
|
<p>GLib ships with two utilities called <a href="gtester.html">gtester</a> and
|
632
638
|
<a href="gtester-report.html">gtester-report</a> to facilitate running tests and producing
|
633
639
|
nicely formatted test reports.</p>
|
@@ -696,66 +702,66 @@ nicely formatted test reports.</p>
|
|
696
702
|
58
|
697
703
|
59
|
698
704
|
60</pre></td>
|
699
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
700
|
-
<span class="
|
705
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc ppc">#include <glib.h></span>
|
706
|
+
<span class="gtkdoc ppc">#include <locale.h></span>
|
701
707
|
|
702
|
-
<span class="
|
703
|
-
|
704
|
-
|
705
|
-
<span class="
|
708
|
+
<span class="gtkdoc kwc">typedef</span> <span class="gtkdoc kwb">struct</span> <span class="gtkdoc opt">{</span>
|
709
|
+
MyObject <span class="gtkdoc opt">*</span>obj<span class="gtkdoc opt">;</span>
|
710
|
+
OtherObject <span class="gtkdoc opt">*</span>helper<span class="gtkdoc opt">;</span>
|
711
|
+
<span class="gtkdoc opt">}</span> MyObjectFixture<span class="gtkdoc opt">;</span>
|
706
712
|
|
707
|
-
<span class="
|
708
|
-
<span class="function">my_object_fixture_set_up</span
|
709
|
-
|
710
|
-
<span class="
|
711
|
-
<span class="
|
712
|
-
<span class="
|
713
|
-
<span class="
|
713
|
+
<span class="gtkdoc kwb">static void</span>
|
714
|
+
<span class="function">my_object_fixture_set_up</span> <span class="gtkdoc opt">(</span>MyObjectFixture <span class="gtkdoc opt">*</span>fixture<span class="gtkdoc opt">,</span>
|
715
|
+
gconstpointer user_data<span class="gtkdoc opt">)</span>
|
716
|
+
<span class="gtkdoc opt">{</span>
|
717
|
+
fixture<span class="gtkdoc opt">-></span>obj <span class="gtkdoc opt">=</span> <span class="function">my_object_new</span> <span class="gtkdoc opt">();</span>
|
718
|
+
<span class="function">my_object_set_prop1</span> <span class="gtkdoc opt">(</span>fixture<span class="gtkdoc opt">-></span>obj<span class="gtkdoc opt">,</span> <span class="string">"some-value"</span><span class="gtkdoc opt">);</span>
|
719
|
+
<span class="function">my_object_do_some_complex_setup</span> <span class="gtkdoc opt">(</span>fixture<span class="gtkdoc opt">-></span>obj<span class="gtkdoc opt">,</span> user_data<span class="gtkdoc opt">);</span>
|
714
720
|
|
715
|
-
<span class="
|
716
|
-
<span class="
|
721
|
+
fixture<span class="gtkdoc opt">-></span>helper <span class="gtkdoc opt">=</span> <span class="function">other_object_new</span> <span class="gtkdoc opt">();</span>
|
722
|
+
<span class="gtkdoc opt">}</span>
|
717
723
|
|
718
|
-
<span class="
|
719
|
-
<span class="function">my_object_fixture_tear_down</span
|
720
|
-
|
721
|
-
<span class="
|
722
|
-
<span class="
|
723
|
-
<span class="
|
724
|
-
<span class="
|
724
|
+
<span class="gtkdoc kwb">static void</span>
|
725
|
+
<span class="function">my_object_fixture_tear_down</span> <span class="gtkdoc opt">(</span>MyObjectFixture <span class="gtkdoc opt">*</span>fixture<span class="gtkdoc opt">,</span>
|
726
|
+
gconstpointer user_data<span class="gtkdoc opt">)</span>
|
727
|
+
<span class="gtkdoc opt">{</span>
|
728
|
+
<span class="function"><a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-clear-object">g_clear_object</a></span> <span class="gtkdoc opt">(&</span>fixture<span class="gtkdoc opt">-></span>helper<span class="gtkdoc opt">);</span>
|
729
|
+
<span class="function"><a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-clear-object">g_clear_object</a></span> <span class="gtkdoc opt">(&</span>fixture<span class="gtkdoc opt">-></span>obj<span class="gtkdoc opt">);</span>
|
730
|
+
<span class="gtkdoc opt">}</span>
|
725
731
|
|
726
|
-
<span class="
|
727
|
-
<span class="function">test_my_object_test1</span
|
728
|
-
|
729
|
-
<span class="
|
730
|
-
<span class="
|
731
|
-
<span class="
|
732
|
+
<span class="gtkdoc kwb">static void</span>
|
733
|
+
<span class="function">test_my_object_test1</span> <span class="gtkdoc opt">(</span>MyObjectFixture <span class="gtkdoc opt">*</span>fixture<span class="gtkdoc opt">,</span>
|
734
|
+
gconstpointer user_data<span class="gtkdoc opt">)</span>
|
735
|
+
<span class="gtkdoc opt">{</span>
|
736
|
+
<span class="function"><a href="glib-Testing.html#g-assert-cmpstr">g_assert_cmpstr</a></span> <span class="gtkdoc opt">(</span><span class="function">my_object_get_property</span> <span class="gtkdoc opt">(</span>fixture<span class="gtkdoc opt">-></span>obj<span class="gtkdoc opt">), ==,</span> <span class="string">"initial-value"</span><span class="gtkdoc opt">);</span>
|
737
|
+
<span class="gtkdoc opt">}</span>
|
732
738
|
|
733
|
-
<span class="
|
734
|
-
<span class="function">test_my_object_test2</span
|
735
|
-
|
736
|
-
<span class="
|
737
|
-
<span class="
|
738
|
-
<span class="
|
739
|
-
<span class="
|
739
|
+
<span class="gtkdoc kwb">static void</span>
|
740
|
+
<span class="function">test_my_object_test2</span> <span class="gtkdoc opt">(</span>MyObjectFixture <span class="gtkdoc opt">*</span>fixture<span class="gtkdoc opt">,</span>
|
741
|
+
gconstpointer user_data<span class="gtkdoc opt">)</span>
|
742
|
+
<span class="gtkdoc opt">{</span>
|
743
|
+
<span class="function">my_object_do_some_work_using_helper</span> <span class="gtkdoc opt">(</span>fixture<span class="gtkdoc opt">-></span>obj<span class="gtkdoc opt">,</span> fixture<span class="gtkdoc opt">-></span>helper<span class="gtkdoc opt">);</span>
|
744
|
+
<span class="function"><a href="glib-Testing.html#g-assert-cmpstr">g_assert_cmpstr</a></span> <span class="gtkdoc opt">(</span><span class="function">my_object_get_property</span> <span class="gtkdoc opt">(</span>fixture<span class="gtkdoc opt">-></span>obj<span class="gtkdoc opt">), ==,</span> <span class="string">"updated-value"</span><span class="gtkdoc opt">);</span>
|
745
|
+
<span class="gtkdoc opt">}</span>
|
740
746
|
|
741
|
-
<span class="
|
742
|
-
<span class="function">main</span
|
743
|
-
<span class="
|
744
|
-
<span class="
|
747
|
+
<span class="gtkdoc kwb">int</span>
|
748
|
+
<span class="function">main</span> <span class="gtkdoc opt">(</span><span class="gtkdoc kwb">int</span> argc<span class="gtkdoc opt">,</span> <span class="gtkdoc kwb">char</span> <span class="gtkdoc opt">*</span>argv<span class="gtkdoc opt">[])</span>
|
749
|
+
<span class="gtkdoc opt">{</span>
|
750
|
+
<span class="function"><a href="glib-running.html#setlocale">setlocale</a></span> <span class="gtkdoc opt">(</span>LC_ALL<span class="gtkdoc opt">,</span> <span class="string">""</span><span class="gtkdoc opt">);</span>
|
745
751
|
|
746
|
-
<span class="
|
747
|
-
<span class="
|
752
|
+
<span class="function"><a href="glib-Testing.html#g-test-init">g_test_init</a></span> <span class="gtkdoc opt">(&</span>argc<span class="gtkdoc opt">, &</span>argv<span class="gtkdoc opt">,</span> NULL<span class="gtkdoc opt">);</span>
|
753
|
+
<span class="function"><a href="glib-Testing.html#g-test-bug-base">g_test_bug_base</a></span> <span class="gtkdoc opt">(</span><span class="string">"http://bugzilla.gnome.org/show_bug.cgi?id="</span><span class="gtkdoc opt">);</span>
|
748
754
|
|
749
|
-
<span class="
|
750
|
-
<span class="
|
751
|
-
<span class="
|
752
|
-
<span class="
|
753
|
-
<span class="
|
754
|
-
<span class="
|
755
|
-
<span class="
|
755
|
+
<span class="gtkdoc slc">// Define the tests.</span>
|
756
|
+
<span class="function"><a href="glib-Testing.html#g-test-add">g_test_add</a></span> <span class="gtkdoc opt">(</span><span class="string">"/my-object/test1"</span><span class="gtkdoc opt">,</span> MyObjectFixture<span class="gtkdoc opt">,</span> <span class="string">"some-user-data"</span><span class="gtkdoc opt">,</span>
|
757
|
+
my_object_fixture_set_up<span class="gtkdoc opt">,</span> test_my_object_test1<span class="gtkdoc opt">,</span>
|
758
|
+
my_object_fixture_tear_down<span class="gtkdoc opt">);</span>
|
759
|
+
<span class="function"><a href="glib-Testing.html#g-test-add">g_test_add</a></span> <span class="gtkdoc opt">(</span><span class="string">"/my-object/test2"</span><span class="gtkdoc opt">,</span> MyObjectFixture<span class="gtkdoc opt">,</span> <span class="string">"some-user-data"</span><span class="gtkdoc opt">,</span>
|
760
|
+
my_object_fixture_set_up<span class="gtkdoc opt">,</span> test_my_object_test2<span class="gtkdoc opt">,</span>
|
761
|
+
my_object_fixture_tear_down<span class="gtkdoc opt">);</span>
|
756
762
|
|
757
|
-
<span class="
|
758
|
-
<span class="
|
763
|
+
<span class="keyword">return</span> <span class="function"><a href="glib-Testing.html#g-test-run">g_test_run</a></span> <span class="gtkdoc opt">();</span>
|
764
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
759
765
|
</tr>
|
760
766
|
</tbody>
|
761
767
|
</table>
|
@@ -779,7 +785,7 @@ this and <em class="parameter"><code>minimized_quantity</code></em>
|
|
779
785
|
order for test result reports.</p>
|
780
786
|
<div class="refsect3">
|
781
787
|
<a name="id-1.5.29.7.2.5"></a><h4>Parameters</h4>
|
782
|
-
<div class="informaltable"><table width="100%" border="0">
|
788
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
783
789
|
<colgroup>
|
784
790
|
<col width="150px" class="parameters_name">
|
785
791
|
<col class="parameters_description">
|
@@ -804,7 +810,7 @@ order for test result reports.</p>
|
|
804
810
|
</tbody>
|
805
811
|
</table></div>
|
806
812
|
</div>
|
807
|
-
<p class="since">Since 2.16</p>
|
813
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
808
814
|
</div>
|
809
815
|
<hr>
|
810
816
|
<div class="refsect2">
|
@@ -821,7 +827,7 @@ this and <em class="parameter"><code>maximized_quantity</code></em>
|
|
821
827
|
order for test result reports.</p>
|
822
828
|
<div class="refsect3">
|
823
829
|
<a name="id-1.5.29.7.3.5"></a><h4>Parameters</h4>
|
824
|
-
<div class="informaltable"><table width="100%" border="0">
|
830
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
825
831
|
<colgroup>
|
826
832
|
<col width="150px" class="parameters_name">
|
827
833
|
<col class="parameters_description">
|
@@ -846,7 +852,7 @@ order for test result reports.</p>
|
|
846
852
|
</tbody>
|
847
853
|
</table></div>
|
848
854
|
</div>
|
849
|
-
<p class="since">Since 2.16</p>
|
855
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
850
856
|
</div>
|
851
857
|
<hr>
|
852
858
|
<div class="refsect2">
|
@@ -882,7 +888,7 @@ that appropriate assertions or warnings are given</p>
|
|
882
888
|
</ul></div>
|
883
889
|
<div class="refsect3">
|
884
890
|
<a name="id-1.5.29.7.4.7"></a><h4>Parameters</h4>
|
885
|
-
<div class="informaltable"><table width="100%" border="0">
|
891
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
886
892
|
<colgroup>
|
887
893
|
<col width="150px" class="parameters_name">
|
888
894
|
<col class="parameters_description">
|
@@ -913,7 +919,7 @@ will cause <a class="link" href="glib-Testing.html#g-test-init" title="g_test_in
|
|
913
919
|
</tbody>
|
914
920
|
</table></div>
|
915
921
|
</div>
|
916
|
-
<p class="since">Since 2.16</p>
|
922
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
917
923
|
</div>
|
918
924
|
<hr>
|
919
925
|
<div class="refsect2">
|
@@ -923,9 +929,8 @@ will cause <a class="link" href="glib-Testing.html#g-test-init" title="g_test_in
|
|
923
929
|
<div class="refsect3">
|
924
930
|
<a name="id-1.5.29.7.5.5"></a><h4>Returns</h4>
|
925
931
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <a class="link" href="glib-Testing.html#g-test-init" title="g_test_init ()"><code class="function">g_test_init()</code></a> has been called.</p>
|
926
|
-
<p></p>
|
927
932
|
</div>
|
928
|
-
<p class="since">Since 2.36</p>
|
933
|
+
<p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
|
929
934
|
</div>
|
930
935
|
<hr>
|
931
936
|
<div class="refsect2">
|
@@ -937,7 +942,6 @@ there is no "medium speed".</p>
|
|
937
942
|
<div class="refsect3">
|
938
943
|
<a name="id-1.5.29.7.6.5"></a><h4>Returns</h4>
|
939
944
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if in quick mode</p>
|
940
|
-
<p></p>
|
941
945
|
</div>
|
942
946
|
</div>
|
943
947
|
<hr>
|
@@ -950,7 +954,6 @@ there is no "medium speed".</p>
|
|
950
954
|
<div class="refsect3">
|
951
955
|
<a name="id-1.5.29.7.7.5"></a><h4>Returns</h4>
|
952
956
|
<p> the opposite of <a class="link" href="glib-Testing.html#g-test-quick" title="g_test_quick"><code class="function">g_test_quick()</code></a></p>
|
953
|
-
<p></p>
|
954
957
|
</div>
|
955
958
|
</div>
|
956
959
|
<hr>
|
@@ -962,7 +965,6 @@ there is no "medium speed".</p>
|
|
962
965
|
<div class="refsect3">
|
963
966
|
<a name="id-1.5.29.7.8.5"></a><h4>Returns</h4>
|
964
967
|
<p> the same thing as <a class="link" href="glib-Testing.html#g-test-slow" title="g_test_slow"><code class="function">g_test_slow()</code></a></p>
|
965
|
-
<p></p>
|
966
968
|
</div>
|
967
969
|
</div>
|
968
970
|
<hr>
|
@@ -973,7 +975,6 @@ there is no "medium speed".</p>
|
|
973
975
|
<div class="refsect3">
|
974
976
|
<a name="id-1.5.29.7.9.5"></a><h4>Returns</h4>
|
975
977
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if in performance mode</p>
|
976
|
-
<p></p>
|
977
978
|
</div>
|
978
979
|
</div>
|
979
980
|
<hr>
|
@@ -985,7 +986,6 @@ The default is neither <a class="link" href="glib-Testing.html#g-test-verbose" t
|
|
985
986
|
<div class="refsect3">
|
986
987
|
<a name="id-1.5.29.7.10.5"></a><h4>Returns</h4>
|
987
988
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if in verbose mode</p>
|
988
|
-
<p></p>
|
989
989
|
</div>
|
990
990
|
</div>
|
991
991
|
<hr>
|
@@ -998,7 +998,6 @@ cases, be useful to turn this off if running tests under valgrind.</p>
|
|
998
998
|
<div class="refsect3">
|
999
999
|
<a name="id-1.5.29.7.11.5"></a><h4>Returns</h4>
|
1000
1000
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if tests may provoke programming errors</p>
|
1001
|
-
<p></p>
|
1002
1001
|
</div>
|
1003
1002
|
</div>
|
1004
1003
|
<hr>
|
@@ -1010,7 +1009,6 @@ The default is neither <a class="link" href="glib-Testing.html#g-test-verbose" t
|
|
1010
1009
|
<div class="refsect3">
|
1011
1010
|
<a name="id-1.5.29.7.12.5"></a><h4>Returns</h4>
|
1012
1011
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if in quiet mode</p>
|
1013
|
-
<p></p>
|
1014
1012
|
</div>
|
1015
1013
|
</div>
|
1016
1014
|
<hr>
|
@@ -1024,9 +1022,8 @@ program is running under <a class="link" href="glib-Testing.html#g-test-trap-sub
|
|
1024
1022
|
<a name="id-1.5.29.7.13.5"></a><h4>Returns</h4>
|
1025
1023
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the test program is running under
|
1026
1024
|
<a class="link" href="glib-Testing.html#g-test-trap-subprocess" title="g_test_trap_subprocess ()"><code class="function">g_test_trap_subprocess()</code></a>.</p>
|
1027
|
-
<p></p>
|
1028
1025
|
</div>
|
1029
|
-
<p class="since">Since 2.38</p>
|
1026
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
1030
1027
|
</div>
|
1031
1028
|
<hr>
|
1032
1029
|
<div class="refsect2">
|
@@ -1064,9 +1061,8 @@ producing TAP output, or 77 (treated as "skip test" by Automake) otherwise.</p>
|
|
1064
1061
|
<a name="id-1.5.29.7.14.8"></a><h4>Returns</h4>
|
1065
1062
|
<p> 0 on success, 1 on failure (assuming it returns at all),
|
1066
1063
|
0 or 77 if all tests were skipped with <a class="link" href="glib-Testing.html#g-test-skip" title="g_test_skip ()"><code class="function">g_test_skip()</code></a></p>
|
1067
|
-
<p></p>
|
1068
1064
|
</div>
|
1069
|
-
<p class="since">Since 2.16</p>
|
1065
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1070
1066
|
</div>
|
1071
1067
|
<hr>
|
1072
1068
|
<div class="refsect2">
|
@@ -1074,7 +1070,7 @@ producing TAP output, or 77 (treated as "skip test" by Automake) otherwise.</p>
|
|
1074
1070
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1075
1071
|
<span class="c_punctuation">(</span>*GTestFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1076
1072
|
<p>The type used for test case functions.</p>
|
1077
|
-
<p class="since">Since 2.28</p>
|
1073
|
+
<p class="since">Since: <a class="link" href="api-index-2-28.html#api-index-2.28">2.28</a></p>
|
1078
1074
|
</div>
|
1079
1075
|
<hr>
|
1080
1076
|
<div class="refsect2">
|
@@ -1093,7 +1089,7 @@ the test will be skipped by default, and only run if explicitly
|
|
1093
1089
|
required via the <code class="literal">-p</code> command-line option or <a class="link" href="glib-Testing.html#g-test-trap-subprocess" title="g_test_trap_subprocess ()"><code class="function">g_test_trap_subprocess()</code></a>.</p>
|
1094
1090
|
<div class="refsect3">
|
1095
1091
|
<a name="id-1.5.29.7.16.6"></a><h4>Parameters</h4>
|
1096
|
-
<div class="informaltable"><table width="100%" border="0">
|
1092
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1097
1093
|
<colgroup>
|
1098
1094
|
<col width="150px" class="parameters_name">
|
1099
1095
|
<col class="parameters_description">
|
@@ -1113,7 +1109,7 @@ required via the <code class="literal">-p</code> command-line option or <a class
|
|
1113
1109
|
</tbody>
|
1114
1110
|
</table></div>
|
1115
1111
|
</div>
|
1116
|
-
<p class="since">Since 2.16</p>
|
1112
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1117
1113
|
</div>
|
1118
1114
|
<hr>
|
1119
1115
|
<div class="refsect2">
|
@@ -1124,7 +1120,7 @@ required via the <code class="literal">-p</code> command-line option or <a class
|
|
1124
1120
|
argument.</p>
|
1125
1121
|
<div class="refsect3">
|
1126
1122
|
<a name="id-1.5.29.7.17.5"></a><h4>Parameters</h4>
|
1127
|
-
<div class="informaltable"><table width="100%" border="0">
|
1123
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1128
1124
|
<colgroup>
|
1129
1125
|
<col width="150px" class="parameters_name">
|
1130
1126
|
<col class="parameters_description">
|
@@ -1137,7 +1133,7 @@ argument.</p>
|
|
1137
1133
|
</tr></tbody>
|
1138
1134
|
</table></div>
|
1139
1135
|
</div>
|
1140
|
-
<p class="since">Since 2.28</p>
|
1136
|
+
<p class="since">Since: <a class="link" href="api-index-2-28.html#api-index-2.28">2.28</a></p>
|
1141
1137
|
</div>
|
1142
1138
|
<hr>
|
1143
1139
|
<div class="refsect2">
|
@@ -1160,7 +1156,7 @@ the test will be skipped by default, and only run if explicitly
|
|
1160
1156
|
required via the <code class="literal">-p</code> command-line option or <a class="link" href="glib-Testing.html#g-test-trap-subprocess" title="g_test_trap_subprocess ()"><code class="function">g_test_trap_subprocess()</code></a>.</p>
|
1161
1157
|
<div class="refsect3">
|
1162
1158
|
<a name="id-1.5.29.7.18.6"></a><h4>Parameters</h4>
|
1163
|
-
<div class="informaltable"><table width="100%" border="0">
|
1159
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1164
1160
|
<colgroup>
|
1165
1161
|
<col width="150px" class="parameters_name">
|
1166
1162
|
<col class="parameters_description">
|
@@ -1185,7 +1181,7 @@ required via the <code class="literal">-p</code> command-line option or <a class
|
|
1185
1181
|
</tbody>
|
1186
1182
|
</table></div>
|
1187
1183
|
</div>
|
1188
|
-
<p class="since">Since 2.16</p>
|
1184
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1189
1185
|
</div>
|
1190
1186
|
<hr>
|
1191
1187
|
<div class="refsect2">
|
@@ -1200,7 +1196,7 @@ g_test_add_data_func_full (<em class="parameter"><code>const <span class="type">
|
|
1200
1196
|
after the test run is complete.</p>
|
1201
1197
|
<div class="refsect3">
|
1202
1198
|
<a name="id-1.5.29.7.19.5"></a><h4>Parameters</h4>
|
1203
|
-
<div class="informaltable"><table width="100%" border="0">
|
1199
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1204
1200
|
<colgroup>
|
1205
1201
|
<col width="150px" class="parameters_name">
|
1206
1202
|
<col class="parameters_description">
|
@@ -1231,7 +1227,7 @@ g_test_add_data_func_full (<em class="parameter"><code>const <span class="type">
|
|
1231
1227
|
</tbody>
|
1232
1228
|
</table></div>
|
1233
1229
|
</div>
|
1234
|
-
<p class="since">Since 2.34</p>
|
1230
|
+
<p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p>
|
1235
1231
|
</div>
|
1236
1232
|
<hr>
|
1237
1233
|
<div class="refsect2">
|
@@ -1247,7 +1243,7 @@ similar to <a class="link" href="glib-Testing.html#g-test-create-case" title="g_
|
|
1247
1243
|
in a type safe manner. They otherwise have type <a class="link" href="glib-Testing.html#GTestFixtureFunc" title="GTestFixtureFunc ()"><span class="type">GTestFixtureFunc</span></a>.</p>
|
1248
1244
|
<div class="refsect3">
|
1249
1245
|
<a name="id-1.5.29.7.20.6"></a><h4>Parameters</h4>
|
1250
|
-
<div class="informaltable"><table width="100%" border="0">
|
1246
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1251
1247
|
<colgroup>
|
1252
1248
|
<col width="150px" class="parameters_name">
|
1253
1249
|
<col class="parameters_description">
|
@@ -1287,7 +1283,7 @@ in a type safe manner. They otherwise have type <a class="link" href="glib-Testi
|
|
1287
1283
|
</tbody>
|
1288
1284
|
</table></div>
|
1289
1285
|
</div>
|
1290
|
-
<p class="since">Since 2.16</p>
|
1286
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1291
1287
|
</div>
|
1292
1288
|
<hr>
|
1293
1289
|
<div class="refsect2">
|
@@ -1316,7 +1312,7 @@ installed tests, assuming the data files have been installed in the
|
|
1316
1312
|
same relative path as the test binary.</p>
|
1317
1313
|
<div class="refsect3">
|
1318
1314
|
<a name="id-1.5.29.7.21.9"></a><h4>Parameters</h4>
|
1319
|
-
<div class="informaltable"><table width="100%" border="0">
|
1315
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1320
1316
|
<colgroup>
|
1321
1317
|
<col width="150px" class="parameters_name">
|
1322
1318
|
<col class="parameters_description">
|
@@ -1344,9 +1340,8 @@ same relative path as the test binary.</p>
|
|
1344
1340
|
<div class="refsect3">
|
1345
1341
|
<a name="id-1.5.29.7.21.10"></a><h4>Returns</h4>
|
1346
1342
|
<p> the path of the file, to be freed using <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a></p>
|
1347
|
-
<p></p>
|
1348
1343
|
</div>
|
1349
|
-
<p class="since">Since 2.38</p>
|
1344
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
1350
1345
|
</div>
|
1351
1346
|
<hr>
|
1352
1347
|
<div class="refsect2">
|
@@ -1367,7 +1362,7 @@ function returns (ie: it is best to ensure that all threads have been
|
|
1367
1362
|
joined).</p>
|
1368
1363
|
<div class="refsect3">
|
1369
1364
|
<a name="id-1.5.29.7.22.7"></a><h4>Parameters</h4>
|
1370
|
-
<div class="informaltable"><table width="100%" border="0">
|
1365
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1371
1366
|
<colgroup>
|
1372
1367
|
<col width="150px" class="parameters_name">
|
1373
1368
|
<col class="parameters_description">
|
@@ -1395,9 +1390,8 @@ joined).</p>
|
|
1395
1390
|
<div class="refsect3">
|
1396
1391
|
<a name="id-1.5.29.7.22.8"></a><h4>Returns</h4>
|
1397
1392
|
<p> the path, automatically freed at the end of the testcase</p>
|
1398
|
-
<p></p>
|
1399
1393
|
</div>
|
1400
|
-
<p class="since">Since 2.38</p>
|
1394
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
1401
1395
|
</div>
|
1402
1396
|
<hr>
|
1403
1397
|
<div class="refsect2">
|
@@ -1411,7 +1405,7 @@ specified by <em class="parameter"><code>file_type</code></em>
|
|
1411
1405
|
but you don't need to free the return value.</p>
|
1412
1406
|
<div class="refsect3">
|
1413
1407
|
<a name="id-1.5.29.7.23.6"></a><h4>Parameters</h4>
|
1414
|
-
<div class="informaltable"><table width="100%" border="0">
|
1408
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1415
1409
|
<colgroup>
|
1416
1410
|
<col width="150px" class="parameters_name">
|
1417
1411
|
<col class="parameters_description">
|
@@ -1427,9 +1421,8 @@ but you don't need to free the return value.</p>
|
|
1427
1421
|
<div class="refsect3">
|
1428
1422
|
<a name="id-1.5.29.7.23.7"></a><h4>Returns</h4>
|
1429
1423
|
<p> the path of the directory, owned by GLib</p>
|
1430
|
-
<p></p>
|
1431
1424
|
</div>
|
1432
|
-
<p class="since">Since 2.38</p>
|
1425
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
1433
1426
|
</div>
|
1434
1427
|
<hr>
|
1435
1428
|
<div class="refsect2">
|
@@ -1446,7 +1439,7 @@ need to return from the test function yourself. So you can
|
|
1446
1439
|
produce additional diagnostic messages or even continue running
|
1447
1440
|
the test.</p>
|
1448
1441
|
<p>If not called from inside a test, this function does nothing.</p>
|
1449
|
-
<p class="since">Since 2.30</p>
|
1442
|
+
<p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
|
1450
1443
|
</div>
|
1451
1444
|
<hr>
|
1452
1445
|
<div class="refsect2">
|
@@ -1461,7 +1454,7 @@ the test.</p>
|
|
1461
1454
|
<p>If not called from inside a test, this function does nothing.</p>
|
1462
1455
|
<div class="refsect3">
|
1463
1456
|
<a name="id-1.5.29.7.25.7"></a><h4>Parameters</h4>
|
1464
|
-
<div class="informaltable"><table width="100%" border="0">
|
1457
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1465
1458
|
<colgroup>
|
1466
1459
|
<col width="150px" class="parameters_name">
|
1467
1460
|
<col class="parameters_description">
|
@@ -1474,7 +1467,7 @@ the test.</p>
|
|
1474
1467
|
</tr></tbody>
|
1475
1468
|
</table></div>
|
1476
1469
|
</div>
|
1477
|
-
<p class="since">Since 2.38</p>
|
1470
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
1478
1471
|
</div>
|
1479
1472
|
<hr>
|
1480
1473
|
<div class="refsect2">
|
@@ -1491,7 +1484,7 @@ the test.</p>
|
|
1491
1484
|
<p>If not called from inside a test, this function does nothing.</p>
|
1492
1485
|
<div class="refsect3">
|
1493
1486
|
<a name="id-1.5.29.7.26.7"></a><h4>Parameters</h4>
|
1494
|
-
<div class="informaltable"><table width="100%" border="0">
|
1487
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1495
1488
|
<colgroup>
|
1496
1489
|
<col width="150px" class="parameters_name">
|
1497
1490
|
<col class="parameters_description">
|
@@ -1504,7 +1497,7 @@ the test.</p>
|
|
1504
1497
|
</tr></tbody>
|
1505
1498
|
</table></div>
|
1506
1499
|
</div>
|
1507
|
-
<p class="since">Since 2.38</p>
|
1500
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
1508
1501
|
</div>
|
1509
1502
|
<hr>
|
1510
1503
|
<div class="refsect2">
|
@@ -1522,9 +1515,8 @@ if it is called from inside a test function.</p>
|
|
1522
1515
|
<div class="refsect3">
|
1523
1516
|
<a name="id-1.5.29.7.27.7"></a><h4>Returns</h4>
|
1524
1517
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the test has failed</p>
|
1525
|
-
<p></p>
|
1526
1518
|
</div>
|
1527
|
-
<p class="since">Since 2.38</p>
|
1519
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
1528
1520
|
</div>
|
1529
1521
|
<hr>
|
1530
1522
|
<div class="refsect2">
|
@@ -1535,7 +1527,7 @@ g_test_message (<em class="parameter"><code>const <span class="type">char</span>
|
|
1535
1527
|
<p>Add a message to the test report.</p>
|
1536
1528
|
<div class="refsect3">
|
1537
1529
|
<a name="id-1.5.29.7.28.5"></a><h4>Parameters</h4>
|
1538
|
-
<div class="informaltable"><table width="100%" border="0">
|
1530
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1539
1531
|
<colgroup>
|
1540
1532
|
<col width="150px" class="parameters_name">
|
1541
1533
|
<col class="parameters_description">
|
@@ -1556,7 +1548,7 @@ g_test_message (<em class="parameter"><code>const <span class="type">char</span>
|
|
1556
1548
|
</tbody>
|
1557
1549
|
</table></div>
|
1558
1550
|
</div>
|
1559
|
-
<p class="since">Since 2.16</p>
|
1551
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1560
1552
|
</div>
|
1561
1553
|
<hr>
|
1562
1554
|
<div class="refsect2">
|
@@ -1577,7 +1569,7 @@ portion to <em class="parameter"><code>uri_pattern</code></em>
|
|
1577
1569
|
if that is present.</p>
|
1578
1570
|
<div class="refsect3">
|
1579
1571
|
<a name="id-1.5.29.7.29.6"></a><h4>Parameters</h4>
|
1580
|
-
<div class="informaltable"><table width="100%" border="0">
|
1572
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1581
1573
|
<colgroup>
|
1582
1574
|
<col width="150px" class="parameters_name">
|
1583
1575
|
<col class="parameters_description">
|
@@ -1590,7 +1582,7 @@ portion to <em class="parameter"><code>uri_pattern</code></em>
|
|
1590
1582
|
</tr></tbody>
|
1591
1583
|
</table></div>
|
1592
1584
|
</div>
|
1593
|
-
<p class="since">Since 2.16</p>
|
1585
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1594
1586
|
</div>
|
1595
1587
|
<hr>
|
1596
1588
|
<div class="refsect2">
|
@@ -1604,7 +1596,7 @@ and <em class="parameter"><code>bug_uri_snippet</code></em>
|
|
1604
1596
|
.</p>
|
1605
1597
|
<div class="refsect3">
|
1606
1598
|
<a name="id-1.5.29.7.30.5"></a><h4>Parameters</h4>
|
1607
|
-
<div class="informaltable"><table width="100%" border="0">
|
1599
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1608
1600
|
<colgroup>
|
1609
1601
|
<col width="150px" class="parameters_name">
|
1610
1602
|
<col class="parameters_description">
|
@@ -1617,7 +1609,7 @@ and <em class="parameter"><code>bug_uri_snippet</code></em>
|
|
1617
1609
|
</tr></tbody>
|
1618
1610
|
</table></div>
|
1619
1611
|
</div>
|
1620
|
-
<p class="since">Since 2.16</p>
|
1612
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1621
1613
|
</div>
|
1622
1614
|
<hr>
|
1623
1615
|
<div class="refsect2">
|
@@ -1630,7 +1622,7 @@ and <em class="parameter"><code>bug_uri_snippet</code></em>
|
|
1630
1622
|
<p>Specifies the prototype of fatal log handler functions.</p>
|
1631
1623
|
<div class="refsect3">
|
1632
1624
|
<a name="id-1.5.29.7.31.5"></a><h4>Parameters</h4>
|
1633
|
-
<div class="informaltable"><table width="100%" border="0">
|
1625
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1634
1626
|
<colgroup>
|
1635
1627
|
<col width="150px" class="parameters_name">
|
1636
1628
|
<col class="parameters_description">
|
@@ -1663,9 +1655,8 @@ and <em class="parameter"><code>bug_uri_snippet</code></em>
|
|
1663
1655
|
<div class="refsect3">
|
1664
1656
|
<a name="id-1.5.29.7.31.6"></a><h4>Returns</h4>
|
1665
1657
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the program should abort, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
|
1666
|
-
<p></p>
|
1667
1658
|
</div>
|
1668
|
-
<p class="since">Since 2.22</p>
|
1659
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
1669
1660
|
</div>
|
1670
1661
|
<hr>
|
1671
1662
|
<div class="refsect2">
|
@@ -1687,7 +1678,7 @@ function which needs the special behavior.</p>
|
|
1687
1678
|
<p>This handler has no effect on g_error messages.</p>
|
1688
1679
|
<div class="refsect3">
|
1689
1680
|
<a name="id-1.5.29.7.32.8"></a><h4>Parameters</h4>
|
1690
|
-
<div class="informaltable"><table width="100%" border="0">
|
1681
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1691
1682
|
<colgroup>
|
1692
1683
|
<col width="150px" class="parameters_name">
|
1693
1684
|
<col class="parameters_description">
|
@@ -1707,7 +1698,7 @@ function which needs the special behavior.</p>
|
|
1707
1698
|
</tbody>
|
1708
1699
|
</table></div>
|
1709
1700
|
</div>
|
1710
|
-
<p class="since">Since 2.22</p>
|
1701
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
1711
1702
|
</div>
|
1712
1703
|
<hr>
|
1713
1704
|
<div class="refsect2">
|
@@ -1716,7 +1707,7 @@ function which needs the special behavior.</p>
|
|
1716
1707
|
g_test_timer_start (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1717
1708
|
<p>Start a timing test. Call <a class="link" href="glib-Testing.html#g-test-timer-elapsed" title="g_test_timer_elapsed ()"><code class="function">g_test_timer_elapsed()</code></a> when the task is supposed
|
1718
1709
|
to be done. Call this function again to restart the timer.</p>
|
1719
|
-
<p class="since">Since 2.16</p>
|
1710
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1720
1711
|
</div>
|
1721
1712
|
<hr>
|
1722
1713
|
<div class="refsect2">
|
@@ -1727,9 +1718,8 @@ g_test_timer_elapsed (<em class="parameter"><code><span class="type">void</span>
|
|
1727
1718
|
<div class="refsect3">
|
1728
1719
|
<a name="id-1.5.29.7.34.5"></a><h4>Returns</h4>
|
1729
1720
|
<p> the time since the last start of the timer, as a double</p>
|
1730
|
-
<p></p>
|
1731
1721
|
</div>
|
1732
|
-
<p class="since">Since 2.16</p>
|
1722
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1733
1723
|
</div>
|
1734
1724
|
<hr>
|
1735
1725
|
<div class="refsect2">
|
@@ -1740,9 +1730,8 @@ g_test_timer_last (<em class="parameter"><code><span class="type">void</span></c
|
|
1740
1730
|
<div class="refsect3">
|
1741
1731
|
<a name="id-1.5.29.7.35.5"></a><h4>Returns</h4>
|
1742
1732
|
<p> the last result of <a class="link" href="glib-Testing.html#g-test-timer-elapsed" title="g_test_timer_elapsed ()"><code class="function">g_test_timer_elapsed()</code></a>, as a double</p>
|
1743
|
-
<p></p>
|
1744
1733
|
</div>
|
1745
|
-
<p class="since">Since 2.16</p>
|
1734
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1746
1735
|
</div>
|
1747
1736
|
<hr>
|
1748
1737
|
<div class="refsect2">
|
@@ -1754,7 +1743,7 @@ teardown phase. This is equivalent to calling <a class="link" href="glib-Testing
|
|
1754
1743
|
with a destroy callback of <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>.</p>
|
1755
1744
|
<div class="refsect3">
|
1756
1745
|
<a name="id-1.5.29.7.36.5"></a><h4>Parameters</h4>
|
1757
|
-
<div class="informaltable"><table width="100%" border="0">
|
1746
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1758
1747
|
<colgroup>
|
1759
1748
|
<col width="150px" class="parameters_name">
|
1760
1749
|
<col class="parameters_description">
|
@@ -1767,7 +1756,7 @@ with a destroy callback of <a class="link" href="glib-Memory-Allocation.html#g-f
|
|
1767
1756
|
</tr></tbody>
|
1768
1757
|
</table></div>
|
1769
1758
|
</div>
|
1770
|
-
<p class="since">Since 2.16</p>
|
1759
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1771
1760
|
</div>
|
1772
1761
|
<hr>
|
1773
1762
|
<div class="refsect2">
|
@@ -1784,7 +1773,7 @@ callback A before callback B will cause <code class="function">B()</code> to be
|
|
1784
1773
|
<code class="function">A()</code> during teardown.</p>
|
1785
1774
|
<div class="refsect3">
|
1786
1775
|
<a name="id-1.5.29.7.37.5"></a><h4>Parameters</h4>
|
1787
|
-
<div class="informaltable"><table width="100%" border="0">
|
1776
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1788
1777
|
<colgroup>
|
1789
1778
|
<col width="150px" class="parameters_name">
|
1790
1779
|
<col class="parameters_description">
|
@@ -1804,7 +1793,7 @@ callback A before callback B will cause <code class="function">B()</code> to be
|
|
1804
1793
|
</tbody>
|
1805
1794
|
</table></div>
|
1806
1795
|
</div>
|
1807
|
-
<p class="since">Since 2.16</p>
|
1796
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1808
1797
|
</div>
|
1809
1798
|
<hr>
|
1810
1799
|
<div class="refsect2">
|
@@ -1815,7 +1804,7 @@ the next teardown phase. This is equivalent to calling
|
|
1815
1804
|
<a class="link" href="glib-Testing.html#g-test-queue-destroy" title="g_test_queue_destroy ()"><code class="function">g_test_queue_destroy()</code></a> with a destroy callback of <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</p>
|
1816
1805
|
<div class="refsect3">
|
1817
1806
|
<a name="id-1.5.29.7.38.5"></a><h4>Parameters</h4>
|
1818
|
-
<div class="informaltable"><table width="100%" border="0">
|
1807
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1819
1808
|
<colgroup>
|
1820
1809
|
<col width="150px" class="parameters_name">
|
1821
1810
|
<col class="parameters_description">
|
@@ -1828,7 +1817,7 @@ the next teardown phase. This is equivalent to calling
|
|
1828
1817
|
</tr></tbody>
|
1829
1818
|
</table></div>
|
1830
1819
|
</div>
|
1831
|
-
<p class="since">Since 2.16</p>
|
1820
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1832
1821
|
</div>
|
1833
1822
|
<hr>
|
1834
1823
|
<div class="refsect2">
|
@@ -1861,13 +1850,13 @@ the same order as the calls to <a class="link" href="glib-Testing.html#g-test-ex
|
|
1861
1850
|
5
|
1862
1851
|
6
|
1863
1852
|
7</pre></td>
|
1864
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
1865
|
-
<span class="
|
1866
|
-
<span class="function"><a href="glib-Testing.html#g-test-expect-message">g_test_expect_message</a></span
|
1867
|
-
<span class="
|
1868
|
-
<span class="
|
1869
|
-
<span class="function"><a href="glib-The-Main-Event-Loop.html#g-main-context-push-thread-default">g_main_context_push_thread_default</a></span
|
1870
|
-
<span class="function"><a href="glib-Testing.html#g-test-assert-expected-messages">g_test_assert_expected_messages</a></span
|
1853
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc slc">// g_main_context_push_thread_default() should fail if the</span>
|
1854
|
+
<span class="gtkdoc slc">// context is already owned by another thread.</span>
|
1855
|
+
<span class="function"><a href="glib-Testing.html#g-test-expect-message">g_test_expect_message</a></span> <span class="gtkdoc opt">(</span>G_LOG_DOMAIN<span class="gtkdoc opt">,</span>
|
1856
|
+
G_LOG_LEVEL_CRITICAL<span class="gtkdoc opt">,</span>
|
1857
|
+
<span class="string">"assertion*acquired_context*failed"</span><span class="gtkdoc opt">);</span>
|
1858
|
+
<span class="function"><a href="glib-The-Main-Event-Loop.html#g-main-context-push-thread-default">g_main_context_push_thread_default</a></span> <span class="gtkdoc opt">(</span>bad_context<span class="gtkdoc opt">);</span>
|
1859
|
+
<span class="function"><a href="glib-Testing.html#g-test-assert-expected-messages">g_test_assert_expected_messages</a></span> <span class="gtkdoc opt">();</span></pre></td>
|
1871
1860
|
</tr>
|
1872
1861
|
</tbody>
|
1873
1862
|
</table>
|
@@ -1881,7 +1870,7 @@ abort; use <a class="link" href="glib-Testing.html#g-test-trap-subprocess" title
|
|
1881
1870
|
expected via <a class="link" href="glib-Testing.html#g-test-expect-message" title="g_test_expect_message ()"><code class="function">g_test_expect_message()</code></a> then they will be ignored.</p>
|
1882
1871
|
<div class="refsect3">
|
1883
1872
|
<a name="id-1.5.29.7.39.12"></a><h4>Parameters</h4>
|
1884
|
-
<div class="informaltable"><table width="100%" border="0">
|
1873
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1885
1874
|
<colgroup>
|
1886
1875
|
<col width="150px" class="parameters_name">
|
1887
1876
|
<col class="parameters_description">
|
@@ -1906,7 +1895,7 @@ expected via <a class="link" href="glib-Testing.html#g-test-expect-message" titl
|
|
1906
1895
|
</tbody>
|
1907
1896
|
</table></div>
|
1908
1897
|
</div>
|
1909
|
-
<p class="since">Since 2.34</p>
|
1898
|
+
<p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p>
|
1910
1899
|
</div>
|
1911
1900
|
<hr>
|
1912
1901
|
<div class="refsect2">
|
@@ -1916,7 +1905,7 @@ expected via <a class="link" href="glib-Testing.html#g-test-expect-message" titl
|
|
1916
1905
|
<a class="link" href="glib-Testing.html#g-test-expect-message" title="g_test_expect_message ()"><code class="function">g_test_expect_message()</code></a> have been seen and suppressed.</p>
|
1917
1906
|
<p>If messages at <a class="link" href="glib-Message-Logging.html#G-LOG-LEVEL-DEBUG:CAPS"><code class="literal">G_LOG_LEVEL_DEBUG</code></a> are emitted, but not explicitly
|
1918
1907
|
expected via <a class="link" href="glib-Testing.html#g-test-expect-message" title="g_test_expect_message ()"><code class="function">g_test_expect_message()</code></a> then they will be ignored.</p>
|
1919
|
-
<p class="since">Since 2.34</p>
|
1908
|
+
<p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p>
|
1920
1909
|
</div>
|
1921
1910
|
<hr>
|
1922
1911
|
<div class="refsect2">
|
@@ -1985,30 +1974,30 @@ message.</p>
|
|
1985
1974
|
22
|
1986
1975
|
23
|
1987
1976
|
24</pre></td>
|
1988
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
1989
|
-
<span class="function">
|
1990
|
-
<span class="
|
1991
|
-
<span class="
|
1992
|
-
<span class="
|
1993
|
-
<span class="
|
1994
|
-
<span class="
|
1995
|
-
<span class="
|
1977
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">static void</span>
|
1978
|
+
<span class="function">test_create_large_object</span> <span class="gtkdoc opt">(</span><span class="gtkdoc kwb">void</span><span class="gtkdoc opt">)</span>
|
1979
|
+
<span class="gtkdoc opt">{</span>
|
1980
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-Testing.html#g-test-subprocess">g_test_subprocess</a></span> <span class="gtkdoc opt">())</span>
|
1981
|
+
<span class="gtkdoc opt">{</span>
|
1982
|
+
<span class="function">my_object_new</span> <span class="gtkdoc opt">(</span><span class="number">1000000</span><span class="gtkdoc opt">);</span>
|
1983
|
+
<span class="keyword">return</span><span class="gtkdoc opt">;</span>
|
1984
|
+
<span class="gtkdoc opt">}</span>
|
1996
1985
|
|
1997
|
-
<span class="
|
1998
|
-
<span class="
|
1999
|
-
<span class="
|
2000
|
-
<span class="
|
2001
|
-
<span class="
|
1986
|
+
<span class="gtkdoc slc">// Reruns this same test in a subprocess</span>
|
1987
|
+
<span class="function"><a href="glib-Testing.html#g-test-trap-subprocess">g_test_trap_subprocess</a></span> <span class="gtkdoc opt">(</span>NULL<span class="gtkdoc opt">,</span> <span class="number">0</span><span class="gtkdoc opt">,</span> <span class="number">0</span><span class="gtkdoc opt">);</span>
|
1988
|
+
<span class="function"><a href="glib-Testing.html#g-test-trap-assert-failed">g_test_trap_assert_failed</a></span> <span class="gtkdoc opt">();</span>
|
1989
|
+
<span class="function"><a href="glib-Testing.html#g-test-trap-assert-stderr">g_test_trap_assert_stderr</a></span> <span class="gtkdoc opt">(</span><span class="string">"*ERROR*too large*"</span><span class="gtkdoc opt">);</span>
|
1990
|
+
<span class="gtkdoc opt">}</span>
|
2002
1991
|
|
2003
|
-
<span class="
|
2004
|
-
<span class="function">main</span
|
2005
|
-
<span class="
|
2006
|
-
<span class="
|
1992
|
+
<span class="gtkdoc kwb">int</span>
|
1993
|
+
<span class="function">main</span> <span class="gtkdoc opt">(</span><span class="gtkdoc kwb">int</span> argc<span class="gtkdoc opt">,</span> <span class="gtkdoc kwb">char</span> <span class="gtkdoc opt">**</span>argv<span class="gtkdoc opt">)</span>
|
1994
|
+
<span class="gtkdoc opt">{</span>
|
1995
|
+
<span class="function"><a href="glib-Testing.html#g-test-init">g_test_init</a></span> <span class="gtkdoc opt">(&</span>argc<span class="gtkdoc opt">, &</span>argv<span class="gtkdoc opt">,</span> NULL<span class="gtkdoc opt">);</span>
|
2007
1996
|
|
2008
|
-
<span class="
|
2009
|
-
<span class="
|
2010
|
-
<span class="
|
2011
|
-
<span class="
|
1997
|
+
<span class="function"><a href="glib-Testing.html#g-test-add-func">g_test_add_func</a></span> <span class="gtkdoc opt">(</span><span class="string">"/myobject/create_large_object"</span><span class="gtkdoc opt">,</span>
|
1998
|
+
test_create_large_object<span class="gtkdoc opt">);</span>
|
1999
|
+
<span class="keyword">return</span> <span class="function"><a href="glib-Testing.html#g-test-run">g_test_run</a></span> <span class="gtkdoc opt">();</span>
|
2000
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
2012
2001
|
</tr>
|
2013
2002
|
</tbody>
|
2014
2003
|
</table>
|
@@ -2017,7 +2006,7 @@ message.</p>
|
|
2017
2006
|
<p></p>
|
2018
2007
|
<div class="refsect3">
|
2019
2008
|
<a name="id-1.5.29.7.41.14"></a><h4>Parameters</h4>
|
2020
|
-
<div class="informaltable"><table width="100%" border="0">
|
2009
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2021
2010
|
<colgroup>
|
2022
2011
|
<col width="150px" class="parameters_name">
|
2023
2012
|
<col class="parameters_description">
|
@@ -2042,7 +2031,7 @@ message.</p>
|
|
2042
2031
|
</tbody>
|
2043
2032
|
</table></div>
|
2044
2033
|
</div>
|
2045
|
-
<p class="since">Since 2.38</p>
|
2034
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
2046
2035
|
</div>
|
2047
2036
|
<hr>
|
2048
2037
|
<div class="refsect2">
|
@@ -2053,9 +2042,8 @@ g_test_trap_has_passed (<em class="parameter"><code><span class="type">void</spa
|
|
2053
2042
|
<div class="refsect3">
|
2054
2043
|
<a name="id-1.5.29.7.42.5"></a><h4>Returns</h4>
|
2055
2044
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the last test subprocess terminated successfully.</p>
|
2056
|
-
<p></p>
|
2057
2045
|
</div>
|
2058
|
-
<p class="since">Since 2.16</p>
|
2046
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2059
2047
|
</div>
|
2060
2048
|
<hr>
|
2061
2049
|
<div class="refsect2">
|
@@ -2066,9 +2054,8 @@ g_test_trap_reached_timeout (<em class="parameter"><code><span class="type">void
|
|
2066
2054
|
<div class="refsect3">
|
2067
2055
|
<a name="id-1.5.29.7.43.5"></a><h4>Returns</h4>
|
2068
2056
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the last test subprocess got killed due to a timeout.</p>
|
2069
|
-
<p></p>
|
2070
2057
|
</div>
|
2071
|
-
<p class="since">Since 2.16</p>
|
2058
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2072
2059
|
</div>
|
2073
2060
|
<hr>
|
2074
2061
|
<div class="refsect2">
|
@@ -2076,7 +2063,7 @@ g_test_trap_reached_timeout (<em class="parameter"><code><span class="type">void
|
|
2076
2063
|
<pre class="programlisting">#define g_test_trap_assert_passed()</pre>
|
2077
2064
|
<p>Assert that the last test subprocess passed.
|
2078
2065
|
See <a class="link" href="glib-Testing.html#g-test-trap-subprocess" title="g_test_trap_subprocess ()"><code class="function">g_test_trap_subprocess()</code></a>.</p>
|
2079
|
-
<p class="since">Since 2.16</p>
|
2066
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2080
2067
|
</div>
|
2081
2068
|
<hr>
|
2082
2069
|
<div class="refsect2">
|
@@ -2089,7 +2076,7 @@ be undefined behaviour, like inputs that fail a <a class="link" href="glib-Warni
|
|
2089
2076
|
check. In these situations you should skip the entire test, including the
|
2090
2077
|
call to <a class="link" href="glib-Testing.html#g-test-trap-subprocess" title="g_test_trap_subprocess ()"><code class="function">g_test_trap_subprocess()</code></a>, unless <a class="link" href="glib-Testing.html#g-test-undefined" title="g_test_undefined"><code class="function">g_test_undefined()</code></a> returns <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a>
|
2091
2078
|
to indicate that undefined behaviour may be tested.</p>
|
2092
|
-
<p class="since">Since 2.16</p>
|
2079
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2093
2080
|
</div>
|
2094
2081
|
<hr>
|
2095
2082
|
<div class="refsect2">
|
@@ -2100,7 +2087,7 @@ to indicate that undefined behaviour may be tested.</p>
|
|
2100
2087
|
. See <a class="link" href="glib-Testing.html#g-test-trap-subprocess" title="g_test_trap_subprocess ()"><code class="function">g_test_trap_subprocess()</code></a>.</p>
|
2101
2088
|
<div class="refsect3">
|
2102
2089
|
<a name="id-1.5.29.7.46.5"></a><h4>Parameters</h4>
|
2103
|
-
<div class="informaltable"><table width="100%" border="0">
|
2090
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2104
2091
|
<colgroup>
|
2105
2092
|
<col width="150px" class="parameters_name">
|
2106
2093
|
<col class="parameters_description">
|
@@ -2113,7 +2100,7 @@ to indicate that undefined behaviour may be tested.</p>
|
|
2113
2100
|
</tr></tbody>
|
2114
2101
|
</table></div>
|
2115
2102
|
</div>
|
2116
|
-
<p class="since">Since 2.16</p>
|
2103
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2117
2104
|
</div>
|
2118
2105
|
<hr>
|
2119
2106
|
<div class="refsect2">
|
@@ -2124,7 +2111,7 @@ does not match <em class="parameter"><code>soutpattern</code></em>
|
|
2124
2111
|
. See <a class="link" href="glib-Testing.html#g-test-trap-subprocess" title="g_test_trap_subprocess ()"><code class="function">g_test_trap_subprocess()</code></a>.</p>
|
2125
2112
|
<div class="refsect3">
|
2126
2113
|
<a name="id-1.5.29.7.47.5"></a><h4>Parameters</h4>
|
2127
|
-
<div class="informaltable"><table width="100%" border="0">
|
2114
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2128
2115
|
<colgroup>
|
2129
2116
|
<col width="150px" class="parameters_name">
|
2130
2117
|
<col class="parameters_description">
|
@@ -2137,7 +2124,7 @@ does not match <em class="parameter"><code>soutpattern</code></em>
|
|
2137
2124
|
</tr></tbody>
|
2138
2125
|
</table></div>
|
2139
2126
|
</div>
|
2140
|
-
<p class="since">Since 2.16</p>
|
2127
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2141
2128
|
</div>
|
2142
2129
|
<hr>
|
2143
2130
|
<div class="refsect2">
|
@@ -2154,7 +2141,7 @@ entire test, including the call to <a class="link" href="glib-Testing.html#g-tes
|
|
2154
2141
|
behaviour may be tested.</p>
|
2155
2142
|
<div class="refsect3">
|
2156
2143
|
<a name="id-1.5.29.7.48.6"></a><h4>Parameters</h4>
|
2157
|
-
<div class="informaltable"><table width="100%" border="0">
|
2144
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2158
2145
|
<colgroup>
|
2159
2146
|
<col width="150px" class="parameters_name">
|
2160
2147
|
<col class="parameters_description">
|
@@ -2167,7 +2154,7 @@ behaviour may be tested.</p>
|
|
2167
2154
|
</tr></tbody>
|
2168
2155
|
</table></div>
|
2169
2156
|
</div>
|
2170
|
-
<p class="since">Since 2.16</p>
|
2157
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2171
2158
|
</div>
|
2172
2159
|
<hr>
|
2173
2160
|
<div class="refsect2">
|
@@ -2178,7 +2165,7 @@ does not match <em class="parameter"><code>serrpattern</code></em>
|
|
2178
2165
|
. See <a class="link" href="glib-Testing.html#g-test-trap-subprocess" title="g_test_trap_subprocess ()"><code class="function">g_test_trap_subprocess()</code></a>.</p>
|
2179
2166
|
<div class="refsect3">
|
2180
2167
|
<a name="id-1.5.29.7.49.5"></a><h4>Parameters</h4>
|
2181
|
-
<div class="informaltable"><table width="100%" border="0">
|
2168
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2182
2169
|
<colgroup>
|
2183
2170
|
<col width="150px" class="parameters_name">
|
2184
2171
|
<col class="parameters_description">
|
@@ -2191,7 +2178,7 @@ does not match <em class="parameter"><code>serrpattern</code></em>
|
|
2191
2178
|
</tr></tbody>
|
2192
2179
|
</table></div>
|
2193
2180
|
</div>
|
2194
|
-
<p class="since">Since 2.16</p>
|
2181
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2195
2182
|
</div>
|
2196
2183
|
<hr>
|
2197
2184
|
<div class="refsect2">
|
@@ -2232,19 +2219,19 @@ termination and validates child program outputs.</p>
|
|
2232
2219
|
11
|
2233
2220
|
12
|
2234
2221
|
13</pre></td>
|
2235
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
2236
|
-
<span class="function">test_fork_patterns</span
|
2237
|
-
<span class="
|
2238
|
-
<span class="
|
2239
|
-
<span class="
|
2240
|
-
<span class="
|
2241
|
-
<span class="
|
2242
|
-
<span class="
|
2243
|
-
<span class="
|
2244
|
-
<span class="
|
2245
|
-
<span class="
|
2246
|
-
<span class="
|
2247
|
-
<span class="
|
2222
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">static void</span>
|
2223
|
+
<span class="function">test_fork_patterns</span> <span class="gtkdoc opt">(</span><span class="gtkdoc kwb">void</span><span class="gtkdoc opt">)</span>
|
2224
|
+
<span class="gtkdoc opt">{</span>
|
2225
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-Testing.html#g-test-trap-fork">g_test_trap_fork</a></span> <span class="gtkdoc opt">(</span><span class="number">0</span><span class="gtkdoc opt">,</span> G_TEST_TRAP_SILENCE_STDOUT <span class="gtkdoc opt">|</span> G_TEST_TRAP_SILENCE_STDERR<span class="gtkdoc opt">))</span>
|
2226
|
+
<span class="gtkdoc opt">{</span>
|
2227
|
+
<span class="function"><a href="glib-Warnings-and-Assertions.html#g-print">g_print</a></span> <span class="gtkdoc opt">(</span><span class="string">"some stdout text: somagic17</span><span class="gtkdoc esc">\n</span><span class="string">"</span><span class="gtkdoc opt">);</span>
|
2228
|
+
<span class="function"><a href="glib-Warnings-and-Assertions.html#g-printerr">g_printerr</a></span> <span class="gtkdoc opt">(</span><span class="string">"some stderr text: semagic43</span><span class="gtkdoc esc">\n</span><span class="string">"</span><span class="gtkdoc opt">);</span>
|
2229
|
+
<span class="function">exit</span> <span class="gtkdoc opt">(</span><span class="number">0</span><span class="gtkdoc opt">);</span> <span class="gtkdoc slc">// successful test run</span>
|
2230
|
+
<span class="gtkdoc opt">}</span>
|
2231
|
+
<span class="function"><a href="glib-Testing.html#g-test-trap-assert-passed">g_test_trap_assert_passed</a></span> <span class="gtkdoc opt">();</span>
|
2232
|
+
<span class="function"><a href="glib-Testing.html#g-test-trap-assert-stdout">g_test_trap_assert_stdout</a></span> <span class="gtkdoc opt">(</span><span class="string">"*somagic17*"</span><span class="gtkdoc opt">);</span>
|
2233
|
+
<span class="function"><a href="glib-Testing.html#g-test-trap-assert-stderr">g_test_trap_assert_stderr</a></span> <span class="gtkdoc opt">(</span><span class="string">"*semagic43*"</span><span class="gtkdoc opt">);</span>
|
2234
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
2248
2235
|
</tr>
|
2249
2236
|
</tbody>
|
2250
2237
|
</table>
|
@@ -2253,7 +2240,7 @@ termination and validates child program outputs.</p>
|
|
2253
2240
|
<p></p>
|
2254
2241
|
<div class="refsect3">
|
2255
2242
|
<a name="id-1.5.29.7.50.12"></a><h4>Parameters</h4>
|
2256
|
-
<div class="informaltable"><table width="100%" border="0">
|
2243
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2257
2244
|
<colgroup>
|
2258
2245
|
<col width="150px" class="parameters_name">
|
2259
2246
|
<col class="parameters_description">
|
@@ -2276,9 +2263,8 @@ termination and validates child program outputs.</p>
|
|
2276
2263
|
<div class="refsect3">
|
2277
2264
|
<a name="id-1.5.29.7.50.13"></a><h4>Returns</h4>
|
2278
2265
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> for the forked child and <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> for the executing parent process.</p>
|
2279
|
-
<p></p>
|
2280
2266
|
</div>
|
2281
|
-
<p class="since">Since 2.16</p>
|
2267
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2282
2268
|
</div>
|
2283
2269
|
<hr>
|
2284
2270
|
<div class="refsect2">
|
@@ -2286,7 +2272,7 @@ termination and validates child program outputs.</p>
|
|
2286
2272
|
<pre class="programlisting">#define g_test_rand_bit()</pre>
|
2287
2273
|
<p>Get a reproducible random bit (0 or 1), see <a class="link" href="glib-Testing.html#g-test-rand-int" title="g_test_rand_int ()"><code class="function">g_test_rand_int()</code></a>
|
2288
2274
|
for details on test case random numbers.</p>
|
2289
|
-
<p class="since">Since 2.16</p>
|
2275
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2290
2276
|
</div>
|
2291
2277
|
<hr>
|
2292
2278
|
<div class="refsect2">
|
@@ -2303,9 +2289,8 @@ effective for all test cases.</p>
|
|
2303
2289
|
<div class="refsect3">
|
2304
2290
|
<a name="id-1.5.29.7.52.7"></a><h4>Returns</h4>
|
2305
2291
|
<p> a random number from the seeded random number generator.</p>
|
2306
|
-
<p></p>
|
2307
2292
|
</div>
|
2308
|
-
<p class="since">Since 2.16</p>
|
2293
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2309
2294
|
</div>
|
2310
2295
|
<hr>
|
2311
2296
|
<div class="refsect2">
|
@@ -2317,7 +2302,7 @@ g_test_rand_int_range (<em class="parameter"><code><a class="link" href="glib-Ba
|
|
2317
2302
|
see <a class="link" href="glib-Testing.html#g-test-rand-int" title="g_test_rand_int ()"><code class="function">g_test_rand_int()</code></a> for details on test case random numbers.</p>
|
2318
2303
|
<div class="refsect3">
|
2319
2304
|
<a name="id-1.5.29.7.53.5"></a><h4>Parameters</h4>
|
2320
|
-
<div class="informaltable"><table width="100%" border="0">
|
2305
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2321
2306
|
<colgroup>
|
2322
2307
|
<col width="150px" class="parameters_name">
|
2323
2308
|
<col class="parameters_description">
|
@@ -2342,9 +2327,8 @@ see <a class="link" href="glib-Testing.html#g-test-rand-int" title="g_test_rand_
|
|
2342
2327
|
<p> a number with <em class="parameter"><code>begin</code></em>
|
2343
2328
|
<= number < <em class="parameter"><code>end</code></em>
|
2344
2329
|
.</p>
|
2345
|
-
<p></p>
|
2346
2330
|
</div>
|
2347
|
-
<p class="since">Since 2.16</p>
|
2331
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2348
2332
|
</div>
|
2349
2333
|
<hr>
|
2350
2334
|
<div class="refsect2">
|
@@ -2356,9 +2340,8 @@ see <a class="link" href="glib-Testing.html#g-test-rand-int" title="g_test_rand_
|
|
2356
2340
|
<div class="refsect3">
|
2357
2341
|
<a name="id-1.5.29.7.54.5"></a><h4>Returns</h4>
|
2358
2342
|
<p> a random number from the seeded random number generator.</p>
|
2359
|
-
<p></p>
|
2360
2343
|
</div>
|
2361
|
-
<p class="since">Since 2.16</p>
|
2344
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2362
2345
|
</div>
|
2363
2346
|
<hr>
|
2364
2347
|
<div class="refsect2">
|
@@ -2370,7 +2353,7 @@ g_test_rand_double_range (<em class="parameter"><code><span class="type">double<
|
|
2370
2353
|
see <a class="link" href="glib-Testing.html#g-test-rand-int" title="g_test_rand_int ()"><code class="function">g_test_rand_int()</code></a> for details on test case random numbers.</p>
|
2371
2354
|
<div class="refsect3">
|
2372
2355
|
<a name="id-1.5.29.7.55.5"></a><h4>Parameters</h4>
|
2373
|
-
<div class="informaltable"><table width="100%" border="0">
|
2356
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2374
2357
|
<colgroup>
|
2375
2358
|
<col width="150px" class="parameters_name">
|
2376
2359
|
<col class="parameters_description">
|
@@ -2395,9 +2378,8 @@ see <a class="link" href="glib-Testing.html#g-test-rand-int" title="g_test_rand_
|
|
2395
2378
|
<p> a number with <em class="parameter"><code>range_start</code></em>
|
2396
2379
|
<= number < <em class="parameter"><code>range_end</code></em>
|
2397
2380
|
.</p>
|
2398
|
-
<p></p>
|
2399
2381
|
</div>
|
2400
|
-
<p class="since">Since 2.16</p>
|
2382
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2401
2383
|
</div>
|
2402
2384
|
<hr>
|
2403
2385
|
<div class="refsect2">
|
@@ -2410,7 +2392,7 @@ an error message is logged and the application is terminated.</p>
|
|
2410
2392
|
<code class="literal">G_DISABLE_ASSERT</code> when compiling the application.</p>
|
2411
2393
|
<div class="refsect3">
|
2412
2394
|
<a name="id-1.5.29.7.56.6"></a><h4>Parameters</h4>
|
2413
|
-
<div class="informaltable"><table width="100%" border="0">
|
2395
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2414
2396
|
<colgroup>
|
2415
2397
|
<col width="150px" class="parameters_name">
|
2416
2398
|
<col class="parameters_description">
|
@@ -2453,7 +2435,7 @@ includes the actual values of <em class="parameter"><code>s1</code></em>
|
|
2453
2435
|
<tbody>
|
2454
2436
|
<tr>
|
2455
2437
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
2456
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="glib-Testing.html#g-assert-cmpstr">g_assert_cmpstr</a></span
|
2438
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="glib-Testing.html#g-assert-cmpstr">g_assert_cmpstr</a></span> <span class="gtkdoc opt">(</span>mystring<span class="gtkdoc opt">, ==,</span> <span class="string">"fubar"</span><span class="gtkdoc opt">);</span></pre></td>
|
2457
2439
|
</tr>
|
2458
2440
|
</tbody>
|
2459
2441
|
</table>
|
@@ -2462,7 +2444,7 @@ includes the actual values of <em class="parameter"><code>s1</code></em>
|
|
2462
2444
|
<p></p>
|
2463
2445
|
<div class="refsect3">
|
2464
2446
|
<a name="id-1.5.29.7.58.8"></a><h4>Parameters</h4>
|
2465
|
-
<div class="informaltable"><table width="100%" border="0">
|
2447
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2466
2448
|
<colgroup>
|
2467
2449
|
<col width="150px" class="parameters_name">
|
2468
2450
|
<col class="parameters_description">
|
@@ -2488,7 +2470,7 @@ One of ==, !=, <, >, <=, >=.</p></td>
|
|
2488
2470
|
</tbody>
|
2489
2471
|
</table></div>
|
2490
2472
|
</div>
|
2491
|
-
<p class="since">Since 2.16</p>
|
2473
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2492
2474
|
</div>
|
2493
2475
|
<hr>
|
2494
2476
|
<div class="refsect2">
|
@@ -2503,7 +2485,7 @@ actual values of <em class="parameter"><code>n1</code></em>
|
|
2503
2485
|
.</p>
|
2504
2486
|
<div class="refsect3">
|
2505
2487
|
<a name="id-1.5.29.7.59.6"></a><h4>Parameters</h4>
|
2506
|
-
<div class="informaltable"><table width="100%" border="0">
|
2488
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2507
2489
|
<colgroup>
|
2508
2490
|
<col width="150px" class="parameters_name">
|
2509
2491
|
<col class="parameters_description">
|
@@ -2529,7 +2511,7 @@ One of ==, !=, <, >, <=, >=.</p></td>
|
|
2529
2511
|
</tbody>
|
2530
2512
|
</table></div>
|
2531
2513
|
</div>
|
2532
|
-
<p class="since">Since 2.16</p>
|
2514
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2533
2515
|
</div>
|
2534
2516
|
<hr>
|
2535
2517
|
<div class="refsect2">
|
@@ -2544,7 +2526,7 @@ actual values of <em class="parameter"><code>n1</code></em>
|
|
2544
2526
|
.</p>
|
2545
2527
|
<div class="refsect3">
|
2546
2528
|
<a name="id-1.5.29.7.60.6"></a><h4>Parameters</h4>
|
2547
|
-
<div class="informaltable"><table width="100%" border="0">
|
2529
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2548
2530
|
<colgroup>
|
2549
2531
|
<col width="150px" class="parameters_name">
|
2550
2532
|
<col class="parameters_description">
|
@@ -2570,7 +2552,7 @@ One of ==, !=, <, >, <=, >=.</p></td>
|
|
2570
2552
|
</tbody>
|
2571
2553
|
</table></div>
|
2572
2554
|
</div>
|
2573
|
-
<p class="since">Since 2.16</p>
|
2555
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2574
2556
|
</div>
|
2575
2557
|
<hr>
|
2576
2558
|
<div class="refsect2">
|
@@ -2581,7 +2563,7 @@ One of ==, !=, <, >, <=, >=.</p></td>
|
|
2581
2563
|
in hexadecimal notation in the message.</p>
|
2582
2564
|
<div class="refsect3">
|
2583
2565
|
<a name="id-1.5.29.7.61.6"></a><h4>Parameters</h4>
|
2584
|
-
<div class="informaltable"><table width="100%" border="0">
|
2566
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2585
2567
|
<colgroup>
|
2586
2568
|
<col width="150px" class="parameters_name">
|
2587
2569
|
<col class="parameters_description">
|
@@ -2607,7 +2589,7 @@ One of ==, !=, <, >, <=, >=.</p></td>
|
|
2607
2589
|
</tbody>
|
2608
2590
|
</table></div>
|
2609
2591
|
</div>
|
2610
|
-
<p class="since">Since 2.16</p>
|
2592
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2611
2593
|
</div>
|
2612
2594
|
<hr>
|
2613
2595
|
<div class="refsect2">
|
@@ -2622,7 +2604,7 @@ actual values of <em class="parameter"><code>n1</code></em>
|
|
2622
2604
|
.</p>
|
2623
2605
|
<div class="refsect3">
|
2624
2606
|
<a name="id-1.5.29.7.62.6"></a><h4>Parameters</h4>
|
2625
|
-
<div class="informaltable"><table width="100%" border="0">
|
2607
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2626
2608
|
<colgroup>
|
2627
2609
|
<col width="150px" class="parameters_name">
|
2628
2610
|
<col class="parameters_description">
|
@@ -2648,7 +2630,68 @@ One of ==, !=, <, >, <=, >=.</p></td>
|
|
2648
2630
|
</tbody>
|
2649
2631
|
</table></div>
|
2650
2632
|
</div>
|
2651
|
-
<p class="since">Since 2.16</p>
|
2633
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2634
|
+
</div>
|
2635
|
+
<hr>
|
2636
|
+
<div class="refsect2">
|
2637
|
+
<a name="g-assert-cmpmem"></a><h3>g_assert_cmpmem()</h3>
|
2638
|
+
<pre class="programlisting">#define g_assert_cmpmem(m1, l1, m2, l2)</pre>
|
2639
|
+
<p>Debugging macro to compare memory regions. If the comparison fails,
|
2640
|
+
an error message is logged and the application is either terminated
|
2641
|
+
or the testcase marked as failed.</p>
|
2642
|
+
<p>The effect of <code class="literal">g_assert_cmpmem (m1, l1, m2, l2)</code> is
|
2643
|
+
the same as <code class="literal">g_assert_true (l1 == l2 && memcmp (m1, m2, l1) == 0)</code>.
|
2644
|
+
The advantage of this macro is that it can produce a message that
|
2645
|
+
includes the actual values of <em class="parameter"><code>l1</code></em>
|
2646
|
+
and <em class="parameter"><code>l2</code></em>
|
2647
|
+
.</p>
|
2648
|
+
<div class="informalexample">
|
2649
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
2650
|
+
<tbody>
|
2651
|
+
<tr>
|
2652
|
+
<td class="listing_lines" align="right"><pre>1</pre></td>
|
2653
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="glib-Testing.html#g-assert-cmpmem">g_assert_cmpmem</a></span> <span class="gtkdoc opt">(</span>buf<span class="gtkdoc opt">-></span>data<span class="gtkdoc opt">,</span> buf<span class="gtkdoc opt">-></span>len<span class="gtkdoc opt">,</span> expected<span class="gtkdoc opt">,</span> <span class="keyword">sizeof</span> <span class="gtkdoc opt">(</span>expected<span class="gtkdoc opt">));</span></pre></td>
|
2654
|
+
</tr>
|
2655
|
+
</tbody>
|
2656
|
+
</table>
|
2657
|
+
</div>
|
2658
|
+
|
2659
|
+
<p></p>
|
2660
|
+
<div class="refsect3">
|
2661
|
+
<a name="id-1.5.29.7.63.8"></a><h4>Parameters</h4>
|
2662
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2663
|
+
<colgroup>
|
2664
|
+
<col width="150px" class="parameters_name">
|
2665
|
+
<col class="parameters_description">
|
2666
|
+
<col width="200px" class="parameters_annotations">
|
2667
|
+
</colgroup>
|
2668
|
+
<tbody>
|
2669
|
+
<tr>
|
2670
|
+
<td class="parameter_name"><p>m1</p></td>
|
2671
|
+
<td class="parameter_description"><p>pointer to a buffer</p></td>
|
2672
|
+
<td class="parameter_annotations"> </td>
|
2673
|
+
</tr>
|
2674
|
+
<tr>
|
2675
|
+
<td class="parameter_name"><p>l1</p></td>
|
2676
|
+
<td class="parameter_description"><p>length of <em class="parameter"><code>m1</code></em>
|
2677
|
+
</p></td>
|
2678
|
+
<td class="parameter_annotations"> </td>
|
2679
|
+
</tr>
|
2680
|
+
<tr>
|
2681
|
+
<td class="parameter_name"><p>m2</p></td>
|
2682
|
+
<td class="parameter_description"><p>pointer to another buffer</p></td>
|
2683
|
+
<td class="parameter_annotations"> </td>
|
2684
|
+
</tr>
|
2685
|
+
<tr>
|
2686
|
+
<td class="parameter_name"><p>l2</p></td>
|
2687
|
+
<td class="parameter_description"><p>length of <em class="parameter"><code>m2</code></em>
|
2688
|
+
</p></td>
|
2689
|
+
<td class="parameter_annotations"> </td>
|
2690
|
+
</tr>
|
2691
|
+
</tbody>
|
2692
|
+
</table></div>
|
2693
|
+
</div>
|
2694
|
+
<p class="since">Since: <a class="link" href="api-index-2-46.html#api-index-2.46">2.46</a></p>
|
2652
2695
|
</div>
|
2653
2696
|
<hr>
|
2654
2697
|
<div class="refsect2">
|
@@ -2660,8 +2703,8 @@ the same as <code class="literal">g_assert_true (err == NULL)</code>. The advant
|
|
2660
2703
|
of this macro is that it can produce a message that includes
|
2661
2704
|
the error message and code.</p>
|
2662
2705
|
<div class="refsect3">
|
2663
|
-
<a name="id-1.5.29.7.
|
2664
|
-
<div class="informaltable"><table width="100%" border="0">
|
2706
|
+
<a name="id-1.5.29.7.64.6"></a><h4>Parameters</h4>
|
2707
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2665
2708
|
<colgroup>
|
2666
2709
|
<col width="150px" class="parameters_name">
|
2667
2710
|
<col class="parameters_description">
|
@@ -2674,7 +2717,7 @@ the error message and code.</p>
|
|
2674
2717
|
</tr></tbody>
|
2675
2718
|
</table></div>
|
2676
2719
|
</div>
|
2677
|
-
<p class="since">Since 2.20</p>
|
2720
|
+
<p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
|
2678
2721
|
</div>
|
2679
2722
|
<hr>
|
2680
2723
|
<div class="refsect2">
|
@@ -2692,8 +2735,8 @@ test that <em class="parameter"><code>err</code></em>
|
|
2692
2735
|
is set, but don't care what it's set to, just use
|
2693
2736
|
<code class="literal">g_assert (err != NULL)</code></p>
|
2694
2737
|
<div class="refsect3">
|
2695
|
-
<a name="id-1.5.29.7.
|
2696
|
-
<div class="informaltable"><table width="100%" border="0">
|
2738
|
+
<a name="id-1.5.29.7.65.7"></a><h4>Parameters</h4>
|
2739
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2697
2740
|
<colgroup>
|
2698
2741
|
<col width="150px" class="parameters_name">
|
2699
2742
|
<col class="parameters_description">
|
@@ -2718,7 +2761,7 @@ test that <em class="parameter"><code>err</code></em>
|
|
2718
2761
|
</tbody>
|
2719
2762
|
</table></div>
|
2720
2763
|
</div>
|
2721
|
-
<p class="since">Since 2.20</p>
|
2764
|
+
<p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
|
2722
2765
|
</div>
|
2723
2766
|
<hr>
|
2724
2767
|
<div class="refsect2">
|
@@ -2730,8 +2773,8 @@ an error message is logged and the application is either
|
|
2730
2773
|
terminated or the testcase marked as failed.</p>
|
2731
2774
|
<p>See <a class="link" href="glib-Testing.html#g-test-set-nonfatal-assertions" title="g_test_set_nonfatal_assertions ()"><code class="function">g_test_set_nonfatal_assertions()</code></a>.</p>
|
2732
2775
|
<div class="refsect3">
|
2733
|
-
<a name="id-1.5.29.7.
|
2734
|
-
<div class="informaltable"><table width="100%" border="0">
|
2776
|
+
<a name="id-1.5.29.7.66.7"></a><h4>Parameters</h4>
|
2777
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2735
2778
|
<colgroup>
|
2736
2779
|
<col width="150px" class="parameters_name">
|
2737
2780
|
<col class="parameters_description">
|
@@ -2744,7 +2787,7 @@ terminated or the testcase marked as failed.</p>
|
|
2744
2787
|
</tr></tbody>
|
2745
2788
|
</table></div>
|
2746
2789
|
</div>
|
2747
|
-
<p class="since">Since 2.38</p>
|
2790
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
2748
2791
|
</div>
|
2749
2792
|
<hr>
|
2750
2793
|
<div class="refsect2">
|
@@ -2756,8 +2799,8 @@ an error message is logged and the application is either
|
|
2756
2799
|
terminated or the testcase marked as failed.</p>
|
2757
2800
|
<p>See <a class="link" href="glib-Testing.html#g-test-set-nonfatal-assertions" title="g_test_set_nonfatal_assertions ()"><code class="function">g_test_set_nonfatal_assertions()</code></a>.</p>
|
2758
2801
|
<div class="refsect3">
|
2759
|
-
<a name="id-1.5.29.7.
|
2760
|
-
<div class="informaltable"><table width="100%" border="0">
|
2802
|
+
<a name="id-1.5.29.7.67.7"></a><h4>Parameters</h4>
|
2803
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2761
2804
|
<colgroup>
|
2762
2805
|
<col width="150px" class="parameters_name">
|
2763
2806
|
<col class="parameters_description">
|
@@ -2770,7 +2813,7 @@ terminated or the testcase marked as failed.</p>
|
|
2770
2813
|
</tr></tbody>
|
2771
2814
|
</table></div>
|
2772
2815
|
</div>
|
2773
|
-
<p class="since">Since 2.38</p>
|
2816
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
2774
2817
|
</div>
|
2775
2818
|
<hr>
|
2776
2819
|
<div class="refsect2">
|
@@ -2782,8 +2825,8 @@ an error message is logged and the application is either
|
|
2782
2825
|
terminated or the testcase marked as failed.</p>
|
2783
2826
|
<p>See <a class="link" href="glib-Testing.html#g-test-set-nonfatal-assertions" title="g_test_set_nonfatal_assertions ()"><code class="function">g_test_set_nonfatal_assertions()</code></a>.</p>
|
2784
2827
|
<div class="refsect3">
|
2785
|
-
<a name="id-1.5.29.7.
|
2786
|
-
<div class="informaltable"><table width="100%" border="0">
|
2828
|
+
<a name="id-1.5.29.7.68.7"></a><h4>Parameters</h4>
|
2829
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2787
2830
|
<colgroup>
|
2788
2831
|
<col width="150px" class="parameters_name">
|
2789
2832
|
<col class="parameters_description">
|
@@ -2796,7 +2839,7 @@ terminated or the testcase marked as failed.</p>
|
|
2796
2839
|
</tr></tbody>
|
2797
2840
|
</table></div>
|
2798
2841
|
</div>
|
2799
|
-
<p class="since">Since 2.38</p>
|
2842
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
2800
2843
|
</div>
|
2801
2844
|
<hr>
|
2802
2845
|
<div class="refsect2">
|
@@ -2808,8 +2851,8 @@ an error message is logged and the application is either
|
|
2808
2851
|
terminated or the testcase marked as failed.</p>
|
2809
2852
|
<p>See <a class="link" href="glib-Testing.html#g-test-set-nonfatal-assertions" title="g_test_set_nonfatal_assertions ()"><code class="function">g_test_set_nonfatal_assertions()</code></a>.</p>
|
2810
2853
|
<div class="refsect3">
|
2811
|
-
<a name="id-1.5.29.7.
|
2812
|
-
<div class="informaltable"><table width="100%" border="0">
|
2854
|
+
<a name="id-1.5.29.7.69.7"></a><h4>Parameters</h4>
|
2855
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2813
2856
|
<colgroup>
|
2814
2857
|
<col width="150px" class="parameters_name">
|
2815
2858
|
<col class="parameters_description">
|
@@ -2822,7 +2865,7 @@ terminated or the testcase marked as failed.</p>
|
|
2822
2865
|
</tr></tbody>
|
2823
2866
|
</table></div>
|
2824
2867
|
</div>
|
2825
|
-
<p class="since">Since 2.40</p>
|
2868
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
2826
2869
|
</div>
|
2827
2870
|
<hr>
|
2828
2871
|
<div class="refsect2">
|
@@ -2840,7 +2883,7 @@ after completing the failed test.)</p>
|
|
2840
2883
|
<p>Note that the <a class="link" href="glib-Testing.html#g-assert-not-reached" title="g_assert_not_reached"><code class="function">g_assert_not_reached()</code></a> and <a class="link" href="glib-Testing.html#g-assert" title="g_assert()"><code class="function">g_assert()</code></a> are not
|
2841
2884
|
affected by this.</p>
|
2842
2885
|
<p>This function can only be called after <a class="link" href="glib-Testing.html#g-test-init" title="g_test_init ()"><code class="function">g_test_init()</code></a>.</p>
|
2843
|
-
<p class="since">Since 2.38</p>
|
2886
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
2844
2887
|
</div>
|
2845
2888
|
<hr>
|
2846
2889
|
<div class="refsect2">
|
@@ -2861,8 +2904,8 @@ zero then <em class="parameter"><code>fixture</code></em>
|
|
2861
2904
|
will be equal to <em class="parameter"><code>user_data</code></em>
|
2862
2905
|
.</p>
|
2863
2906
|
<div class="refsect3">
|
2864
|
-
<a name="id-1.5.29.7.
|
2865
|
-
<div class="informaltable"><table width="100%" border="0">
|
2907
|
+
<a name="id-1.5.29.7.71.7"></a><h4>Parameters</h4>
|
2908
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2866
2909
|
<colgroup>
|
2867
2910
|
<col width="150px" class="parameters_name">
|
2868
2911
|
<col class="parameters_description">
|
@@ -2871,8 +2914,8 @@ zero then <em class="parameter"><code>fixture</code></em>
|
|
2871
2914
|
<tbody>
|
2872
2915
|
<tr>
|
2873
2916
|
<td class="parameter_name"><p>fixture</p></td>
|
2874
|
-
<td class="parameter_description"><p>the test fixture</p></td>
|
2875
|
-
<td class="parameter_annotations">
|
2917
|
+
<td class="parameter_description"><p> the test fixture. </p></td>
|
2918
|
+
<td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
|
2876
2919
|
</tr>
|
2877
2920
|
<tr>
|
2878
2921
|
<td class="parameter_name"><p>user_data</p></td>
|
@@ -2882,7 +2925,7 @@ zero then <em class="parameter"><code>fixture</code></em>
|
|
2882
2925
|
</tbody>
|
2883
2926
|
</table></div>
|
2884
2927
|
</div>
|
2885
|
-
<p class="since">Since 2.28</p>
|
2928
|
+
<p class="since">Since: <a class="link" href="api-index-2-28.html#api-index-2.28">2.28</a></p>
|
2886
2929
|
</div>
|
2887
2930
|
<hr>
|
2888
2931
|
<div class="refsect2">
|
@@ -2915,8 +2958,8 @@ called with the same fixture, but varying <em class="parameter"><code>test_name<
|
|
2915
2958
|
<em class="parameter"><code>data_test</code></em>
|
2916
2959
|
arguments.</p>
|
2917
2960
|
<div class="refsect3">
|
2918
|
-
<a name="id-1.5.29.7.
|
2919
|
-
<div class="informaltable"><table width="100%" border="0">
|
2961
|
+
<a name="id-1.5.29.7.72.6"></a><h4>Parameters</h4>
|
2962
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2920
2963
|
<colgroup>
|
2921
2964
|
<col width="150px" class="parameters_name">
|
2922
2965
|
<col class="parameters_description">
|
@@ -2957,11 +3000,10 @@ called with the same fixture, but varying <em class="parameter"><code>test_name<
|
|
2957
3000
|
</table></div>
|
2958
3001
|
</div>
|
2959
3002
|
<div class="refsect3">
|
2960
|
-
<a name="id-1.5.29.7.
|
3003
|
+
<a name="id-1.5.29.7.72.7"></a><h4>Returns</h4>
|
2961
3004
|
<p> a newly allocated <a class="link" href="glib-Testing.html#GTestCase" title="GTestCase"><span class="type">GTestCase</span></a>.</p>
|
2962
|
-
<p></p>
|
2963
3005
|
</div>
|
2964
|
-
<p class="since">Since 2.16</p>
|
3006
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2965
3007
|
</div>
|
2966
3008
|
<hr>
|
2967
3009
|
<div class="refsect2">
|
@@ -2971,8 +3013,8 @@ g_test_create_suite (<em class="parameter"><code>const <span class="type">char</
|
|
2971
3013
|
<p>Create a new test suite with the name <em class="parameter"><code>suite_name</code></em>
|
2972
3014
|
.</p>
|
2973
3015
|
<div class="refsect3">
|
2974
|
-
<a name="id-1.5.29.7.
|
2975
|
-
<div class="informaltable"><table width="100%" border="0">
|
3016
|
+
<a name="id-1.5.29.7.73.5"></a><h4>Parameters</h4>
|
3017
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2976
3018
|
<colgroup>
|
2977
3019
|
<col width="150px" class="parameters_name">
|
2978
3020
|
<col class="parameters_description">
|
@@ -2986,11 +3028,10 @@ g_test_create_suite (<em class="parameter"><code>const <span class="type">char</
|
|
2986
3028
|
</table></div>
|
2987
3029
|
</div>
|
2988
3030
|
<div class="refsect3">
|
2989
|
-
<a name="id-1.5.29.7.
|
3031
|
+
<a name="id-1.5.29.7.73.6"></a><h4>Returns</h4>
|
2990
3032
|
<p> A newly allocated <a class="link" href="glib-Testing.html#GTestSuite" title="GTestSuite"><span class="type">GTestSuite</span></a> instance.</p>
|
2991
|
-
<p></p>
|
2992
3033
|
</div>
|
2993
|
-
<p class="since">Since 2.16</p>
|
3034
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
2994
3035
|
</div>
|
2995
3036
|
<hr>
|
2996
3037
|
<div class="refsect2">
|
@@ -2999,11 +3040,10 @@ g_test_create_suite (<em class="parameter"><code>const <span class="type">char</
|
|
2999
3040
|
g_test_get_root (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
3000
3041
|
<p>Get the toplevel test suite for the test path API.</p>
|
3001
3042
|
<div class="refsect3">
|
3002
|
-
<a name="id-1.5.29.7.
|
3043
|
+
<a name="id-1.5.29.7.74.5"></a><h4>Returns</h4>
|
3003
3044
|
<p> the toplevel <a class="link" href="glib-Testing.html#GTestSuite" title="GTestSuite"><span class="type">GTestSuite</span></a></p>
|
3004
|
-
<p></p>
|
3005
3045
|
</div>
|
3006
|
-
<p class="since">Since 2.16</p>
|
3046
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
3007
3047
|
</div>
|
3008
3048
|
<hr>
|
3009
3049
|
<div class="refsect2">
|
@@ -3015,8 +3055,8 @@ g_test_suite_add (<em class="parameter"><code><a class="link" href="glib-Testing
|
|
3015
3055
|
to <em class="parameter"><code>suite</code></em>
|
3016
3056
|
.</p>
|
3017
3057
|
<div class="refsect3">
|
3018
|
-
<a name="id-1.5.29.7.
|
3019
|
-
<div class="informaltable"><table width="100%" border="0">
|
3058
|
+
<a name="id-1.5.29.7.75.5"></a><h4>Parameters</h4>
|
3059
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3020
3060
|
<colgroup>
|
3021
3061
|
<col width="150px" class="parameters_name">
|
3022
3062
|
<col class="parameters_description">
|
@@ -3036,7 +3076,7 @@ g_test_suite_add (<em class="parameter"><code><a class="link" href="glib-Testing
|
|
3036
3076
|
</tbody>
|
3037
3077
|
</table></div>
|
3038
3078
|
</div>
|
3039
|
-
<p class="since">Since 2.16</p>
|
3079
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
3040
3080
|
</div>
|
3041
3081
|
<hr>
|
3042
3082
|
<div class="refsect2">
|
@@ -3048,8 +3088,8 @@ g_test_suite_add_suite (<em class="parameter"><code><a class="link" href="glib-T
|
|
3048
3088
|
to <em class="parameter"><code>suite</code></em>
|
3049
3089
|
.</p>
|
3050
3090
|
<div class="refsect3">
|
3051
|
-
<a name="id-1.5.29.7.
|
3052
|
-
<div class="informaltable"><table width="100%" border="0">
|
3091
|
+
<a name="id-1.5.29.7.76.5"></a><h4>Parameters</h4>
|
3092
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3053
3093
|
<colgroup>
|
3054
3094
|
<col width="150px" class="parameters_name">
|
3055
3095
|
<col class="parameters_description">
|
@@ -3069,7 +3109,7 @@ g_test_suite_add_suite (<em class="parameter"><code><a class="link" href="glib-T
|
|
3069
3109
|
</tbody>
|
3070
3110
|
</table></div>
|
3071
3111
|
</div>
|
3072
|
-
<p class="since">Since 2.16</p>
|
3112
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
3073
3113
|
</div>
|
3074
3114
|
<hr>
|
3075
3115
|
<div class="refsect2">
|
@@ -3085,8 +3125,8 @@ order that tests are run in.</p>
|
|
3085
3125
|
<p>g_test_run_suite() or <a class="link" href="glib-Testing.html#g-test-run" title="g_test_run ()"><code class="function">g_test_run()</code></a> may only be called once
|
3086
3126
|
in a program.</p>
|
3087
3127
|
<div class="refsect3">
|
3088
|
-
<a name="id-1.5.29.7.
|
3089
|
-
<div class="informaltable"><table width="100%" border="0">
|
3128
|
+
<a name="id-1.5.29.7.77.6"></a><h4>Parameters</h4>
|
3129
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3090
3130
|
<colgroup>
|
3091
3131
|
<col width="150px" class="parameters_name">
|
3092
3132
|
<col class="parameters_description">
|
@@ -3100,11 +3140,10 @@ in a program.</p>
|
|
3100
3140
|
</table></div>
|
3101
3141
|
</div>
|
3102
3142
|
<div class="refsect3">
|
3103
|
-
<a name="id-1.5.29.7.
|
3143
|
+
<a name="id-1.5.29.7.77.7"></a><h4>Returns</h4>
|
3104
3144
|
<p> 0 on success</p>
|
3105
|
-
<p></p>
|
3106
3145
|
</div>
|
3107
|
-
<p class="since">Since 2.16</p>
|
3146
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
3108
3147
|
</div>
|
3109
3148
|
</div>
|
3110
3149
|
<div class="refsect1">
|
@@ -3127,7 +3166,7 @@ tarball) always go in srcdir (even if doing a srcdir != builddir
|
|
3127
3166
|
build from git) and are considered as distributed files.</p>
|
3128
3167
|
<div class="refsect3">
|
3129
3168
|
<a name="id-1.5.29.8.2.6"></a><h4>Members</h4>
|
3130
|
-
<div class="informaltable"><table width="100%" border="0">
|
3169
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3131
3170
|
<colgroup>
|
3132
3171
|
<col width="300px" class="enum_members_name">
|
3133
3172
|
<col class="enum_members_description">
|
@@ -3151,7 +3190,7 @@ build from git) and are considered as distributed files.</p>
|
|
3151
3190
|
</tbody>
|
3152
3191
|
</table></div>
|
3153
3192
|
</div>
|
3154
|
-
<p class="since">Since 2.38</p>
|
3193
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
3155
3194
|
</div>
|
3156
3195
|
<hr>
|
3157
3196
|
<div class="refsect2">
|
@@ -3166,7 +3205,7 @@ which is deprecated. <a class="link" href="glib-Testing.html#g-test-trap-subproc
|
|
3166
3205
|
These flags determine what traps to set.</p>
|
3167
3206
|
<div class="refsect3">
|
3168
3207
|
<a name="id-1.5.29.8.3.5"></a><h4>Members</h4>
|
3169
|
-
<div class="informaltable"><table width="100%" border="0">
|
3208
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3170
3209
|
<colgroup>
|
3171
3210
|
<col width="300px" class="enum_members_name">
|
3172
3211
|
<col class="enum_members_description">
|
@@ -3214,7 +3253,7 @@ These flags determine what traps to set.</p>
|
|
3214
3253
|
not show stdout and stderr.</p>
|
3215
3254
|
<div class="refsect3">
|
3216
3255
|
<a name="id-1.5.29.8.4.5"></a><h4>Members</h4>
|
3217
|
-
<div class="informaltable"><table width="100%" border="0">
|
3256
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3218
3257
|
<colgroup>
|
3219
3258
|
<col width="300px" class="enum_members_name">
|
3220
3259
|
<col class="enum_members_description">
|
@@ -3275,7 +3314,6 @@ not show stdout and stderr.</p>
|
|
3275
3314
|
</div>
|
3276
3315
|
</div>
|
3277
3316
|
<div class="footer">
|
3278
|
-
<hr>
|
3279
|
-
Generated by GTK-Doc V1.21.1</div>
|
3317
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
3280
3318
|
</body>
|
3281
3319
|
</html>
|