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>PIN Callbacks: 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="p11-kit-URIs.html" title="URIs">
|
10
10
|
<link rel="next" href="p11-kit-Utilities.html" title="Utilities">
|
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-PIN-Callbacks.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">
|
@@ -147,7 +147,7 @@
|
|
147
147
|
</div>
|
148
148
|
<div class="refsect1">
|
149
149
|
<a name="p11-kit-PIN-Callbacks.other"></a><h2>Types and Values</h2>
|
150
|
-
<div class="informaltable"><table width="100%" border="0">
|
150
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
151
151
|
<colgroup>
|
152
152
|
<col width="150px" class="name">
|
153
153
|
<col class="description">
|
@@ -185,7 +185,7 @@ value to <a class="link" href="p11-kit-PIN-Callbacks.html#p11-kit-pin-register-c
|
|
185
185
|
called for every 'pin-source' attribute request for which no callback has been
|
186
186
|
directly registered.</p>
|
187
187
|
<p>To request a PIN for a given 'pin-source' attribute, use the
|
188
|
-
<a class="link" href="p11-kit-PIN-Callbacks.html#p11-kit-pin-request" title="p11_kit_pin_request ()"><code class="function">p11_kit_pin_request()</code></a> function. If this function returns <a href="
|
188
|
+
<a class="link" href="p11-kit-PIN-Callbacks.html#p11-kit-pin-request" title="p11_kit_pin_request ()"><code class="function">p11_kit_pin_request()</code></a> function. If this function returns <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> then either
|
189
189
|
no callbacks were registered or none of them could handle the request.</p>
|
190
190
|
<p>If multiple callbacks are registered for the same PIN source, then they are
|
191
191
|
called in last-registered-first-called order. They are called in turn until
|
@@ -223,7 +223,7 @@ attribute</p>
|
|
223
223
|
<span class="cbracket">}</span>
|
224
224
|
|
225
225
|
<span class="function"><a href="p11-kit-PIN-Callbacks.html#p11-kit-pin-register-callback">p11_kit_pin_register_callback</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"my-application"</span><span class="symbol">,</span><span class="normal"> my_application_pin_callback</span><span class="symbol">,</span>
|
226
|
-
<span class="normal"> <a href="
|
226
|
+
<span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span></pre></td>
|
227
227
|
</tr>
|
228
228
|
</tbody>
|
229
229
|
</table>
|
@@ -245,8 +245,8 @@ usually used from within registered PIN callbacks.</p>
|
|
245
245
|
or encodings are not considered. A copy of the <em class="parameter"><code>value</code></em>
|
246
246
|
will be made.</p>
|
247
247
|
<div class="refsect3">
|
248
|
-
<a name="
|
249
|
-
<div class="informaltable"><table width="100%" border="0">
|
248
|
+
<a name="p11-kit-pin-new.parameters"></a><h4>Parameters</h4>
|
249
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
250
250
|
<colgroup>
|
251
251
|
<col width="150px" class="parameters_name">
|
252
252
|
<col class="parameters_description">
|
@@ -268,7 +268,7 @@ or encodings are not considered. A copy of the <em class="parameter"><code>value
|
|
268
268
|
</table></div>
|
269
269
|
</div>
|
270
270
|
<div class="refsect3">
|
271
|
-
<a name="
|
271
|
+
<a name="p11-kit-pin-new.returns"></a><h4>Returns</h4>
|
272
272
|
<p> The newly allocated P11KitPin, which should be freed with
|
273
273
|
<a class="link" href="p11-kit-PIN-Callbacks.html#p11-kit-pin-unref" title="p11_kit_pin_unref ()"><code class="function">p11_kit_pin_unref()</code></a> when no longer needed.</p>
|
274
274
|
</div>
|
@@ -308,8 +308,8 @@ caller to use a buffer as a PIN without copying it.</p>
|
|
308
308
|
</div>
|
309
309
|
|
310
310
|
<div class="refsect3">
|
311
|
-
<a name="
|
312
|
-
<div class="informaltable"><table width="100%" border="0">
|
311
|
+
<a name="p11-kit-pin-new-for-buffer.parameters"></a><h4>Parameters</h4>
|
312
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
313
313
|
<colgroup>
|
314
314
|
<col width="150px" class="parameters_name">
|
315
315
|
<col class="parameters_description">
|
@@ -329,14 +329,14 @@ caller to use a buffer as a PIN without copying it.</p>
|
|
329
329
|
</tr>
|
330
330
|
<tr>
|
331
331
|
<td class="parameter_name"><p>destroy</p></td>
|
332
|
-
<td class="parameter_description"><p>if not <a href="
|
332
|
+
<td class="parameter_description"><p>if not <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, then called when PIN is destroyed.</p></td>
|
333
333
|
<td class="parameter_annotations"> </td>
|
334
334
|
</tr>
|
335
335
|
</tbody>
|
336
336
|
</table></div>
|
337
337
|
</div>
|
338
338
|
<div class="refsect3">
|
339
|
-
<a name="
|
339
|
+
<a name="p11-kit-pin-new-for-buffer.returns"></a><h4>Returns</h4>
|
340
340
|
<p> The newly allocated P11KitPin, which should be freed with
|
341
341
|
<a class="link" href="p11-kit-PIN-Callbacks.html#p11-kit-pin-unref" title="p11_kit_pin_unref ()"><code class="function">p11_kit_pin_unref()</code></a> when no longer needed.</p>
|
342
342
|
</div>
|
@@ -353,8 +353,8 @@ PIN callbacks.</p>
|
|
353
353
|
String encoding is not considered. A copy of the <em class="parameter"><code>value</code></em>
|
354
354
|
will be made.</p>
|
355
355
|
<div class="refsect3">
|
356
|
-
<a name="
|
357
|
-
<div class="informaltable"><table width="100%" border="0">
|
356
|
+
<a name="p11-kit-pin-new-for-string.parameters"></a><h4>Parameters</h4>
|
357
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
358
358
|
<colgroup>
|
359
359
|
<col width="150px" class="parameters_name">
|
360
360
|
<col class="parameters_description">
|
@@ -368,7 +368,7 @@ String encoding is not considered. A copy of the <em class="parameter"><code>val
|
|
368
368
|
</table></div>
|
369
369
|
</div>
|
370
370
|
<div class="refsect3">
|
371
|
-
<a name="
|
371
|
+
<a name="p11-kit-pin-new-for-string.returns"></a><h4>Returns</h4>
|
372
372
|
<p> The newly allocated P11KitPin, which should be freed with
|
373
373
|
<a class="link" href="p11-kit-PIN-Callbacks.html#p11-kit-pin-unref" title="p11_kit_pin_unref ()"><code class="function">p11_kit_pin_unref()</code></a> when no longer needed.</p>
|
374
374
|
</div>
|
@@ -386,8 +386,8 @@ length of the value.</p>
|
|
386
386
|
It remains valid as long as a reference to the PIN is held. The PIN value
|
387
387
|
will not contain an extra null-terminator character.</p>
|
388
388
|
<div class="refsect3">
|
389
|
-
<a name="
|
390
|
-
<div class="informaltable"><table width="100%" border="0">
|
389
|
+
<a name="p11-kit-pin-get-value.parameters"></a><h4>Parameters</h4>
|
390
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
391
391
|
<colgroup>
|
392
392
|
<col width="150px" class="parameters_name">
|
393
393
|
<col class="parameters_description">
|
@@ -408,7 +408,7 @@ will not contain an extra null-terminator character.</p>
|
|
408
408
|
</table></div>
|
409
409
|
</div>
|
410
410
|
<div class="refsect3">
|
411
|
-
<a name="
|
411
|
+
<a name="p11-kit-pin-get-value.returns"></a><h4>Returns</h4>
|
412
412
|
<p> the value for the PIN.</p>
|
413
413
|
</div>
|
414
414
|
</div>
|
@@ -419,8 +419,8 @@ will not contain an extra null-terminator character.</p>
|
|
419
419
|
p11_kit_pin_get_length (<em class="parameter"><code><a class="link" href="p11-kit-PIN-Callbacks.html#P11KitPin" title="P11KitPin"><span class="type">P11KitPin</span></a> *pin</code></em>);</pre>
|
420
420
|
<p>Get the length of the PIN value from a P11KitPin.</p>
|
421
421
|
<div class="refsect3">
|
422
|
-
<a name="
|
423
|
-
<div class="informaltable"><table width="100%" border="0">
|
422
|
+
<a name="p11-kit-pin-get-length.parameters"></a><h4>Parameters</h4>
|
423
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
424
424
|
<colgroup>
|
425
425
|
<col width="150px" class="parameters_name">
|
426
426
|
<col class="parameters_description">
|
@@ -434,7 +434,7 @@ p11_kit_pin_get_length (<em class="parameter"><code><a class="link" href="p11-ki
|
|
434
434
|
</table></div>
|
435
435
|
</div>
|
436
436
|
<div class="refsect3">
|
437
|
-
<a name="
|
437
|
+
<a name="p11-kit-pin-get-length.returns"></a><h4>Returns</h4>
|
438
438
|
<p> the length of the PIN value.</p>
|
439
439
|
</div>
|
440
440
|
</div>
|
@@ -447,8 +447,8 @@ p11_kit_pin_ref (<em class="parameter"><code><a class="link" href="p11-kit-PIN-C
|
|
447
447
|
to <a class="link" href="p11-kit-PIN-Callbacks.html#p11-kit-pin-unref" title="p11_kit_pin_unref ()"><code class="function">p11_kit_pin_unref()</code></a>. As long as at least one reference is held, the PIN
|
448
448
|
will remain valid and in memory.</p>
|
449
449
|
<div class="refsect3">
|
450
|
-
<a name="
|
451
|
-
<div class="informaltable"><table width="100%" border="0">
|
450
|
+
<a name="p11-kit-pin-ref.parameters"></a><h4>Parameters</h4>
|
451
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
452
452
|
<colgroup>
|
453
453
|
<col width="150px" class="parameters_name">
|
454
454
|
<col class="parameters_description">
|
@@ -462,7 +462,7 @@ will remain valid and in memory.</p>
|
|
462
462
|
</table></div>
|
463
463
|
</div>
|
464
464
|
<div class="refsect3">
|
465
|
-
<a name="
|
465
|
+
<a name="p11-kit-pin-ref.returns"></a><h4>Returns</h4>
|
466
466
|
<p> the <em class="parameter"><code>pin</code></em>
|
467
467
|
pointer, for convenience sake.</p>
|
468
468
|
</div>
|
@@ -475,8 +475,8 @@ p11_kit_pin_unref (<em class="parameter"><code><a class="link" href="p11-kit-PIN
|
|
475
475
|
<p>Remove a reference from a P11KitPin. When all references have been removed
|
476
476
|
then the PIN will be freed and will no longer be in memory.</p>
|
477
477
|
<div class="refsect3">
|
478
|
-
<a name="
|
479
|
-
<div class="informaltable"><table width="100%" border="0">
|
478
|
+
<a name="p11-kit-pin-unref.parameters"></a><h4>Parameters</h4>
|
479
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
480
480
|
<colgroup>
|
481
481
|
<col width="150px" class="parameters_name">
|
482
482
|
<col class="parameters_description">
|
@@ -507,8 +507,8 @@ been specifically registered.</p>
|
|
507
507
|
value, then
|
508
508
|
the last registered callback will be the first to be called.</p>
|
509
509
|
<div class="refsect3">
|
510
|
-
<a name="
|
511
|
-
<div class="informaltable"><table width="100%" border="0">
|
510
|
+
<a name="p11-kit-pin-register-callback.parameters"></a><h4>Parameters</h4>
|
511
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
512
512
|
<colgroup>
|
513
513
|
<col width="150px" class="parameters_name">
|
514
514
|
<col class="parameters_description">
|
@@ -541,7 +541,7 @@ the callback is unregistered.</p></td>
|
|
541
541
|
</table></div>
|
542
542
|
</div>
|
543
543
|
<div class="refsect3">
|
544
|
-
<a name="
|
544
|
+
<a name="p11-kit-pin-register-callback.returns"></a><h4>Returns</h4>
|
545
545
|
<p> Returns negative if registering fails.</p>
|
546
546
|
</div>
|
547
547
|
</div>
|
@@ -557,8 +557,8 @@ p11_kit_pin_unregister_callback (<em class="parameter"><code>const <span class="
|
|
557
557
|
callback matches the given arguments, then only one of those will be
|
558
558
|
removed.</p>
|
559
559
|
<div class="refsect3">
|
560
|
-
<a name="
|
561
|
-
<div class="informaltable"><table width="100%" border="0">
|
560
|
+
<a name="p11-kit-pin-unregister-callback.parameters"></a><h4>Parameters</h4>
|
561
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
562
562
|
<colgroup>
|
563
563
|
<col width="150px" class="parameters_name">
|
564
564
|
<col class="parameters_description">
|
@@ -598,13 +598,13 @@ removed.</p>
|
|
598
598
|
<a class="link" href="p11-kit-PIN-Callbacks.html#p11-kit-pin-request" title="p11_kit_pin_request ()"><code class="function">p11_kit_pin_request()</code></a>. The <em class="parameter"><code>callback_data</code></em>
|
599
599
|
argument was the one passed to
|
600
600
|
<a class="link" href="p11-kit-PIN-Callbacks.html#p11-kit-pin-register-callback" title="p11_kit_pin_register_callback ()"><code class="function">p11_kit_pin_register_callback()</code></a> when registering this callback.</p>
|
601
|
-
<p>The function should return <a href="
|
601
|
+
<p>The function should return <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if it could not provide a PIN, either
|
602
602
|
because of an error or a user cancellation.</p>
|
603
603
|
<p>If a PIN is returned, it will be unreferenced by the caller. So it should be
|
604
604
|
either newly allocated, or referenced before returning.</p>
|
605
605
|
<div class="refsect3">
|
606
|
-
<a name="
|
607
|
-
<div class="informaltable"><table width="100%" border="0">
|
606
|
+
<a name="p11-kit-pin-callback.parameters"></a><h4>Parameters</h4>
|
607
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
608
608
|
<colgroup>
|
609
609
|
<col width="150px" class="parameters_name">
|
610
610
|
<col class="parameters_description">
|
@@ -618,7 +618,7 @@ either newly allocated, or referenced before returning.</p>
|
|
618
618
|
</tr>
|
619
619
|
<tr>
|
620
620
|
<td class="parameter_name"><p>pin_uri</p></td>
|
621
|
-
<td class="parameter_description"><p>a PKCS#11 URI that the PIN is for, or <a href="
|
621
|
+
<td class="parameter_description"><p>a PKCS#11 URI that the PIN is for, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
622
622
|
<td class="parameter_annotations"> </td>
|
623
623
|
</tr>
|
624
624
|
<tr>
|
@@ -640,8 +640,8 @@ either newly allocated, or referenced before returning.</p>
|
|
640
640
|
</table></div>
|
641
641
|
</div>
|
642
642
|
<div class="refsect3">
|
643
|
-
<a name="
|
644
|
-
<p> A PIN or <a href="
|
643
|
+
<a name="p11-kit-pin-callback.returns"></a><h4>Returns</h4>
|
644
|
+
<p> A PIN or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
|
645
645
|
</div>
|
646
646
|
</div>
|
647
647
|
<hr>
|
@@ -654,7 +654,7 @@ p11_kit_pin_request (<em class="parameter"><code>const <span class="type">char</
|
|
654
654
|
<em class="parameter"><code><a class="link" href="p11-kit-PIN-Callbacks.html#P11KitPinFlags" title="enum P11KitPinFlags"><span class="type">P11KitPinFlags</span></a> pin_flags</code></em>);</pre>
|
655
655
|
<p>Request a PIN for a given 'pin-source' attribute. The result depends on the
|
656
656
|
registered callbacks.</p>
|
657
|
-
<p>If not <a href="
|
657
|
+
<p>If not <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the <em class="parameter"><code>pin_uri</code></em>
|
658
658
|
attribute should point to the thing that the
|
659
659
|
PIN is being requested for. In most use cases this should be a PKCS#11 URI
|
660
660
|
pointing to a token.</p>
|
@@ -673,8 +673,8 @@ callback has been registered specifically for <em class="parameter"><code>pin_so
|
|
673
673
|
.</p>
|
674
674
|
<p>The PIN returned should be released with <a class="link" href="p11-kit-PIN-Callbacks.html#p11-kit-pin-unref" title="p11_kit_pin_unref ()"><code class="function">p11_kit_pin_unref()</code></a>.</p>
|
675
675
|
<div class="refsect3">
|
676
|
-
<a name="
|
677
|
-
<div class="informaltable"><table width="100%" border="0">
|
676
|
+
<a name="p11-kit-pin-request.parameters"></a><h4>Parameters</h4>
|
677
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
678
678
|
<colgroup>
|
679
679
|
<col width="150px" class="parameters_name">
|
680
680
|
<col class="parameters_description">
|
@@ -688,12 +688,12 @@ callback has been registered specifically for <em class="parameter"><code>pin_so
|
|
688
688
|
</tr>
|
689
689
|
<tr>
|
690
690
|
<td class="parameter_name"><p>pin_uri</p></td>
|
691
|
-
<td class="parameter_description"><p>a PKCS#11 URI that the PIN is being requested for, optionally <a href="
|
691
|
+
<td class="parameter_description"><p>a PKCS#11 URI that the PIN is being requested for, optionally <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
|
692
692
|
<td class="parameter_annotations"> </td>
|
693
693
|
</tr>
|
694
694
|
<tr>
|
695
695
|
<td class="parameter_name"><p>pin_description</p></td>
|
696
|
-
<td class="parameter_description"><p>a description of what the PIN is for, must not be <a href="
|
696
|
+
<td class="parameter_description"><p>a description of what the PIN is for, must not be <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
|
697
697
|
<td class="parameter_annotations"> </td>
|
698
698
|
</tr>
|
699
699
|
<tr>
|
@@ -705,8 +705,8 @@ callback has been registered specifically for <em class="parameter"><code>pin_so
|
|
705
705
|
</table></div>
|
706
706
|
</div>
|
707
707
|
<div class="refsect3">
|
708
|
-
<a name="
|
709
|
-
<p> the PIN which should be released with <a class="link" href="p11-kit-PIN-Callbacks.html#p11-kit-pin-unref" title="p11_kit_pin_unref ()"><code class="function">p11_kit_pin_unref()</code></a>, or <a href="
|
708
|
+
<a name="p11-kit-pin-request.returns"></a><h4>Returns</h4>
|
709
|
+
<p> the PIN which should be released with <a class="link" href="p11-kit-PIN-Callbacks.html#p11-kit-pin-unref" title="p11_kit_pin_unref ()"><code class="function">p11_kit_pin_unref()</code></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
710
710
|
if no callback was registered or could proivde a PIN</p>
|
711
711
|
</div>
|
712
712
|
</div>
|
@@ -718,8 +718,8 @@ if no callback was registered or could proivde a PIN</p>
|
|
718
718
|
<p>A function called to free or cleanup <em class="parameter"><code>data</code></em>
|
719
719
|
.</p>
|
720
720
|
<div class="refsect3">
|
721
|
-
<a name="
|
722
|
-
<div class="informaltable"><table width="100%" border="0">
|
721
|
+
<a name="p11-kit-pin-destroy-func.parameters"></a><h4>Parameters</h4>
|
722
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
723
723
|
<colgroup>
|
724
724
|
<col width="150px" class="parameters_name">
|
725
725
|
<col class="parameters_description">
|
@@ -747,7 +747,7 @@ a file with that name. This can be used to enable the normal PKCS#11 URI
|
|
747
747
|
behavior described in the RFC.</p>
|
748
748
|
<p>If <em class="parameter"><code>pin_flags</code></em>
|
749
749
|
contains the <a class="link" href="p11-kit-PIN-Callbacks.html#P11-KIT-PIN-FLAGS-RETRY:CAPS"><code class="literal">P11_KIT_PIN_FLAGS_RETRY</code></a> flag, then this
|
750
|
-
callback will always return <a href="
|
750
|
+
callback will always return <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. This is to prevent endless loops
|
751
751
|
where an application is expecting to interact with a prompter, but
|
752
752
|
instead is interacting with this callback reading a file over and over.</p>
|
753
753
|
<p>This callback fails on files larger than 4 Kilobytes.</p>
|
@@ -761,15 +761,15 @@ in use. To register it, use code like the following:</p>
|
|
761
761
|
<td class="listing_lines" align="right"><pre>1
|
762
762
|
2</pre></td>
|
763
763
|
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="p11-kit-PIN-Callbacks.html#p11-kit-pin-register-callback">p11_kit_pin_register_callback</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="p11-kit-PIN-Callbacks.html#P11-KIT-PIN-FALLBACK:CAPS">P11_KIT_PIN_FALLBACK</a></span><span class="symbol">,</span><span class="normal"> <a href="p11-kit-PIN-Callbacks.html#p11-kit-pin-file-callback">p11_kit_pin_file_callback</a></span><span class="symbol">,</span>
|
764
|
-
<span class="normal"> <a href="
|
764
|
+
<span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span></pre></td>
|
765
765
|
</tr>
|
766
766
|
</tbody>
|
767
767
|
</table>
|
768
768
|
</div>
|
769
769
|
|
770
770
|
<div class="refsect3">
|
771
|
-
<a name="
|
772
|
-
<div class="informaltable"><table width="100%" border="0">
|
771
|
+
<a name="p11-kit-pin-file-callback.parameters"></a><h4>Parameters</h4>
|
772
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
773
773
|
<colgroup>
|
774
774
|
<col width="150px" class="parameters_name">
|
775
775
|
<col class="parameters_description">
|
@@ -783,7 +783,7 @@ in use. To register it, use code like the following:</p>
|
|
783
783
|
</tr>
|
784
784
|
<tr>
|
785
785
|
<td class="parameter_name"><p>pin_uri</p></td>
|
786
|
-
<td class="parameter_description"><p>a PKCS#11 URI that the PIN is for, or <a href="
|
786
|
+
<td class="parameter_description"><p>a PKCS#11 URI that the PIN is for, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
787
787
|
<td class="parameter_annotations"> </td>
|
788
788
|
</tr>
|
789
789
|
<tr>
|
@@ -798,15 +798,15 @@ in use. To register it, use code like the following:</p>
|
|
798
798
|
</tr>
|
799
799
|
<tr>
|
800
800
|
<td class="parameter_name"><p>callback_data</p></td>
|
801
|
-
<td class="parameter_description"><p>unused, should be <a href="
|
801
|
+
<td class="parameter_description"><p>unused, should be <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
802
802
|
<td class="parameter_annotations"> </td>
|
803
803
|
</tr>
|
804
804
|
</tbody>
|
805
805
|
</table></div>
|
806
806
|
</div>
|
807
807
|
<div class="refsect3">
|
808
|
-
<a name="
|
809
|
-
<p> a referenced PIN with the file contents, or <a href="
|
808
|
+
<a name="p11-kit-pin-file-callback.returns"></a><h4>Returns</h4>
|
809
|
+
<p> a referenced PIN with the file contents, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the file
|
810
810
|
could not be read</p>
|
811
811
|
</div>
|
812
812
|
</div>
|
@@ -825,8 +825,8 @@ visible in this structure. Use the various accessor functions.</p>
|
|
825
825
|
<a name="P11KitPinFlags"></a><h3>enum P11KitPinFlags</h3>
|
826
826
|
<p>Flags that are passed to <a class="link" href="p11-kit-PIN-Callbacks.html#p11-kit-pin-request" title="p11_kit_pin_request ()"><code class="function">p11_kit_pin_request()</code></a> and registered callbacks.</p>
|
827
827
|
<div class="refsect3">
|
828
|
-
<a name="
|
829
|
-
<div class="informaltable"><table width="100%" border="0">
|
828
|
+
<a name="P11KitPinFlags.members"></a><h4>Members</h4>
|
829
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
830
830
|
<colgroup>
|
831
831
|
<col width="300px" class="enum_members_name">
|
832
832
|
<col class="enum_members_description">
|
@@ -890,6 +890,6 @@ This callback will be called if no other callback is registered for a 'pin-sourc
|
|
890
890
|
</div>
|
891
891
|
</div>
|
892
892
|
<div class="footer">
|
893
|
-
<hr>Generated by GTK-Doc V1.
|
893
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
894
894
|
</body>
|
895
895
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>URIs: 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="p11-kit-Modules.html" title="Modules">
|
10
10
|
<link rel="next" href="p11-kit-PIN-Callbacks.html" title="PIN Callbacks">
|
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-URIs.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,6 +65,38 @@
|
|
65
65
|
</tr>
|
66
66
|
<tr>
|
67
67
|
<td class="function_type">
|
68
|
+
<span class="returnvalue">CK_SLOT_INFO_PTR</span>
|
69
|
+
</td>
|
70
|
+
<td class="function_name">
|
71
|
+
<a class="link" href="p11-kit-URIs.html#p11-kit-uri-get-slot-info" title="p11_kit_uri_get_slot_info ()">p11_kit_uri_get_slot_info</a> <span class="c_punctuation">()</span>
|
72
|
+
</td>
|
73
|
+
</tr>
|
74
|
+
<tr>
|
75
|
+
<td class="function_type">
|
76
|
+
<span class="returnvalue">int</span>
|
77
|
+
</td>
|
78
|
+
<td class="function_name">
|
79
|
+
<a class="link" href="p11-kit-URIs.html#p11-kit-uri-match-slot-info" title="p11_kit_uri_match_slot_info ()">p11_kit_uri_match_slot_info</a> <span class="c_punctuation">()</span>
|
80
|
+
</td>
|
81
|
+
</tr>
|
82
|
+
<tr>
|
83
|
+
<td class="function_type">
|
84
|
+
<span class="returnvalue">CK_SLOT_ID</span>
|
85
|
+
</td>
|
86
|
+
<td class="function_name">
|
87
|
+
<a class="link" href="p11-kit-URIs.html#p11-kit-uri-get-slot-id" title="p11_kit_uri_get_slot_id ()">p11_kit_uri_get_slot_id</a> <span class="c_punctuation">()</span>
|
88
|
+
</td>
|
89
|
+
</tr>
|
90
|
+
<tr>
|
91
|
+
<td class="function_type">
|
92
|
+
<span class="returnvalue">void</span>
|
93
|
+
</td>
|
94
|
+
<td class="function_name">
|
95
|
+
<a class="link" href="p11-kit-URIs.html#p11-kit-uri-set-slot-id" title="p11_kit_uri_set_slot_id ()">p11_kit_uri_set_slot_id</a> <span class="c_punctuation">()</span>
|
96
|
+
</td>
|
97
|
+
</tr>
|
98
|
+
<tr>
|
99
|
+
<td class="function_type">
|
68
100
|
<span class="returnvalue">CK_TOKEN_INFO_PTR</span>
|
69
101
|
</td>
|
70
102
|
<td class="function_name">
|
@@ -155,6 +187,21 @@
|
|
155
187
|
<td class="function_type">const <span class="returnvalue">char</span> *
|
156
188
|
</td>
|
157
189
|
<td class="function_name">
|
190
|
+
<a class="link" href="p11-kit-URIs.html#p11-kit-uri-get-pin-value" title="p11_kit_uri_get_pin_value ()">p11_kit_uri_get_pin_value</a> <span class="c_punctuation">()</span>
|
191
|
+
</td>
|
192
|
+
</tr>
|
193
|
+
<tr>
|
194
|
+
<td class="function_type">
|
195
|
+
<span class="returnvalue">void</span>
|
196
|
+
</td>
|
197
|
+
<td class="function_name">
|
198
|
+
<a class="link" href="p11-kit-URIs.html#p11-kit-uri-set-pin-value" title="p11_kit_uri_set_pin_value ()">p11_kit_uri_set_pin_value</a> <span class="c_punctuation">()</span>
|
199
|
+
</td>
|
200
|
+
</tr>
|
201
|
+
<tr>
|
202
|
+
<td class="function_type">const <span class="returnvalue">char</span> *
|
203
|
+
</td>
|
204
|
+
<td class="function_name">
|
158
205
|
<a class="link" href="p11-kit-URIs.html#p11-kit-uri-get-pin-source" title="p11_kit_uri_get_pin_source ()">p11_kit_uri_get_pin_source</a> <span class="c_punctuation">()</span>
|
159
206
|
</td>
|
160
207
|
</tr>
|
@@ -217,7 +264,7 @@
|
|
217
264
|
</div>
|
218
265
|
<div class="refsect1">
|
219
266
|
<a name="p11-kit-URIs.other"></a><h2>Types and Values</h2>
|
220
|
-
<div class="informaltable"><table width="100%" border="0">
|
267
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
221
268
|
<colgroup>
|
222
269
|
<col width="150px" class="name">
|
223
270
|
<col class="description">
|
@@ -283,7 +330,7 @@ p11_kit_uri_new (<em class="parameter"><code><span class="type">void</span></cod
|
|
283
330
|
<p>The new URI is in the right state to parse a string into. All relevant fields
|
284
331
|
are zeroed out. Formatting this URI will produce a valid but empty URI.</p>
|
285
332
|
<div class="refsect3">
|
286
|
-
<a name="
|
333
|
+
<a name="p11-kit-uri-new.returns"></a><h4>Returns</h4>
|
287
334
|
<p> A newly allocated URI. This should be freed with <a class="link" href="p11-kit-URIs.html#p11-kit-uri-free" title="p11_kit_uri_free ()"><code class="function">p11_kit_uri_free()</code></a>.</p>
|
288
335
|
</div>
|
289
336
|
</div>
|
@@ -300,8 +347,8 @@ their fields filled with zeros.</p>
|
|
300
347
|
fields should be filled in. Fields that should not appear as parts in the
|
301
348
|
resulting URI should be filled with zeros.</p>
|
302
349
|
<div class="refsect3">
|
303
|
-
<a name="
|
304
|
-
<div class="informaltable"><table width="100%" border="0">
|
350
|
+
<a name="p11-kit-uri-get-module-info.parameters"></a><h4>Parameters</h4>
|
351
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
305
352
|
<colgroup>
|
306
353
|
<col width="150px" class="parameters_name">
|
307
354
|
<col class="parameters_description">
|
@@ -315,7 +362,7 @@ resulting URI should be filled with zeros.</p>
|
|
315
362
|
</table></div>
|
316
363
|
</div>
|
317
364
|
<div class="refsect3">
|
318
|
-
<a name="
|
365
|
+
<a name="p11-kit-uri-get-module-info.returns"></a><h4>Returns</h4>
|
319
366
|
<p> A pointer to the <code class="code">CK_INFO</code> structure.</p>
|
320
367
|
</div>
|
321
368
|
</div>
|
@@ -331,8 +378,8 @@ in a URI will be matched. A URI part that was not specified in the URI will
|
|
331
378
|
match any value in the structure. If during the URI parsing any unrecognized
|
332
379
|
parts were encountered then this match will fail.</p>
|
333
380
|
<div class="refsect3">
|
334
|
-
<a name="
|
335
|
-
<div class="informaltable"><table width="100%" border="0">
|
381
|
+
<a name="p11-kit-uri-match-module-info.parameters"></a><h4>Parameters</h4>
|
382
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
336
383
|
<colgroup>
|
337
384
|
<col width="150px" class="parameters_name">
|
338
385
|
<col class="parameters_description">
|
@@ -353,12 +400,139 @@ parts were encountered then this match will fail.</p>
|
|
353
400
|
</table></div>
|
354
401
|
</div>
|
355
402
|
<div class="refsect3">
|
356
|
-
<a name="
|
403
|
+
<a name="p11-kit-uri-match-module-info.returns"></a><h4>Returns</h4>
|
404
|
+
<p> 1 if the URI matches, 0 if not.</p>
|
405
|
+
</div>
|
406
|
+
</div>
|
407
|
+
<hr>
|
408
|
+
<div class="refsect2">
|
409
|
+
<a name="p11-kit-uri-get-slot-info"></a><h3>p11_kit_uri_get_slot_info ()</h3>
|
410
|
+
<pre class="programlisting"><span class="returnvalue">CK_SLOT_INFO_PTR</span>
|
411
|
+
p11_kit_uri_get_slot_info (<em class="parameter"><code><a class="link" href="p11-kit-URIs.html#P11KitUri" title="P11KitUri"><span class="type">P11KitUri</span></a> *uri</code></em>);</pre>
|
412
|
+
<p>Get the <code class="code">CK_SLOT_INFO</code> structure associated with this URI.</p>
|
413
|
+
<p>If this is a parsed URI, then the fields corresponding to slot parts of
|
414
|
+
the URI will be filled in. Any slot URI parts that were missing will have
|
415
|
+
their fields filled with zeros.</p>
|
416
|
+
<p>If the caller wishes to setup information for building a URI, then relevant
|
417
|
+
fields should be filled in. Fields that should not appear as parts in the
|
418
|
+
resulting URI should be filled with zeros.</p>
|
419
|
+
<div class="refsect3">
|
420
|
+
<a name="p11-kit-uri-get-slot-info.parameters"></a><h4>Parameters</h4>
|
421
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
422
|
+
<colgroup>
|
423
|
+
<col width="150px" class="parameters_name">
|
424
|
+
<col class="parameters_description">
|
425
|
+
<col width="200px" class="parameters_annotations">
|
426
|
+
</colgroup>
|
427
|
+
<tbody><tr>
|
428
|
+
<td class="parameter_name"><p>uri</p></td>
|
429
|
+
<td class="parameter_description"><p>the URI</p></td>
|
430
|
+
<td class="parameter_annotations"> </td>
|
431
|
+
</tr></tbody>
|
432
|
+
</table></div>
|
433
|
+
</div>
|
434
|
+
<div class="refsect3">
|
435
|
+
<a name="p11-kit-uri-get-slot-info.returns"></a><h4>Returns</h4>
|
436
|
+
<p> A pointer to the <code class="code">CK_INFO</code> structure.</p>
|
437
|
+
</div>
|
438
|
+
</div>
|
439
|
+
<hr>
|
440
|
+
<div class="refsect2">
|
441
|
+
<a name="p11-kit-uri-match-slot-info"></a><h3>p11_kit_uri_match_slot_info ()</h3>
|
442
|
+
<pre class="programlisting"><span class="returnvalue">int</span>
|
443
|
+
p11_kit_uri_match_slot_info (<em class="parameter"><code><a class="link" href="p11-kit-URIs.html#P11KitUri" title="P11KitUri"><span class="type">P11KitUri</span></a> *uri</code></em>,
|
444
|
+
<em class="parameter"><code><span class="type">CK_SLOT_INFO_PTR</span> slot_info</code></em>);</pre>
|
445
|
+
<p>Match a <code class="code">CK_SLOT_INFO</code> structure against the slot parts of this
|
446
|
+
URI.</p>
|
447
|
+
<p>Only the fields of the <code class="code">CK_SLOT_INFO</code> structure that are valid
|
448
|
+
for use in a URI will be matched. A URI part that was not specified in the
|
449
|
+
URI will match any value in the structure. If during the URI parsing any
|
450
|
+
unrecognized parts were encountered then this match will fail.</p>
|
451
|
+
<div class="refsect3">
|
452
|
+
<a name="p11-kit-uri-match-slot-info.parameters"></a><h4>Parameters</h4>
|
453
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
454
|
+
<colgroup>
|
455
|
+
<col width="150px" class="parameters_name">
|
456
|
+
<col class="parameters_description">
|
457
|
+
<col width="200px" class="parameters_annotations">
|
458
|
+
</colgroup>
|
459
|
+
<tbody>
|
460
|
+
<tr>
|
461
|
+
<td class="parameter_name"><p>uri</p></td>
|
462
|
+
<td class="parameter_description"><p>the URI</p></td>
|
463
|
+
<td class="parameter_annotations"> </td>
|
464
|
+
</tr>
|
465
|
+
<tr>
|
466
|
+
<td class="parameter_name"><p>slot_info</p></td>
|
467
|
+
<td class="parameter_description"><p>the structure to match against the URI</p></td>
|
468
|
+
<td class="parameter_annotations"> </td>
|
469
|
+
</tr>
|
470
|
+
</tbody>
|
471
|
+
</table></div>
|
472
|
+
</div>
|
473
|
+
<div class="refsect3">
|
474
|
+
<a name="p11-kit-uri-match-slot-info.returns"></a><h4>Returns</h4>
|
357
475
|
<p> 1 if the URI matches, 0 if not.</p>
|
358
476
|
</div>
|
359
477
|
</div>
|
360
478
|
<hr>
|
361
479
|
<div class="refsect2">
|
480
|
+
<a name="p11-kit-uri-get-slot-id"></a><h3>p11_kit_uri_get_slot_id ()</h3>
|
481
|
+
<pre class="programlisting"><span class="returnvalue">CK_SLOT_ID</span>
|
482
|
+
p11_kit_uri_get_slot_id (<em class="parameter"><code><a class="link" href="p11-kit-URIs.html#P11KitUri" title="P11KitUri"><span class="type">P11KitUri</span></a> *uri</code></em>);</pre>
|
483
|
+
<p>Get the 'slot-id' part of the URI.</p>
|
484
|
+
<div class="refsect3">
|
485
|
+
<a name="p11-kit-uri-get-slot-id.parameters"></a><h4>Parameters</h4>
|
486
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
487
|
+
<colgroup>
|
488
|
+
<col width="150px" class="parameters_name">
|
489
|
+
<col class="parameters_description">
|
490
|
+
<col width="200px" class="parameters_annotations">
|
491
|
+
</colgroup>
|
492
|
+
<tbody><tr>
|
493
|
+
<td class="parameter_name"><p>uri</p></td>
|
494
|
+
<td class="parameter_description"><p>The URI</p></td>
|
495
|
+
<td class="parameter_annotations"> </td>
|
496
|
+
</tr></tbody>
|
497
|
+
</table></div>
|
498
|
+
</div>
|
499
|
+
<div class="refsect3">
|
500
|
+
<a name="p11-kit-uri-get-slot-id.returns"></a><h4>Returns</h4>
|
501
|
+
<p> The slot-id or <code class="code">(CK_SLOT_ID)-1</code> if not set.</p>
|
502
|
+
</div>
|
503
|
+
</div>
|
504
|
+
<hr>
|
505
|
+
<div class="refsect2">
|
506
|
+
<a name="p11-kit-uri-set-slot-id"></a><h3>p11_kit_uri_set_slot_id ()</h3>
|
507
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
508
|
+
p11_kit_uri_set_slot_id (<em class="parameter"><code><a class="link" href="p11-kit-URIs.html#P11KitUri" title="P11KitUri"><span class="type">P11KitUri</span></a> *uri</code></em>,
|
509
|
+
<em class="parameter"><code><span class="type">CK_SLOT_ID</span> slot_id</code></em>);</pre>
|
510
|
+
<p>Set the 'slot-id' part of the URI.</p>
|
511
|
+
<div class="refsect3">
|
512
|
+
<a name="p11-kit-uri-set-slot-id.parameters"></a><h4>Parameters</h4>
|
513
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
514
|
+
<colgroup>
|
515
|
+
<col width="150px" class="parameters_name">
|
516
|
+
<col class="parameters_description">
|
517
|
+
<col width="200px" class="parameters_annotations">
|
518
|
+
</colgroup>
|
519
|
+
<tbody>
|
520
|
+
<tr>
|
521
|
+
<td class="parameter_name"><p>uri</p></td>
|
522
|
+
<td class="parameter_description"><p>The URI</p></td>
|
523
|
+
<td class="parameter_annotations"> </td>
|
524
|
+
</tr>
|
525
|
+
<tr>
|
526
|
+
<td class="parameter_name"><p>slot_id</p></td>
|
527
|
+
<td class="parameter_description"><p>The new slot-id</p></td>
|
528
|
+
<td class="parameter_annotations"> </td>
|
529
|
+
</tr>
|
530
|
+
</tbody>
|
531
|
+
</table></div>
|
532
|
+
</div>
|
533
|
+
</div>
|
534
|
+
<hr>
|
535
|
+
<div class="refsect2">
|
362
536
|
<a name="p11-kit-uri-get-token-info"></a><h3>p11_kit_uri_get_token_info ()</h3>
|
363
537
|
<pre class="programlisting"><span class="returnvalue">CK_TOKEN_INFO_PTR</span>
|
364
538
|
p11_kit_uri_get_token_info (<em class="parameter"><code><a class="link" href="p11-kit-URIs.html#P11KitUri" title="P11KitUri"><span class="type">P11KitUri</span></a> *uri</code></em>);</pre>
|
@@ -370,8 +544,8 @@ their fields filled with zeros.</p>
|
|
370
544
|
fields should be filled in. Fields that should not appear as parts in the
|
371
545
|
resulting URI should be filled with zeros.</p>
|
372
546
|
<div class="refsect3">
|
373
|
-
<a name="
|
374
|
-
<div class="informaltable"><table width="100%" border="0">
|
547
|
+
<a name="p11-kit-uri-get-token-info.parameters"></a><h4>Parameters</h4>
|
548
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
375
549
|
<colgroup>
|
376
550
|
<col width="150px" class="parameters_name">
|
377
551
|
<col class="parameters_description">
|
@@ -385,7 +559,7 @@ resulting URI should be filled with zeros.</p>
|
|
385
559
|
</table></div>
|
386
560
|
</div>
|
387
561
|
<div class="refsect3">
|
388
|
-
<a name="
|
562
|
+
<a name="p11-kit-uri-get-token-info.returns"></a><h4>Returns</h4>
|
389
563
|
<p> A pointer to the <code class="code">CK_INFO</code> structure.</p>
|
390
564
|
</div>
|
391
565
|
</div>
|
@@ -402,8 +576,8 @@ for use in a URI will be matched. A URI part that was not specified in the
|
|
402
576
|
URI will match any value in the structure. If during the URI parsing any
|
403
577
|
unrecognized parts were encountered then this match will fail.</p>
|
404
578
|
<div class="refsect3">
|
405
|
-
<a name="
|
406
|
-
<div class="informaltable"><table width="100%" border="0">
|
579
|
+
<a name="p11-kit-uri-match-token-info.parameters"></a><h4>Parameters</h4>
|
580
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
407
581
|
<colgroup>
|
408
582
|
<col width="150px" class="parameters_name">
|
409
583
|
<col class="parameters_description">
|
@@ -424,7 +598,7 @@ unrecognized parts were encountered then this match will fail.</p>
|
|
424
598
|
</table></div>
|
425
599
|
</div>
|
426
600
|
<div class="refsect3">
|
427
|
-
<a name="
|
601
|
+
<a name="p11-kit-uri-match-token-info.returns"></a><h4>Returns</h4>
|
428
602
|
<p> 1 if the URI matches, 0 if not.</p>
|
429
603
|
</div>
|
430
604
|
</div>
|
@@ -433,7 +607,7 @@ unrecognized parts were encountered then this match will fail.</p>
|
|
433
607
|
<a name="p11-kit-uri-get-attributes"></a><h3>p11_kit_uri_get_attributes ()</h3>
|
434
608
|
<pre class="programlisting"><span class="returnvalue">CK_ATTRIBUTE_PTR</span>
|
435
609
|
p11_kit_uri_get_attributes (<em class="parameter"><code><a class="link" href="p11-kit-URIs.html#P11KitUri" title="P11KitUri"><span class="type">P11KitUri</span></a> *uri</code></em>,
|
436
|
-
<em class="parameter"><code><
|
610
|
+
<em class="parameter"><code><span class="type">CK_ULONG</span> *n_attrs</code></em>);</pre>
|
437
611
|
</div>
|
438
612
|
<hr>
|
439
613
|
<div class="refsect2">
|
@@ -441,7 +615,7 @@ p11_kit_uri_get_attributes (<em class="parameter"><code><a class="link" href="p1
|
|
441
615
|
<pre class="programlisting"><span class="returnvalue">int</span>
|
442
616
|
p11_kit_uri_set_attributes (<em class="parameter"><code><a class="link" href="p11-kit-URIs.html#P11KitUri" title="P11KitUri"><span class="type">P11KitUri</span></a> *uri</code></em>,
|
443
617
|
<em class="parameter"><code><span class="type">CK_ATTRIBUTE_PTR</span> attrs</code></em>,
|
444
|
-
<em class="parameter"><code><
|
618
|
+
<em class="parameter"><code><span class="type">CK_ULONG</span> n_attrs</code></em>);</pre>
|
445
619
|
</div>
|
446
620
|
<hr>
|
447
621
|
<div class="refsect2">
|
@@ -455,15 +629,15 @@ p11_kit_uri_clear_attributes (<em class="parameter"><code><a class="link" href="
|
|
455
629
|
<pre class="programlisting"><span class="returnvalue">int</span>
|
456
630
|
p11_kit_uri_match_attributes (<em class="parameter"><code><a class="link" href="p11-kit-URIs.html#P11KitUri" title="P11KitUri"><span class="type">P11KitUri</span></a> *uri</code></em>,
|
457
631
|
<em class="parameter"><code><span class="type">CK_ATTRIBUTE_PTR</span> attrs</code></em>,
|
458
|
-
<em class="parameter"><code><
|
632
|
+
<em class="parameter"><code><span class="type">CK_ULONG</span> n_attrs</code></em>);</pre>
|
459
633
|
<p>Match a attributes against the object parts of this URI.</p>
|
460
634
|
<p>Only the attributes that are valid for use in a URI will be matched. A URI
|
461
635
|
part that was not specified in the URI will match any attribute value. If
|
462
636
|
during the URI parsing any unrecognized parts were encountered then this
|
463
637
|
match will fail.</p>
|
464
638
|
<div class="refsect3">
|
465
|
-
<a name="
|
466
|
-
<div class="informaltable"><table width="100%" border="0">
|
639
|
+
<a name="p11-kit-uri-match-attributes.parameters"></a><h4>Parameters</h4>
|
640
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
467
641
|
<colgroup>
|
468
642
|
<col width="150px" class="parameters_name">
|
469
643
|
<col class="parameters_description">
|
@@ -489,7 +663,7 @@ match will fail.</p>
|
|
489
663
|
</table></div>
|
490
664
|
</div>
|
491
665
|
<div class="refsect3">
|
492
|
-
<a name="
|
666
|
+
<a name="p11-kit-uri-match-attributes.returns"></a><h4>Returns</h4>
|
493
667
|
<p> 1 if the URI matches, 0 if not.</p>
|
494
668
|
</div>
|
495
669
|
</div>
|
@@ -501,8 +675,8 @@ p11_kit_uri_get_attribute (<em class="parameter"><code><a class="link" href="p11
|
|
501
675
|
<em class="parameter"><code><span class="type">CK_ATTRIBUTE_TYPE</span> attr_type</code></em>);</pre>
|
502
676
|
<p>Get a pointer to an attribute present in this URI.</p>
|
503
677
|
<div class="refsect3">
|
504
|
-
<a name="
|
505
|
-
<div class="informaltable"><table width="100%" border="0">
|
678
|
+
<a name="p11-kit-uri-get-attribute.parameters"></a><h4>Parameters</h4>
|
679
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
506
680
|
<colgroup>
|
507
681
|
<col width="150px" class="parameters_name">
|
508
682
|
<col class="parameters_description">
|
@@ -523,7 +697,7 @@ p11_kit_uri_get_attribute (<em class="parameter"><code><a class="link" href="p11
|
|
523
697
|
</table></div>
|
524
698
|
</div>
|
525
699
|
<div class="refsect3">
|
526
|
-
<a name="
|
700
|
+
<a name="p11-kit-uri-get-attribute.returns"></a><h4>Returns</h4>
|
527
701
|
<p> A pointer to the attribute, or <code class="code">NULL</code> if not present.
|
528
702
|
The attribute is owned by the URI and should not be freed.</p>
|
529
703
|
</div>
|
@@ -537,8 +711,8 @@ p11_kit_uri_set_attribute (<em class="parameter"><code><a class="link" href="p11
|
|
537
711
|
<p>Set an attribute on the URI.</p>
|
538
712
|
<p>Only attributes that map to parts in a PKCS#11 URI will be accepted.</p>
|
539
713
|
<div class="refsect3">
|
540
|
-
<a name="
|
541
|
-
<div class="informaltable"><table width="100%" border="0">
|
714
|
+
<a name="p11-kit-uri-set-attribute.parameters"></a><h4>Parameters</h4>
|
715
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
542
716
|
<colgroup>
|
543
717
|
<col width="150px" class="parameters_name">
|
544
718
|
<col class="parameters_description">
|
@@ -559,7 +733,7 @@ p11_kit_uri_set_attribute (<em class="parameter"><code><a class="link" href="p11
|
|
559
733
|
</table></div>
|
560
734
|
</div>
|
561
735
|
<div class="refsect3">
|
562
|
-
<a name="
|
736
|
+
<a name="p11-kit-uri-set-attribute.returns"></a><h4>Returns</h4>
|
563
737
|
<p> <a class="link" href="p11-kit-URIs.html#P11-KIT-URI-OK:CAPS"><code class="literal">P11_KIT_URI_OK</code></a> if the attribute was successfully set.
|
564
738
|
<a class="link" href="p11-kit-URIs.html#P11-KIT-URI-NOT-FOUND:CAPS"><code class="literal">P11_KIT_URI_NOT_FOUND</code></a> if the attribute was not valid for a URI.</p>
|
565
739
|
</div>
|
@@ -573,8 +747,8 @@ p11_kit_uri_clear_attribute (<em class="parameter"><code><a class="link" href="p
|
|
573
747
|
<p>Clear an attribute on the URI.</p>
|
574
748
|
<p>Only attributes that map to parts in a PKCS#11 URI will be accepted.</p>
|
575
749
|
<div class="refsect3">
|
576
|
-
<a name="
|
577
|
-
<div class="informaltable"><table width="100%" border="0">
|
750
|
+
<a name="p11-kit-uri-clear-attribute.parameters"></a><h4>Parameters</h4>
|
751
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
578
752
|
<colgroup>
|
579
753
|
<col width="150px" class="parameters_name">
|
580
754
|
<col class="parameters_description">
|
@@ -595,7 +769,7 @@ p11_kit_uri_clear_attribute (<em class="parameter"><code><a class="link" href="p
|
|
595
769
|
</table></div>
|
596
770
|
</div>
|
597
771
|
<div class="refsect3">
|
598
|
-
<a name="
|
772
|
+
<a name="p11-kit-uri-clear-attribute.returns"></a><h4>Returns</h4>
|
599
773
|
<p> <a class="link" href="p11-kit-URIs.html#P11-KIT-URI-OK:CAPS"><code class="literal">P11_KIT_URI_OK</code></a> if the attribute was successfully cleared.
|
600
774
|
<a class="link" href="p11-kit-URIs.html#P11-KIT-URI-NOT-FOUND:CAPS"><code class="literal">P11_KIT_URI_NOT_FOUND</code></a> if the attribute was not valid for a URI.</p>
|
601
775
|
</div>
|
@@ -612,8 +786,8 @@ p11_kit_uri_set_unrecognized (<em class="parameter"><code><a class="link" href="
|
|
612
786
|
of the URI is unrecognized. If the unrecognized flag is set to 1, then
|
613
787
|
matching against this URI will always fail.</p>
|
614
788
|
<div class="refsect3">
|
615
|
-
<a name="
|
616
|
-
<div class="informaltable"><table width="100%" border="0">
|
789
|
+
<a name="p11-kit-uri-set-unrecognized.parameters"></a><h4>Parameters</h4>
|
790
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
617
791
|
<colgroup>
|
618
792
|
<col width="150px" class="parameters_name">
|
619
793
|
<col class="parameters_description">
|
@@ -644,8 +818,8 @@ p11_kit_uri_any_unrecognized (<em class="parameter"><code><a class="link" href="
|
|
644
818
|
of the URI is unrecognized. If the unrecognized flag is set to 1, then
|
645
819
|
matching against this URI will always fail.</p>
|
646
820
|
<div class="refsect3">
|
647
|
-
<a name="
|
648
|
-
<div class="informaltable"><table width="100%" border="0">
|
821
|
+
<a name="p11-kit-uri-any-unrecognized.parameters"></a><h4>Parameters</h4>
|
822
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
649
823
|
<colgroup>
|
650
824
|
<col width="150px" class="parameters_name">
|
651
825
|
<col class="parameters_description">
|
@@ -659,20 +833,78 @@ matching against this URI will always fail.</p>
|
|
659
833
|
</table></div>
|
660
834
|
</div>
|
661
835
|
<div class="refsect3">
|
662
|
-
<a name="
|
836
|
+
<a name="p11-kit-uri-any-unrecognized.returns"></a><h4>Returns</h4>
|
663
837
|
<p> 1 if unrecognized flag is set, 0 otherwise.</p>
|
664
838
|
</div>
|
665
839
|
</div>
|
666
840
|
<hr>
|
667
841
|
<div class="refsect2">
|
842
|
+
<a name="p11-kit-uri-get-pin-value"></a><h3>p11_kit_uri_get_pin_value ()</h3>
|
843
|
+
<pre class="programlisting">const <span class="returnvalue">char</span> *
|
844
|
+
p11_kit_uri_get_pin_value (<em class="parameter"><code><a class="link" href="p11-kit-URIs.html#P11KitUri" title="P11KitUri"><span class="type">P11KitUri</span></a> *uri</code></em>);</pre>
|
845
|
+
<p>Get the 'pin-value' part of the URI. This is used by some applications to
|
846
|
+
read the PIN for logging into a PKCS#11 token.</p>
|
847
|
+
<div class="refsect3">
|
848
|
+
<a name="p11-kit-uri-get-pin-value.parameters"></a><h4>Parameters</h4>
|
849
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
850
|
+
<colgroup>
|
851
|
+
<col width="150px" class="parameters_name">
|
852
|
+
<col class="parameters_description">
|
853
|
+
<col width="200px" class="parameters_annotations">
|
854
|
+
</colgroup>
|
855
|
+
<tbody><tr>
|
856
|
+
<td class="parameter_name"><p>uri</p></td>
|
857
|
+
<td class="parameter_description"><p>The URI</p></td>
|
858
|
+
<td class="parameter_annotations"> </td>
|
859
|
+
</tr></tbody>
|
860
|
+
</table></div>
|
861
|
+
</div>
|
862
|
+
<div class="refsect3">
|
863
|
+
<a name="p11-kit-uri-get-pin-value.returns"></a><h4>Returns</h4>
|
864
|
+
<p> The pin-value or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if not present.</p>
|
865
|
+
</div>
|
866
|
+
</div>
|
867
|
+
<hr>
|
868
|
+
<div class="refsect2">
|
869
|
+
<a name="p11-kit-uri-set-pin-value"></a><h3>p11_kit_uri_set_pin_value ()</h3>
|
870
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
871
|
+
p11_kit_uri_set_pin_value (<em class="parameter"><code><a class="link" href="p11-kit-URIs.html#P11KitUri" title="P11KitUri"><span class="type">P11KitUri</span></a> *uri</code></em>,
|
872
|
+
<em class="parameter"><code>const <span class="type">char</span> *pin</code></em>);</pre>
|
873
|
+
<p>Set the 'pin-value' part of the URI. This is used by some applications to
|
874
|
+
specify the PIN for logging into a PKCS#11 token.</p>
|
875
|
+
<div class="refsect3">
|
876
|
+
<a name="p11-kit-uri-set-pin-value.parameters"></a><h4>Parameters</h4>
|
877
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
878
|
+
<colgroup>
|
879
|
+
<col width="150px" class="parameters_name">
|
880
|
+
<col class="parameters_description">
|
881
|
+
<col width="200px" class="parameters_annotations">
|
882
|
+
</colgroup>
|
883
|
+
<tbody>
|
884
|
+
<tr>
|
885
|
+
<td class="parameter_name"><p>uri</p></td>
|
886
|
+
<td class="parameter_description"><p>The URI</p></td>
|
887
|
+
<td class="parameter_annotations"> </td>
|
888
|
+
</tr>
|
889
|
+
<tr>
|
890
|
+
<td class="parameter_name"><p>pin</p></td>
|
891
|
+
<td class="parameter_description"><p>The new pin-value</p></td>
|
892
|
+
<td class="parameter_annotations"> </td>
|
893
|
+
</tr>
|
894
|
+
</tbody>
|
895
|
+
</table></div>
|
896
|
+
</div>
|
897
|
+
</div>
|
898
|
+
<hr>
|
899
|
+
<div class="refsect2">
|
668
900
|
<a name="p11-kit-uri-get-pin-source"></a><h3>p11_kit_uri_get_pin_source ()</h3>
|
669
901
|
<pre class="programlisting">const <span class="returnvalue">char</span> *
|
670
902
|
p11_kit_uri_get_pin_source (<em class="parameter"><code><a class="link" href="p11-kit-URIs.html#P11KitUri" title="P11KitUri"><span class="type">P11KitUri</span></a> *uri</code></em>);</pre>
|
671
903
|
<p>Get the 'pin-source' part of the URI. This is used by some applications to
|
672
904
|
lookup a PIN for logging into a PKCS#11 token.</p>
|
673
905
|
<div class="refsect3">
|
674
|
-
<a name="
|
675
|
-
<div class="informaltable"><table width="100%" border="0">
|
906
|
+
<a name="p11-kit-uri-get-pin-source.parameters"></a><h4>Parameters</h4>
|
907
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
676
908
|
<colgroup>
|
677
909
|
<col width="150px" class="parameters_name">
|
678
910
|
<col class="parameters_description">
|
@@ -686,8 +918,8 @@ lookup a PIN for logging into a PKCS#11 token.</p>
|
|
686
918
|
</table></div>
|
687
919
|
</div>
|
688
920
|
<div class="refsect3">
|
689
|
-
<a name="
|
690
|
-
<p> The pin-source or <a href="
|
921
|
+
<a name="p11-kit-uri-get-pin-source.returns"></a><h4>Returns</h4>
|
922
|
+
<p> The pin-source or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if not present.</p>
|
691
923
|
</div>
|
692
924
|
</div>
|
693
925
|
<hr>
|
@@ -699,8 +931,8 @@ p11_kit_uri_set_pin_source (<em class="parameter"><code><a class="link" href="p1
|
|
699
931
|
<p>Set the 'pin-source' part of the URI. This is used by some applications to
|
700
932
|
lookup a PIN for logging into a PKCS#11 token.</p>
|
701
933
|
<div class="refsect3">
|
702
|
-
<a name="
|
703
|
-
<div class="informaltable"><table width="100%" border="0">
|
934
|
+
<a name="p11-kit-uri-set-pin-source.parameters"></a><h4>Parameters</h4>
|
935
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
704
936
|
<colgroup>
|
705
937
|
<col width="150px" class="parameters_name">
|
706
938
|
<col class="parameters_description">
|
@@ -731,8 +963,8 @@ p11_kit_uri_get_pinfile (<em class="parameter"><code><a class="link" href="p11-k
|
|
731
963
|
<p>use <a class="link" href="p11-kit-URIs.html#p11-kit-uri-get-pin-source" title="p11_kit_uri_get_pin_source ()"><code class="function">p11_kit_uri_get_pin_source()</code></a>.</p>
|
732
964
|
</div>
|
733
965
|
<div class="refsect3">
|
734
|
-
<a name="
|
735
|
-
<div class="informaltable"><table width="100%" border="0">
|
966
|
+
<a name="p11-kit-uri-get-pinfile.parameters"></a><h4>Parameters</h4>
|
967
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
736
968
|
<colgroup>
|
737
969
|
<col width="150px" class="parameters_name">
|
738
970
|
<col class="parameters_description">
|
@@ -757,8 +989,8 @@ p11_kit_uri_set_pinfile (<em class="parameter"><code><a class="link" href="p11-k
|
|
757
989
|
<p>use <a class="link" href="p11-kit-URIs.html#p11-kit-uri-set-pin-source" title="p11_kit_uri_set_pin_source ()"><code class="function">p11_kit_uri_set_pin_source()</code></a>.</p>
|
758
990
|
</div>
|
759
991
|
<div class="refsect3">
|
760
|
-
<a name="
|
761
|
-
<div class="informaltable"><table width="100%" border="0">
|
992
|
+
<a name="p11-kit-uri-set-pinfile.parameters"></a><h4>Parameters</h4>
|
993
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
762
994
|
<colgroup>
|
763
995
|
<col width="150px" class="parameters_name">
|
764
996
|
<col class="parameters_description">
|
@@ -802,8 +1034,8 @@ and <code class="literal">CKA_CLASS</code>. The class must be one of
|
|
802
1034
|
<code class="literal">CKO_PRIVATE_KEY</code>.</p>
|
803
1035
|
<p>The resulting string should be freed with <code class="function">free()</code>.</p>
|
804
1036
|
<div class="refsect3">
|
805
|
-
<a name="
|
806
|
-
<div class="informaltable"><table width="100%" border="0">
|
1037
|
+
<a name="p11-kit-uri-format.parameters"></a><h4>Parameters</h4>
|
1038
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
807
1039
|
<colgroup>
|
808
1040
|
<col width="150px" class="parameters_name">
|
809
1041
|
<col class="parameters_description">
|
@@ -829,7 +1061,7 @@ and <code class="literal">CKA_CLASS</code>. The class must be one of
|
|
829
1061
|
</table></div>
|
830
1062
|
</div>
|
831
1063
|
<div class="refsect3">
|
832
|
-
<a name="
|
1064
|
+
<a name="p11-kit-uri-format.returns"></a><h4>Returns</h4>
|
833
1065
|
<p> <a class="link" href="p11-kit-URIs.html#P11-KIT-URI-OK:CAPS"><code class="literal">P11_KIT_URI_OK</code></a> if the URI was formatted successfully,
|
834
1066
|
<a class="link" href="p11-kit-URIs.html#P11-KIT-URI-UNEXPECTED:CAPS"><code class="literal">P11_KIT_URI_UNEXPECTED</code></a> if the data in <em class="parameter"><code>uri</code></em>
|
835
1067
|
is invalid for a URI.</p>
|
@@ -852,8 +1084,8 @@ it is used.</p>
|
|
852
1084
|
to the specified context, then the unrecognized flag will be set. This will
|
853
1085
|
prevent the URI from matching using the various match functions.</p>
|
854
1086
|
<div class="refsect3">
|
855
|
-
<a name="
|
856
|
-
<div class="informaltable"><table width="100%" border="0">
|
1087
|
+
<a name="p11-kit-uri-parse.parameters"></a><h4>Parameters</h4>
|
1088
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
857
1089
|
<colgroup>
|
858
1090
|
<col width="150px" class="parameters_name">
|
859
1091
|
<col class="parameters_description">
|
@@ -879,7 +1111,7 @@ prevent the URI from matching using the various match functions.</p>
|
|
879
1111
|
</table></div>
|
880
1112
|
</div>
|
881
1113
|
<div class="refsect3">
|
882
|
-
<a name="
|
1114
|
+
<a name="p11-kit-uri-parse.returns"></a><h4>Returns</h4>
|
883
1115
|
<p> <a class="link" href="p11-kit-URIs.html#P11-KIT-URI-OK:CAPS"><code class="literal">P11_KIT_URI_OK</code></a> if the URI was parsed successfully.
|
884
1116
|
<a class="link" href="p11-kit-URIs.html#P11-KIT-URI-BAD-SCHEME:CAPS"><code class="literal">P11_KIT_URI_BAD_SCHEME</code></a> if this was not a PKCS#11 URI.
|
885
1117
|
<a class="link" href="p11-kit-URIs.html#P11-KIT-URI-BAD-SYNTAX:CAPS"><code class="literal">P11_KIT_URI_BAD_SYNTAX</code></a> if the URI syntax was bad.
|
@@ -894,8 +1126,8 @@ prevent the URI from matching using the various match functions.</p>
|
|
894
1126
|
p11_kit_uri_free (<em class="parameter"><code><a class="link" href="p11-kit-URIs.html#P11KitUri" title="P11KitUri"><span class="type">P11KitUri</span></a> *uri</code></em>);</pre>
|
895
1127
|
<p>Free a PKCS#11 URI.</p>
|
896
1128
|
<div class="refsect3">
|
897
|
-
<a name="
|
898
|
-
<div class="informaltable"><table width="100%" border="0">
|
1129
|
+
<a name="p11-kit-uri-free.parameters"></a><h4>Parameters</h4>
|
1130
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
899
1131
|
<colgroup>
|
900
1132
|
<col width="150px" class="parameters_name">
|
901
1133
|
<col class="parameters_description">
|
@@ -916,11 +1148,11 @@ p11_kit_uri_free (<em class="parameter"><code><a class="link" href="p11-kit-URIs
|
|
916
1148
|
p11_kit_uri_message (<em class="parameter"><code><span class="type">int</span> code</code></em>);</pre>
|
917
1149
|
<p>Lookup a message for the uri error code. These codes are the P11_KIT_URI_XXX
|
918
1150
|
error codes that can be returned from <a class="link" href="p11-kit-URIs.html#p11-kit-uri-parse" title="p11_kit_uri_parse ()"><code class="function">p11_kit_uri_parse()</code></a> or
|
919
|
-
<a class="link" href="p11-kit-URIs.html#p11-kit-uri-format" title="p11_kit_uri_format ()"><code class="function">p11_kit_uri_format()</code></a>. As a special case <a href="
|
1151
|
+
<a class="link" href="p11-kit-URIs.html#p11-kit-uri-format" title="p11_kit_uri_format ()"><code class="function">p11_kit_uri_format()</code></a>. As a special case <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, will be returned for
|
920
1152
|
<a class="link" href="p11-kit-URIs.html#P11-KIT-URI-OK:CAPS"><code class="literal">P11_KIT_URI_OK</code></a>.</p>
|
921
1153
|
<div class="refsect3">
|
922
|
-
<a name="
|
923
|
-
<div class="informaltable"><table width="100%" border="0">
|
1154
|
+
<a name="p11-kit-uri-message.parameters"></a><h4>Parameters</h4>
|
1155
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
924
1156
|
<colgroup>
|
925
1157
|
<col width="150px" class="parameters_name">
|
926
1158
|
<col class="parameters_description">
|
@@ -934,7 +1166,7 @@ error codes that can be returned from <a class="link" href="p11-kit-URIs.html#p1
|
|
934
1166
|
</table></div>
|
935
1167
|
</div>
|
936
1168
|
<div class="refsect3">
|
937
|
-
<a name="
|
1169
|
+
<a name="p11-kit-uri-message.returns"></a><h4>Returns</h4>
|
938
1170
|
<p> The message for the error code. This string is owned by the p11-kit
|
939
1171
|
library.</p>
|
940
1172
|
</div>
|
@@ -962,8 +1194,8 @@ library.</p>
|
|
962
1194
|
<a class="link" href="p11-kit-URIs.html#p11-kit-uri-parse" title="p11_kit_uri_parse ()"><code class="function">p11_kit_uri_parse()</code></a> to denote in what context the URI will be used.</p>
|
963
1195
|
<p>The various types can be combined.</p>
|
964
1196
|
<div class="refsect3">
|
965
|
-
<a name="
|
966
|
-
<div class="informaltable"><table width="100%" border="0">
|
1197
|
+
<a name="P11KitUriType.members"></a><h4>Members</h4>
|
1198
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
967
1199
|
<colgroup>
|
968
1200
|
<col width="300px" class="enum_members_name">
|
969
1201
|
<col class="enum_members_description">
|
@@ -985,6 +1217,13 @@ library.</p>
|
|
985
1217
|
<td class="enum_member_annotations"> </td>
|
986
1218
|
</tr>
|
987
1219
|
<tr>
|
1220
|
+
<td class="enum_member_name"><p><a name="P11-KIT-URI-FOR-SLOT:CAPS"></a>P11_KIT_URI_FOR_SLOT</p></td>
|
1221
|
+
<td class="enum_member_description">
|
1222
|
+
<p>The URI represents one or more slots</p>
|
1223
|
+
</td>
|
1224
|
+
<td class="enum_member_annotations"> </td>
|
1225
|
+
</tr>
|
1226
|
+
<tr>
|
988
1227
|
<td class="enum_member_name"><p><a name="P11-KIT-URI-FOR-MODULE:CAPS"></a>P11_KIT_URI_FOR_MODULE</p></td>
|
989
1228
|
<td class="enum_member_description">
|
990
1229
|
<p>The URI represents one or more modules</p>
|
@@ -1033,8 +1272,8 @@ library.</p>
|
|
1033
1272
|
<p>Error codes returned by various functions. The functions each clearly state
|
1034
1273
|
which error codes they are capable of returning.</p>
|
1035
1274
|
<div class="refsect3">
|
1036
|
-
<a name="
|
1037
|
-
<div class="informaltable"><table width="100%" border="0">
|
1275
|
+
<a name="P11KitUriResult.members"></a><h4>Members</h4>
|
1276
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1038
1277
|
<colgroup>
|
1039
1278
|
<col width="300px" class="enum_members_name">
|
1040
1279
|
<col class="enum_members_description">
|
@@ -1118,6 +1357,6 @@ visible in this structure. Use the various accessor functions.</p>
|
|
1118
1357
|
</div>
|
1119
1358
|
</div>
|
1120
1359
|
<div class="footer">
|
1121
|
-
<hr>Generated by GTK-Doc V1.
|
1360
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
1122
1361
|
</body>
|
1123
1362
|
</html>
|