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
Binary file
|
Binary file
|
Binary file
|
@@ -95,8 +95,8 @@ typedef unsigned long long guintptr;
|
|
95
95
|
#endif
|
96
96
|
|
97
97
|
#define GLIB_MAJOR_VERSION 2
|
98
|
-
#define GLIB_MINOR_VERSION
|
99
|
-
#define GLIB_MICRO_VERSION
|
98
|
+
#define GLIB_MINOR_VERSION 52
|
99
|
+
#define GLIB_MICRO_VERSION 1
|
100
100
|
|
101
101
|
#define G_OS_WIN32
|
102
102
|
#define G_PLATFORM_WIN32
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -23,9 +23,9 @@ dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/ho
|
|
23
23
|
weak_library_names=''
|
24
24
|
|
25
25
|
# Version information for libgio-2.0.
|
26
|
-
current=
|
27
|
-
age=
|
28
|
-
revision=
|
26
|
+
current=5200
|
27
|
+
age=5200
|
28
|
+
revision=1
|
29
29
|
|
30
30
|
# Is this an already installed library?
|
31
31
|
installed=yes
|
Binary file
|
@@ -23,9 +23,9 @@ dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/ho
|
|
23
23
|
weak_library_names=''
|
24
24
|
|
25
25
|
# Version information for libglib-2.0.
|
26
|
-
current=
|
27
|
-
age=
|
28
|
-
revision=
|
26
|
+
current=5200
|
27
|
+
age=5200
|
28
|
+
revision=1
|
29
29
|
|
30
30
|
# Is this an already installed library?
|
31
31
|
installed=yes
|
Binary file
|
@@ -23,9 +23,9 @@ dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/ho
|
|
23
23
|
weak_library_names=''
|
24
24
|
|
25
25
|
# Version information for libgmodule-2.0.
|
26
|
-
current=
|
27
|
-
age=
|
28
|
-
revision=
|
26
|
+
current=5200
|
27
|
+
age=5200
|
28
|
+
revision=1
|
29
29
|
|
30
30
|
# Is this an already installed library?
|
31
31
|
installed=yes
|
Binary file
|
Binary file
|
Binary file
|
@@ -23,9 +23,9 @@ dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/ho
|
|
23
23
|
weak_library_names=''
|
24
24
|
|
25
25
|
# Version information for libgobject-2.0.
|
26
|
-
current=
|
27
|
-
age=
|
28
|
-
revision=
|
26
|
+
current=5200
|
27
|
+
age=5200
|
28
|
+
revision=1
|
29
29
|
|
30
30
|
# Is this an already installed library?
|
31
31
|
installed=yes
|
Binary file
|
@@ -23,9 +23,9 @@ dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/ho
|
|
23
23
|
weak_library_names=''
|
24
24
|
|
25
25
|
# Version information for libgthread-2.0.
|
26
|
-
current=
|
27
|
-
age=
|
28
|
-
revision=
|
26
|
+
current=5200
|
27
|
+
age=5200
|
28
|
+
revision=1
|
29
29
|
|
30
30
|
# Is this an already installed library?
|
31
31
|
installed=yes
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -10,9 +10,9 @@ gdbus_codegen=gdbus-codegen
|
|
10
10
|
|
11
11
|
Name: GIO
|
12
12
|
Description: glib I/O library
|
13
|
-
Version: 2.
|
13
|
+
Version: 2.52.1
|
14
14
|
Requires: glib-2.0 gobject-2.0
|
15
15
|
Requires.private: gmodule-no-export-2.0
|
16
16
|
Libs: -L${libdir} -lgio-2.0
|
17
|
-
Libs.private: -L/home/vagrant/rcairo.win64/vendor/local/lib -lz
|
17
|
+
Libs.private: -L/home/vagrant/rcairo.win64/vendor/local/lib -lz
|
18
18
|
Cflags:
|
@@ -5,7 +5,7 @@ includedir=${prefix}/include
|
|
5
5
|
|
6
6
|
Name: GIO Windows specific APIs
|
7
7
|
Description: Windows specific headers for glib I/O library
|
8
|
-
Version: 2.
|
8
|
+
Version: 2.52.1
|
9
9
|
Requires: gobject-2.0,gmodule-no-export-2.0,gio-2.0
|
10
10
|
Libs: -L${libdir} -lgio-2.0
|
11
11
|
Cflags: -I${includedir}/gio-win32-2.0/
|
@@ -9,8 +9,8 @@ glib_mkenums=glib-mkenums
|
|
9
9
|
|
10
10
|
Name: GLib
|
11
11
|
Description: C Utility Library
|
12
|
-
Version: 2.
|
12
|
+
Version: 2.52.1
|
13
13
|
Requires.private: libpcre
|
14
|
-
Libs: -L${libdir} -lglib-2.0 -lintl
|
15
|
-
Libs.private: -lws2_32 -lole32 -lwinmm -lshlwapi -L/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -lpcre -lintl
|
14
|
+
Libs: -L${libdir} -lglib-2.0 -lintl
|
15
|
+
Libs.private: -lws2_32 -lole32 -lwinmm -lshlwapi -L/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -lpcre -lintl
|
16
16
|
Cflags: -I${includedir} -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include -mms-bitfields
|
@@ -6,7 +6,7 @@ includedir=${prefix}/include
|
|
6
6
|
Name: GObject
|
7
7
|
Description: GLib Type, Object, Parameter and Signal Library
|
8
8
|
Requires: glib-2.0
|
9
|
-
Version: 2.
|
9
|
+
Version: 2.52.1
|
10
10
|
Libs: -L${libdir} -lgobject-2.0
|
11
11
|
Libs.private: -L/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -lffi
|
12
12
|
Cflags:
|
@@ -97,6 +97,51 @@ fi
|
|
97
97
|
AC_SUBST($1)dnl
|
98
98
|
])
|
99
99
|
|
100
|
+
dnl Checks for special options needed on Mac OS X.
|
101
|
+
dnl Defines INTL_MACOSX_LIBS.
|
102
|
+
dnl
|
103
|
+
dnl Copied from intlmacosx.m4 in gettext, GPL.
|
104
|
+
dnl Copyright (C) 2004-2013 Free Software Foundation, Inc.
|
105
|
+
glib_DEFUN([glib_gt_INTL_MACOSX],
|
106
|
+
[
|
107
|
+
dnl Check for API introduced in Mac OS X 10.2.
|
108
|
+
AC_CACHE_CHECK([for CFPreferencesCopyAppValue],
|
109
|
+
[gt_cv_func_CFPreferencesCopyAppValue],
|
110
|
+
[gt_save_LIBS="$LIBS"
|
111
|
+
LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
|
112
|
+
AC_LINK_IFELSE(
|
113
|
+
[AC_LANG_PROGRAM(
|
114
|
+
[[#include <CoreFoundation/CFPreferences.h>]],
|
115
|
+
[[CFPreferencesCopyAppValue(NULL, NULL)]])],
|
116
|
+
[gt_cv_func_CFPreferencesCopyAppValue=yes],
|
117
|
+
[gt_cv_func_CFPreferencesCopyAppValue=no])
|
118
|
+
LIBS="$gt_save_LIBS"])
|
119
|
+
if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
|
120
|
+
AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1],
|
121
|
+
[Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.])
|
122
|
+
fi
|
123
|
+
dnl Check for API introduced in Mac OS X 10.3.
|
124
|
+
AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent],
|
125
|
+
[gt_save_LIBS="$LIBS"
|
126
|
+
LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
|
127
|
+
AC_LINK_IFELSE(
|
128
|
+
[AC_LANG_PROGRAM(
|
129
|
+
[[#include <CoreFoundation/CFLocale.h>]],
|
130
|
+
[[CFLocaleCopyCurrent();]])],
|
131
|
+
[gt_cv_func_CFLocaleCopyCurrent=yes],
|
132
|
+
[gt_cv_func_CFLocaleCopyCurrent=no])
|
133
|
+
LIBS="$gt_save_LIBS"])
|
134
|
+
if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
|
135
|
+
AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1],
|
136
|
+
[Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework.])
|
137
|
+
fi
|
138
|
+
INTL_MACOSX_LIBS=
|
139
|
+
if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
|
140
|
+
INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
|
141
|
+
fi
|
142
|
+
AC_SUBST([INTL_MACOSX_LIBS])
|
143
|
+
])
|
144
|
+
|
100
145
|
# GLIB_WITH_NLS
|
101
146
|
#-----------------
|
102
147
|
glib_DEFUN([GLIB_WITH_NLS],
|
@@ -110,6 +155,8 @@ glib_DEFUN([GLIB_WITH_NLS],
|
|
110
155
|
XGETTEXT=:
|
111
156
|
INTLLIBS=
|
112
157
|
|
158
|
+
glib_gt_INTL_MACOSX
|
159
|
+
|
113
160
|
AC_CHECK_HEADER(libintl.h,
|
114
161
|
[gt_cv_func_dgettext_libintl="no"
|
115
162
|
libintl_extra_libs=""
|
@@ -193,7 +240,7 @@ glib_DEFUN([GLIB_WITH_NLS],
|
|
193
240
|
fi
|
194
241
|
|
195
242
|
if test "$gt_cv_func_dgettext_libintl" = "yes"; then
|
196
|
-
INTLLIBS="-lintl $libintl_extra_libs"
|
243
|
+
INTLLIBS="-lintl $libintl_extra_libs $INTL_MACOSX_LIBS"
|
197
244
|
fi
|
198
245
|
|
199
246
|
if test "$gt_cv_have_gettext" = "yes"; then
|
File without changes
|
File without changes
|
Binary file
|
Binary file
|
@@ -28,13 +28,15 @@ from . import dbustypes
|
|
28
28
|
# ----------------------------------------------------------------------------------------------------
|
29
29
|
|
30
30
|
class CodeGenerator:
|
31
|
-
def __init__(self, ifaces, namespace, interface_prefix, generate_objmanager,
|
31
|
+
def __init__(self, ifaces, namespace, interface_prefix, generate_objmanager,
|
32
|
+
generate_autocleanup, docbook_gen, h, c, header_name):
|
32
33
|
self.docbook_gen = docbook_gen
|
33
34
|
self.generate_objmanager = generate_objmanager
|
34
35
|
self.generate_autocleanup = generate_autocleanup
|
35
36
|
self.ifaces = ifaces
|
36
37
|
self.h = h
|
37
38
|
self.c = c
|
39
|
+
self.header_name = header_name
|
38
40
|
self.namespace = namespace
|
39
41
|
if len(namespace) > 0:
|
40
42
|
if utils.is_ugly_case(namespace):
|
@@ -48,7 +50,7 @@ class CodeGenerator:
|
|
48
50
|
self.ns_upper = ''
|
49
51
|
self.ns_lower = ''
|
50
52
|
self.interface_prefix = interface_prefix
|
51
|
-
self.header_guard =
|
53
|
+
self.header_guard = header_name.upper().replace('.', '_').replace('-', '_').replace('/', '_')
|
52
54
|
|
53
55
|
# ----------------------------------------------------------------------------------------------------
|
54
56
|
|
@@ -67,7 +69,7 @@ class CodeGenerator:
|
|
67
69
|
'#include "%s"\n'
|
68
70
|
'\n'
|
69
71
|
'#include <string.h>\n'
|
70
|
-
%(self.
|
72
|
+
%(self.header_name))
|
71
73
|
|
72
74
|
self.c.write('#ifdef G_OS_UNIX\n'
|
73
75
|
'# include <gio/gunixfdlist.h>\n'
|
@@ -1710,8 +1712,8 @@ class CodeGenerator:
|
|
1710
1712
|
' GVariantIter iter;\n'
|
1711
1713
|
' GVariant *child;\n'
|
1712
1714
|
' GValue *paramv;\n'
|
1713
|
-
'
|
1714
|
-
'
|
1715
|
+
' gsize num_params;\n'
|
1716
|
+
' gsize n;\n'
|
1715
1717
|
' guint signal_id;\n');
|
1716
1718
|
# Note: info could be NULL if we are talking to a newer version of the interface
|
1717
1719
|
self.c.write(' info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_%s_interface_info.parent_struct, signal_name);\n'
|
@@ -2130,9 +2132,9 @@ class CodeGenerator:
|
|
2130
2132
|
' GVariantIter iter;\n'
|
2131
2133
|
' GVariant *child;\n'
|
2132
2134
|
' GValue *paramv;\n'
|
2133
|
-
'
|
2135
|
+
' gsize num_params;\n'
|
2134
2136
|
' guint num_extra;\n'
|
2135
|
-
'
|
2137
|
+
' gsize n;\n'
|
2136
2138
|
' guint signal_id;\n'
|
2137
2139
|
' GValue return_value = G_VALUE_INIT;\n'
|
2138
2140
|
%(i.name_lower, i.camel_name, i.ns_upper, i.name_upper))
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -21,6 +21,7 @@
|
|
21
21
|
|
22
22
|
import sys
|
23
23
|
import optparse
|
24
|
+
from os import path
|
24
25
|
|
25
26
|
from . import config
|
26
27
|
from . import utils
|
@@ -162,6 +163,8 @@ def codegen_main():
|
|
162
163
|
help='Generate Docbook in OUTFILES-org.Project.IFace.xml')
|
163
164
|
arg_parser.add_option('', '--annotate', nargs=3, action='append', metavar='WHAT KEY VALUE',
|
164
165
|
help='Add annotation (may be used several times)')
|
166
|
+
arg_parser.add_option('', '--output-directory', metavar='OUTDIR', default='',
|
167
|
+
help='Location to output generated files')
|
165
168
|
(opts, args) = arg_parser.parse_args();
|
166
169
|
|
167
170
|
all_ifaces = []
|
@@ -185,15 +188,18 @@ def codegen_main():
|
|
185
188
|
|
186
189
|
c_code = opts.generate_c_code
|
187
190
|
if c_code:
|
188
|
-
|
189
|
-
|
191
|
+
outdir = opts.output_directory
|
192
|
+
header_name = c_code + '.h'
|
193
|
+
h = open(path.join(outdir, header_name), 'w')
|
194
|
+
c = open(path.join(outdir, c_code + '.c'), 'w')
|
190
195
|
gen = codegen.CodeGenerator(all_ifaces,
|
191
196
|
opts.c_namespace,
|
192
197
|
opts.interface_prefix,
|
193
198
|
opts.c_generate_object_manager,
|
194
199
|
opts.c_generate_autocleanup,
|
195
200
|
docbook_gen,
|
196
|
-
h, c
|
201
|
+
h, c,
|
202
|
+
header_name)
|
197
203
|
ret = gen.generate()
|
198
204
|
h.close()
|
199
205
|
c.close()
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
File without changes
|
@@ -93,7 +93,7 @@ all-yes: $(CATALOGS)
|
|
93
93
|
all-no:
|
94
94
|
|
95
95
|
$(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES)
|
96
|
-
$(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) \
|
96
|
+
$(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --from-code=UTF-8 \
|
97
97
|
--msgid-bugs-address='http://bugzilla.gnome.org/enter_bug.cgi?product=glib&keywords=I18N+L10N&component=general' \
|
98
98
|
--add-comments --keyword=_ --keyword=N_ \
|
99
99
|
--keyword=C_:1c,2 \
|
@@ -0,0 +1,493 @@
|
|
1
|
+
# GLib Valgrind suppressions file
|
2
|
+
#
|
3
|
+
# This provides a list of suppressions for all of GLib (including GIO), for all
|
4
|
+
# Valgrind tools (memcheck, drd, helgrind, etc.) for the false positives and
|
5
|
+
# deliberate one-time leaks which GLib causes to be reported when running under
|
6
|
+
# Valgrind.
|
7
|
+
#
|
8
|
+
# When running an application which links to GLib under Valgrind, you can pass
|
9
|
+
# this suppression file to Valgrind using --suppressions=/path/to/glib-2.0.supp.
|
10
|
+
#
|
11
|
+
# http://valgrind.org/docs/manual/manual-core.html#manual-core.suppress
|
12
|
+
#
|
13
|
+
# Note that there is currently no way for Valgrind to load this automatically
|
14
|
+
# (https://bugs.kde.org/show_bug.cgi?id=160905), so the best GLib can currently
|
15
|
+
# do is to install this file as part of its development package.
|
16
|
+
#
|
17
|
+
# This file should be updated if GLib introduces a new deliberate one-time leak,
|
18
|
+
# or another false race positive in Valgrind: please file bugs at:
|
19
|
+
#
|
20
|
+
# https://bugzilla.gnome.org/enter_bug.cgi?product=glib
|
21
|
+
|
22
|
+
{
|
23
|
+
gnutls-init-calloc
|
24
|
+
Memcheck:Leak
|
25
|
+
fun:calloc
|
26
|
+
...
|
27
|
+
fun:gtls_gnutls_init
|
28
|
+
}
|
29
|
+
|
30
|
+
{
|
31
|
+
gnutls-init-realloc
|
32
|
+
Memcheck:Leak
|
33
|
+
fun:realloc
|
34
|
+
...
|
35
|
+
fun:gtls_gnutls_init
|
36
|
+
}
|
37
|
+
|
38
|
+
{
|
39
|
+
g-tls-backend-gnutls-init
|
40
|
+
Memcheck:Leak
|
41
|
+
fun:g_once_impl
|
42
|
+
fun:g_tls_backend_gnutls_init
|
43
|
+
}
|
44
|
+
|
45
|
+
{
|
46
|
+
p11-tokens-init
|
47
|
+
Memcheck:Leak
|
48
|
+
fun:calloc
|
49
|
+
...
|
50
|
+
fun:create_tokens_inlock
|
51
|
+
fun:initialize_module_inlock_reentrant
|
52
|
+
}
|
53
|
+
|
54
|
+
{
|
55
|
+
gobject-init-malloc
|
56
|
+
Memcheck:Leak
|
57
|
+
fun:malloc
|
58
|
+
...
|
59
|
+
fun:gobject_init_ctor
|
60
|
+
}
|
61
|
+
|
62
|
+
{
|
63
|
+
gobject-init-realloc
|
64
|
+
Memcheck:Leak
|
65
|
+
fun:realloc
|
66
|
+
...
|
67
|
+
fun:gobject_init_ctor
|
68
|
+
}
|
69
|
+
|
70
|
+
{
|
71
|
+
gobject-init-calloc
|
72
|
+
Memcheck:Leak
|
73
|
+
fun:calloc
|
74
|
+
...
|
75
|
+
fun:gobject_init_ctor
|
76
|
+
}
|
77
|
+
|
78
|
+
{
|
79
|
+
g-type-register-dynamic
|
80
|
+
Memcheck:Leak
|
81
|
+
fun:malloc
|
82
|
+
...
|
83
|
+
fun:g_type_register_dynamic
|
84
|
+
}
|
85
|
+
|
86
|
+
{
|
87
|
+
g-type-register-static
|
88
|
+
Memcheck:Leak
|
89
|
+
fun:malloc
|
90
|
+
...
|
91
|
+
fun:g_type_register_static
|
92
|
+
}
|
93
|
+
|
94
|
+
{
|
95
|
+
g-type-register-static-realloc
|
96
|
+
Memcheck:Leak
|
97
|
+
fun:realloc
|
98
|
+
...
|
99
|
+
fun:g_type_register_static
|
100
|
+
}
|
101
|
+
|
102
|
+
{
|
103
|
+
g-type-register-static-calloc
|
104
|
+
Memcheck:Leak
|
105
|
+
fun:calloc
|
106
|
+
...
|
107
|
+
fun:g_type_register_static
|
108
|
+
}
|
109
|
+
|
110
|
+
{
|
111
|
+
g-type-add-interface-dynamic
|
112
|
+
Memcheck:Leak
|
113
|
+
fun:malloc
|
114
|
+
...
|
115
|
+
fun:g_type_add_interface_dynamic
|
116
|
+
}
|
117
|
+
|
118
|
+
{
|
119
|
+
g-type-add-interface-static
|
120
|
+
Memcheck:Leak
|
121
|
+
fun:malloc
|
122
|
+
...
|
123
|
+
fun:g_type_add_interface_static
|
124
|
+
}
|
125
|
+
|
126
|
+
{
|
127
|
+
g-test-rand-init
|
128
|
+
Memcheck:Leak
|
129
|
+
fun:calloc
|
130
|
+
...
|
131
|
+
fun:g_rand_new_with_seed_array
|
132
|
+
fun:test_run_seed
|
133
|
+
...
|
134
|
+
fun:g_test_run
|
135
|
+
}
|
136
|
+
|
137
|
+
{
|
138
|
+
g-test-rand-init2
|
139
|
+
Memcheck:Leak
|
140
|
+
fun:calloc
|
141
|
+
...
|
142
|
+
fun:g_rand_new_with_seed_array
|
143
|
+
...
|
144
|
+
fun:get_global_random
|
145
|
+
...
|
146
|
+
fun:g_test_init
|
147
|
+
}
|
148
|
+
|
149
|
+
{
|
150
|
+
g-quark-table-new
|
151
|
+
Memcheck:Leak
|
152
|
+
fun:g_hash_table_new
|
153
|
+
...
|
154
|
+
fun:quark_new
|
155
|
+
}
|
156
|
+
|
157
|
+
{
|
158
|
+
g-quark-table-resize
|
159
|
+
Memcheck:Leak
|
160
|
+
fun:g_hash_table_resize
|
161
|
+
...
|
162
|
+
fun:quark_new
|
163
|
+
}
|
164
|
+
|
165
|
+
{
|
166
|
+
g-type-interface-init
|
167
|
+
Memcheck:Leak
|
168
|
+
fun:malloc
|
169
|
+
...
|
170
|
+
fun:type_iface_vtable_base_init_Wm
|
171
|
+
}
|
172
|
+
|
173
|
+
{
|
174
|
+
g-type-class-init
|
175
|
+
Memcheck:Leak
|
176
|
+
fun:calloc
|
177
|
+
...
|
178
|
+
fun:type_class_init_Wm
|
179
|
+
}
|
180
|
+
|
181
|
+
{
|
182
|
+
g-io-module-default-singleton-malloc
|
183
|
+
Memcheck:Leak
|
184
|
+
fun:malloc
|
185
|
+
...
|
186
|
+
fun:g_type_create_instance
|
187
|
+
...
|
188
|
+
fun:_g_io_module_get_default
|
189
|
+
}
|
190
|
+
|
191
|
+
{
|
192
|
+
g-io-module-default-singleton-module
|
193
|
+
Memcheck:Leak
|
194
|
+
fun:calloc
|
195
|
+
...
|
196
|
+
fun:g_module_open
|
197
|
+
...
|
198
|
+
fun:_g_io_module_get_default
|
199
|
+
}
|
200
|
+
|
201
|
+
{
|
202
|
+
g-get-language-names
|
203
|
+
Memcheck:Leak
|
204
|
+
fun:malloc
|
205
|
+
...
|
206
|
+
fun:g_get_language_names
|
207
|
+
}
|
208
|
+
|
209
|
+
{
|
210
|
+
g-static-mutex
|
211
|
+
Memcheck:Leak
|
212
|
+
fun:malloc
|
213
|
+
...
|
214
|
+
fun:g_static_mutex_get_mutex_impl
|
215
|
+
}
|
216
|
+
|
217
|
+
{
|
218
|
+
g-system-thread-init
|
219
|
+
Memcheck:Leak
|
220
|
+
fun:calloc
|
221
|
+
...
|
222
|
+
fun:g_system_thread_new
|
223
|
+
}
|
224
|
+
|
225
|
+
{
|
226
|
+
g-io-module-default-proxy-resolver-gnome
|
227
|
+
Memcheck:Leak
|
228
|
+
fun:calloc
|
229
|
+
...
|
230
|
+
fun:g_proxy_resolver_gnome_init
|
231
|
+
...
|
232
|
+
fun:_g_io_module_get_default
|
233
|
+
}
|
234
|
+
|
235
|
+
{
|
236
|
+
g-private-get
|
237
|
+
drd:ConflictingAccess
|
238
|
+
fun:g_private_get
|
239
|
+
}
|
240
|
+
{
|
241
|
+
g-private-get-helgrind
|
242
|
+
Helgrind:Race
|
243
|
+
fun:g_private_get
|
244
|
+
}
|
245
|
+
|
246
|
+
|
247
|
+
{
|
248
|
+
g-private-set
|
249
|
+
drd:ConflictingAccess
|
250
|
+
fun:g_private_set
|
251
|
+
}
|
252
|
+
{
|
253
|
+
g-private-set-helgrind
|
254
|
+
Helgrind:Race
|
255
|
+
fun:g_private_set
|
256
|
+
}
|
257
|
+
|
258
|
+
{
|
259
|
+
g-type-construct-free
|
260
|
+
drd:ConflictingAccess
|
261
|
+
fun:g_type_free_instance
|
262
|
+
}
|
263
|
+
{
|
264
|
+
g-type-construct-free-helgrind
|
265
|
+
Helgrind:Race
|
266
|
+
fun:g_type_free_instance
|
267
|
+
}
|
268
|
+
|
269
|
+
{
|
270
|
+
g-variant-unref
|
271
|
+
drd:ConflictingAccess
|
272
|
+
fun:g_variant_unref
|
273
|
+
}
|
274
|
+
{
|
275
|
+
g-variant-unref-helgrind
|
276
|
+
Helgrind:Race
|
277
|
+
fun:g_variant_unref
|
278
|
+
}
|
279
|
+
|
280
|
+
{
|
281
|
+
g-unix-signals-main
|
282
|
+
drd:ConflictingAccess
|
283
|
+
fun:_g_main_create_unix_signal_watch
|
284
|
+
}
|
285
|
+
{
|
286
|
+
g-unix-signals-dispatch
|
287
|
+
drd:ConflictingAccess
|
288
|
+
...
|
289
|
+
fun:dispatch_unix_signals*
|
290
|
+
}
|
291
|
+
{
|
292
|
+
g-unix-signals-dispatch-helgrind
|
293
|
+
Helgrind:Race
|
294
|
+
...
|
295
|
+
fun:dispatch_unix_signals*
|
296
|
+
}
|
297
|
+
{
|
298
|
+
g-unix-signals-other
|
299
|
+
drd:ConflictingAccess
|
300
|
+
fun:g_unix_signal_watch*
|
301
|
+
}
|
302
|
+
{
|
303
|
+
g-unix-signals-other-helgrind
|
304
|
+
Helgrind:Race
|
305
|
+
fun:g_unix_signal_watch*
|
306
|
+
}
|
307
|
+
{
|
308
|
+
g-unix-signals-handler
|
309
|
+
drd:ConflictingAccess
|
310
|
+
fun:g_unix_signal_handler*
|
311
|
+
}
|
312
|
+
{
|
313
|
+
g-unix-signals-handler-helgrind
|
314
|
+
Helgrind:Race
|
315
|
+
fun:g_unix_signal_handler*
|
316
|
+
}
|
317
|
+
{
|
318
|
+
g-unix-signals-worker
|
319
|
+
drd:ConflictingAccess
|
320
|
+
fun:glib_worker_main
|
321
|
+
}
|
322
|
+
{
|
323
|
+
g-unix-signals-worker-helgrind
|
324
|
+
Helgrind:Race
|
325
|
+
fun:glib_worker_main
|
326
|
+
}
|
327
|
+
|
328
|
+
{
|
329
|
+
g-wakeup-acknowledge
|
330
|
+
drd:ConflictingAccess
|
331
|
+
fun:read
|
332
|
+
fun:g_wakeup_acknowledge
|
333
|
+
}
|
334
|
+
|
335
|
+
{
|
336
|
+
g-type-fundamental
|
337
|
+
drd:ConflictingAccess
|
338
|
+
fun:g_type_fundamental
|
339
|
+
}
|
340
|
+
{
|
341
|
+
g-type-fundamental-helgrind
|
342
|
+
Helgrind:Race
|
343
|
+
fun:g_type_fundamental
|
344
|
+
}
|
345
|
+
{
|
346
|
+
g-type-class-peek-static
|
347
|
+
drd:ConflictingAccess
|
348
|
+
fun:g_type_class_peek_static
|
349
|
+
}
|
350
|
+
{
|
351
|
+
g-type-class-peek-static-helgrind
|
352
|
+
Helgrind:Race
|
353
|
+
fun:g_type_class_peek_static
|
354
|
+
}
|
355
|
+
{
|
356
|
+
g-type-is-a
|
357
|
+
drd:ConflictingAccess
|
358
|
+
...
|
359
|
+
fun:g_type_is_a
|
360
|
+
}
|
361
|
+
{
|
362
|
+
g-type-is-a-helgrind
|
363
|
+
Helgrind:Race
|
364
|
+
...
|
365
|
+
fun:g_type_is_a
|
366
|
+
}
|
367
|
+
|
368
|
+
{
|
369
|
+
g-inet-address-get-type
|
370
|
+
drd:ConflictingAccess
|
371
|
+
fun:g_inet_address_get_type
|
372
|
+
}
|
373
|
+
{
|
374
|
+
g-inet-address-get-type-helgrind
|
375
|
+
Helgrind:Race
|
376
|
+
fun:g_inet_address_get_type
|
377
|
+
}
|
378
|
+
|
379
|
+
# From: https://github.com/fredericgermain/valgrind/blob/master/glibc-2.X-drd.supp
|
380
|
+
{
|
381
|
+
drd-libc-stdio
|
382
|
+
drd:ConflictingAccess
|
383
|
+
obj:*/lib*/libc-*
|
384
|
+
}
|
385
|
+
{
|
386
|
+
drd-libc-recv
|
387
|
+
drd:ConflictingAccess
|
388
|
+
fun:recv
|
389
|
+
}
|
390
|
+
{
|
391
|
+
drd-libc-send
|
392
|
+
drd:ConflictingAccess
|
393
|
+
fun:send
|
394
|
+
}
|
395
|
+
|
396
|
+
# GSources do an opportunistic ref count check
|
397
|
+
{
|
398
|
+
g-source-set-ready-time
|
399
|
+
drd:ConflictingAccess
|
400
|
+
fun:g_source_set_ready_time
|
401
|
+
}
|
402
|
+
{
|
403
|
+
g-source-set-ready-time-helgrind
|
404
|
+
Helgrind:Race
|
405
|
+
fun:g_source_set_ready_time
|
406
|
+
}
|
407
|
+
|
408
|
+
{
|
409
|
+
g-source-iter-next
|
410
|
+
Helgrind:Race
|
411
|
+
fun:g_source_iter_next
|
412
|
+
fun:g_main_context_*
|
413
|
+
fun:g_main_context_iterate
|
414
|
+
}
|
415
|
+
|
416
|
+
{
|
417
|
+
g-object-instance-private
|
418
|
+
drd:ConflictingAccess
|
419
|
+
fun:*_get_instance_private
|
420
|
+
}
|
421
|
+
{
|
422
|
+
g-object-instance-private-helgrind
|
423
|
+
Helgrind:Race
|
424
|
+
fun:*_get_instance_private
|
425
|
+
}
|
426
|
+
|
427
|
+
# GLib legitimately calls pthread_cond_signal without a mutex held
|
428
|
+
{
|
429
|
+
g-task-thread-complete
|
430
|
+
drd:CondErr
|
431
|
+
...
|
432
|
+
fun:g_cond_signal
|
433
|
+
fun:g_task_thread_complete
|
434
|
+
}
|
435
|
+
{
|
436
|
+
g-task-thread-complete
|
437
|
+
Helgrind:Misc
|
438
|
+
...
|
439
|
+
fun:g_cond_signal
|
440
|
+
fun:g_task_thread_complete
|
441
|
+
}
|
442
|
+
|
443
|
+
# False positive, but I can't explain how (FIXME)
|
444
|
+
{
|
445
|
+
g-task-cond
|
446
|
+
Helgrind:Misc
|
447
|
+
...
|
448
|
+
fun:g_cond_clear
|
449
|
+
fun:g_task_finalize
|
450
|
+
}
|
451
|
+
|
452
|
+
# Real race, but is_cancelled() is an opportunistic function anyway
|
453
|
+
{
|
454
|
+
g-cancellable-is-cancelled
|
455
|
+
Helgrind:Race
|
456
|
+
fun:g_cancellable_is_cancelled
|
457
|
+
}
|
458
|
+
|
459
|
+
# False positive
|
460
|
+
{
|
461
|
+
g-main-context-cond
|
462
|
+
Helgrind:Misc
|
463
|
+
...
|
464
|
+
fun:g_cond_clear
|
465
|
+
fun:g_main_context_unref
|
466
|
+
}
|
467
|
+
|
468
|
+
# False positives
|
469
|
+
{
|
470
|
+
g-source-unlocked
|
471
|
+
Helgrind:Race
|
472
|
+
fun:g_source_*_unlocked
|
473
|
+
}
|
474
|
+
{
|
475
|
+
g-source-internal
|
476
|
+
Helgrind:Race
|
477
|
+
fun:g_source_*_internal
|
478
|
+
}
|
479
|
+
|
480
|
+
# False positive
|
481
|
+
{
|
482
|
+
g_object_real_dispose
|
483
|
+
Helgrind:Race
|
484
|
+
fun:g_object_real_dispose
|
485
|
+
}
|
486
|
+
|
487
|
+
# False positive
|
488
|
+
{
|
489
|
+
g_object_new_valist
|
490
|
+
Helgrind:Race
|
491
|
+
...
|
492
|
+
fun:g_object_new_valist
|
493
|
+
}
|