glib2 3.2.1-x86-mingw32 → 3.2.2-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Rakefile +16 -15
- data/ext/glib2/glib2.def +3 -0
- data/ext/glib2/rbglib-bytes.c +1 -0
- data/ext/glib2/rbglib.h +5 -1
- data/ext/glib2/rbgobj_object.c +30 -17
- data/ext/glib2/rbgobj_type.c +246 -130
- data/ext/glib2/rbgobject.h +12 -1
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/2.4/glib2.so +0 -0
- data/lib/2.5/glib2.so +0 -0
- data/lib/gnome2/rake/external-package.rb +32 -12
- data/lib/gnome2/rake/windows-binary-build-task.rb +53 -52
- data/lib/mkmf-gnome2.rb +0 -10
- 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-codegen +13 -1
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/gio.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 +25 -14
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +48 -21
- 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/idn2.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.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/libidn2-0.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/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 +1 -1
- 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/gappinfo.h +6 -6
- data/vendor/local/include/glib-2.0/gio/gapplication.h +9 -1
- data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +3 -3
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +3 -3
- data/vendor/local/include/glib-2.0/gio/gdbuserror.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gdbusnamewatching.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfile.h +21 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +4 -4
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +1 -1
- data/vendor/local/include/glib-2.0/gio/giomodule.h +24 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +9 -3
- data/vendor/local/include/glib-2.0/gio/gmountoperation.h +15 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gproxyaddressenumerator.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsocket.h +12 -0
- data/vendor/local/include/glib-2.0/gio/gsocketaddressenumerator.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gatomic.h +23 -23
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +3 -0
- data/vendor/local/include/glib-2.0/glib/gconvert.h +9 -3
- data/vendor/local/include/glib-2.0/glib/gdate.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gdatetime.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gfileutils.h +4 -8
- data/vendor/local/include/glib-2.0/glib/gkeyfile.h +5 -0
- data/vendor/local/include/glib-2.0/glib/gmacros.h +37 -6
- data/vendor/local/include/glib-2.0/glib/gmain.h +44 -12
- data/vendor/local/include/glib-2.0/glib/gmem.h +5 -4
- data/vendor/local/include/glib-2.0/glib/gmessages.h +69 -68
- data/vendor/local/include/glib-2.0/glib/gregex.h +3 -3
- data/vendor/local/include/glib-2.0/glib/gspawn.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +14 -5
- data/vendor/local/include/glib-2.0/glib/gtypes.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gunicode.h +4 -4
- data/vendor/local/include/glib-2.0/glib/gutils.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +24 -0
- data/vendor/local/include/glib-2.0/gobject/gobject.h +111 -4
- data/vendor/local/include/glib-2.0/gobject/gtype.h +8 -8
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -1
- data/vendor/local/include/glib-2.0/gobject/gvalue.h +2 -0
- data/vendor/local/include/idn2.h +347 -0
- data/vendor/local/include/libtasn1.h +1 -1
- data/vendor/local/include/nettle/nettle-stdint.h +1 -1
- data/vendor/local/include/p11-kit-1/p11-kit/iter.h +2 -0
- data/vendor/local/include/p11-kit-1/p11-kit/pkcs11.h +27 -6
- data/vendor/local/include/p11-kit-1/p11-kit/uri.h +12 -0
- data/vendor/local/lib/charset.alias +1 -1
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +7 -2
- data/vendor/local/lib/libasprintf.a +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libasprintf.la +2 -2
- data/vendor/local/lib/libcharset.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libcharset.la +2 -2
- data/vendor/local/lib/libffi.a +0 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libffi.la +2 -2
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +6 -6
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +6 -6
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +6 -6
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +2 -2
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +2 -2
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +6 -6
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +6 -6
- 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/libiconv.la +2 -2
- data/vendor/local/lib/libidn2.a +0 -0
- data/vendor/local/lib/libidn2.dll.a +0 -0
- data/vendor/local/lib/libidn2.la +41 -0
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libintl.la +2 -2
- 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/libp11-kit.la +6 -6
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +2 -2
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +2 -2
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +2 -2
- data/vendor/local/lib/libtasn1.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/libtasn1.la +3 -3
- 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/pkcs11/p11-kit-trust.la +6 -6
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gnutls.pc +3 -3
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/hogweed.pc +1 -1
- data/vendor/local/lib/pkgconfig/libffi.pc +1 -1
- data/vendor/local/lib/pkgconfig/libidn2.pc +11 -0
- data/vendor/local/lib/pkgconfig/libpcre.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +1 -1
- data/vendor/local/lib/pkgconfig/libtasn1.pc +2 -2
- data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
- data/vendor/local/lib/pkgconfig/p11-kit-1.pc +3 -2
- data/vendor/local/libexec/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/{lib → libexec}/p11-kit/trust-extract-compat +0 -0
- data/vendor/local/share/aclocal/glib-2.0.m4 +4 -1
- data/vendor/local/share/aclocal/glib-gettext.m4 +4 -1
- data/vendor/local/share/aclocal/gsettings.m4 +3 -0
- data/vendor/local/share/bash-completion/completions/gsettings +6 -2
- data/vendor/local/share/doc/gettext/gettext.1.html +1 -1
- data/vendor/local/share/doc/gettext/ngettext.1.html +1 -1
- data/vendor/local/share/gdb/auto-load/home/vagrant/{ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.so.0.5400.1-gdb.py → ruby-gnome2/glib2/vendor/local/lib/libglib-2.0.so.0.5600.0-gdb.py} +1 -1
- data/vendor/local/share/gdb/auto-load/home/vagrant/{ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.so.0.5400.1-gdb.py → ruby-gnome2/glib2/vendor/local/lib/libgobject-2.0.so.0.5600.0-gdb.py} +1 -1
- 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 +2392 -2369
- 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.py +3 -5
- 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.py +100 -55
- 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.py +9 -2
- 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.py +3 -2
- 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.py +40 -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/schemas/gschema.dtd +3 -2
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +31 -31
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +71 -68
- data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +162 -25
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +87 -89
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +74 -74
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +58 -49
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +7 -5
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +22 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +148 -141
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +7 -5
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +40 -40
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +26 -26
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +25 -24
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +87 -73
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +55 -38
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +503 -218
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +31 -31
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +32 -11
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +30 -30
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GListStore.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +57 -57
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +31 -29
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +12 -18
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GNotification.html +12 -8
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +40 -40
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +11 -7
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddressEnumerator.html +170 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +25 -25
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +37 -33
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +16 -9
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +99 -96
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +107 -106
- data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +209 -53
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddressEnumerator.html +291 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +31 -31
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +67 -344
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +33 -33
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +25 -20
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +360 -357
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +40 -23
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +34 -34
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +12 -10
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +10 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +71 -11
- data/vendor/local/share/gtk-doc/html/gio/application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/async.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +31 -31
- data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch34.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch34s06.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch34s07.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +60 -60
- data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/data-models.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/extending.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +285 -199
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +15 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +70 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +39 -39
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +58 -58
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +127 -127
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +114 -24
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +13 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +31 -14
- data/vendor/local/share/gtk-doc/html/gio/gio.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -4
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/index.html +9 -3
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/networking.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +8 -2
- data/vendor/local/share/gtk-doc/html/gio/registry.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +8 -2
- data/vendor/local/share/gtk-doc/html/gio/resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/settings.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/testing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/tls.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/types.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/utils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +6 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +47 -3
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +25 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +7 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +7 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +23 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +19 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +36 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +55 -43
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +169 -108
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +91 -91
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +6 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +8 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +33 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +50 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +56 -56
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +13 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +45 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +42 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +116 -117
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +57 -47
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +106 -12
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +5 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-GUuid.html +4 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +258 -249
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +26 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +52 -43
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +6 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +3 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +51 -51
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +237 -50
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +57 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +3 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +36 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +33 -33
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +109 -70
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +180 -74
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +147 -91
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +12 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +102 -102
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +24 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +43 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +16 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +74 -74
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +26 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +88 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +7 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +48 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +29 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +264 -124
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +284 -180
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +192 -191
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +12 -12
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +14 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +49 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +43 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +46 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +108 -99
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +7 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +16 -2
- data/vendor/local/share/gtk-doc/html/glib/glib.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +157 -157
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +9 -9
- data/vendor/local/share/gtk-doc/html/glib/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +35 -34
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +71 -60
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +4 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +10 -2
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +15 -15
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +32 -32
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +64 -64
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +24 -24
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +98 -21
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +349 -61
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +21 -21
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +164 -162
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +31 -31
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +12 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +51 -49
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +67 -65
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +55 -52
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +392 -222
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +254 -254
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +20 -19
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +91 -91
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +2 -0
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +18 -18
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +72 -72
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +117 -117
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +26 -26
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +46 -46
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +42 -42
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +134 -134
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +29 -29
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +39 -39
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +72 -72
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +61 -61
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +67 -67
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +64 -64
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +27 -27
- data/vendor/local/share/gtk-doc/html/gobject/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +19 -19
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +2 -2
- data/vendor/local/share/gtk-doc/html/libidn2/api-index-full.html +214 -0
- data/vendor/local/share/gtk-doc/html/libidn2/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/index.html +38 -0
- data/vendor/local/share/gtk-doc/html/libidn2/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/libidn2-idn2.html +1806 -0
- data/vendor/local/share/gtk-doc/html/libidn2/libidn2.devhelp2 +104 -0
- data/vendor/local/share/gtk-doc/html/libidn2/libidn2.html +35 -0
- data/vendor/local/share/gtk-doc/html/libidn2/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/style.css +479 -0
- data/vendor/local/share/gtk-doc/html/libidn2/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +7 -7
- data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +4 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +44 -44
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +180 -90
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +107 -66
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +58 -58
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +303 -64
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +17 -17
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +10 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +7 -5
- data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +6 -6
- data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +39 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +3 -3
- data/vendor/local/share/info/dir +4 -7
- data/vendor/local/share/info/libidn2.info +1134 -0
- data/vendor/local/share/info/libtasn1.info +2 -2
- data/vendor/local/share/installed-tests/glib-networking/certificate.test +3 -0
- data/vendor/local/share/installed-tests/glib-networking/connection.test +3 -0
- data/vendor/local/share/installed-tests/glib-networking/dtls-connection.test +3 -0
- data/vendor/local/share/installed-tests/glib-networking/file-database.test +3 -0
- data/vendor/local/share/installed-tests/glib-networking/pkcs11-array.test +3 -0
- data/vendor/local/share/installed-tests/glib-networking/pkcs11-pin.test +3 -0
- data/vendor/local/share/installed-tests/glib-networking/pkcs11-slot.test +3 -0
- data/vendor/local/share/installed-tests/glib-networking/pkcs11-util.test +3 -0
- data/vendor/local/share/license/glib-networking/COPYING +112 -91
- data/vendor/local/share/license/libidn2/AUTHORS +7 -0
- data/vendor/local/share/license/libidn2/COPYING +35 -0
- data/vendor/local/share/license/{p11-kit → p11-glue/p11-kit}/AUTHORS +0 -0
- data/vendor/local/share/license/{p11-kit → p11-glue/p11-kit}/COPYING +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib-networking.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/glib-networking.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.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/or/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.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/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib-networking.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/gapplication.1 +1 -1
- data/vendor/local/share/man/man1/gdbus-codegen.1 +107 -17
- data/vendor/local/share/man/man1/gdbus.1 +1 -1
- data/vendor/local/share/man/man1/gettext.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
- data/vendor/local/share/man/man1/gio.1 +1 -1
- data/vendor/local/share/man/man1/glib-compile-resources.1 +1 -1
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +1 -1
- data/vendor/local/share/man/man1/glib-genmarshal.1 +55 -1
- data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
- data/vendor/local/share/man/man1/glib-mkenums.1 +241 -23
- data/vendor/local/share/man/man1/gobject-query.1 +1 -1
- data/vendor/local/share/man/man1/gresource.1 +1 -1
- data/vendor/local/share/man/man1/gsettings.1 +5 -3
- data/vendor/local/share/man/man1/gtester-report.1 +1 -1
- data/vendor/local/share/man/man1/gtester.1 +1 -1
- data/vendor/local/share/man/man1/idn2.1 +72 -0
- data/vendor/local/share/man/man1/ngettext.1 +1 -1
- data/vendor/local/share/man/man3/idn2_check_version.3 +40 -0
- data/vendor/local/share/man/man3/idn2_free.3 +33 -0
- data/vendor/local/share/man/man3/idn2_lookup_u8.3 +62 -0
- data/vendor/local/share/man/man3/idn2_lookup_ul.3 +55 -0
- data/vendor/local/share/man/man3/idn2_register_u8.3 +52 -0
- data/vendor/local/share/man/man3/idn2_register_ul.3 +51 -0
- data/vendor/local/share/man/man3/idn2_strerror.3 +32 -0
- data/vendor/local/share/man/man3/idn2_strerror_name.3 +36 -0
- data/vendor/local/share/man/man3/idn2_to_ascii_4i.3 +57 -0
- data/vendor/local/share/man/man3/idn2_to_ascii_4z.3 +42 -0
- data/vendor/local/share/man/man3/idn2_to_ascii_8z.3 +42 -0
- data/vendor/local/share/man/man3/idn2_to_ascii_lz.3 +43 -0
- data/vendor/local/share/man/man3/idn2_to_unicode_44i.3 +46 -0
- data/vendor/local/share/man/man3/idn2_to_unicode_4z4z.3 +39 -0
- data/vendor/local/share/man/man3/idn2_to_unicode_8z4z.3 +39 -0
- data/vendor/local/share/man/man3/idn2_to_unicode_8z8z.3 +39 -0
- data/vendor/local/share/man/man3/idn2_to_unicode_8zlz.3 +40 -0
- data/vendor/local/share/man/man3/idn2_to_unicode_lzlz.3 +40 -0
- data/vendor/local/share/p11-kit/modules/p11-kit-trust.module +1 -1
- metadata +64 -105
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libidn-11.def +0 -77
- data/vendor/local/bin/libidn-11.dll +0 -0
- data/vendor/local/include/idn-free.h +0 -74
- data/vendor/local/include/idn-int.h +0 -1
- data/vendor/local/include/idna.h +0 -123
- data/vendor/local/include/pr29.h +0 -73
- data/vendor/local/include/punycode.h +0 -239
- data/vendor/local/include/stringprep.h +0 -242
- data/vendor/local/include/tld.h +0 -135
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.la +0 -41
- data/vendor/local/lib/libidn.a +0 -0
- data/vendor/local/lib/libidn.dll.a +0 -0
- data/vendor/local/lib/libidn.la +0 -41
- data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/lib/pkgconfig/libidn.pc +0 -23
- data/vendor/local/share/emacs/site-lisp/idna.el +0 -192
- data/vendor/local/share/emacs/site-lisp/punycode.el +0 -182
- data/vendor/local/share/gtk-doc/html/p11-kit/index.sgml +0 -189
- data/vendor/local/share/info/libidn-components.png +0 -0
- data/vendor/local/share/info/libidn.info +0 -4406
- data/vendor/local/share/license/glib-networking/AUTHORS +0 -0
- data/vendor/local/share/license/libidn/AUTHORS +0 -794
- data/vendor/local/share/license/libidn/COPYING +0 -30
- data/vendor/local/share/locale/cs/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/man/man1/idn.1 +0 -92
- data/vendor/local/share/man/man3/idn_free.3 +0 -49
- data/vendor/local/share/man/man3/idna_strerror.3 +0 -80
- data/vendor/local/share/man/man3/idna_to_ascii_4i.3 +0 -70
- data/vendor/local/share/man/man3/idna_to_ascii_4z.3 +0 -51
- data/vendor/local/share/man/man3/idna_to_ascii_8z.3 +0 -51
- data/vendor/local/share/man/man3/idna_to_ascii_lz.3 +0 -52
- data/vendor/local/share/man/man3/idna_to_unicode_44i.3 +0 -75
- data/vendor/local/share/man/man3/idna_to_unicode_4z4z.3 +0 -52
- data/vendor/local/share/man/man3/idna_to_unicode_8z4z.3 +0 -52
- data/vendor/local/share/man/man3/idna_to_unicode_8z8z.3 +0 -52
- data/vendor/local/share/man/man3/idna_to_unicode_8zlz.3 +0 -53
- data/vendor/local/share/man/man3/idna_to_unicode_lzlz.3 +0 -54
- data/vendor/local/share/man/man3/pr29_4.3 +0 -51
- data/vendor/local/share/man/man3/pr29_4z.3 +0 -49
- data/vendor/local/share/man/man3/pr29_8z.3 +0 -50
- data/vendor/local/share/man/man3/pr29_strerror.3 +0 -55
- data/vendor/local/share/man/man3/punycode_decode.3 +0 -73
- data/vendor/local/share/man/man3/punycode_encode.3 +0 -76
- data/vendor/local/share/man/man3/punycode_strerror.3 +0 -56
- data/vendor/local/share/man/man3/stringprep.3 +0 -65
- data/vendor/local/share/man/man3/stringprep_4i.3 +0 -70
- data/vendor/local/share/man/man3/stringprep_4zi.3 +0 -62
- data/vendor/local/share/man/man3/stringprep_check_version.3 +0 -50
- data/vendor/local/share/man/man3/stringprep_convert.3 +0 -50
- data/vendor/local/share/man/man3/stringprep_locale_charset.3 +0 -57
- data/vendor/local/share/man/man3/stringprep_locale_to_utf8.3 +0 -46
- data/vendor/local/share/man/man3/stringprep_profile.3 +0 -63
- data/vendor/local/share/man/man3/stringprep_strerror.3 +0 -86
- data/vendor/local/share/man/man3/stringprep_ucs4_nfkc_normalize.3 +0 -48
- data/vendor/local/share/man/man3/stringprep_ucs4_to_utf8.3 +0 -56
- data/vendor/local/share/man/man3/stringprep_unichar_to_utf8.3 +0 -48
- data/vendor/local/share/man/man3/stringprep_utf8_nfkc_normalize.3 +0 -59
- data/vendor/local/share/man/man3/stringprep_utf8_to_locale.3 +0 -46
- data/vendor/local/share/man/man3/stringprep_utf8_to_ucs4.3 +0 -54
- data/vendor/local/share/man/man3/stringprep_utf8_to_unichar.3 +0 -46
- data/vendor/local/share/man/man3/tld_check_4.3 +0 -62
- data/vendor/local/share/man/man3/tld_check_4t.3 +0 -58
- data/vendor/local/share/man/man3/tld_check_4tz.3 +0 -55
- data/vendor/local/share/man/man3/tld_check_4z.3 +0 -59
- data/vendor/local/share/man/man3/tld_check_8z.3 +0 -61
- data/vendor/local/share/man/man3/tld_check_lz.3 +0 -61
- data/vendor/local/share/man/man3/tld_default_table.3 +0 -51
- data/vendor/local/share/man/man3/tld_get_4.3 +0 -51
- data/vendor/local/share/man/man3/tld_get_4z.3 +0 -48
- data/vendor/local/share/man/man3/tld_get_table.3 +0 -49
- data/vendor/local/share/man/man3/tld_get_z.3 +0 -49
- data/vendor/local/share/man/man3/tld_strerror.3 +0 -60
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Modules: p11-kit</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="p11-kit">
|
8
8
|
<link rel="up" href="reference.html" title="API Reference">
|
9
9
|
<link rel="prev" href="reference.html" title="API Reference">
|
10
10
|
<link rel="next" href="p11-kit-URIs.html" title="URIs">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (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="p11-kit-Modules.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">
|
@@ -65,7 +65,7 @@
|
|
65
65
|
</tr>
|
66
66
|
<tr>
|
67
67
|
<td class="function_type">
|
68
|
-
<
|
68
|
+
<span class="returnvalue">CK_RV</span>
|
69
69
|
</td>
|
70
70
|
<td class="function_name">
|
71
71
|
<a class="link" href="p11-kit-Modules.html#p11-kit-modules-initialize" title="p11_kit_modules_initialize ()">p11_kit_modules_initialize</a> <span class="c_punctuation">()</span>
|
@@ -73,7 +73,7 @@
|
|
73
73
|
</tr>
|
74
74
|
<tr>
|
75
75
|
<td class="function_type">
|
76
|
-
<
|
76
|
+
<span class="returnvalue">CK_RV</span>
|
77
77
|
</td>
|
78
78
|
<td class="function_name">
|
79
79
|
<a class="link" href="p11-kit-Modules.html#p11-kit-modules-finalize" title="p11_kit_modules_finalize ()">p11_kit_modules_finalize</a> <span class="c_punctuation">()</span>
|
@@ -97,7 +97,7 @@
|
|
97
97
|
</tr>
|
98
98
|
<tr>
|
99
99
|
<td class="function_type">
|
100
|
-
<
|
100
|
+
<span class="returnvalue">CK_RV</span>
|
101
101
|
</td>
|
102
102
|
<td class="function_name">
|
103
103
|
<a class="link" href="p11-kit-Modules.html#p11-kit-module-initialize" title="p11_kit_module_initialize ()">p11_kit_module_initialize</a> <span class="c_punctuation">()</span>
|
@@ -105,7 +105,7 @@
|
|
105
105
|
</tr>
|
106
106
|
<tr>
|
107
107
|
<td class="function_type">
|
108
|
-
<
|
108
|
+
<span class="returnvalue">CK_RV</span>
|
109
109
|
</td>
|
110
110
|
<td class="function_name">
|
111
111
|
<a class="link" href="p11-kit-Modules.html#p11-kit-module-finalize" title="p11_kit_module_finalize ()">p11_kit_module_finalize</a> <span class="c_punctuation">()</span>
|
@@ -148,6 +148,14 @@
|
|
148
148
|
<span class="returnvalue">char</span> *
|
149
149
|
</td>
|
150
150
|
<td class="function_name">
|
151
|
+
<a class="link" href="p11-kit-Modules.html#p11-kit-module-get-filename" title="p11_kit_module_get_filename ()">p11_kit_module_get_filename</a> <span class="c_punctuation">()</span>
|
152
|
+
</td>
|
153
|
+
</tr>
|
154
|
+
<tr>
|
155
|
+
<td class="function_type">
|
156
|
+
<span class="returnvalue">char</span> *
|
157
|
+
</td>
|
158
|
+
<td class="function_name">
|
151
159
|
<a class="link" href="p11-kit-Modules.html#p11-kit-config-option" title="p11_kit_config_option ()">p11_kit_config_option</a> <span class="c_punctuation">()</span>
|
152
160
|
</td>
|
153
161
|
</tr>
|
@@ -156,7 +164,7 @@
|
|
156
164
|
</div>
|
157
165
|
<div class="refsect1">
|
158
166
|
<a name="p11-kit-Modules.other"></a><h2>Types and Values</h2>
|
159
|
-
<div class="informaltable"><table width="100%" border="0">
|
167
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
160
168
|
<colgroup>
|
161
169
|
<col width="150px" class="name">
|
162
170
|
<col class="description">
|
@@ -211,8 +219,8 @@ and not included in the returned module list.</p>
|
|
211
219
|
<p>Use <a class="link" href="p11-kit-Modules.html#p11-kit-modules-finalize-and-release" title="p11_kit_modules_finalize_and_release ()"><code class="function">p11_kit_modules_finalize_and_release()</code></a> when you're done with the
|
212
220
|
modules returned by this function.</p>
|
213
221
|
<div class="refsect3">
|
214
|
-
<a name="
|
215
|
-
<div class="informaltable"><table width="100%" border="0">
|
222
|
+
<a name="p11-kit-modules-load-and-initialize.parameters"></a><h4>Parameters</h4>
|
223
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
216
224
|
<colgroup>
|
217
225
|
<col width="150px" class="parameters_name">
|
218
226
|
<col class="parameters_description">
|
@@ -226,7 +234,7 @@ modules returned by this function.</p>
|
|
226
234
|
</table></div>
|
227
235
|
</div>
|
228
236
|
<div class="refsect3">
|
229
|
-
<a name="
|
237
|
+
<a name="p11-kit-modules-load-and-initialize.returns"></a><h4>Returns</h4>
|
230
238
|
<p> a <code class="literal">NULL</code> terminated list of modules, or
|
231
239
|
<code class="literal">NULL</code> on failure</p>
|
232
240
|
</div>
|
@@ -254,8 +262,8 @@ PKCS#11 specification. In addition there are no guarantees that
|
|
254
262
|
thread-safe behavior will occur if multiple callers initialize from
|
255
263
|
different threads.</p>
|
256
264
|
<div class="refsect3">
|
257
|
-
<a name="
|
258
|
-
<div class="informaltable"><table width="100%" border="0">
|
265
|
+
<a name="p11-kit-modules-finalize-and-release.parameters"></a><h4>Parameters</h4>
|
266
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
259
267
|
<colgroup>
|
260
268
|
<col width="150px" class="parameters_name">
|
261
269
|
<col class="parameters_description">
|
@@ -284,7 +292,7 @@ configuration. This is not recommended for general usage.</p>
|
|
284
292
|
contains the <a class="link" href="p11-kit-Modules.html#P11-KIT-MODULE-CRITICAL:CAPS" title="P11_KIT_MODULE_CRITICAL"><code class="literal">P11_KIT_MODULE_CRITICAL</code></a> flag then the
|
285
293
|
modules will all be treated as 'critical', regardless of the module
|
286
294
|
configuration. This means that a failure to load any module will
|
287
|
-
cause this
|
295
|
+
cause this function to fail.</p>
|
288
296
|
<p>For unmanaged modules there is no guarantee to the state of the
|
289
297
|
modules. Other callers may be using the modules. Using unmanaged
|
290
298
|
modules haphazardly is not recommended for this reason. Some
|
@@ -295,8 +303,8 @@ this function.</p>
|
|
295
303
|
<p>If this function fails, then an error message will be available via the
|
296
304
|
<a class="link" href="p11-kit-Utilities.html#p11-kit-message" title="p11_kit_message ()"><code class="function">p11_kit_message()</code></a> function.</p>
|
297
305
|
<div class="refsect3">
|
298
|
-
<a name="
|
299
|
-
<div class="informaltable"><table width="100%" border="0">
|
306
|
+
<a name="p11-kit-modules-load.parameters"></a><h4>Parameters</h4>
|
307
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
300
308
|
<colgroup>
|
301
309
|
<col width="150px" class="parameters_name">
|
302
310
|
<col class="parameters_description">
|
@@ -305,7 +313,7 @@ this function.</p>
|
|
305
313
|
<tbody>
|
306
314
|
<tr>
|
307
315
|
<td class="parameter_name"><p>reserved</p></td>
|
308
|
-
<td class="parameter_description"><p>set to <a href="
|
316
|
+
<td class="parameter_description"><p>set to <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
309
317
|
<td class="parameter_annotations"> </td>
|
310
318
|
</tr>
|
311
319
|
<tr>
|
@@ -317,15 +325,15 @@ this function.</p>
|
|
317
325
|
</table></div>
|
318
326
|
</div>
|
319
327
|
<div class="refsect3">
|
320
|
-
<a name="
|
328
|
+
<a name="p11-kit-modules-load.returns"></a><h4>Returns</h4>
|
321
329
|
<p> a null terminated list of modules represented as PKCS#11
|
322
|
-
function lists, or <a href="
|
330
|
+
function lists, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> on failure</p>
|
323
331
|
</div>
|
324
332
|
</div>
|
325
333
|
<hr>
|
326
334
|
<div class="refsect2">
|
327
335
|
<a name="p11-kit-modules-initialize"></a><h3>p11_kit_modules_initialize ()</h3>
|
328
|
-
<pre class="programlisting"><
|
336
|
+
<pre class="programlisting"><span class="returnvalue">CK_RV</span>
|
329
337
|
p11_kit_modules_initialize (<em class="parameter"><code><span class="type">CK_FUNCTION_LIST</span> **modules</code></em>,
|
330
338
|
<em class="parameter"><code><a class="link" href="p11-kit-Future.html#p11-kit-destroyer" title="p11_kit_destroyer ()"><span class="type">p11_kit_destroyer</span></a> failure_callback</code></em>);</pre>
|
331
339
|
<p>Initialize all the modules in the <em class="parameter"><code>modules</code></em>
|
@@ -345,7 +353,7 @@ different threads.</p>
|
|
345
353
|
<p>When a module fails to initialize it is removed from the <em class="parameter"><code>modules</code></em>
|
346
354
|
list.
|
347
355
|
If the <em class="parameter"><code>failure_callback</code></em>
|
348
|
-
is not <a href="
|
356
|
+
is not <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> then it is called with the modules that
|
349
357
|
fail to initialize. For example, you may pass <a class="link" href="p11-kit-Modules.html#p11-kit-module-release" title="p11_kit_module_release ()"><code class="function">p11_kit_module_release()</code></a>
|
350
358
|
as a <em class="parameter"><code>failure_callback</code></em>
|
351
359
|
if the <em class="parameter"><code>modules</code></em>
|
@@ -354,14 +362,14 @@ as a <em class="parameter"><code>failure_callback</code></em>
|
|
354
362
|
module that failed to initialize. Non-critical module failures do not affect
|
355
363
|
the return value. If no critical modules failed to initialize then the
|
356
364
|
return value will be <code class="literal">CKR_OK</code>.</p>
|
357
|
-
<p>When modules are removed, the list will be <a href="
|
365
|
+
<p>When modules are removed, the list will be <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated at the
|
358
366
|
appropriate place so it can continue to be used as a modules list.</p>
|
359
367
|
<p>This function does not accept a <code class="code">CK_C_INITIALIZE_ARGS</code> argument.
|
360
368
|
Custom initialization arguments cannot be supported when multiple consumers
|
361
369
|
load the same module.</p>
|
362
370
|
<div class="refsect3">
|
363
|
-
<a name="
|
364
|
-
<div class="informaltable"><table width="100%" border="0">
|
371
|
+
<a name="p11-kit-modules-initialize.parameters"></a><h4>Parameters</h4>
|
372
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
365
373
|
<colgroup>
|
366
374
|
<col width="150px" class="parameters_name">
|
367
375
|
<col class="parameters_description">
|
@@ -370,7 +378,7 @@ load the same module.</p>
|
|
370
378
|
<tbody>
|
371
379
|
<tr>
|
372
380
|
<td class="parameter_name"><p>modules</p></td>
|
373
|
-
<td class="parameter_description"><p>a <a href="
|
381
|
+
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated list of modules</p></td>
|
374
382
|
<td class="parameter_annotations"> </td>
|
375
383
|
</tr>
|
376
384
|
<tr>
|
@@ -382,7 +390,7 @@ load the same module.</p>
|
|
382
390
|
</table></div>
|
383
391
|
</div>
|
384
392
|
<div class="refsect3">
|
385
|
-
<a name="
|
393
|
+
<a name="p11-kit-modules-initialize.returns"></a><h4>Returns</h4>
|
386
394
|
<p> <code class="literal">CKR_OK</code> or the failure code of the last critical
|
387
395
|
module that failed to initialize.</p>
|
388
396
|
</div>
|
@@ -390,7 +398,7 @@ module that failed to initialize.</p>
|
|
390
398
|
<hr>
|
391
399
|
<div class="refsect2">
|
392
400
|
<a name="p11-kit-modules-finalize"></a><h3>p11_kit_modules_finalize ()</h3>
|
393
|
-
<pre class="programlisting"><
|
401
|
+
<pre class="programlisting"><span class="returnvalue">CK_RV</span>
|
394
402
|
p11_kit_modules_finalize (<em class="parameter"><code><span class="type">CK_FUNCTION_LIST</span> **modules</code></em>);</pre>
|
395
403
|
<p>Finalize each module in the <em class="parameter"><code>modules</code></em>
|
396
404
|
list by calling its
|
@@ -412,8 +420,8 @@ PKCS#11 specification. In addition there are no guarantees that
|
|
412
420
|
thread-safe behavior will occur if multiple callers finalize from
|
413
421
|
different threads.</p>
|
414
422
|
<div class="refsect3">
|
415
|
-
<a name="
|
416
|
-
<div class="informaltable"><table width="100%" border="0">
|
423
|
+
<a name="p11-kit-modules-finalize.parameters"></a><h4>Parameters</h4>
|
424
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
417
425
|
<colgroup>
|
418
426
|
<col width="150px" class="parameters_name">
|
419
427
|
<col class="parameters_description">
|
@@ -427,7 +435,7 @@ different threads.</p>
|
|
427
435
|
</table></div>
|
428
436
|
</div>
|
429
437
|
<div class="refsect3">
|
430
|
-
<a name="
|
438
|
+
<a name="p11-kit-modules-finalize.returns"></a><h4>Returns</h4>
|
431
439
|
<p> <code class="literal">CKR_OK</code> or the failure code of the last
|
432
440
|
module that failed to finalize</p>
|
433
441
|
</div>
|
@@ -444,8 +452,8 @@ the module pointers is also freed by this function.</p>
|
|
444
452
|
callers using them have done so. If the modules were initialized, they
|
445
453
|
should have been finalized first.</p>
|
446
454
|
<div class="refsect3">
|
447
|
-
<a name="
|
448
|
-
<div class="informaltable"><table width="100%" border="0">
|
455
|
+
<a name="p11-kit-modules-release.parameters"></a><h4>Parameters</h4>
|
456
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
449
457
|
<colgroup>
|
450
458
|
<col width="150px" class="parameters_name">
|
451
459
|
<col class="parameters_description">
|
@@ -468,6 +476,8 @@ p11_kit_module_load (<em class="parameter"><code>const <span class="type">char</
|
|
468
476
|
<p>Load an arbitrary PKCS#11 module from a dynamic library file, and
|
469
477
|
initialize it. Normally using the <a class="link" href="p11-kit-Modules.html#p11-kit-modules-load" title="p11_kit_modules_load ()"><code class="function">p11_kit_modules_load()</code></a> function
|
470
478
|
is preferred.</p>
|
479
|
+
<p>A full file path or just (path/)filename relative to
|
480
|
+
P11_MODULE_PATH are accepted.</p>
|
471
481
|
<p>Using this function to load modules allows coordination between multiple
|
472
482
|
callers of the same module in a single process. If <em class="parameter"><code>flags</code></em>
|
473
483
|
contains the
|
@@ -481,8 +491,8 @@ usually unnecessary) to use this function on registered modules.</p>
|
|
481
491
|
<p>If this function fails, then an error message will be available via the
|
482
492
|
<a class="link" href="p11-kit-Utilities.html#p11-kit-message" title="p11_kit_message ()"><code class="function">p11_kit_message()</code></a> function.</p>
|
483
493
|
<div class="refsect3">
|
484
|
-
<a name="
|
485
|
-
<div class="informaltable"><table width="100%" border="0">
|
494
|
+
<a name="p11-kit-module-load.parameters"></a><h4>Parameters</h4>
|
495
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
486
496
|
<colgroup>
|
487
497
|
<col width="150px" class="parameters_name">
|
488
498
|
<col class="parameters_description">
|
@@ -491,7 +501,7 @@ usually unnecessary) to use this function on registered modules.</p>
|
|
491
501
|
<tbody>
|
492
502
|
<tr>
|
493
503
|
<td class="parameter_name"><p>module_path</p></td>
|
494
|
-
<td class="parameter_description"><p>full file path of module library</p></td>
|
504
|
+
<td class="parameter_description"><p>relative or full file path of module library</p></td>
|
495
505
|
<td class="parameter_annotations"> </td>
|
496
506
|
</tr>
|
497
507
|
<tr>
|
@@ -503,14 +513,14 @@ usually unnecessary) to use this function on registered modules.</p>
|
|
503
513
|
</table></div>
|
504
514
|
</div>
|
505
515
|
<div class="refsect3">
|
506
|
-
<a name="
|
507
|
-
<p> the loaded module PKCS#11 functions or <a href="
|
516
|
+
<a name="p11-kit-module-load.returns"></a><h4>Returns</h4>
|
517
|
+
<p> the loaded module PKCS#11 functions or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> on failure</p>
|
508
518
|
</div>
|
509
519
|
</div>
|
510
520
|
<hr>
|
511
521
|
<div class="refsect2">
|
512
522
|
<a name="p11-kit-module-initialize"></a><h3>p11_kit_module_initialize ()</h3>
|
513
|
-
<pre class="programlisting"><
|
523
|
+
<pre class="programlisting"><span class="returnvalue">CK_RV</span>
|
514
524
|
p11_kit_module_initialize (<em class="parameter"><code><span class="type">CK_FUNCTION_LIST</span> *module</code></em>);</pre>
|
515
525
|
<p>Initialize a PKCS#11 module by calling its <code class="literal">C_Initialize</code>
|
516
526
|
function.</p>
|
@@ -529,8 +539,8 @@ different threads.</p>
|
|
529
539
|
Custom initialization arguments cannot be supported when multiple consumers
|
530
540
|
load the same module.</p>
|
531
541
|
<div class="refsect3">
|
532
|
-
<a name="
|
533
|
-
<div class="informaltable"><table width="100%" border="0">
|
542
|
+
<a name="p11-kit-module-initialize.parameters"></a><h4>Parameters</h4>
|
543
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
534
544
|
<colgroup>
|
535
545
|
<col width="150px" class="parameters_name">
|
536
546
|
<col class="parameters_description">
|
@@ -544,14 +554,14 @@ load the same module.</p>
|
|
544
554
|
</table></div>
|
545
555
|
</div>
|
546
556
|
<div class="refsect3">
|
547
|
-
<a name="
|
557
|
+
<a name="p11-kit-module-initialize.returns"></a><h4>Returns</h4>
|
548
558
|
<p> <code class="literal">CKR_OK</code> or a failure code</p>
|
549
559
|
</div>
|
550
560
|
</div>
|
551
561
|
<hr>
|
552
562
|
<div class="refsect2">
|
553
563
|
<a name="p11-kit-module-finalize"></a><h3>p11_kit_module_finalize ()</h3>
|
554
|
-
<pre class="programlisting"><
|
564
|
+
<pre class="programlisting"><span class="returnvalue">CK_RV</span>
|
555
565
|
p11_kit_module_finalize (<em class="parameter"><code><span class="type">CK_FUNCTION_LIST</span> *module</code></em>);</pre>
|
556
566
|
<p>Finalize a PKCS#11 module by calling its <code class="literal">C_Finalize</code>
|
557
567
|
function.</p>
|
@@ -567,8 +577,8 @@ PKCS#11 specification. In addition there are no guarantees that
|
|
567
577
|
thread-safe behavior will occur if multiple callers finalize from
|
568
578
|
different threads.</p>
|
569
579
|
<div class="refsect3">
|
570
|
-
<a name="
|
571
|
-
<div class="informaltable"><table width="100%" border="0">
|
580
|
+
<a name="p11-kit-module-finalize.parameters"></a><h4>Parameters</h4>
|
581
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
572
582
|
<colgroup>
|
573
583
|
<col width="150px" class="parameters_name">
|
574
584
|
<col class="parameters_description">
|
@@ -582,7 +592,7 @@ different threads.</p>
|
|
582
592
|
</table></div>
|
583
593
|
</div>
|
584
594
|
<div class="refsect3">
|
585
|
-
<a name="
|
595
|
+
<a name="p11-kit-module-finalize.returns"></a><h4>Returns</h4>
|
586
596
|
<p> <code class="literal">CKR_OK</code> or a failure code</p>
|
587
597
|
</div>
|
588
598
|
</div>
|
@@ -595,8 +605,8 @@ p11_kit_module_release (<em class="parameter"><code><span class="type">CK_FUNCTI
|
|
595
605
|
<p>The module may be either managed or unmanaged. The <code class="literal">C_Finalize</code>
|
596
606
|
function will be called if no other callers are using this module.</p>
|
597
607
|
<div class="refsect3">
|
598
|
-
<a name="
|
599
|
-
<div class="informaltable"><table width="100%" border="0">
|
608
|
+
<a name="p11-kit-module-release.parameters"></a><h4>Parameters</h4>
|
609
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
600
610
|
<colgroup>
|
601
611
|
<col width="150px" class="parameters_name">
|
602
612
|
<col class="parameters_description">
|
@@ -627,8 +637,8 @@ managed or unmanaged.</p>
|
|
627
637
|
'owned' by the <em class="parameter"><code>modules</code></em>
|
628
638
|
list.</p>
|
629
639
|
<div class="refsect3">
|
630
|
-
<a name="
|
631
|
-
<div class="informaltable"><table width="100%" border="0">
|
640
|
+
<a name="p11-kit-module-for-name.parameters"></a><h4>Parameters</h4>
|
641
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
632
642
|
<colgroup>
|
633
643
|
<col width="150px" class="parameters_name">
|
634
644
|
<col class="parameters_description">
|
@@ -649,8 +659,8 @@ managed or unmanaged.</p>
|
|
649
659
|
</table></div>
|
650
660
|
</div>
|
651
661
|
<div class="refsect3">
|
652
|
-
<a name="
|
653
|
-
<p> the module which matches the name, or <a href="
|
662
|
+
<a name="p11-kit-module-for-name.returns"></a><h4>Returns</h4>
|
663
|
+
<p> the module which matches the name, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if no match.</p>
|
654
664
|
</div>
|
655
665
|
</div>
|
656
666
|
<hr>
|
@@ -661,11 +671,11 @@ p11_kit_module_get_name (<em class="parameter"><code><span class="type">CK_FUNCT
|
|
661
671
|
<p>Get the configured name of the PKCS#11 module.</p>
|
662
672
|
<p>Configured modules are loaded by <a class="link" href="p11-kit-Modules.html#p11-kit-modules-load" title="p11_kit_modules_load ()"><code class="function">p11_kit_modules_load()</code></a>. The module
|
663
673
|
passed to this function can be either managed or unmanaged. Non
|
664
|
-
configured modules will return <a href="
|
674
|
+
configured modules will return <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
665
675
|
<p>Use <code class="function">free()</code> to release the return value when you're done with it.</p>
|
666
676
|
<div class="refsect3">
|
667
|
-
<a name="
|
668
|
-
<div class="informaltable"><table width="100%" border="0">
|
677
|
+
<a name="p11-kit-module-get-name.parameters"></a><h4>Parameters</h4>
|
678
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
669
679
|
<colgroup>
|
670
680
|
<col width="150px" class="parameters_name">
|
671
681
|
<col class="parameters_description">
|
@@ -679,7 +689,7 @@ configured modules will return <a href="../glib/glib-Standard-Macros.html#NULL:C
|
|
679
689
|
</table></div>
|
680
690
|
</div>
|
681
691
|
<div class="refsect3">
|
682
|
-
<a name="
|
692
|
+
<a name="p11-kit-module-get-name.returns"></a><h4>Returns</h4>
|
683
693
|
<p> a newly allocated string containing the module name, or</p>
|
684
694
|
<code class="code">NULL</code> if the module is not a configured module
|
685
695
|
</div>
|
@@ -697,8 +707,8 @@ to be critical, and not be skipped over if it fails to initialize or
|
|
697
707
|
load. This flag is also set for modules that are not configured, but have
|
698
708
|
been loaded in another fashion.</p>
|
699
709
|
<div class="refsect3">
|
700
|
-
<a name="
|
701
|
-
<div class="informaltable"><table width="100%" border="0">
|
710
|
+
<a name="p11-kit-module-get-flags.parameters"></a><h4>Parameters</h4>
|
711
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
702
712
|
<colgroup>
|
703
713
|
<col width="150px" class="parameters_name">
|
704
714
|
<col class="parameters_description">
|
@@ -712,28 +722,59 @@ been loaded in another fashion.</p>
|
|
712
722
|
</table></div>
|
713
723
|
</div>
|
714
724
|
<div class="refsect3">
|
715
|
-
<a name="
|
725
|
+
<a name="p11-kit-module-get-flags.returns"></a><h4>Returns</h4>
|
716
726
|
<p> the flags for the module</p>
|
717
727
|
</div>
|
718
728
|
</div>
|
719
729
|
<hr>
|
720
730
|
<div class="refsect2">
|
731
|
+
<a name="p11-kit-module-get-filename"></a><h3>p11_kit_module_get_filename ()</h3>
|
732
|
+
<pre class="programlisting"><span class="returnvalue">char</span> *
|
733
|
+
p11_kit_module_get_filename (<em class="parameter"><code><span class="type">CK_FUNCTION_LIST</span> *module</code></em>);</pre>
|
734
|
+
<p>Get the configured name of the PKCS#11 module.</p>
|
735
|
+
<p>Configured modules are loaded by <a class="link" href="p11-kit-Modules.html#p11-kit-modules-load" title="p11_kit_modules_load ()"><code class="function">p11_kit_modules_load()</code></a>. The module
|
736
|
+
passed to this function can be either managed or unmanaged. Non
|
737
|
+
configured modules will return <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
738
|
+
<p>Use <code class="function">free()</code> to release the return value when you're done with it.</p>
|
739
|
+
<div class="refsect3">
|
740
|
+
<a name="p11-kit-module-get-filename.parameters"></a><h4>Parameters</h4>
|
741
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
742
|
+
<colgroup>
|
743
|
+
<col width="150px" class="parameters_name">
|
744
|
+
<col class="parameters_description">
|
745
|
+
<col width="200px" class="parameters_annotations">
|
746
|
+
</colgroup>
|
747
|
+
<tbody><tr>
|
748
|
+
<td class="parameter_name"><p>module</p></td>
|
749
|
+
<td class="parameter_description"><p>pointer to a loaded module</p></td>
|
750
|
+
<td class="parameter_annotations"> </td>
|
751
|
+
</tr></tbody>
|
752
|
+
</table></div>
|
753
|
+
</div>
|
754
|
+
<div class="refsect3">
|
755
|
+
<a name="p11-kit-module-get-filename.returns"></a><h4>Returns</h4>
|
756
|
+
<p> a newly allocated string containing the module name, or</p>
|
757
|
+
<code class="code">NULL</code> if the module is not a configured module
|
758
|
+
</div>
|
759
|
+
</div>
|
760
|
+
<hr>
|
761
|
+
<div class="refsect2">
|
721
762
|
<a name="p11-kit-config-option"></a><h3>p11_kit_config_option ()</h3>
|
722
763
|
<pre class="programlisting"><span class="returnvalue">char</span> *
|
723
764
|
p11_kit_config_option (<em class="parameter"><code><span class="type">CK_FUNCTION_LIST</span> *module</code></em>,
|
724
765
|
<em class="parameter"><code>const <span class="type">char</span> *option</code></em>);</pre>
|
725
766
|
<p>Retrieve the value for a configured option.</p>
|
726
767
|
<p>If <em class="parameter"><code>module</code></em>
|
727
|
-
is <a href="
|
768
|
+
is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the global option with the given name will
|
728
769
|
be retrieved. Otherwise <em class="parameter"><code>module</code></em>
|
729
770
|
should point to a configured loaded module.
|
730
771
|
If no such <em class="parameter"><code>option</code></em>
|
731
772
|
or configured <em class="parameter"><code>module</code></em>
|
732
|
-
exists, then <a href="
|
773
|
+
exists, then <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
|
733
774
|
<p>Use <code class="function">free()</code> to release the returned value.</p>
|
734
775
|
<div class="refsect3">
|
735
|
-
<a name="
|
736
|
-
<div class="informaltable"><table width="100%" border="0">
|
776
|
+
<a name="p11-kit-config-option.parameters"></a><h4>Parameters</h4>
|
777
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
737
778
|
<colgroup>
|
738
779
|
<col width="150px" class="parameters_name">
|
739
780
|
<col class="parameters_description">
|
@@ -742,7 +783,7 @@ If no such <em class="parameter"><code>option</code></em>
|
|
742
783
|
<tbody>
|
743
784
|
<tr>
|
744
785
|
<td class="parameter_name"><p>module</p></td>
|
745
|
-
<td class="parameter_description"><p>the module to retrieve the option for, or <a href="
|
786
|
+
<td class="parameter_description"><p>the module to retrieve the option for, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> for global options</p></td>
|
746
787
|
<td class="parameter_annotations"> </td>
|
747
788
|
</tr>
|
748
789
|
<tr>
|
@@ -754,8 +795,8 @@ If no such <em class="parameter"><code>option</code></em>
|
|
754
795
|
</table></div>
|
755
796
|
</div>
|
756
797
|
<div class="refsect3">
|
757
|
-
<a name="
|
758
|
-
<p> the option value or <a href="
|
798
|
+
<a name="p11-kit-config-option.returns"></a><h4>Returns</h4>
|
799
|
+
<p> the option value or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
|
759
800
|
</div>
|
760
801
|
</div>
|
761
802
|
</div>
|
@@ -781,6 +822,6 @@ callers of the same module.</p>
|
|
781
822
|
</div>
|
782
823
|
</div>
|
783
824
|
<div class="footer">
|
784
|
-
<hr>Generated by GTK-Doc V1.
|
825
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
785
826
|
</body>
|
786
827
|
</html>
|