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
@@ -2,19 +2,18 @@
|
|
2
2
|
*
|
3
3
|
* Copyright 2000 Red Hat, Inc.
|
4
4
|
*
|
5
|
-
*
|
6
|
-
* under the terms of the GNU Lesser General Public
|
7
|
-
* published by the Free Software Foundation; either
|
8
|
-
* License, or (at your option) any later version.
|
5
|
+
* This library is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU Lesser General Public
|
7
|
+
* License as published by the Free Software Foundation; either
|
8
|
+
* version 2 of the License, or (at your option) any later version.
|
9
9
|
*
|
10
|
-
*
|
10
|
+
* This library is distributed in the hope that it will be useful,
|
11
11
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
12
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
13
|
* Lesser General Public License for more details.
|
14
14
|
*
|
15
|
-
* You should have received a copy of the GNU Lesser General Public
|
16
|
-
*
|
17
|
-
* see <http://www.gnu.org/licenses/>.
|
15
|
+
* You should have received a copy of the GNU Lesser General Public License
|
16
|
+
* along with this library; if not, see <http://www.gnu.org/licenses/>.
|
18
17
|
*/
|
19
18
|
|
20
19
|
#ifndef __G_FILEUTILS_H__
|
@@ -4,19 +4,18 @@
|
|
4
4
|
*
|
5
5
|
* Ray Strode <halfline@hawaii.rr.com>
|
6
6
|
*
|
7
|
-
*
|
8
|
-
* under the terms of the GNU Lesser General Public
|
9
|
-
* published by the Free Software Foundation; either
|
10
|
-
* License, or (at your option) any later version.
|
7
|
+
* This library is free software; you can redistribute it and/or
|
8
|
+
* modify it under the terms of the GNU Lesser General Public
|
9
|
+
* License as published by the Free Software Foundation; either
|
10
|
+
* version 2 of the License, or (at your option) any later version.
|
11
11
|
*
|
12
|
-
*
|
12
|
+
* This library is distributed in the hope that it will be useful,
|
13
13
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
14
14
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
15
15
|
* Lesser General Public License for more details.
|
16
16
|
*
|
17
|
-
* You should have received a copy of the GNU Lesser General Public
|
18
|
-
*
|
19
|
-
* see <http://www.gnu.org/licenses/>.
|
17
|
+
* You should have received a copy of the GNU Lesser General Public License
|
18
|
+
* along with this library; if not, see <http://www.gnu.org/licenses/>.
|
20
19
|
*/
|
21
20
|
|
22
21
|
#ifndef __G_KEY_FILE_H__
|
@@ -366,10 +366,10 @@ gint g_main_context_query (GMainContext *context,
|
|
366
366
|
GPollFD *fds,
|
367
367
|
gint n_fds);
|
368
368
|
GLIB_AVAILABLE_IN_ALL
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
369
|
+
gboolean g_main_context_check (GMainContext *context,
|
370
|
+
gint max_priority,
|
371
|
+
GPollFD *fds,
|
372
|
+
gint n_fds);
|
373
373
|
GLIB_AVAILABLE_IN_ALL
|
374
374
|
void g_main_context_dispatch (GMainContext *context);
|
375
375
|
|
@@ -2,19 +2,18 @@
|
|
2
2
|
*
|
3
3
|
* Copyright 2000 Red Hat, Inc.
|
4
4
|
*
|
5
|
-
*
|
6
|
-
* under the terms of the GNU Lesser General Public
|
7
|
-
* published by the Free Software Foundation; either
|
8
|
-
* License, or (at your option) any later version.
|
5
|
+
* This library is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU Lesser General Public
|
7
|
+
* License as published by the Free Software Foundation; either
|
8
|
+
* version 2 of the License, or (at your option) any later version.
|
9
9
|
*
|
10
|
-
*
|
10
|
+
* This library is distributed in the hope that it will be useful,
|
11
11
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
12
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
13
|
* Lesser General Public License for more details.
|
14
14
|
*
|
15
|
-
* You should have received a copy of the GNU Lesser General Public
|
16
|
-
*
|
17
|
-
* see <http://www.gnu.org/licenses/>.
|
15
|
+
* You should have received a copy of the GNU Lesser General Public License
|
16
|
+
* along with this library; if not, see <http://www.gnu.org/licenses/>.
|
18
17
|
*/
|
19
18
|
|
20
19
|
#ifndef __G_MARKUP_H__
|
@@ -14,9 +14,8 @@
|
|
14
14
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
15
15
|
* Lesser General Public License for more details.
|
16
16
|
*
|
17
|
-
* You should have received a copy of the GNU Lesser General Public
|
18
|
-
*
|
19
|
-
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
17
|
+
* You should have received a copy of the GNU Lesser General Public License
|
18
|
+
* along with this library; if not, see <http://www.gnu.org/licenses/>.
|
20
19
|
*/
|
21
20
|
|
22
21
|
#ifndef __G_REGEX_H__
|
@@ -2,20 +2,18 @@
|
|
2
2
|
*
|
3
3
|
* Copyright 2000 Red Hat, Inc.
|
4
4
|
*
|
5
|
-
*
|
6
|
-
* modify it under the terms of the GNU Lesser General Public
|
7
|
-
* published by the Free Software Foundation; either
|
8
|
-
* License, or (at your option) any later version.
|
5
|
+
* This library is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU Lesser General Public
|
7
|
+
* License as published by the Free Software Foundation; either
|
8
|
+
* version 2 of the License, or (at your option) any later version.
|
9
9
|
*
|
10
|
-
*
|
10
|
+
* This library is distributed in the hope that it will be useful,
|
11
11
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
12
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
13
|
* Lesser General Public License for more details.
|
14
14
|
*
|
15
|
-
* You should have received a copy of the GNU Lesser General Public
|
16
|
-
*
|
17
|
-
* to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
18
|
-
* Boston, MA 02111-1307, USA.
|
15
|
+
* You should have received a copy of the GNU Lesser General Public License
|
16
|
+
* along with this library; if not, see <http://www.gnu.org/licenses/>.
|
19
17
|
*/
|
20
18
|
|
21
19
|
#ifndef __G_SHELL_H__
|
@@ -2,20 +2,18 @@
|
|
2
2
|
*
|
3
3
|
* Copyright 2000 Red Hat, Inc.
|
4
4
|
*
|
5
|
-
*
|
6
|
-
* modify it under the terms of the GNU Lesser General Public
|
7
|
-
* published by the Free Software Foundation; either
|
8
|
-
* License, or (at your option) any later version.
|
5
|
+
* This library is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU Lesser General Public
|
7
|
+
* License as published by the Free Software Foundation; either
|
8
|
+
* version 2 of the License, or (at your option) any later version.
|
9
9
|
*
|
10
|
-
*
|
10
|
+
* This library is distributed in the hope that it will be useful,
|
11
11
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
12
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
13
|
* Lesser General Public License for more details.
|
14
14
|
*
|
15
|
-
* You should have received a copy of the GNU Lesser General Public
|
16
|
-
*
|
17
|
-
* to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
18
|
-
* Boston, MA 02111-1307, USA.
|
15
|
+
* You should have received a copy of the GNU Lesser General Public License
|
16
|
+
* along with this library; if not, see <http://www.gnu.org/licenses/>.
|
19
17
|
*/
|
20
18
|
|
21
19
|
#ifndef __G_SPAWN_H__
|
@@ -2,19 +2,18 @@
|
|
2
2
|
*
|
3
3
|
* Copyright 2004 Tor Lillqvist
|
4
4
|
*
|
5
|
-
*
|
6
|
-
* under the terms of the GNU Lesser General Public
|
7
|
-
* published by the Free Software Foundation; either
|
8
|
-
* License, or (at your option) any later version.
|
5
|
+
* This library is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU Lesser General Public
|
7
|
+
* License as published by the Free Software Foundation; either
|
8
|
+
* version 2 of the License, or (at your option) any later version.
|
9
9
|
*
|
10
|
-
*
|
10
|
+
* This library is distributed in the hope that it will be useful,
|
11
11
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
12
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
13
|
* Lesser General Public License for more details.
|
14
14
|
*
|
15
|
-
* You should have received a copy of the GNU Lesser General Public
|
16
|
-
*
|
17
|
-
* see <http://www.gnu.org/licenses/>.
|
15
|
+
* You should have received a copy of the GNU Lesser General Public License
|
16
|
+
* along with this library; if not, see <http://www.gnu.org/licenses/>.
|
18
17
|
*/
|
19
18
|
|
20
19
|
#ifndef __G_STDIO_H__
|
@@ -74,7 +74,7 @@ typedef void (*GTestFixtureFunc) (gpointer fixture,
|
|
74
74
|
if (__l1 != __l2) \
|
75
75
|
g_assertion_message_cmpnum (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
|
76
76
|
#l1 " (len(" #m1 ")) == " #l2 " (len(" #m2 "))", __l1, "==", __l2, 'i'); \
|
77
|
-
else if (memcmp (__m1, __m2, __l1) != 0) \
|
77
|
+
else if (__l1 != 0 && memcmp (__m1, __m2, __l1) != 0) \
|
78
78
|
g_assertion_message (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
|
79
79
|
"assertion failed (" #m1 " == " #m2 ")"); \
|
80
80
|
} G_STMT_END
|
@@ -3,19 +3,18 @@
|
|
3
3
|
* Copyright (C) 1999, 2000 Tom Tromey
|
4
4
|
* Copyright 2000, 2005 Red Hat, Inc.
|
5
5
|
*
|
6
|
-
*
|
7
|
-
* modify it under the terms of the GNU Lesser General Public
|
8
|
-
* published by the Free Software Foundation; either
|
9
|
-
* License, or (at your option) any later version.
|
6
|
+
* This library is free software; you can redistribute it and/or
|
7
|
+
* modify it under the terms of the GNU Lesser General Public
|
8
|
+
* License as published by the Free Software Foundation; either
|
9
|
+
* version 2 of the License, or (at your option) any later version.
|
10
10
|
*
|
11
|
-
*
|
11
|
+
* This library is distributed in the hope that it will be useful,
|
12
12
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13
13
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
14
14
|
* Lesser General Public License for more details.
|
15
15
|
*
|
16
|
-
* You should have received a copy of the GNU Lesser General Public
|
17
|
-
*
|
18
|
-
* see <http://www.gnu.org/licenses/>.
|
16
|
+
* You should have received a copy of the GNU Lesser General Public License
|
17
|
+
* along with this library; if not, see <http://www.gnu.org/licenses/>.
|
19
18
|
*/
|
20
19
|
|
21
20
|
#ifndef __G_UNICODE_H__
|
@@ -112,7 +111,7 @@ typedef guint16 gunichar2;
|
|
112
111
|
*
|
113
112
|
* These are the possible character classifications from the
|
114
113
|
* Unicode specification.
|
115
|
-
* See
|
114
|
+
* See [Unicode Character Database](http://www.unicode.org/reports/tr44/#General_Category_Values).
|
116
115
|
*/
|
117
116
|
typedef enum
|
118
117
|
{
|
@@ -210,7 +209,7 @@ typedef enum
|
|
210
209
|
* Since new unicode versions may add new types here, applications should be ready
|
211
210
|
* to handle unknown values. They may be regarded as %G_UNICODE_BREAK_UNKNOWN.
|
212
211
|
*
|
213
|
-
* See
|
212
|
+
* See [Unicode Line Breaking Algorithm](http://www.unicode.org/unicode/reports/tr14/).
|
214
213
|
*/
|
215
214
|
typedef enum
|
216
215
|
{
|
@@ -420,9 +419,7 @@ typedef enum
|
|
420
419
|
*
|
421
420
|
* Note that new types may be added in the future. Applications
|
422
421
|
* should be ready to handle unknown values.
|
423
|
-
* See
|
424
|
-
* url="http://www.unicode.org/reports/tr24/">Unicode Standard Annex
|
425
|
-
* #24: Script names</ulink>.
|
422
|
+
* See [Unicode Standard Annex #24: Script names](http://www.unicode.org/reports/tr24/).
|
426
423
|
*/
|
427
424
|
typedef enum
|
428
425
|
{ /* ISO 15924 code */
|
@@ -885,9 +882,9 @@ GLIB_AVAILABLE_IN_ALL
|
|
885
882
|
gchar *g_utf8_collate_key_for_filename (const gchar *str,
|
886
883
|
gssize len) G_GNUC_MALLOC;
|
887
884
|
|
888
|
-
|
889
|
-
|
890
|
-
|
885
|
+
GLIB_AVAILABLE_IN_2_52
|
886
|
+
gchar *g_utf8_make_valid (const gchar *str,
|
887
|
+
gssize len) G_GNUC_MALLOC;
|
891
888
|
|
892
889
|
G_END_DECLS
|
893
890
|
|
@@ -0,0 +1,42 @@
|
|
1
|
+
/* guuid.h - UUID functions
|
2
|
+
*
|
3
|
+
* Copyright (C) 2013-2015, 2017 Red Hat, Inc.
|
4
|
+
*
|
5
|
+
* This library is free software; you can redistribute it and/or modify
|
6
|
+
* it under the terms of the GNU Lesser General Public License as
|
7
|
+
* published by the Free Software Foundation; either version 2.1 of the
|
8
|
+
* licence, or (at your option) any later version.
|
9
|
+
*
|
10
|
+
* This is distributed in the hope that it will be useful, but WITHOUT
|
11
|
+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
12
|
+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
|
13
|
+
* License for more details.
|
14
|
+
*
|
15
|
+
* You should have received a copy of the GNU Lesser General Public
|
16
|
+
* License along with this library; if not, write to the Free Software
|
17
|
+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
18
|
+
* USA.
|
19
|
+
*
|
20
|
+
* Authors: Marc-André Lureau <marcandre.lureau@redhat.com>
|
21
|
+
*/
|
22
|
+
|
23
|
+
#ifndef __G_UUID_H__
|
24
|
+
#define __G_UUID_H__
|
25
|
+
|
26
|
+
#if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
|
27
|
+
#error "Only <glib.h> can be included directly."
|
28
|
+
#endif
|
29
|
+
|
30
|
+
#include <glib/gtypes.h>
|
31
|
+
|
32
|
+
G_BEGIN_DECLS
|
33
|
+
|
34
|
+
GLIB_AVAILABLE_IN_2_52
|
35
|
+
gboolean g_uuid_string_is_valid (const gchar *str);
|
36
|
+
|
37
|
+
GLIB_AVAILABLE_IN_2_52
|
38
|
+
gchar * g_uuid_string_random (void);
|
39
|
+
|
40
|
+
G_END_DECLS
|
41
|
+
|
42
|
+
#endif /* __G_UUID_H__ */
|
@@ -165,6 +165,16 @@
|
|
165
165
|
*/
|
166
166
|
#define GLIB_VERSION_2_50 (G_ENCODE_VERSION (2, 50))
|
167
167
|
|
168
|
+
/**
|
169
|
+
* GLIB_VERSION_2_52:
|
170
|
+
*
|
171
|
+
* A macro that evaluates to the 2.52 version of GLib, in a format
|
172
|
+
* that can be used by the C pre-processor.
|
173
|
+
*
|
174
|
+
* Since: 2.52
|
175
|
+
*/
|
176
|
+
#define GLIB_VERSION_2_52 (G_ENCODE_VERSION (2, 52))
|
177
|
+
|
168
178
|
/* evaluates to the current stable version; for development cycles,
|
169
179
|
* this means the next stable target
|
170
180
|
*/
|
@@ -438,4 +448,18 @@
|
|
438
448
|
# define GLIB_AVAILABLE_IN_2_50 _GLIB_EXTERN
|
439
449
|
#endif
|
440
450
|
|
451
|
+
#if GLIB_VERSION_MIN_REQUIRED >= GLIB_VERSION_2_52
|
452
|
+
# define GLIB_DEPRECATED_IN_2_52 GLIB_DEPRECATED
|
453
|
+
# define GLIB_DEPRECATED_IN_2_52_FOR(f) GLIB_DEPRECATED_FOR(f)
|
454
|
+
#else
|
455
|
+
# define GLIB_DEPRECATED_IN_2_52 _GLIB_EXTERN
|
456
|
+
# define GLIB_DEPRECATED_IN_2_52_FOR(f) _GLIB_EXTERN
|
457
|
+
#endif
|
458
|
+
|
459
|
+
#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_52
|
460
|
+
# define GLIB_AVAILABLE_IN_2_52 GLIB_UNAVAILABLE(2, 52)
|
461
|
+
#else
|
462
|
+
# define GLIB_AVAILABLE_IN_2_52 _GLIB_EXTERN
|
463
|
+
#endif
|
464
|
+
|
441
465
|
#endif /* __G_VERSION_MACROS_H__ */
|
@@ -35,7 +35,9 @@ G_BEGIN_DECLS
|
|
35
35
|
#define G_MODULE_IMPORT extern
|
36
36
|
#ifdef G_PLATFORM_WIN32
|
37
37
|
# define G_MODULE_EXPORT __declspec(dllexport)
|
38
|
-
#
|
38
|
+
#elif __GNUC__ >= 4
|
39
|
+
# define G_MODULE_EXPORT __attribute__((visibility("default")))
|
40
|
+
#else /* !G_PLATFORM_WIN32 && __GNUC__ < 4 */
|
39
41
|
# define G_MODULE_EXPORT
|
40
42
|
#endif /* !G_PLATFORM_WIN32 */
|
41
43
|
|
@@ -97,16 +97,16 @@ typedef void (*GClosureNotify) (gpointer data,
|
|
97
97
|
/**
|
98
98
|
* GClosureMarshal:
|
99
99
|
* @closure: the #GClosure to which the marshaller belongs
|
100
|
-
* @return_value: (
|
100
|
+
* @return_value: (nullable): a #GValue to store the return
|
101
101
|
* value. May be %NULL if the callback of @closure doesn't return a
|
102
102
|
* value.
|
103
103
|
* @n_param_values: the length of the @param_values array
|
104
104
|
* @param_values: (array length=n_param_values): an array of
|
105
105
|
* #GValues holding the arguments on which to invoke the
|
106
106
|
* callback of @closure
|
107
|
-
* @invocation_hint: (
|
107
|
+
* @invocation_hint: (nullable): the invocation hint given as the
|
108
108
|
* last argument to g_closure_invoke()
|
109
|
-
* @marshal_data: (
|
109
|
+
* @marshal_data: (nullable): additional data specified when
|
110
110
|
* registering the marshaller, see g_closure_set_marshal() and
|
111
111
|
* g_closure_set_meta_marshal()
|
112
112
|
*
|
@@ -122,13 +122,13 @@ typedef void (*GClosureMarshal) (GClosure *closure,
|
|
122
122
|
/**
|
123
123
|
* GVaClosureMarshal:
|
124
124
|
* @closure: the #GClosure to which the marshaller belongs
|
125
|
-
* @return_value: (
|
125
|
+
* @return_value: (nullable): a #GValue to store the return
|
126
126
|
* value. May be %NULL if the callback of @closure doesn't return a
|
127
127
|
* value.
|
128
128
|
* @instance: (type GObject.TypeInstance): the instance on which the closure is
|
129
129
|
* invoked.
|
130
130
|
* @args: va_list of arguments to be passed to the closure.
|
131
|
-
* @marshal_data: (
|
131
|
+
* @marshal_data: (nullable): additional data specified when
|
132
132
|
* registering the marshaller, see g_closure_set_marshal() and
|
133
133
|
* g_closure_set_meta_marshal()
|
134
134
|
* @n_params: the length of the @param_types array
|
@@ -469,7 +469,7 @@ void g_signal_chain_from_overridden_handler (gpointer instance,
|
|
469
469
|
* See [memory management of signal handlers][signal-memory-management] for
|
470
470
|
* details on how to handle the return value and memory management of @data.
|
471
471
|
*
|
472
|
-
* Returns: the handler
|
472
|
+
* Returns: the handler ID, of type #gulong (always greater than 0 for successful connections)
|
473
473
|
*/
|
474
474
|
#define g_signal_connect(instance, detailed_signal, c_handler, data) \
|
475
475
|
g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0)
|
@@ -484,7 +484,7 @@ void g_signal_chain_from_overridden_handler (gpointer instance,
|
|
484
484
|
*
|
485
485
|
* The handler will be called after the default handler of the signal.
|
486
486
|
*
|
487
|
-
* Returns: the handler
|
487
|
+
* Returns: the handler ID, of type #gulong (always greater than 0 for successful connections)
|
488
488
|
*/
|
489
489
|
#define g_signal_connect_after(instance, detailed_signal, c_handler, data) \
|
490
490
|
g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, G_CONNECT_AFTER)
|
@@ -522,7 +522,7 @@ void g_signal_chain_from_overridden_handler (gpointer instance,
|
|
522
522
|
* (GCallback) button_clicked_cb, other_widget);
|
523
523
|
* ]|
|
524
524
|
*
|
525
|
-
* Returns: the handler ID (always greater than 0 for successful connections)
|
525
|
+
* Returns: the handler ID, of type #gulong (always greater than 0 for successful connections)
|
526
526
|
*/
|
527
527
|
#define g_signal_connect_swapped(instance, detailed_signal, c_handler, data) \
|
528
528
|
g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, G_CONNECT_SWAPPED)
|
@@ -457,7 +457,8 @@ struct _GTypeQuery
|
|
457
457
|
* @instance: Location of a #GTypeInstance structure
|
458
458
|
*
|
459
459
|
* Checks if @instance is a valid #GTypeInstance structure,
|
460
|
-
* otherwise issues a warning and returns %FALSE.
|
460
|
+
* otherwise issues a warning and returns %FALSE. %NULL is not a valid
|
461
|
+
* #GTypeInstance.
|
461
462
|
*
|
462
463
|
* This macro should only be used in type implementations.
|
463
464
|
*
|
@@ -466,23 +467,26 @@ struct _GTypeQuery
|
|
466
467
|
#define G_TYPE_CHECK_INSTANCE(instance) (_G_TYPE_CHI ((GTypeInstance*) (instance)))
|
467
468
|
/**
|
468
469
|
* G_TYPE_CHECK_INSTANCE_CAST:
|
469
|
-
* @instance: Location of a #GTypeInstance structure
|
470
|
+
* @instance: (nullable): Location of a #GTypeInstance structure
|
470
471
|
* @g_type: The type to be returned
|
471
472
|
* @c_type: The corresponding C type of @g_type
|
472
473
|
*
|
473
474
|
* Checks that @instance is an instance of the type identified by @g_type
|
474
475
|
* and issues a warning if this is not the case. Returns @instance casted
|
475
476
|
* to a pointer to @c_type.
|
477
|
+
*
|
478
|
+
* No warning will be issued if @instance is %NULL, and %NULL will be returned.
|
476
479
|
*
|
477
480
|
* This macro should only be used in type implementations.
|
478
481
|
*/
|
479
482
|
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
|
480
483
|
/**
|
481
484
|
* G_TYPE_CHECK_INSTANCE_TYPE:
|
482
|
-
* @instance: Location of a #GTypeInstance structure.
|
485
|
+
* @instance: (nullable): Location of a #GTypeInstance structure.
|
483
486
|
* @g_type: The type to be checked
|
484
487
|
*
|
485
|
-
* Checks if @instance is an instance of the type identified by @g_type.
|
488
|
+
* Checks if @instance is an instance of the type identified by @g_type. If
|
489
|
+
* @instance is %NULL, %FALSE will be returned.
|
486
490
|
*
|
487
491
|
* This macro should only be used in type implementations.
|
488
492
|
*
|
@@ -491,10 +495,11 @@ struct _GTypeQuery
|
|
491
495
|
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
|
492
496
|
/**
|
493
497
|
* G_TYPE_CHECK_INSTANCE_FUNDAMENTAL_TYPE:
|
494
|
-
* @instance: Location of a #GTypeInstance structure.
|
498
|
+
* @instance: (nullable): Location of a #GTypeInstance structure.
|
495
499
|
* @g_type: The fundamental type to be checked
|
496
500
|
*
|
497
501
|
* Checks if @instance is an instance of the fundamental type identified by @g_type.
|
502
|
+
* If @instance is %NULL, %FALSE will be returned.
|
498
503
|
*
|
499
504
|
* This macro should only be used in type implementations.
|
500
505
|
*
|
@@ -539,18 +544,18 @@ struct _GTypeQuery
|
|
539
544
|
*
|
540
545
|
* Checks that @g_class is a class structure of the type identified by @g_type
|
541
546
|
* and issues a warning if this is not the case. Returns @g_class casted
|
542
|
-
* to a pointer to @c_type.
|
547
|
+
* to a pointer to @c_type. %NULL is not a valid class structure.
|
543
548
|
*
|
544
549
|
* This macro should only be used in type implementations.
|
545
550
|
*/
|
546
551
|
#define G_TYPE_CHECK_CLASS_CAST(g_class, g_type, c_type) (_G_TYPE_CCC ((g_class), (g_type), c_type))
|
547
552
|
/**
|
548
553
|
* G_TYPE_CHECK_CLASS_TYPE:
|
549
|
-
* @g_class: Location of a #GTypeClass structure
|
554
|
+
* @g_class: (nullable): Location of a #GTypeClass structure
|
550
555
|
* @g_type: The type to be checked
|
551
556
|
*
|
552
557
|
* Checks if @g_class is a class structure of the type identified by
|
553
|
-
* @g_type.
|
558
|
+
* @g_type. If @g_class is %NULL, %FALSE will be returned.
|
554
559
|
*
|
555
560
|
* This macro should only be used in type implementations.
|
556
561
|
*
|