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
Binary file
|
@@ -1,23 +0,0 @@
|
|
1
|
-
# Process this file with autoconf to produce a pkg-config metadata file.
|
2
|
-
# Copyright 2002-2016 Simon Josefsson
|
3
|
-
#
|
4
|
-
# This file is free software; as a special exception the author gives
|
5
|
-
# unlimited permission to copy and/or distribute it, with or without
|
6
|
-
# modifications, as long as this notice is preserved.
|
7
|
-
#
|
8
|
-
# This file is distributed in the hope that it will be useful, but
|
9
|
-
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
10
|
-
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
11
|
-
|
12
|
-
prefix=/home/vagrant/ruby-gnome2.win32/glib2/vendor/local
|
13
|
-
exec_prefix=${prefix}
|
14
|
-
libdir=${exec_prefix}/lib
|
15
|
-
includedir=${prefix}/include
|
16
|
-
|
17
|
-
Name: Libidn
|
18
|
-
Description: IETF stringprep, nameprep, punycode, IDNA text processing.
|
19
|
-
URL: http://www.gnu.org/software/libidn/
|
20
|
-
Version: 1.33
|
21
|
-
Libs: -L${libdir} -lidn
|
22
|
-
Libs.private: -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -liconv -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib
|
23
|
-
Cflags: -I${includedir}
|
@@ -1,192 +0,0 @@
|
|
1
|
-
;;; idna.el --- Internationalizing Domain Names in Applications.
|
2
|
-
|
3
|
-
;; Copyright (C) 2003-2016 Simon Josefsson
|
4
|
-
;; Keywords: idna, idn, domain name, internationalization
|
5
|
-
|
6
|
-
;; This file is part of GNU Libidn.
|
7
|
-
|
8
|
-
;; This program is free software: you can redistribute it and/or modify
|
9
|
-
;; it under the terms of the GNU General Public License as published by
|
10
|
-
;; the Free Software Foundation, either version 3 of the License, or
|
11
|
-
;; (at your option) any later version.
|
12
|
-
|
13
|
-
;; This program is distributed in the hope that it will be useful,
|
14
|
-
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
-
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
16
|
-
;; GNU General Public License for more details.
|
17
|
-
|
18
|
-
;; You should have received a copy of the GNU General Public License
|
19
|
-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
20
|
-
|
21
|
-
;;; Commentary:
|
22
|
-
|
23
|
-
;; A simple wrapper around the command line "idn" utility in GNU
|
24
|
-
;; Libidn to make IDNA ToASCII and ToUnicode operations available in
|
25
|
-
;; Emacs.
|
26
|
-
|
27
|
-
;; Example:
|
28
|
-
;;
|
29
|
-
;; (idna-to-ascii "r�ksm�rg�s.gnu.org")
|
30
|
-
;; => "xn--rksmrgs-5wao1o.gnu.org"
|
31
|
-
;;
|
32
|
-
;; (idna-to-ascii "www.gnu.org")
|
33
|
-
;; => "www.gnu.org"
|
34
|
-
;;
|
35
|
-
;; (idna-to-unicode "xn--rksmrgs-5wao1o.gnu.org")
|
36
|
-
;; => "r�ksm�rg�s.gnu.org"
|
37
|
-
;;
|
38
|
-
;; (idna-to-unicode "www.gnu.org")
|
39
|
-
;; => "www.gnu.org"
|
40
|
-
|
41
|
-
;; Todo: Support AllowUnassigned and UseSTD3ASCIIRules somehow?
|
42
|
-
|
43
|
-
;; This package is useless unless your emacs has at least partial
|
44
|
-
;; support for the UTF-8 coding system.
|
45
|
-
|
46
|
-
;; Report bugs to bug-libidn@gnu.org.
|
47
|
-
|
48
|
-
;;; Code:
|
49
|
-
|
50
|
-
(defgroup idna nil
|
51
|
-
"Internationalizing Domain Names in Applications.")
|
52
|
-
|
53
|
-
(defcustom idna-program "idn"
|
54
|
-
"Name of the GNU Libidn \"idn\" application."
|
55
|
-
:type 'string
|
56
|
-
:group 'idna)
|
57
|
-
|
58
|
-
(defcustom idna-environment '("CHARSET=UTF-8")
|
59
|
-
"List of environment variable definitions prepended to `process-environment'."
|
60
|
-
:type '(repeat string)
|
61
|
-
:group 'idna)
|
62
|
-
|
63
|
-
(defcustom idna-to-ascii-parameters '("--quiet"
|
64
|
-
"--idna-to-ascii"
|
65
|
-
"--usestd3asciirules")
|
66
|
-
"Parameters passed to `idna-program' to invoke IDNA ToASCII mode."
|
67
|
-
:type '(repeat string)
|
68
|
-
:group 'idna)
|
69
|
-
|
70
|
-
(defcustom idna-to-unicode-parameters '("--quiet"
|
71
|
-
"--idna-to-unicode"
|
72
|
-
"--usestd3asciirules")
|
73
|
-
"Parameters passed `idna-program' to invoke IDNA ToUnicode mode."
|
74
|
-
:type '(repeat string)
|
75
|
-
:group 'idna)
|
76
|
-
|
77
|
-
;; Internal process handling:
|
78
|
-
|
79
|
-
(defvar idna-to-ascii-process nil
|
80
|
-
"Internal variable holding process for ToASCII.")
|
81
|
-
(defvar idna-to-ascii-response nil
|
82
|
-
"Internal variable holding response data received from ToASCII process.")
|
83
|
-
|
84
|
-
(defun idna-to-ascii-response-clear ()
|
85
|
-
(setq idna-to-ascii-response nil))
|
86
|
-
|
87
|
-
(defun idna-to-ascii-response ()
|
88
|
-
(while (and (eq (process-status idna-to-ascii-process) 'run)
|
89
|
-
(null idna-to-ascii-response))
|
90
|
-
(accept-process-output idna-to-ascii-process 1))
|
91
|
-
idna-to-ascii-response)
|
92
|
-
|
93
|
-
(defun idna-to-ascii-filter (process string)
|
94
|
-
(setq idna-to-ascii-response (concat idna-to-ascii-response string)))
|
95
|
-
|
96
|
-
(defun idna-to-ascii-process ()
|
97
|
-
(if (and idna-to-ascii-process
|
98
|
-
(eq (process-status idna-to-ascii-process) 'run))
|
99
|
-
idna-to-ascii-process
|
100
|
-
(if idna-to-ascii-process
|
101
|
-
(condition-case ()
|
102
|
-
(kill-process idna-to-ascii-process)
|
103
|
-
(error)))
|
104
|
-
(when (setq idna-to-ascii-process
|
105
|
-
(let ((process-environment (append idna-environment
|
106
|
-
process-environment)))
|
107
|
-
(apply 'start-process "idna" nil idna-program
|
108
|
-
idna-to-ascii-parameters)))
|
109
|
-
(set-process-filter idna-to-ascii-process 'idna-to-ascii-filter)
|
110
|
-
(set-process-coding-system idna-to-ascii-process 'utf-8 'utf-8)
|
111
|
-
(process-kill-without-query idna-to-ascii-process))
|
112
|
-
idna-to-ascii-process))
|
113
|
-
|
114
|
-
(defvar idna-to-unicode-process nil
|
115
|
-
"Internal variable holding process for ToASCII.")
|
116
|
-
(defvar idna-to-unicode-response nil
|
117
|
-
"Internal variable holding response data received from ToASCII process.")
|
118
|
-
|
119
|
-
(defun idna-to-unicode-response-clear ()
|
120
|
-
(setq idna-to-unicode-response nil))
|
121
|
-
|
122
|
-
(defun idna-to-unicode-response ()
|
123
|
-
(while (and (eq (process-status idna-to-unicode-process) 'run)
|
124
|
-
(null idna-to-unicode-response))
|
125
|
-
(accept-process-output idna-to-unicode-process 1))
|
126
|
-
idna-to-unicode-response)
|
127
|
-
|
128
|
-
(defun idna-to-unicode-filter (process string)
|
129
|
-
(setq idna-to-unicode-response (concat idna-to-unicode-response string)))
|
130
|
-
|
131
|
-
(defun idna-to-unicode-process ()
|
132
|
-
(if (and idna-to-unicode-process
|
133
|
-
(eq (process-status idna-to-unicode-process) 'run))
|
134
|
-
idna-to-unicode-process
|
135
|
-
(if idna-to-unicode-process
|
136
|
-
(condition-case ()
|
137
|
-
(kill-process idna-to-unicode-process)
|
138
|
-
(error)))
|
139
|
-
(when (setq idna-to-unicode-process
|
140
|
-
(let ((process-environment (append idna-environment
|
141
|
-
process-environment)))
|
142
|
-
(apply 'start-process "idna" nil idna-program
|
143
|
-
idna-to-unicode-parameters)))
|
144
|
-
(set-process-filter idna-to-unicode-process 'idna-to-unicode-filter)
|
145
|
-
(set-process-coding-system idna-to-unicode-process 'utf-8 'utf-8)
|
146
|
-
(process-kill-without-query idna-to-unicode-process))
|
147
|
-
idna-to-unicode-process))
|
148
|
-
|
149
|
-
;; IDNA Elisp API:
|
150
|
-
|
151
|
-
(defun idna-to-ascii (str)
|
152
|
-
"Returns an ASCII Compatible Encoding (ACE) of STR.
|
153
|
-
It is computed by the IDNA ToASCII operation, after converting the
|
154
|
-
input to UTF-8."
|
155
|
-
(let ((proc (idna-to-ascii-process))
|
156
|
-
string)
|
157
|
-
(if (null proc)
|
158
|
-
(error "Cannot start idn application (to-ascii)")
|
159
|
-
(idna-to-ascii-response-clear)
|
160
|
-
(process-send-string proc (concat str "\n"))
|
161
|
-
(setq string (idna-to-ascii-response))
|
162
|
-
(if (and string (string= (substring string (1- (length string))) "\n"))
|
163
|
-
(substring string 0 (1- (length string)))
|
164
|
-
string))))
|
165
|
-
|
166
|
-
(defun idna-to-unicode (str)
|
167
|
-
"Returns a possibly multibyte string after decoding STR.
|
168
|
-
It is computed by the IDNA ToUnicode operation."
|
169
|
-
(let ((proc (idna-to-unicode-process))
|
170
|
-
string)
|
171
|
-
(if (null proc)
|
172
|
-
(error "Cannot start idn application (to-unicode)")
|
173
|
-
(idna-to-unicode-response-clear)
|
174
|
-
(process-send-string proc (concat str "\n"))
|
175
|
-
(setq string (idna-to-unicode-response))
|
176
|
-
(if (and string (string= (substring string (1- (length string))) "\n"))
|
177
|
-
(substring string 0 (1- (length string)))
|
178
|
-
string))))
|
179
|
-
|
180
|
-
(defun idna-shutdown ()
|
181
|
-
"Kill the IDNA related processes."
|
182
|
-
(interactive)
|
183
|
-
(if (and idna-to-ascii-process
|
184
|
-
(eq (process-status idna-to-ascii-process) 'run))
|
185
|
-
(kill-process idna-to-ascii-process))
|
186
|
-
(if (and idna-to-unicode-process
|
187
|
-
(eq (process-status idna-to-unicode-process) 'run))
|
188
|
-
(kill-process idna-to-unicode-process)))
|
189
|
-
|
190
|
-
(provide 'idna)
|
191
|
-
|
192
|
-
;;; idna.el ends here
|
@@ -1,182 +0,0 @@
|
|
1
|
-
;;; punycode.el --- An ASCII compatible Unicode encoding format.
|
2
|
-
|
3
|
-
;; Copyright (C) 2003-2016 Simon Josefsson
|
4
|
-
;; Keywords: punycode, idna, idn, unicode, encoding
|
5
|
-
|
6
|
-
;; This file is part of GNU Libidn.
|
7
|
-
|
8
|
-
;; This program is free software: you can redistribute it and/or modify
|
9
|
-
;; it under the terms of the GNU General Public License as published by
|
10
|
-
;; the Free Software Foundation, either version 3 of the License, or
|
11
|
-
;; (at your option) any later version.
|
12
|
-
|
13
|
-
;; This program is distributed in the hope that it will be useful,
|
14
|
-
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
-
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
16
|
-
;; GNU General Public License for more details.
|
17
|
-
|
18
|
-
;; You should have received a copy of the GNU General Public License
|
19
|
-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
20
|
-
|
21
|
-
;;; Commentary:
|
22
|
-
|
23
|
-
;; A simple wrapper around the command line "idn" utility in GNU
|
24
|
-
;; Libidn to make punycode operations available in Emacs.
|
25
|
-
|
26
|
-
;; Example:
|
27
|
-
;;
|
28
|
-
;; (punycode-encode "r�ksm�rg�s")
|
29
|
-
;; => "rksmrgs-5wao1o"
|
30
|
-
;;
|
31
|
-
;; (punycode-encode "foo")
|
32
|
-
;; => "foo-"
|
33
|
-
;;
|
34
|
-
;; (punycode-decode "rksmrgs-5wao1o")
|
35
|
-
;; => "r�ksm�rg�s"
|
36
|
-
;;
|
37
|
-
;; (punycode-decode "foo-")
|
38
|
-
;; => "foo"
|
39
|
-
|
40
|
-
;; This package is useless unless your emacs has at least partial
|
41
|
-
;; support for the UTF-8 coding system.
|
42
|
-
|
43
|
-
;; Report bugs to bug-libidn@gnu.org.
|
44
|
-
|
45
|
-
;;; Code:
|
46
|
-
|
47
|
-
(defgroup punycode nil
|
48
|
-
"Punycode: An ASCII compatible Unicode encoding format.")
|
49
|
-
|
50
|
-
(defcustom punycode-program "idn"
|
51
|
-
"Name of the GNU Libidn \"idn\" application."
|
52
|
-
:type 'string
|
53
|
-
:group 'punycode)
|
54
|
-
|
55
|
-
(defcustom punycode-environment '("CHARSET=UTF-8")
|
56
|
-
"List of environment variable definitions prepended to `process-environment'."
|
57
|
-
:type '(repeat string)
|
58
|
-
:group 'punycode)
|
59
|
-
|
60
|
-
(defcustom punycode-encode-parameters '("--quiet" "--punycode-encode")
|
61
|
-
"Parameters passed to `punycode-program' to invoke punycode encoding mode."
|
62
|
-
:type '(repeat string)
|
63
|
-
:group 'punycode)
|
64
|
-
|
65
|
-
(defcustom punycode-decode-parameters '("--quiet" "--punycode-decode")
|
66
|
-
"Parameters passed to `punycode-program' to invoke punycode decoding mode."
|
67
|
-
:type '(repeat string)
|
68
|
-
:group 'punycode)
|
69
|
-
|
70
|
-
;; Internal process handling:
|
71
|
-
|
72
|
-
(defvar punycode-encode-process nil
|
73
|
-
"Internal variable holding process for punycode encoding.")
|
74
|
-
(defvar punycode-encode-response nil
|
75
|
-
"Internal variable holding response data received from punycode process.")
|
76
|
-
|
77
|
-
(defun punycode-encode-response-clear ()
|
78
|
-
(setq punycode-encode-response nil))
|
79
|
-
|
80
|
-
(defun punycode-encode-response ()
|
81
|
-
(while (and (eq (process-status punycode-encode-process) 'run)
|
82
|
-
(null punycode-encode-response))
|
83
|
-
(accept-process-output punycode-encode-process 1))
|
84
|
-
punycode-encode-response)
|
85
|
-
|
86
|
-
(defun punycode-encode-filter (process string)
|
87
|
-
(setq punycode-encode-response (concat punycode-encode-response string)))
|
88
|
-
|
89
|
-
(defun punycode-encode-process ()
|
90
|
-
(if (and punycode-encode-process
|
91
|
-
(eq (process-status punycode-encode-process) 'run))
|
92
|
-
punycode-encode-process
|
93
|
-
(if punycode-encode-process
|
94
|
-
(condition-case ()
|
95
|
-
(kill-process punycode-encode-process)
|
96
|
-
(error)))
|
97
|
-
(when (setq punycode-encode-process
|
98
|
-
(let ((process-environment (append punycode-environment
|
99
|
-
process-environment)))
|
100
|
-
(apply 'start-process "punycode" nil punycode-program
|
101
|
-
punycode-encode-parameters)))
|
102
|
-
(set-process-filter punycode-encode-process 'punycode-encode-filter)
|
103
|
-
(set-process-coding-system punycode-encode-process 'utf-8 'utf-8)
|
104
|
-
(process-kill-without-query punycode-encode-process))
|
105
|
-
punycode-encode-process))
|
106
|
-
|
107
|
-
(defvar punycode-decode-process nil
|
108
|
-
"Internal variable holding process for punycode encoding.")
|
109
|
-
(defvar punycode-decode-response nil
|
110
|
-
"Internal variable holding response data received from punycode process.")
|
111
|
-
|
112
|
-
(defun punycode-decode-response-clear ()
|
113
|
-
(setq punycode-decode-response nil))
|
114
|
-
|
115
|
-
(defun punycode-decode-response ()
|
116
|
-
(while (and (eq (process-status punycode-decode-process) 'run)
|
117
|
-
(null punycode-decode-response))
|
118
|
-
(accept-process-output punycode-decode-process 1))
|
119
|
-
punycode-decode-response)
|
120
|
-
|
121
|
-
(defun punycode-decode-filter (process string)
|
122
|
-
(setq punycode-decode-response (concat punycode-decode-response string)))
|
123
|
-
|
124
|
-
(defun punycode-decode-process ()
|
125
|
-
(if (and punycode-decode-process
|
126
|
-
(eq (process-status punycode-decode-process) 'run))
|
127
|
-
punycode-decode-process
|
128
|
-
(if punycode-decode-process
|
129
|
-
(condition-case ()
|
130
|
-
(kill-process punycode-decode-process)
|
131
|
-
(error)))
|
132
|
-
(when (setq punycode-decode-process
|
133
|
-
(let ((process-environment (append punycode-environment
|
134
|
-
process-environment)))
|
135
|
-
(apply 'start-process "punycode" nil punycode-program
|
136
|
-
punycode-decode-parameters)))
|
137
|
-
(set-process-filter punycode-decode-process 'punycode-decode-filter)
|
138
|
-
(set-process-coding-system punycode-decode-process 'utf-8 'utf-8)
|
139
|
-
(process-kill-without-query punycode-decode-process))
|
140
|
-
punycode-decode-process))
|
141
|
-
|
142
|
-
;; Punycode Elisp API:
|
143
|
-
|
144
|
-
(defun punycode-encode (str)
|
145
|
-
"Returns a Punycode encoding of STR."
|
146
|
-
(let ((proc (punycode-encode-process))
|
147
|
-
string)
|
148
|
-
(if (null proc)
|
149
|
-
(error "Cannot start idn application")
|
150
|
-
(punycode-encode-response-clear)
|
151
|
-
(process-send-string proc (concat str "\n"))
|
152
|
-
(setq string (punycode-encode-response))
|
153
|
-
(if (and string (string= (substring string (1- (length string))) "\n"))
|
154
|
-
(substring string 0 (1- (length string)))
|
155
|
-
string))))
|
156
|
-
|
157
|
-
(defun punycode-decode (str)
|
158
|
-
"Returns a possibly multibyte string which is the punycode decoding of STR."
|
159
|
-
(let ((proc (punycode-decode-process))
|
160
|
-
string)
|
161
|
-
(if (null proc)
|
162
|
-
(error "Cannot start idn application")
|
163
|
-
(punycode-decode-response-clear)
|
164
|
-
(process-send-string proc (concat str "\n"))
|
165
|
-
(setq string (punycode-decode-response))
|
166
|
-
(if (and string (string= (substring string (1- (length string))) "\n"))
|
167
|
-
(substring string 0 (1- (length string)))
|
168
|
-
string))))
|
169
|
-
|
170
|
-
(defun punycode-shutdown ()
|
171
|
-
"Kill the punycode related process."
|
172
|
-
(interactive)
|
173
|
-
(if (and punycode-decode-process
|
174
|
-
(eq (process-status punycode-decode-process) 'run))
|
175
|
-
(kill-process punycode-decode-process))
|
176
|
-
(if (and punycode-encode-process
|
177
|
-
(eq (process-status punycode-encode-process) 'run))
|
178
|
-
(kill-process punycode-encode-process)))
|
179
|
-
|
180
|
-
(provide 'punycode)
|
181
|
-
|
182
|
-
;;; punycode.el ends here
|
@@ -1,189 +0,0 @@
|
|
1
|
-
<ANCHOR id="p11-kit" href="p11-kit/p11-kit.html">
|
2
|
-
<ANCHOR id="p11-kit-description" href="p11-kit/p11-kit.html#p11-kit-description">
|
3
|
-
<ANCHOR id="p11-kit-list-modules" href="p11-kit/p11-kit.html#p11-kit-list-modules">
|
4
|
-
<ANCHOR id="p11-kit-extract" href="p11-kit/p11-kit.html#p11-kit-extract">
|
5
|
-
<ANCHOR id="p11-kit-extract-trust" href="p11-kit/p11-kit.html#p11-kit-extract-trust">
|
6
|
-
<ANCHOR id="p11-kit-remote" href="p11-kit/p11-kit.html#p11-kit-remote">
|
7
|
-
<ANCHOR id="p11-kit-bugs" href="p11-kit/p11-kit.html#p11-kit-bugs">
|
8
|
-
<ANCHOR id="p11-kit-see-also" href="p11-kit/p11-kit.html#p11-kit-see-also">
|
9
|
-
<ANCHOR id="pkcs11-conf" href="p11-kit/pkcs11-conf.html">
|
10
|
-
<ANCHOR id="pkcs11-conf-description" href="p11-kit/pkcs11-conf.html#pkcs11-conf-description">
|
11
|
-
<ANCHOR id="config-format" href="p11-kit/pkcs11-conf.html#config-format">
|
12
|
-
<ANCHOR id="config-module" href="p11-kit/pkcs11-conf.html#config-module">
|
13
|
-
<ANCHOR id="option-remote" href="p11-kit/pkcs11-conf.html#option-remote">
|
14
|
-
<ANCHOR id="option-log-calls" href="p11-kit/pkcs11-conf.html#option-log-calls">
|
15
|
-
<ANCHOR id="config-global" href="p11-kit/pkcs11-conf.html#config-global">
|
16
|
-
<ANCHOR id="config-locations" href="p11-kit/pkcs11-conf.html#config-locations">
|
17
|
-
<ANCHOR id="pkcs11-conf-see-also" href="p11-kit/pkcs11-conf.html#pkcs11-conf-see-also">
|
18
|
-
<ANCHOR id="trust" href="p11-kit/trust.html">
|
19
|
-
<ANCHOR id="trust-description" href="p11-kit/trust.html#trust-description">
|
20
|
-
<ANCHOR id="trust-list" href="p11-kit/trust.html#trust-list">
|
21
|
-
<ANCHOR id="trust-anchor" href="p11-kit/trust.html#trust-anchor">
|
22
|
-
<ANCHOR id="trust-extract" href="p11-kit/trust.html#trust-extract">
|
23
|
-
<ANCHOR id="trust-extract-compat" href="p11-kit/trust.html#trust-extract-compat">
|
24
|
-
<ANCHOR id="trust-bugs" href="p11-kit/trust.html#trust-bugs">
|
25
|
-
<ANCHOR id="trust-see-also" href="p11-kit/trust.html#trust-see-also">
|
26
|
-
<ANCHOR id="p11-kit-Modules" href="p11-kit/p11-kit-Modules.html">
|
27
|
-
<ANCHOR id="p11-kit-Modules.functions" href="p11-kit/p11-kit-Modules.html#p11-kit-Modules.functions">
|
28
|
-
<ANCHOR id="p11-kit-Modules.other" href="p11-kit/p11-kit-Modules.html#p11-kit-Modules.other">
|
29
|
-
<ANCHOR id="p11-kit-Modules.description" href="p11-kit/p11-kit-Modules.html#p11-kit-Modules.description">
|
30
|
-
<ANCHOR id="p11-kit-Modules.functions_details" href="p11-kit/p11-kit-Modules.html#p11-kit-Modules.functions_details">
|
31
|
-
<ANCHOR id="p11-kit-modules-load-and-initialize" href="p11-kit/p11-kit-Modules.html#p11-kit-modules-load-and-initialize">
|
32
|
-
<ANCHOR id="p11-kit-modules-finalize-and-release" href="p11-kit/p11-kit-Modules.html#p11-kit-modules-finalize-and-release">
|
33
|
-
<ANCHOR id="p11-kit-modules-load" href="p11-kit/p11-kit-Modules.html#p11-kit-modules-load">
|
34
|
-
<ANCHOR id="p11-kit-modules-initialize" href="p11-kit/p11-kit-Modules.html#p11-kit-modules-initialize">
|
35
|
-
<ANCHOR id="p11-kit-modules-finalize" href="p11-kit/p11-kit-Modules.html#p11-kit-modules-finalize">
|
36
|
-
<ANCHOR id="p11-kit-modules-release" href="p11-kit/p11-kit-Modules.html#p11-kit-modules-release">
|
37
|
-
<ANCHOR id="p11-kit-module-load" href="p11-kit/p11-kit-Modules.html#p11-kit-module-load">
|
38
|
-
<ANCHOR id="p11-kit-module-initialize" href="p11-kit/p11-kit-Modules.html#p11-kit-module-initialize">
|
39
|
-
<ANCHOR id="p11-kit-module-finalize" href="p11-kit/p11-kit-Modules.html#p11-kit-module-finalize">
|
40
|
-
<ANCHOR id="p11-kit-module-release" href="p11-kit/p11-kit-Modules.html#p11-kit-module-release">
|
41
|
-
<ANCHOR id="p11-kit-module-for-name" href="p11-kit/p11-kit-Modules.html#p11-kit-module-for-name">
|
42
|
-
<ANCHOR id="p11-kit-module-get-name" href="p11-kit/p11-kit-Modules.html#p11-kit-module-get-name">
|
43
|
-
<ANCHOR id="p11-kit-module-get-flags" href="p11-kit/p11-kit-Modules.html#p11-kit-module-get-flags">
|
44
|
-
<ANCHOR id="p11-kit-config-option" href="p11-kit/p11-kit-Modules.html#p11-kit-config-option">
|
45
|
-
<ANCHOR id="p11-kit-Modules.other_details" href="p11-kit/p11-kit-Modules.html#p11-kit-Modules.other_details">
|
46
|
-
<ANCHOR id="P11-KIT-MODULE-CRITICAL:CAPS" href="p11-kit/p11-kit-Modules.html#P11-KIT-MODULE-CRITICAL:CAPS">
|
47
|
-
<ANCHOR id="P11-KIT-MODULE-UNMANAGED:CAPS" href="p11-kit/p11-kit-Modules.html#P11-KIT-MODULE-UNMANAGED:CAPS">
|
48
|
-
<ANCHOR id="p11-kit-URIs" href="p11-kit/p11-kit-URIs.html">
|
49
|
-
<ANCHOR id="p11-kit-URIs.functions" href="p11-kit/p11-kit-URIs.html#p11-kit-URIs.functions">
|
50
|
-
<ANCHOR id="p11-kit-URIs.other" href="p11-kit/p11-kit-URIs.html#p11-kit-URIs.other">
|
51
|
-
<ANCHOR id="p11-kit-URIs.description" href="p11-kit/p11-kit-URIs.html#p11-kit-URIs.description">
|
52
|
-
<ANCHOR id="p11-kit-URIs.functions_details" href="p11-kit/p11-kit-URIs.html#p11-kit-URIs.functions_details">
|
53
|
-
<ANCHOR id="p11-kit-uri-new" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-new">
|
54
|
-
<ANCHOR id="p11-kit-uri-get-module-info" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-get-module-info">
|
55
|
-
<ANCHOR id="p11-kit-uri-match-module-info" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-match-module-info">
|
56
|
-
<ANCHOR id="p11-kit-uri-get-token-info" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-get-token-info">
|
57
|
-
<ANCHOR id="p11-kit-uri-match-token-info" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-match-token-info">
|
58
|
-
<ANCHOR id="p11-kit-uri-get-attributes" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-get-attributes">
|
59
|
-
<ANCHOR id="p11-kit-uri-set-attributes" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-set-attributes">
|
60
|
-
<ANCHOR id="p11-kit-uri-clear-attributes" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-clear-attributes">
|
61
|
-
<ANCHOR id="p11-kit-uri-match-attributes" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-match-attributes">
|
62
|
-
<ANCHOR id="p11-kit-uri-get-attribute" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-get-attribute">
|
63
|
-
<ANCHOR id="p11-kit-uri-set-attribute" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-set-attribute">
|
64
|
-
<ANCHOR id="p11-kit-uri-clear-attribute" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-clear-attribute">
|
65
|
-
<ANCHOR id="p11-kit-uri-set-unrecognized" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-set-unrecognized">
|
66
|
-
<ANCHOR id="p11-kit-uri-any-unrecognized" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-any-unrecognized">
|
67
|
-
<ANCHOR id="p11-kit-uri-get-pin-source" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-get-pin-source">
|
68
|
-
<ANCHOR id="p11-kit-uri-set-pin-source" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-set-pin-source">
|
69
|
-
<ANCHOR id="p11-kit-uri-get-pinfile" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-get-pinfile">
|
70
|
-
<ANCHOR id="p11-kit-uri-set-pinfile" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-set-pinfile">
|
71
|
-
<ANCHOR id="p11-kit-uri-format" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-format">
|
72
|
-
<ANCHOR id="p11-kit-uri-parse" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-parse">
|
73
|
-
<ANCHOR id="p11-kit-uri-free" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-free">
|
74
|
-
<ANCHOR id="p11-kit-uri-message" href="p11-kit/p11-kit-URIs.html#p11-kit-uri-message">
|
75
|
-
<ANCHOR id="p11-kit-URIs.other_details" href="p11-kit/p11-kit-URIs.html#p11-kit-URIs.other_details">
|
76
|
-
<ANCHOR id="P11-KIT-URI-SCHEME:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-SCHEME:CAPS">
|
77
|
-
<ANCHOR id="P11-KIT-URI-SCHEME-LEN:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-SCHEME-LEN:CAPS">
|
78
|
-
<ANCHOR id="P11KitUriType" href="p11-kit/p11-kit-URIs.html#P11KitUriType">
|
79
|
-
<ANCHOR id="P11-KIT-URI-FOR-OBJECT:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-FOR-OBJECT:CAPS">
|
80
|
-
<ANCHOR id="P11-KIT-URI-FOR-TOKEN:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-FOR-TOKEN:CAPS">
|
81
|
-
<ANCHOR id="P11-KIT-URI-FOR-MODULE:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-FOR-MODULE:CAPS">
|
82
|
-
<ANCHOR id="P11-KIT-URI-FOR-MODULE-WITH-VERSION:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-FOR-MODULE-WITH-VERSION:CAPS">
|
83
|
-
<ANCHOR id="P11-KIT-URI-FOR-OBJECT-ON-TOKEN:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-FOR-OBJECT-ON-TOKEN:CAPS">
|
84
|
-
<ANCHOR id="P11-KIT-URI-FOR-OBJECT-ON-TOKEN-AND-MODULE:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-FOR-OBJECT-ON-TOKEN-AND-MODULE:CAPS">
|
85
|
-
<ANCHOR id="P11-KIT-URI-FOR-ANY:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-FOR-ANY:CAPS">
|
86
|
-
<ANCHOR id="P11KitUriResult" href="p11-kit/p11-kit-URIs.html#P11KitUriResult">
|
87
|
-
<ANCHOR id="P11-KIT-URI-OK:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-OK:CAPS">
|
88
|
-
<ANCHOR id="P11-KIT-URI-UNEXPECTED:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-UNEXPECTED:CAPS">
|
89
|
-
<ANCHOR id="P11-KIT-URI-BAD-SCHEME:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-BAD-SCHEME:CAPS">
|
90
|
-
<ANCHOR id="P11-KIT-URI-BAD-ENCODING:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-BAD-ENCODING:CAPS">
|
91
|
-
<ANCHOR id="P11-KIT-URI-BAD-SYNTAX:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-BAD-SYNTAX:CAPS">
|
92
|
-
<ANCHOR id="P11-KIT-URI-BAD-VERSION:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-BAD-VERSION:CAPS">
|
93
|
-
<ANCHOR id="P11-KIT-URI-NOT-FOUND:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-NOT-FOUND:CAPS">
|
94
|
-
<ANCHOR id="P11KitUri" href="p11-kit/p11-kit-URIs.html#P11KitUri">
|
95
|
-
<ANCHOR id="p11-kit-uri" href="p11-kit/p11-kit-URIs.html#p11-kit-uri">
|
96
|
-
<ANCHOR id="P11-KIT-URI-NO-MEMORY:CAPS" href="p11-kit/p11-kit-URIs.html#P11-KIT-URI-NO-MEMORY:CAPS">
|
97
|
-
<ANCHOR id="p11-kit-PIN-Callbacks" href="p11-kit/p11-kit-PIN-Callbacks.html">
|
98
|
-
<ANCHOR id="p11-kit-PIN-Callbacks.functions" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-PIN-Callbacks.functions">
|
99
|
-
<ANCHOR id="p11-kit-PIN-Callbacks.other" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-PIN-Callbacks.other">
|
100
|
-
<ANCHOR id="p11-kit-PIN-Callbacks.description" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-PIN-Callbacks.description">
|
101
|
-
<ANCHOR id="p11-kit-PIN-Callbacks.functions_details" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-PIN-Callbacks.functions_details">
|
102
|
-
<ANCHOR id="p11-kit-pin-new" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-pin-new">
|
103
|
-
<ANCHOR id="p11-kit-pin-new-for-buffer" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-pin-new-for-buffer">
|
104
|
-
<ANCHOR id="p11-kit-pin-new-for-string" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-pin-new-for-string">
|
105
|
-
<ANCHOR id="p11-kit-pin-get-value" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-pin-get-value">
|
106
|
-
<ANCHOR id="p11-kit-pin-get-length" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-pin-get-length">
|
107
|
-
<ANCHOR id="p11-kit-pin-ref" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-pin-ref">
|
108
|
-
<ANCHOR id="p11-kit-pin-unref" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-pin-unref">
|
109
|
-
<ANCHOR id="p11-kit-pin-register-callback" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-pin-register-callback">
|
110
|
-
<ANCHOR id="p11-kit-pin-unregister-callback" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-pin-unregister-callback">
|
111
|
-
<ANCHOR id="p11-kit-pin-callback" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-pin-callback">
|
112
|
-
<ANCHOR id="p11-kit-pin-request" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-pin-request">
|
113
|
-
<ANCHOR id="p11-kit-pin-destroy-func" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-pin-destroy-func">
|
114
|
-
<ANCHOR id="p11-kit-pin-file-callback" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-pin-file-callback">
|
115
|
-
<ANCHOR id="p11-kit-PIN-Callbacks.other_details" href="p11-kit/p11-kit-PIN-Callbacks.html#p11-kit-PIN-Callbacks.other_details">
|
116
|
-
<ANCHOR id="P11KitPin" href="p11-kit/p11-kit-PIN-Callbacks.html#P11KitPin">
|
117
|
-
<ANCHOR id="P11KitPinFlags" href="p11-kit/p11-kit-PIN-Callbacks.html#P11KitPinFlags">
|
118
|
-
<ANCHOR id="P11-KIT-PIN-FLAGS-USER-LOGIN:CAPS" href="p11-kit/p11-kit-PIN-Callbacks.html#P11-KIT-PIN-FLAGS-USER-LOGIN:CAPS">
|
119
|
-
<ANCHOR id="P11-KIT-PIN-FLAGS-SO-LOGIN:CAPS" href="p11-kit/p11-kit-PIN-Callbacks.html#P11-KIT-PIN-FLAGS-SO-LOGIN:CAPS">
|
120
|
-
<ANCHOR id="P11-KIT-PIN-FLAGS-CONTEXT-LOGIN:CAPS" href="p11-kit/p11-kit-PIN-Callbacks.html#P11-KIT-PIN-FLAGS-CONTEXT-LOGIN:CAPS">
|
121
|
-
<ANCHOR id="P11-KIT-PIN-FLAGS-RETRY:CAPS" href="p11-kit/p11-kit-PIN-Callbacks.html#P11-KIT-PIN-FLAGS-RETRY:CAPS">
|
122
|
-
<ANCHOR id="P11-KIT-PIN-FLAGS-MANY-TRIES:CAPS" href="p11-kit/p11-kit-PIN-Callbacks.html#P11-KIT-PIN-FLAGS-MANY-TRIES:CAPS">
|
123
|
-
<ANCHOR id="P11-KIT-PIN-FLAGS-FINAL-TRY:CAPS" href="p11-kit/p11-kit-PIN-Callbacks.html#P11-KIT-PIN-FLAGS-FINAL-TRY:CAPS">
|
124
|
-
<ANCHOR id="P11-KIT-PIN-FALLBACK:CAPS" href="p11-kit/p11-kit-PIN-Callbacks.html#P11-KIT-PIN-FALLBACK:CAPS">
|
125
|
-
<ANCHOR id="p11-kit-Utilities" href="p11-kit/p11-kit-Utilities.html">
|
126
|
-
<ANCHOR id="p11-kit-Utilities.functions" href="p11-kit/p11-kit-Utilities.html#p11-kit-Utilities.functions">
|
127
|
-
<ANCHOR id="p11-kit-Utilities.description" href="p11-kit/p11-kit-Utilities.html#p11-kit-Utilities.description">
|
128
|
-
<ANCHOR id="p11-kit-Utilities.functions_details" href="p11-kit/p11-kit-Utilities.html#p11-kit-Utilities.functions_details">
|
129
|
-
<ANCHOR id="p11-kit-strerror" href="p11-kit/p11-kit-Utilities.html#p11-kit-strerror">
|
130
|
-
<ANCHOR id="p11-kit-message" href="p11-kit/p11-kit-Utilities.html#p11-kit-message">
|
131
|
-
<ANCHOR id="p11-kit-space-strdup" href="p11-kit/p11-kit-Utilities.html#p11-kit-space-strdup">
|
132
|
-
<ANCHOR id="p11-kit-space-strlen" href="p11-kit/p11-kit-Utilities.html#p11-kit-space-strlen">
|
133
|
-
<ANCHOR id="p11-kit-be-quiet" href="p11-kit/p11-kit-Utilities.html#p11-kit-be-quiet">
|
134
|
-
<ANCHOR id="p11-kit-be-loud" href="p11-kit/p11-kit-Utilities.html#p11-kit-be-loud">
|
135
|
-
<ANCHOR id="p11-kit-Utilities.other_details" href="p11-kit/p11-kit-Utilities.html#p11-kit-Utilities.other_details">
|
136
|
-
<ANCHOR id="p11-kit-Future" href="p11-kit/p11-kit-Future.html">
|
137
|
-
<ANCHOR id="p11-kit-Future.functions" href="p11-kit/p11-kit-Future.html#p11-kit-Future.functions">
|
138
|
-
<ANCHOR id="p11-kit-Future.other" href="p11-kit/p11-kit-Future.html#p11-kit-Future.other">
|
139
|
-
<ANCHOR id="p11-kit-Future.description" href="p11-kit/p11-kit-Future.html#p11-kit-Future.description">
|
140
|
-
<ANCHOR id="p11-kit-Future.functions_details" href="p11-kit/p11-kit-Future.html#p11-kit-Future.functions_details">
|
141
|
-
<ANCHOR id="p11-kit-set-progname" href="p11-kit/p11-kit-Future.html#p11-kit-set-progname">
|
142
|
-
<ANCHOR id="p11-kit-destroyer" href="p11-kit/p11-kit-Future.html#p11-kit-destroyer">
|
143
|
-
<ANCHOR id="p11-kit-iter-new" href="p11-kit/p11-kit-Future.html#p11-kit-iter-new">
|
144
|
-
<ANCHOR id="p11-kit-iter-set-uri" href="p11-kit/p11-kit-Future.html#p11-kit-iter-set-uri">
|
145
|
-
<ANCHOR id="p11-kit-iter-add-callback" href="p11-kit/p11-kit-Future.html#p11-kit-iter-add-callback">
|
146
|
-
<ANCHOR id="p11-kit-iter-add-filter" href="p11-kit/p11-kit-Future.html#p11-kit-iter-add-filter">
|
147
|
-
<ANCHOR id="p11-kit-iter-callback" href="p11-kit/p11-kit-Future.html#p11-kit-iter-callback">
|
148
|
-
<ANCHOR id="p11-kit-iter-begin" href="p11-kit/p11-kit-Future.html#p11-kit-iter-begin">
|
149
|
-
<ANCHOR id="p11-kit-iter-begin-with" href="p11-kit/p11-kit-Future.html#p11-kit-iter-begin-with">
|
150
|
-
<ANCHOR id="p11-kit-iter-next" href="p11-kit/p11-kit-Future.html#p11-kit-iter-next">
|
151
|
-
<ANCHOR id="p11-kit-iter-get-module" href="p11-kit/p11-kit-Future.html#p11-kit-iter-get-module">
|
152
|
-
<ANCHOR id="p11-kit-iter-get-slot" href="p11-kit/p11-kit-Future.html#p11-kit-iter-get-slot">
|
153
|
-
<ANCHOR id="p11-kit-iter-get-token" href="p11-kit/p11-kit-Future.html#p11-kit-iter-get-token">
|
154
|
-
<ANCHOR id="p11-kit-iter-get-session" href="p11-kit/p11-kit-Future.html#p11-kit-iter-get-session">
|
155
|
-
<ANCHOR id="p11-kit-iter-keep-session" href="p11-kit/p11-kit-Future.html#p11-kit-iter-keep-session">
|
156
|
-
<ANCHOR id="p11-kit-iter-get-object" href="p11-kit/p11-kit-Future.html#p11-kit-iter-get-object">
|
157
|
-
<ANCHOR id="p11-kit-iter-load-attributes" href="p11-kit/p11-kit-Future.html#p11-kit-iter-load-attributes">
|
158
|
-
<ANCHOR id="p11-kit-iter-destroy-object" href="p11-kit/p11-kit-Future.html#p11-kit-iter-destroy-object">
|
159
|
-
<ANCHOR id="p11-kit-iter-free" href="p11-kit/p11-kit-Future.html#p11-kit-iter-free">
|
160
|
-
<ANCHOR id="p11-kit-remote-serve-module" href="p11-kit/p11-kit-Future.html#p11-kit-remote-serve-module">
|
161
|
-
<ANCHOR id="p11-kit-Future.other_details" href="p11-kit/p11-kit-Future.html#p11-kit-Future.other_details">
|
162
|
-
<ANCHOR id="P11KitIter" href="p11-kit/p11-kit-Future.html#P11KitIter">
|
163
|
-
<ANCHOR id="p11-kit-iter" href="p11-kit/p11-kit-Future.html#p11-kit-iter">
|
164
|
-
<ANCHOR id="P11KitIterBehavior" href="p11-kit/p11-kit-Future.html#P11KitIterBehavior">
|
165
|
-
<ANCHOR id="P11-KIT-ITER-BUSY-SESSIONS:CAPS" href="p11-kit/p11-kit-Future.html#P11-KIT-ITER-BUSY-SESSIONS:CAPS">
|
166
|
-
<ANCHOR id="P11-KIT-ITER-WANT-WRITABLE:CAPS" href="p11-kit/p11-kit-Future.html#P11-KIT-ITER-WANT-WRITABLE:CAPS">
|
167
|
-
<ANCHOR id="p11-kit-Deprecated" href="p11-kit/p11-kit-Deprecated.html">
|
168
|
-
<ANCHOR id="p11-kit-Deprecated.functions" href="p11-kit/p11-kit-Deprecated.html#p11-kit-Deprecated.functions">
|
169
|
-
<ANCHOR id="p11-kit-Deprecated.description" href="p11-kit/p11-kit-Deprecated.html#p11-kit-Deprecated.description">
|
170
|
-
<ANCHOR id="p11-kit-Deprecated.functions_details" href="p11-kit/p11-kit-Deprecated.html#p11-kit-Deprecated.functions_details">
|
171
|
-
<ANCHOR id="p11-kit-initialize-registered" href="p11-kit/p11-kit-Deprecated.html#p11-kit-initialize-registered">
|
172
|
-
<ANCHOR id="p11-kit-finalize-registered" href="p11-kit/p11-kit-Deprecated.html#p11-kit-finalize-registered">
|
173
|
-
<ANCHOR id="p11-kit-registered-modules" href="p11-kit/p11-kit-Deprecated.html#p11-kit-registered-modules">
|
174
|
-
<ANCHOR id="p11-kit-registered-module-to-name" href="p11-kit/p11-kit-Deprecated.html#p11-kit-registered-module-to-name">
|
175
|
-
<ANCHOR id="p11-kit-registered-name-to-module" href="p11-kit/p11-kit-Deprecated.html#p11-kit-registered-name-to-module">
|
176
|
-
<ANCHOR id="p11-kit-registered-option" href="p11-kit/p11-kit-Deprecated.html#p11-kit-registered-option">
|
177
|
-
<ANCHOR id="p11-kit-initialize-module" href="p11-kit/p11-kit-Deprecated.html#p11-kit-initialize-module">
|
178
|
-
<ANCHOR id="p11-kit-load-initialize-module" href="p11-kit/p11-kit-Deprecated.html#p11-kit-load-initialize-module">
|
179
|
-
<ANCHOR id="p11-kit-finalize-module" href="p11-kit/p11-kit-Deprecated.html#p11-kit-finalize-module">
|
180
|
-
<ANCHOR id="P11-KIT-DEPRECATED-FOR:CAPS" href="p11-kit/p11-kit-Deprecated.html#P11-KIT-DEPRECATED-FOR:CAPS">
|
181
|
-
<ANCHOR id="p11-kit-Deprecated.other_details" href="p11-kit/p11-kit-Deprecated.html#p11-kit-Deprecated.other_details">
|
182
|
-
<ANCHOR id="annotation-glossterm-allow-none" href="p11-kit/reference.html#annotation-glossterm-allow-none">
|
183
|
-
<ANCHOR id="annotation-glossterm-array" href="p11-kit/reference.html#annotation-glossterm-array">
|
184
|
-
<ANCHOR id="annotation-glossterm-element-type" href="p11-kit/reference.html#annotation-glossterm-element-type">
|
185
|
-
<ANCHOR id="annotation-glossterm-inout" href="p11-kit/reference.html#annotation-glossterm-inout">
|
186
|
-
<ANCHOR id="annotation-glossterm-out" href="p11-kit/reference.html#annotation-glossterm-out">
|
187
|
-
<ANCHOR id="annotation-glossterm-transfer full" href="p11-kit/reference.html#annotation-glossterm-transfer full">
|
188
|
-
<ANCHOR id="annotation-glossterm-type" href="p11-kit/reference.html#annotation-glossterm-type">
|
189
|
-
<ANCHOR id="annotation-glossterm-transfer none" href="p11-kit/reference.html#annotation-glossterm-transfer none">
|