glib2 3.1.1-x64-mingw32 → 3.1.2-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +6 -2
- data/ext/glib2/extconf.rb +4 -2
- data/ext/glib2/glib2.def +4 -0
- data/ext/glib2/rbglib-bytes.c +78 -0
- data/ext/glib2/rbglib.c +1 -0
- data/ext/glib2/rbglib.h +2 -2
- data/ext/glib2/rbglib_datetime.c +4 -0
- data/ext/glib2/rbglib_timezone.c +4 -0
- data/ext/glib2/rbgobj_boxed.c +7 -7
- data/ext/glib2/rbgobj_enums.c +4 -4
- data/ext/glib2/rbgobj_flags.c +4 -4
- data/ext/glib2/rbgobj_object.c +6 -6
- data/ext/glib2/rbgobj_type.c +18 -1
- data/ext/glib2/rbgobj_typeinterface.c +2 -2
- data/ext/glib2/rbgobject.h +5 -1
- data/ext/glib2/rbgprivate.h +2 -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/gnome2/rake/package-task.rb +4 -2
- data/lib/mkmf-gnome2.rb +7 -118
- data/test/test-bytes.rb +36 -0
- data/test/test-date-time.rb +5 -1
- data/test/test-match-info.rb +7 -1
- data/test/test-regex.rb +7 -1
- data/test/test-time-zone.rb +7 -1
- data/test/test-type-interface.rb +38 -0
- data/test/test-variant-type.rb +2 -0
- data/test/test_key_file.rb +6 -2
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/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.exe +0 -0
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +29 -1
- 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-win64-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win64-helper.exe +0 -0
- data/vendor/local/bin/iconv.exe +0 -0
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-4-2.dll +0 -0
- data/vendor/local/bin/libiconv-2.dll +0 -0
- data/vendor/local/bin/libidn-11.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/libnettle-6-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/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 +1 -2
- data/vendor/local/include/glib-2.0/gio/gcontenttype.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gdbusmessage.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +23 -10
- data/vendor/local/include/glib-2.0/gio/gioenums.h +1 -1
- data/vendor/local/include/glib-2.0/gio/giotypes.h +3 -3
- data/vendor/local/include/glib-2.0/gio/gsubprocesslauncher.h +1 -1
- data/vendor/local/include/glib-2.0/glib.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gatomic.h +8 -0
- data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +2 -3
- data/vendor/local/include/glib-2.0/glib/gcharset.h +7 -8
- data/vendor/local/include/glib-2.0/glib/gchecksum.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gdatetime.h +2 -4
- data/vendor/local/include/glib-2.0/glib/gerror.h +7 -8
- data/vendor/local/include/glib-2.0/glib/gfileutils.h +7 -8
- data/vendor/local/include/glib-2.0/glib/gkeyfile.h +7 -8
- data/vendor/local/include/glib-2.0/glib/gmain.h +4 -4
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +7 -8
- data/vendor/local/include/glib-2.0/glib/gregex.h +2 -3
- data/vendor/local/include/glib-2.0/glib/gshell.h +7 -9
- data/vendor/local/include/glib-2.0/glib/gspawn.h +7 -9
- data/vendor/local/include/glib-2.0/glib/gstdio.h +7 -8
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gunicode.h +13 -16
- data/vendor/local/include/glib-2.0/glib/guuid.h +42 -0
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +24 -0
- data/vendor/local/include/glib-2.0/gmodule.h +3 -1
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +5 -5
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +3 -3
- data/vendor/local/include/glib-2.0/gobject/gtype.h +13 -8
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +2 -2
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +3 -3
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +3 -3
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +3 -3
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +3 -3
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +3 -3
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libiconv.dll.a +0 -0
- data/vendor/local/lib/libidn.dll.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/share/aclocal/glib-gettext.m4 +48 -1
- data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/{libglib-2.0.so.0.5000.2-gdb.py → libglib-2.0.so.0.5200.1-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/{libgobject-2.0.so.0.5000.2-gdb.py → libgobject-2.0.so.0.5200.1-gdb.py} +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.py +9 -7
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.py +9 -3
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/glib_gdb.py +0 -0
- data/vendor/local/share/glib-2.0/gdb/gobject_gdb.py +0 -0
- data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +1 -1
- data/vendor/local/share/glib-2.0/valgrind/glib.supp +493 -0
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +15 -13
- data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +64 -62
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +85 -21
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +30 -30
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +6 -5
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +110 -110
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +84 -68
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GListStore.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +28 -28
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GNotification.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +25 -25
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +3 -1
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +60 -30
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +3 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +9 -1
- data/vendor/local/share/gtk-doc/html/gio/application.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/async.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch34.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch34s06.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch34s07.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/data-models.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/extending.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +18 -5
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +20 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +59 -7
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +13 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +8 -5
- data/vendor/local/share/gtk-doc/html/gio/gio.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +9 -1
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/icons.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/index.html +2 -20
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/networking.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/registry.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/resources.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/settings.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/testing.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/tls.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/tools.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/types.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/utils.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +3 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +13 -1
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +3 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +1 -1
- 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 +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +8 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +4 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +10 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +19 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-GUuid.html +134 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +93 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +9 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +7 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +33 -24
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +13 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +9 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +28 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +9 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +62 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +4 -1
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +6 -0
- data/vendor/local/share/gtk-doc/html/glib/glib.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/index.html +5 -28
- data/vendor/local/share/gtk-doc/html/glib/tools.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +1 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +7 -1
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +7 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +53 -53
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +19 -19
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +17 -17
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +15 -15
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +25 -17
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/index.html +2 -24
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +1 -1
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/gapplication.1 +2 -2
- data/vendor/local/share/man/man1/gdbus-codegen.1 +18 -4
- data/vendor/local/share/man/man1/gdbus.1 +2 -2
- data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/gio.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-resources.1 +10 -2
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +2 -2
- data/vendor/local/share/man/man1/glib-genmarshal.1 +7 -2
- data/vendor/local/share/man/man1/glib-gettextize.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +7 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/share/man/man1/gresource.1 +2 -2
- data/vendor/local/share/man/man1/gsettings.1 +2 -2
- data/vendor/local/share/man/man1/gtester-report.1 +2 -2
- data/vendor/local/share/man/man1/gtester.1 +2 -2
- metadata +26 -71
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +0 -147
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +0 -156
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +0 -1082
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +0 -217
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +0 -1651
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +0 -718
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +0 -693
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +0 -717
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +0 -271
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +0 -274
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +0 -188
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +0 -364
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +0 -63
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +0 -214
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +0 -211
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +0 -283
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-50.html +0 -79
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +0 -321
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +0 -166
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +0 -306
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +0 -561
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +0 -356
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +0 -107
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +0 -118
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +0 -85
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +0 -188
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +0 -422
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +0 -388
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +0 -121
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +0 -251
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +0 -342
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +0 -115
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +0 -115
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +0 -121
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +0 -391
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +0 -161
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +0 -41
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +0 -116
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +0 -68
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +0 -68
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-50.html +0 -121
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +0 -415
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +0 -156
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +0 -645
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +0 -79
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +0 -49
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +0 -45
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +0 -42
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +0 -34
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +0 -42
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +0 -67
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +0 -195
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +0 -41
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +0 -68
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +0 -79
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +0 -57
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +0 -50
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +0 -75
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +0 -172
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +0 -38
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +0 -34
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +0 -60
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +0 -34
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +0 -38
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +0 -38
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +0 -131
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Data Checksums: GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
|
9
9
|
<link rel="prev" href="glib-Base64-Encoding.html" title="Base64 Encoding">
|
@@ -616,6 +616,13 @@ date to include new hashing algorithm types.</p>
|
|
616
616
|
</td>
|
617
617
|
<td class="enum_member_annotations"> </td>
|
618
618
|
</tr>
|
619
|
+
<tr>
|
620
|
+
<td class="enum_member_name"><p><a name="G-CHECKSUM-SHA384:CAPS"></a>G_CHECKSUM_SHA384</p></td>
|
621
|
+
<td class="enum_member_description">
|
622
|
+
<p>Use the SHA-384 hashing algorithm (Since: 2.51)</p>
|
623
|
+
</td>
|
624
|
+
<td class="enum_member_annotations"> </td>
|
625
|
+
</tr>
|
619
626
|
</tbody>
|
620
627
|
</table></div>
|
621
628
|
</div>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Secure HMAC Digests: GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
|
9
9
|
<link rel="prev" href="glib-Data-Checksums.html" title="Data Checksums">
|
@@ -150,7 +150,7 @@ uses algorithms like SHA1 in a secure way to produce a digest of a
|
|
150
150
|
key and data.</p>
|
151
151
|
<p>Both the key and data are arbitrary byte arrays of bytes or characters.</p>
|
152
152
|
<p>Support for HMAC Digests has been added in GLib 2.30, and support for SHA-512
|
153
|
-
in GLib 2.42.</p>
|
153
|
+
in GLib 2.42. Support for SHA-384 was added in GLib 2.52.</p>
|
154
154
|
</div>
|
155
155
|
<div class="refsect1">
|
156
156
|
<a name="glib-Data-HMACs.functions_details"></a><h2>Functions</h2>
|
@@ -174,7 +174,8 @@ array of raw bytes. Once either <a class="link" href="glib-Data-HMACs.html#g-hma
|
|
174
174
|
<a class="link" href="glib-Data-HMACs.html#g-hmac-get-digest" title="g_hmac_get_digest ()"><code class="function">g_hmac_get_digest()</code></a> have been called on a <a class="link" href="glib-Data-HMACs.html#GHmac" title="GHmac"><span class="type">GHmac</span></a>, the HMAC
|
175
175
|
will be closed and it won't be possible to call <a class="link" href="glib-Data-HMACs.html#g-hmac-update" title="g_hmac_update ()"><code class="function">g_hmac_update()</code></a>
|
176
176
|
on it anymore.</p>
|
177
|
-
<p>Support for digests of type <a class="link" href="glib-Data-Checksums.html#G-CHECKSUM-SHA512:CAPS"><code class="literal">G_CHECKSUM_SHA512</code></a> has been added in GLib 2.42
|
177
|
+
<p>Support for digests of type <a class="link" href="glib-Data-Checksums.html#G-CHECKSUM-SHA512:CAPS"><code class="literal">G_CHECKSUM_SHA512</code></a> has been added in GLib 2.42.
|
178
|
+
Support for <a class="link" href="glib-Data-Checksums.html#G-CHECKSUM-SHA384:CAPS"><code class="literal">G_CHECKSUM_SHA384</code></a> was added in GLib 2.52.</p>
|
178
179
|
<div class="refsect3">
|
179
180
|
<a name="g-hmac-new.parameters"></a><h4>Parameters</h4>
|
180
181
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Datasets: GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib-data-types.html" title="GLib Data Types">
|
9
9
|
<link rel="prev" href="glib-Keyed-Data-Lists.html" title="Keyed Data Lists">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Date and Time Functions: GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
|
9
9
|
<link rel="prev" href="glib-I18N.html" title="Internationalization">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Deprecated thread API: GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="deprecated.html" title="Deprecated APIs">
|
9
9
|
<link rel="prev" href="deprecated.html" title="Deprecated APIs">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Double-ended Queues: GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib-data-types.html" title="GLib Data Types">
|
9
9
|
<link rel="prev" href="glib-Singly-Linked-Lists.html" title="Singly-Linked Lists">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Doubly-Linked Lists: GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib-data-types.html" title="GLib Data Types">
|
9
9
|
<link rel="prev" href="glib-data-types.html" title="GLib Data Types">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Dynamic Loading of Modules: GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib-core.html" title="GLib Core Application Support">
|
9
9
|
<link rel="prev" href="glib-Asynchronous-Queues.html" title="Asynchronous Queues">
|
@@ -319,7 +319,7 @@ directory it will return <code class="literal">\Windows\mylibrary.dll</code>.</p
|
|
319
319
|
<td class="parameter_description"><p> the directory where the module is. This can be
|
320
320
|
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> or the empty string to indicate that the standard platform-specific
|
321
321
|
directories will be used, though that is not recommended. </p></td>
|
322
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
322
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
323
323
|
</tr>
|
324
324
|
<tr>
|
325
325
|
<td class="parameter_name"><p>module_name</p></td>
|
@@ -368,7 +368,7 @@ returned.</p>
|
|
368
368
|
<td class="parameter_name"><p>file_name</p></td>
|
369
369
|
<td class="parameter_description"><p> the name of the file containing the module, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
370
370
|
to obtain a <a class="link" href="glib-Dynamic-Loading-of-Modules.html#GModule" title="GModule"><span class="type">GModule</span></a> representing the main program itself. </p></td>
|
371
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
371
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
372
372
|
</tr>
|
373
373
|
<tr>
|
374
374
|
<td class="parameter_name"><p>flags</p></td>
|
@@ -637,9 +637,13 @@ for Windows this is "dll".</p>
|
|
637
637
|
<a name="G-MODULE-EXPORT:CAPS"></a><h3>G_MODULE_EXPORT</h3>
|
638
638
|
<pre class="programlisting"># define G_MODULE_EXPORT __declspec(dllexport)
|
639
639
|
</pre>
|
640
|
-
<p>Used to declare functions exported by
|
641
|
-
|
642
|
-
|
640
|
+
<p>Used to declare functions exported by libraries or modules.</p>
|
641
|
+
<p>When compiling for Windows, it marks the symbol as <code class="literal">dllexport</code>.</p>
|
642
|
+
<p>When compiling for Linux and Unices, it marks the symbol as having <code class="literal">default</code>
|
643
|
+
visibility. This is no-op unless the code is being compiled with a
|
644
|
+
non-default
|
645
|
+
<a class="ulink" href="https://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html#index-fvisibility-1260" target="_top">visibility flag</a>
|
646
|
+
such as <code class="literal">hidden</code>.</p>
|
643
647
|
</div>
|
644
648
|
<hr>
|
645
649
|
<div class="refsect2">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Error Reporting: GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib-core.html" title="GLib Core Application Support">
|
9
9
|
<link rel="prev" href="glib-IO-Channels.html" title="IO Channels">
|
@@ -1132,7 +1132,7 @@ to take advantage of this feature is up to you.</p>
|
|
1132
1132
|
<tr>
|
1133
1133
|
<td class="parameter_name"><p>err</p></td>
|
1134
1134
|
<td class="parameter_description"><p> a return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>. </p></td>
|
1135
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]
|
1135
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1136
1136
|
</tr>
|
1137
1137
|
<tr>
|
1138
1138
|
<td class="parameter_name"><p>format</p></td>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>File Utilities: GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
|
9
9
|
<link rel="prev" href="glib-Spawning-Processes.html" title="Spawning Processes">
|
@@ -505,7 +505,7 @@ the returned string. </p></td>
|
|
505
505
|
<tr>
|
506
506
|
<td class="parameter_name"><p>length</p></td>
|
507
507
|
<td class="parameter_description"><p> location to store length in bytes of the contents, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
508
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
508
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
509
509
|
</tr>
|
510
510
|
<tr>
|
511
511
|
<td class="parameter_name"><p>error</p></td>
|
@@ -699,6 +699,7 @@ sequence does not have to occur at the very end of the template.
|
|
699
699
|
The X string will be modified to form the name of a file that
|
700
700
|
didn't exist. The string should be in the GLib file name encoding.
|
701
701
|
Most importantly, on Windows it should be in UTF-8.</p>
|
702
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
702
703
|
<div class="refsect3">
|
703
704
|
<a name="g-mkstemp.parameters"></a><h4>Parameters</h4>
|
704
705
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -742,6 +743,7 @@ template and you can pass a <em class="parameter"><code>mode</code></em>
|
|
742
743
|
string will be modified to form the name of a file that didn't exist.
|
743
744
|
The string should be in the GLib file name encoding. Most importantly,
|
744
745
|
on Windows it should be in UTF-8.</p>
|
746
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
745
747
|
<div class="refsect3">
|
746
748
|
<a name="g-mkstemp-full.parameters"></a><h4>Parameters</h4>
|
747
749
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -816,7 +818,7 @@ name encoding.</p>
|
|
816
818
|
<td class="parameter_name"><p>tmpl</p></td>
|
817
819
|
<td class="parameter_description"><p> Template for file name, as in
|
818
820
|
<a class="link" href="glib-File-Utilities.html#g-mkstemp" title="g_mkstemp ()"><code class="function">g_mkstemp()</code></a>, basename only, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> for a default template. </p></td>
|
819
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL
|
821
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
820
822
|
</tr>
|
821
823
|
<tr>
|
822
824
|
<td class="parameter_name"><p>name_used</p></td>
|
@@ -928,13 +930,15 @@ on most UNIX-like systems.</p>
|
|
928
930
|
<p>The parameter is a string that should follow the rules for
|
929
931
|
<code class="function">mkdtemp()</code> templates, i.e. contain the string "XXXXXX".
|
930
932
|
<a class="link" href="glib-File-Utilities.html#g-mkdtemp" title="g_mkdtemp ()"><code class="function">g_mkdtemp()</code></a> is slightly more flexible than <code class="function">mkdtemp()</code> in that the
|
931
|
-
sequence does not have to occur at the very end of the template
|
932
|
-
|
933
|
-
|
934
|
-
. The X string will
|
935
|
-
be modified to form the name of a directory that didn't exist.
|
933
|
+
sequence does not have to occur at the very end of the template.
|
934
|
+
The X string will be modified to form the name of a directory that
|
935
|
+
didn't exist.
|
936
936
|
The string should be in the GLib file name encoding. Most importantly,
|
937
937
|
on Windows it should be in UTF-8.</p>
|
938
|
+
<p>If you are going to be creating a temporary directory inside the
|
939
|
+
directory returned by <a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-get-tmp-dir" title="g_get_tmp_dir ()"><code class="function">g_get_tmp_dir()</code></a>, you might want to use
|
940
|
+
<a class="link" href="glib-File-Utilities.html#g-dir-make-tmp" title="g_dir_make_tmp ()"><code class="function">g_dir_make_tmp()</code></a> instead.</p>
|
941
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
938
942
|
<div class="refsect3">
|
939
943
|
<a name="g-mkdtemp.parameters"></a><h4>Parameters</h4>
|
940
944
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -970,13 +974,17 @@ g_mkdtemp_full (<em class="parameter"><code><a class="link" href="glib-Basic-Typ
|
|
970
974
|
on most UNIX-like systems.</p>
|
971
975
|
<p>The parameter is a string that should follow the rules for
|
972
976
|
<code class="function">mkdtemp()</code> templates, i.e. contain the string "XXXXXX".
|
973
|
-
<a class="link" href="glib-File-Utilities.html#g-mkdtemp" title="
|
977
|
+
<a class="link" href="glib-File-Utilities.html#g-mkdtemp-full" title="g_mkdtemp_full ()"><code class="function">g_mkdtemp_full()</code></a> is slightly more flexible than <code class="function">mkdtemp()</code> in that the
|
974
978
|
sequence does not have to occur at the very end of the template
|
975
979
|
and you can pass a <em class="parameter"><code>mode</code></em>
|
976
980
|
. The X string will be modified to form
|
977
981
|
the name of a directory that didn't exist. The string should be
|
978
982
|
in the GLib file name encoding. Most importantly, on Windows it
|
979
983
|
should be in UTF-8.</p>
|
984
|
+
<p>If you are going to be creating a temporary directory inside the
|
985
|
+
directory returned by <a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-get-tmp-dir" title="g_get_tmp_dir ()"><code class="function">g_get_tmp_dir()</code></a>, you might want to use
|
986
|
+
<a class="link" href="glib-File-Utilities.html#g-dir-make-tmp" title="g_dir_make_tmp ()"><code class="function">g_dir_make_tmp()</code></a> instead.</p>
|
987
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
980
988
|
<div class="refsect3">
|
981
989
|
<a name="g-mkdtemp-full.parameters"></a><h4>Parameters</h4>
|
982
990
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1039,7 +1047,7 @@ modified, and might thus be a read-only literal string.</p>
|
|
1039
1047
|
<td class="parameter_name"><p>tmpl</p></td>
|
1040
1048
|
<td class="parameter_description"><p> Template for directory name,
|
1041
1049
|
as in <a class="link" href="glib-File-Utilities.html#g-mkdtemp" title="g_mkdtemp ()"><code class="function">g_mkdtemp()</code></a>, basename only, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> for a default template. </p></td>
|
1042
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL
|
1050
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1043
1051
|
</tr>
|
1044
1052
|
<tr>
|
1045
1053
|
<td class="parameter_name"><p>error</p></td>
|
@@ -1898,7 +1906,7 @@ opens a file and associates it with an existing stream.</p>
|
|
1898
1906
|
<tr>
|
1899
1907
|
<td class="parameter_name"><p>stream</p></td>
|
1900
1908
|
<td class="parameter_description"><p> an existing stream which will be reused, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
1901
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1909
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1902
1910
|
</tr>
|
1903
1911
|
</tbody>
|
1904
1912
|
</table></div>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GDateTime: GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
|
9
9
|
<link rel="prev" href="glib-GTimeZone.html" title="GTimeZone">
|
@@ -1511,17 +1511,17 @@ g_date_time_get_ymd (<em class="parameter"><code><a class="link" href="glib-GDat
|
|
1511
1511
|
<tr>
|
1512
1512
|
<td class="parameter_name"><p>year</p></td>
|
1513
1513
|
<td class="parameter_description"><p> the return location for the gregorian year, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
1514
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
1514
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1515
1515
|
</tr>
|
1516
1516
|
<tr>
|
1517
1517
|
<td class="parameter_name"><p>month</p></td>
|
1518
1518
|
<td class="parameter_description"><p> the return location for the month of the year, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
1519
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
1519
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1520
1520
|
</tr>
|
1521
1521
|
<tr>
|
1522
1522
|
<td class="parameter_name"><p>day</p></td>
|
1523
1523
|
<td class="parameter_description"><p> the return location for the day of the month, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
1524
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
1524
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1525
1525
|
</tr>
|
1526
1526
|
</tbody>
|
1527
1527
|
</table></div>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GTimeZone: GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
|
9
9
|
<link rel="prev" href="glib-Date-and-Time-Functions.html" title="Date and Time Functions">
|
@@ -292,7 +292,7 @@ when you are done with it.</p>
|
|
292
292
|
<tbody><tr>
|
293
293
|
<td class="parameter_name"><p>identifier</p></td>
|
294
294
|
<td class="parameter_description"><p> a timezone identifier. </p></td>
|
295
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
295
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
296
296
|
</tr></tbody>
|
297
297
|
</table></div>
|
298
298
|
</div>
|
@@ -0,0 +1,134 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GUuid: GLib Reference Manual</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
|
+
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
|
+
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
|
9
|
+
<link rel="prev" href="glib-Windows-Compatibility-Functions.html" title="Windows Compatibility Functions">
|
10
|
+
<link rel="next" href="glib-data-types.html" title="GLib Data Types">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#glib-GUuid.description" class="shortcut">Description</a></span>
|
19
|
+
</td>
|
20
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
21
|
+
<td><a accesskey="u" href="glib-utilities.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
22
|
+
<td><a accesskey="p" href="glib-Windows-Compatibility-Functions.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
|
+
<td><a accesskey="n" href="glib-data-types.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
24
|
+
</tr></table>
|
25
|
+
<div class="refentry">
|
26
|
+
<a name="glib-GUuid"></a><div class="titlepage"></div>
|
27
|
+
<div class="refnamediv"><table width="100%"><tr>
|
28
|
+
<td valign="top">
|
29
|
+
<h2><span class="refentrytitle"><a name="glib-GUuid.top_of_page"></a>GUuid</span></h2>
|
30
|
+
<p>GUuid — a universally unique identifier</p>
|
31
|
+
</td>
|
32
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
33
|
+
</tr></table></div>
|
34
|
+
<div class="refsect1">
|
35
|
+
<a name="glib-GUuid.functions"></a><h2>Functions</h2>
|
36
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
37
|
+
<colgroup>
|
38
|
+
<col width="150px" class="functions_return">
|
39
|
+
<col class="functions_name">
|
40
|
+
</colgroup>
|
41
|
+
<tbody>
|
42
|
+
<tr>
|
43
|
+
<td class="function_type">
|
44
|
+
<a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a>
|
45
|
+
</td>
|
46
|
+
<td class="function_name">
|
47
|
+
<a class="link" href="glib-GUuid.html#g-uuid-string-is-valid" title="g_uuid_string_is_valid ()">g_uuid_string_is_valid</a> <span class="c_punctuation">()</span>
|
48
|
+
</td>
|
49
|
+
</tr>
|
50
|
+
<tr>
|
51
|
+
<td class="function_type">
|
52
|
+
<a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> *
|
53
|
+
</td>
|
54
|
+
<td class="function_name">
|
55
|
+
<a class="link" href="glib-GUuid.html#g-uuid-string-random" title="g_uuid_string_random ()">g_uuid_string_random</a> <span class="c_punctuation">()</span>
|
56
|
+
</td>
|
57
|
+
</tr>
|
58
|
+
</tbody>
|
59
|
+
</table></div>
|
60
|
+
</div>
|
61
|
+
<div class="refsect1">
|
62
|
+
<a name="glib-GUuid.includes"></a><h2>Includes</h2>
|
63
|
+
<pre class="synopsis">#include <glib.h>
|
64
|
+
</pre>
|
65
|
+
</div>
|
66
|
+
<div class="refsect1">
|
67
|
+
<a name="glib-GUuid.description"></a><h2>Description</h2>
|
68
|
+
<p>A UUID, or Universally unique identifier, is intended to uniquely
|
69
|
+
identify information in a distributed environment. For the
|
70
|
+
definition of UUID, see <a class="ulink" href="https://tools.ietf.org/html/rfc4122.html" target="_top">RFC 4122</a>.</p>
|
71
|
+
<p>The creation of UUIDs does not require a centralized authority.</p>
|
72
|
+
<p>UUIDs are of relatively small size (128 bits, or 16 bytes). The
|
73
|
+
common string representation (ex:
|
74
|
+
1d6c0810-2bd6-45f3-9890-0268422a6f14) needs 37 bytes.</p>
|
75
|
+
<p>The UUID specification defines 5 versions, and calling
|
76
|
+
<a class="link" href="glib-GUuid.html#g-uuid-string-random" title="g_uuid_string_random ()"><code class="function">g_uuid_string_random()</code></a> will generate a unique (or rather random)
|
77
|
+
UUID of the most common version, version 4.</p>
|
78
|
+
</div>
|
79
|
+
<div class="refsect1">
|
80
|
+
<a name="glib-GUuid.functions_details"></a><h2>Functions</h2>
|
81
|
+
<div class="refsect2">
|
82
|
+
<a name="g-uuid-string-is-valid"></a><h3>g_uuid_string_is_valid ()</h3>
|
83
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a>
|
84
|
+
g_uuid_string_is_valid (<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
|
85
|
+
<p>Parses the string <em class="parameter"><code>str</code></em>
|
86
|
+
and verify if it is a UUID.</p>
|
87
|
+
<p>The function accepts the following syntax:</p>
|
88
|
+
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>simple forms (e.g. <code class="literal">f81d4fae-7dec-11d0-a765-00a0c91e6bf6</code>)</p></li></ul></div>
|
89
|
+
<p>Note that hyphens are required within the UUID string itself,
|
90
|
+
as per the aforementioned RFC.</p>
|
91
|
+
<div class="refsect3">
|
92
|
+
<a name="g-uuid-string-is-valid.parameters"></a><h4>Parameters</h4>
|
93
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
94
|
+
<colgroup>
|
95
|
+
<col width="150px" class="parameters_name">
|
96
|
+
<col class="parameters_description">
|
97
|
+
<col width="200px" class="parameters_annotations">
|
98
|
+
</colgroup>
|
99
|
+
<tbody><tr>
|
100
|
+
<td class="parameter_name"><p>str</p></td>
|
101
|
+
<td class="parameter_description"><p>a string representing a UUID</p></td>
|
102
|
+
<td class="parameter_annotations"> </td>
|
103
|
+
</tr></tbody>
|
104
|
+
</table></div>
|
105
|
+
</div>
|
106
|
+
<div class="refsect3">
|
107
|
+
<a name="g-uuid-string-is-valid.returns"></a><h4>Returns</h4>
|
108
|
+
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>str</code></em>
|
109
|
+
is a valid UUID, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise.</p>
|
110
|
+
</div>
|
111
|
+
<p class="since">Since: <a class="link" href="api-index-2-52.html#api-index-2.52">2.52</a></p>
|
112
|
+
</div>
|
113
|
+
<hr>
|
114
|
+
<div class="refsect2">
|
115
|
+
<a name="g-uuid-string-random"></a><h3>g_uuid_string_random ()</h3>
|
116
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> *
|
117
|
+
g_uuid_string_random (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
118
|
+
<p>Generates a random UUID (RFC 4122 version 4) as a string.</p>
|
119
|
+
<div class="refsect3">
|
120
|
+
<a name="g-uuid-string-random.returns"></a><h4>Returns</h4>
|
121
|
+
<p> A string that should be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>. </p>
|
122
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
123
|
+
</div>
|
124
|
+
<p class="since">Since: <a class="link" href="api-index-2-52.html#api-index-2.52">2.52</a></p>
|
125
|
+
</div>
|
126
|
+
</div>
|
127
|
+
<div class="refsect1">
|
128
|
+
<a name="glib-GUuid.other_details"></a><h2>Types and Values</h2>
|
129
|
+
</div>
|
130
|
+
</div>
|
131
|
+
<div class="footer">
|
132
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
133
|
+
</body>
|
134
|
+
</html>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GVariant: GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib-data-types.html" title="GLib Data Types">
|
9
9
|
<link rel="prev" href="glib-GVariantType.html" title="GVariantType">
|
@@ -1827,7 +1827,7 @@ GVariant format strings.</p>
|
|
1827
1827
|
<td class="parameter_name"><p>endptr</p></td>
|
1828
1828
|
<td class="parameter_description"><p> location to store the end pointer,
|
1829
1829
|
or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
1830
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1830
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Default parameter value (for in case the shadows-to function has less parameters)."><span class="acronym">default</span></acronym> NULL]</span></td>
|
1831
1831
|
</tr>
|
1832
1832
|
<tr>
|
1833
1833
|
<td class="parameter_name"><p>app</p></td>
|
@@ -1978,7 +1978,7 @@ or by passing it to another <a class="link" href="glib-GVariant.html#g-variant-n
|
|
1978
1978
|
<td class="parameter_name"><p>endptr</p></td>
|
1979
1979
|
<td class="parameter_description"><p> location to store the end pointer,
|
1980
1980
|
or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
1981
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1981
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Default parameter value (for in case the shadows-to function has less parameters)."><span class="acronym">default</span></acronym> NULL]</span></td>
|
1982
1982
|
</tr>
|
1983
1983
|
<tr>
|
1984
1984
|
<td class="parameter_name"><p>app</p></td>
|
@@ -3069,7 +3069,7 @@ other than those three.</p>
|
|
3069
3069
|
<td class="parameter_name"><p>length</p></td>
|
3070
3070
|
<td class="parameter_description"><p> a pointer to a <a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a>,
|
3071
3071
|
to store the length. </p></td>
|
3072
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3072
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>][<acronym title="Default parameter value (for in case the shadows-to function has less parameters)."><span class="acronym">default</span></acronym> 0][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
3073
3073
|
</tr>
|
3074
3074
|
</tbody>
|
3075
3075
|
</table></div>
|
@@ -3184,7 +3184,7 @@ is stored there. In any case, the resulting array will be
|
|
3184
3184
|
<tr>
|
3185
3185
|
<td class="parameter_name"><p>length</p></td>
|
3186
3186
|
<td class="parameter_description"><p> the length of the result, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
3187
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
3187
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3188
3188
|
</tr>
|
3189
3189
|
</tbody>
|
3190
3190
|
</table></div>
|
@@ -3229,7 +3229,7 @@ is stored there. In any case, the resulting array will be
|
|
3229
3229
|
<tr>
|
3230
3230
|
<td class="parameter_name"><p>length</p></td>
|
3231
3231
|
<td class="parameter_description"><p> the length of the result, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
3232
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
3232
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3233
3233
|
</tr>
|
3234
3234
|
</tbody>
|
3235
3235
|
</table></div>
|
@@ -3274,7 +3274,7 @@ is stored there. In any case, the resulting array will be
|
|
3274
3274
|
<tr>
|
3275
3275
|
<td class="parameter_name"><p>length</p></td>
|
3276
3276
|
<td class="parameter_description"><p> the length of the result, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
3277
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
3277
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3278
3278
|
</tr>
|
3279
3279
|
</tbody>
|
3280
3280
|
</table></div>
|
@@ -3319,7 +3319,7 @@ is stored there. In any case, the resulting array will be
|
|
3319
3319
|
<tr>
|
3320
3320
|
<td class="parameter_name"><p>length</p></td>
|
3321
3321
|
<td class="parameter_description"><p> the length of the result, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
3322
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
3322
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3323
3323
|
</tr>
|
3324
3324
|
</tbody>
|
3325
3325
|
</table></div>
|
@@ -3400,7 +3400,7 @@ returning a constant string, the string is duplicated.</p>
|
|
3400
3400
|
<td class="parameter_name"><p>length</p></td>
|
3401
3401
|
<td class="parameter_description"><p> a pointer to a <a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a>, to store
|
3402
3402
|
the length (not including the nul terminator). </p></td>
|
3403
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
3403
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>][<acronym title="Default parameter value (for in case the shadows-to function has less parameters)."><span class="acronym">default</span></acronym> NULL]</span></td>
|
3404
3404
|
</tr>
|
3405
3405
|
</tbody>
|
3406
3406
|
</table></div>
|
@@ -3445,7 +3445,7 @@ stored there. In any case, the resulting array will be
|
|
3445
3445
|
<tr>
|
3446
3446
|
<td class="parameter_name"><p>length</p></td>
|
3447
3447
|
<td class="parameter_description"><p> the length of the result, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
3448
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
3448
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3449
3449
|
</tr>
|
3450
3450
|
</tbody>
|
3451
3451
|
</table></div>
|
@@ -3490,7 +3490,7 @@ stored there. In any case, the resulting array will be
|
|
3490
3490
|
<tr>
|
3491
3491
|
<td class="parameter_name"><p>length</p></td>
|
3492
3492
|
<td class="parameter_description"><p> the length of the result, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
3493
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
3493
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3494
3494
|
</tr>
|
3495
3495
|
</tbody>
|
3496
3496
|
</table></div>
|
@@ -3538,12 +3538,12 @@ instance takes ownership of <em class="parameter"><code>child</code></em>
|
|
3538
3538
|
<tr>
|
3539
3539
|
<td class="parameter_name"><p>child_type</p></td>
|
3540
3540
|
<td class="parameter_description"><p> the <a class="link" href="glib-GVariantType.html#GVariantType" title="GVariantType"><span class="type">GVariantType</span></a> of the child, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
3541
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3541
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3542
3542
|
</tr>
|
3543
3543
|
<tr>
|
3544
3544
|
<td class="parameter_name"><p>child</p></td>
|
3545
3545
|
<td class="parameter_description"><p> the child value, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
3546
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3546
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3547
3547
|
</tr>
|
3548
3548
|
</tbody>
|
3549
3549
|
</table></div>
|
@@ -3594,13 +3594,13 @@ new instance takes ownership of them as if via <a class="link" href="glib-GVaria
|
|
3594
3594
|
<tr>
|
3595
3595
|
<td class="parameter_name"><p>child_type</p></td>
|
3596
3596
|
<td class="parameter_description"><p> the element type of the new array. </p></td>
|
3597
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3597
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3598
3598
|
</tr>
|
3599
3599
|
<tr>
|
3600
3600
|
<td class="parameter_name"><p>children</p></td>
|
3601
3601
|
<td class="parameter_description"><p> an array of
|
3602
3602
|
<a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> pointers, the children. </p></td>
|
3603
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3603
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_children]</span></td>
|
3604
3604
|
</tr>
|
3605
3605
|
<tr>
|
3606
3606
|
<td class="parameter_name"><p>n_children</p></td>
|
@@ -3797,7 +3797,7 @@ value is Nothing, then this function returns <a class="link" href="glib-Standard
|
|
3797
3797
|
<a name="g-variant-get-maybe.returns"></a><h4>Returns</h4>
|
3798
3798
|
<p> the contents of <em class="parameter"><code>value</code></em>
|
3799
3799
|
, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p>
|
3800
|
-
<p><span class="annotation">[<acronym title="NULL
|
3800
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3801
3801
|
</div>
|
3802
3802
|
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
3803
3803
|
</div>
|
@@ -3987,7 +3987,7 @@ plan to do many lookups then <a class="link" href="glib-GVariant.html#GVariantDi
|
|
3987
3987
|
<tr>
|
3988
3988
|
<td class="parameter_name"><p>expected_type</p></td>
|
3989
3989
|
<td class="parameter_description"><p> a <a class="link" href="glib-GVariantType.html#GVariantType" title="GVariantType"><span class="type">GVariantType</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
3990
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3990
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3991
3991
|
</tr>
|
3992
3992
|
</tbody>
|
3993
3993
|
</table></div>
|
@@ -4086,11 +4086,11 @@ the appropriate type:</p>
|
|
4086
4086
|
<li class="listitem"><p><a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-DOUBLE:CAPS" title="G_VARIANT_TYPE_DOUBLE"><code class="literal">G_VARIANT_TYPE_DOUBLE</code></a>: <a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="type">gdouble</span></a></p></li>
|
4087
4087
|
</ul></div>
|
4088
4088
|
<p>For example, if calling this function for an array of 32-bit integers,
|
4089
|
-
you might say sizeof(gint32)
|
4089
|
+
you might say <code class="literal">sizeof(gint32)</code>. This value isn't used except for the purpose
|
4090
4090
|
of a double-check that the form of the serialised data matches the caller's
|
4091
4091
|
expectation.</p>
|
4092
4092
|
<p><em class="parameter"><code>n_elements</code></em>
|
4093
|
-
, which must be non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a
|
4093
|
+
, which must be non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, is set equal to the number of
|
4094
4094
|
items in the array.</p>
|
4095
4095
|
<div class="refsect3">
|
4096
4096
|
<a name="g-variant-get-fixed-array.parameters"></a><h4>Parameters</h4>
|
@@ -4709,7 +4709,7 @@ a new empty <a class="link" href="glib-Strings.html#GString" title="struct GStri
|
|
4709
4709
|
<tr>
|
4710
4710
|
<td class="parameter_name"><p>string</p></td>
|
4711
4711
|
<td class="parameter_description"><p> a <a class="link" href="glib-Strings.html#GString" title="struct GString"><span class="type">GString</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
4712
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
4712
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Default parameter value (for in case the shadows-to function has less parameters)."><span class="acronym">default</span></acronym> NULL]</span></td>
|
4713
4713
|
</tr>
|
4714
4714
|
<tr>
|
4715
4715
|
<td class="parameter_name"><p>type_annotate</p></td>
|
@@ -4970,7 +4970,7 @@ you no longer need it.</p>
|
|
4970
4970
|
<div class="refsect3">
|
4971
4971
|
<a name="g-variant-iter-next-value.returns"></a><h4>Returns</h4>
|
4972
4972
|
<p> a <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p>
|
4973
|
-
<p><span class="annotation">[<acronym title="NULL
|
4973
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
4974
4974
|
</div>
|
4975
4975
|
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4976
4976
|
</div>
|
@@ -5697,10 +5697,73 @@ g_variant_builder_open (<em class="parameter"><code><a class="link" href="glib-G
|
|
5697
5697
|
<em class="parameter"><code>const <a class="link" href="glib-GVariantType.html#GVariantType" title="GVariantType"><span class="type">GVariantType</span></a> *type</code></em>);</pre>
|
5698
5698
|
<p>Opens a subcontainer inside the given <em class="parameter"><code>builder</code></em>
|
5699
5699
|
. When done adding
|
5700
|
-
items to the subcontainer, <a class="link" href="glib-GVariant.html#g-variant-builder-close" title="g_variant_builder_close ()"><code class="function">g_variant_builder_close()</code></a> must be called
|
5700
|
+
items to the subcontainer, <a class="link" href="glib-GVariant.html#g-variant-builder-close" title="g_variant_builder_close ()"><code class="function">g_variant_builder_close()</code></a> must be called. <em class="parameter"><code>type</code></em>
|
5701
|
+
|
5702
|
+
is the type of the container: so to build a tuple of several values, <em class="parameter"><code>type</code></em>
|
5703
|
+
|
5704
|
+
must include the tuple itself.</p>
|
5701
5705
|
<p>It is an error to call this function in any way that would cause an
|
5702
5706
|
inconsistent value to be constructed (ie: adding too many values or
|
5703
5707
|
a value of an incorrect type).</p>
|
5708
|
+
<p>Example of building a nested variant:</p>
|
5709
|
+
<div class="informalexample">
|
5710
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
5711
|
+
<tbody>
|
5712
|
+
<tr>
|
5713
|
+
<td class="listing_lines" align="right"><pre>1
|
5714
|
+
2
|
5715
|
+
3
|
5716
|
+
4
|
5717
|
+
5
|
5718
|
+
6
|
5719
|
+
7
|
5720
|
+
8
|
5721
|
+
9
|
5722
|
+
10
|
5723
|
+
11
|
5724
|
+
12
|
5725
|
+
13
|
5726
|
+
14
|
5727
|
+
15
|
5728
|
+
16
|
5729
|
+
17
|
5730
|
+
18
|
5731
|
+
19
|
5732
|
+
20
|
5733
|
+
21
|
5734
|
+
22
|
5735
|
+
23
|
5736
|
+
24</pre></td>
|
5737
|
+
<td class="listing_code"><pre class="programlisting">GVariantBuilder builder<span class="gtkdoc opt">;</span>
|
5738
|
+
guint32 some_number <span class="gtkdoc opt">=</span> <span class="function">get_number</span> <span class="gtkdoc opt">();</span>
|
5739
|
+
<span class="function"><a href="glib-Miscellaneous-Macros.html#g-autoptr">g_autoptr</a></span> <span class="gtkdoc opt">(</span>GHashTable<span class="gtkdoc opt">)</span> some_dict <span class="gtkdoc opt">=</span> <span class="function">get_dict</span> <span class="gtkdoc opt">();</span>
|
5740
|
+
GHashTableIter iter<span class="gtkdoc opt">;</span>
|
5741
|
+
<span class="gtkdoc kwb">const</span> gchar <span class="gtkdoc opt">*</span>key<span class="gtkdoc opt">;</span>
|
5742
|
+
<span class="gtkdoc kwb">const</span> GVariant <span class="gtkdoc opt">*</span>value<span class="gtkdoc opt">;</span>
|
5743
|
+
<span class="function"><a href="glib-Miscellaneous-Macros.html#g-autoptr">g_autoptr</a></span> <span class="gtkdoc opt">(</span>GVariant<span class="gtkdoc opt">)</span> output <span class="gtkdoc opt">=</span> NULL<span class="gtkdoc opt">;</span>
|
5744
|
+
|
5745
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-builder-init">g_variant_builder_init</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">,</span> <span class="function"><a href="glib-GVariantType.html#G-VARIANT-TYPE:CAPS">G_VARIANT_TYPE</a></span> <span class="gtkdoc opt">(</span><span class="string">"(ua{sv})"</span><span class="gtkdoc opt">));</span>
|
5746
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-builder-add">g_variant_builder_add</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">,</span> <span class="string">"u"</span><span class="gtkdoc opt">,</span> some_number<span class="gtkdoc opt">);</span>
|
5747
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-builder-open">g_variant_builder_open</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">,</span> <span class="function"><a href="glib-GVariantType.html#G-VARIANT-TYPE:CAPS">G_VARIANT_TYPE</a></span> <span class="gtkdoc opt">(</span><span class="string">"a{sv}"</span><span class="gtkdoc opt">));</span>
|
5748
|
+
|
5749
|
+
<span class="function"><a href="glib-Hash-Tables.html#g-hash-table-iter-init">g_hash_table_iter_init</a></span> <span class="gtkdoc opt">(&</span>iter<span class="gtkdoc opt">,</span> some_dict<span class="gtkdoc opt">);</span>
|
5750
|
+
<span class="keyword">while</span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-Hash-Tables.html#g-hash-table-iter-next">g_hash_table_iter_next</a></span> <span class="gtkdoc opt">(&</span>iter<span class="gtkdoc opt">, (</span>gpointer <span class="gtkdoc opt">*) &</span>key<span class="gtkdoc opt">, (</span>gpointer <span class="gtkdoc opt">*) &</span>value<span class="gtkdoc opt">))</span>
|
5751
|
+
<span class="gtkdoc opt">{</span>
|
5752
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-builder-open">g_variant_builder_open</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">,</span> <span class="function"><a href="glib-GVariantType.html#G-VARIANT-TYPE:CAPS">G_VARIANT_TYPE</a></span> <span class="gtkdoc opt">(</span><span class="string">"{sv}"</span><span class="gtkdoc opt">));</span>
|
5753
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-builder-add">g_variant_builder_add</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">,</span> <span class="string">"s"</span><span class="gtkdoc opt">,</span> key<span class="gtkdoc opt">);</span>
|
5754
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-builder-add">g_variant_builder_add</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">,</span> <span class="string">"v"</span><span class="gtkdoc opt">,</span> value<span class="gtkdoc opt">);</span>
|
5755
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-builder-close">g_variant_builder_close</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">);</span>
|
5756
|
+
<span class="gtkdoc opt">}</span>
|
5757
|
+
|
5758
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-builder-close">g_variant_builder_close</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">);</span>
|
5759
|
+
|
5760
|
+
output <span class="gtkdoc opt">=</span> <span class="function"><a href="glib-GVariant.html#g-variant-builder-end">g_variant_builder_end</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">);</span></pre></td>
|
5761
|
+
</tr>
|
5762
|
+
</tbody>
|
5763
|
+
</table>
|
5764
|
+
</div>
|
5765
|
+
|
5766
|
+
<p></p>
|
5704
5767
|
<div class="refsect3">
|
5705
5768
|
<a name="g-variant-builder-open.parameters"></a><h4>Parameters</h4>
|
5706
5769
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -5717,7 +5780,7 @@ a value of an incorrect type).</p>
|
|
5717
5780
|
</tr>
|
5718
5781
|
<tr>
|
5719
5782
|
<td class="parameter_name"><p>type</p></td>
|
5720
|
-
<td class="parameter_description"><p>
|
5783
|
+
<td class="parameter_description"><p>the <a class="link" href="glib-GVariantType.html#GVariantType" title="GVariantType"><span class="type">GVariantType</span></a> of the container</p></td>
|
5721
5784
|
<td class="parameter_annotations"> </td>
|
5722
5785
|
</tr>
|
5723
5786
|
</tbody>
|
@@ -5838,7 +5901,7 @@ using <a class="link" href="glib-GVariant.html#GVariantDict" title="struct GVari
|
|
5838
5901
|
<td class="parameter_name"><p>from_asv</p></td>
|
5839
5902
|
<td class="parameter_description"><p> the <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> with which to initialise the
|
5840
5903
|
dictionary. </p></td>
|
5841
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5904
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5842
5905
|
</tr></tbody>
|
5843
5906
|
</table></div>
|
5844
5907
|
</div>
|
@@ -5889,7 +5952,7 @@ reference may try to use reference counting; you should use
|
|
5889
5952
|
<td class="parameter_name"><p>from_asv</p></td>
|
5890
5953
|
<td class="parameter_description"><p> the initial value for <em class="parameter"><code>dict</code></em>
|
5891
5954
|
. </p></td>
|
5892
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5955
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5893
5956
|
</tr>
|
5894
5957
|
</tbody>
|
5895
5958
|
</table></div>
|
@@ -6066,7 +6129,7 @@ value will have this type.</p>
|
|
6066
6129
|
<tr>
|
6067
6130
|
<td class="parameter_name"><p>expected_type</p></td>
|
6068
6131
|
<td class="parameter_description"><p> a <a class="link" href="glib-GVariantType.html#GVariantType" title="GVariantType"><span class="type">GVariantType</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
6069
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6132
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6070
6133
|
</tr>
|
6071
6134
|
</tbody>
|
6072
6135
|
</table></div>
|
@@ -6287,7 +6350,7 @@ produced by <a class="link" href="glib-GVariant.html#g-variant-print" title="g_v
|
|
6287
6350
|
<tr>
|
6288
6351
|
<td class="parameter_name"><p>type</p></td>
|
6289
6352
|
<td class="parameter_description"><p> a <a class="link" href="glib-GVariantType.html#GVariantType" title="GVariantType"><span class="type">GVariantType</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
6290
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6353
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6291
6354
|
</tr>
|
6292
6355
|
<tr>
|
6293
6356
|
<td class="parameter_name"><p>text</p></td>
|
@@ -6298,17 +6361,17 @@ produced by <a class="link" href="glib-GVariant.html#g-variant-print" title="g_v
|
|
6298
6361
|
<td class="parameter_name"><p>limit</p></td>
|
6299
6362
|
<td class="parameter_description"><p> a pointer to the end of <em class="parameter"><code>text</code></em>
|
6300
6363
|
, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
6301
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6364
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6302
6365
|
</tr>
|
6303
6366
|
<tr>
|
6304
6367
|
<td class="parameter_name"><p>endptr</p></td>
|
6305
6368
|
<td class="parameter_description"><p> a location to store the end pointer, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
6306
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6369
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6307
6370
|
</tr>
|
6308
6371
|
<tr>
|
6309
6372
|
<td class="parameter_name"><p>error</p></td>
|
6310
6373
|
<td class="parameter_description"><p> a pointer to a <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> pointer, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
6311
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6374
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6312
6375
|
</tr>
|
6313
6376
|
</tbody>
|
6314
6377
|
</table></div>
|