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
@@ -1,156 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Index of new symbols in 2.8: GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
|
-
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
|
-
<link rel="up" href="index.html" title="GLib Reference Manual">
|
9
|
-
<link rel="prev" href="api-index-2-6.html" title="Index of new symbols in 2.6">
|
10
|
-
<link rel="next" href="api-index-2-10.html" title="Index of new symbols in 2.10">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
|
-
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
-
</head>
|
14
|
-
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
-
<td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxA">A</a>
|
17
|
-
<span class="dim">|</span>
|
18
|
-
<a class="shortcut" href="#idxB">B</a>
|
19
|
-
<span class="dim">|</span>
|
20
|
-
<a class="shortcut" href="#idxC">C</a>
|
21
|
-
<span class="dim">|</span>
|
22
|
-
<a class="shortcut" href="#idxD">D</a>
|
23
|
-
<span class="dim">|</span>
|
24
|
-
<a class="shortcut" href="#idxF">F</a>
|
25
|
-
<span class="dim">|</span>
|
26
|
-
<a class="shortcut" href="#idxG">G</a>
|
27
|
-
<span class="dim">|</span>
|
28
|
-
<a class="shortcut" href="#idxL">L</a>
|
29
|
-
<span class="dim">|</span>
|
30
|
-
<a class="shortcut" href="#idxM">M</a>
|
31
|
-
<span class="dim">|</span>
|
32
|
-
<a class="shortcut" href="#idxT">T</a>
|
33
|
-
<span class="dim">|</span>
|
34
|
-
<a class="shortcut" href="#idxU">U</a>
|
35
|
-
<span class="dim">|</span>
|
36
|
-
<a class="shortcut" href="#idxW">W</a></span></td>
|
37
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
38
|
-
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
39
|
-
<td><a accesskey="p" href="api-index-2-6.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
40
|
-
<td><a accesskey="n" href="api-index-2-10.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
41
|
-
</tr></table>
|
42
|
-
<div class="index">
|
43
|
-
<div class="titlepage"><div><div><h1 class="title">
|
44
|
-
<a name="api-index-2-8"></a>Index of new symbols in 2.8</h1></div></div></div>
|
45
|
-
<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
|
46
|
-
<dt>
|
47
|
-
<a class="link" href="glib-File-Utilities.html#g-access" title="g_access ()">g_access</a>, function in <a class="link" href="glib-File-Utilities.html" title="File Utilities">File Utilities</a>
|
48
|
-
</dt>
|
49
|
-
<dd></dd>
|
50
|
-
<a name="idxB"></a><h3 class="title">B</h3>
|
51
|
-
<dt>
|
52
|
-
<a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-build-filenamev" title="g_build_filenamev ()">g_build_filenamev</a>, function in <a class="link" href="glib-Miscellaneous-Utility-Functions.html" title="Miscellaneous Utility Functions">Miscellaneous Utility Functions</a>
|
53
|
-
</dt>
|
54
|
-
<dd></dd>
|
55
|
-
<dt>
|
56
|
-
<a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-build-pathv" title="g_build_pathv ()">g_build_pathv</a>, function in <a class="link" href="glib-Miscellaneous-Utility-Functions.html" title="Miscellaneous Utility Functions">Miscellaneous Utility Functions</a>
|
57
|
-
</dt>
|
58
|
-
<dd></dd>
|
59
|
-
<a name="idxC"></a><h3 class="title">C</h3>
|
60
|
-
<dt>
|
61
|
-
<a class="link" href="glib-File-Utilities.html#g-chdir" title="g_chdir ()">g_chdir</a>, function in <a class="link" href="glib-File-Utilities.html" title="File Utilities">File Utilities</a>
|
62
|
-
</dt>
|
63
|
-
<dd></dd>
|
64
|
-
<dt>
|
65
|
-
<a class="link" href="glib-File-Utilities.html#g-chmod" title="g_chmod ()">g_chmod</a>, function in <a class="link" href="glib-File-Utilities.html" title="File Utilities">File Utilities</a>
|
66
|
-
</dt>
|
67
|
-
<dd></dd>
|
68
|
-
<dt>
|
69
|
-
<a class="link" href="glib-File-Utilities.html#g-creat" title="g_creat ()">g_creat</a>, function in <a class="link" href="glib-File-Utilities.html" title="File Utilities">File Utilities</a>
|
70
|
-
</dt>
|
71
|
-
<dd></dd>
|
72
|
-
<a name="idxD"></a><h3 class="title">D</h3>
|
73
|
-
<dt>
|
74
|
-
<a class="link" href="glib-Keyed-Data-Lists.html#g-datalist-get-flags" title="g_datalist_get_flags ()">g_datalist_get_flags</a>, function in <a class="link" href="glib-Keyed-Data-Lists.html" title="Keyed Data Lists">Keyed Data Lists</a>
|
75
|
-
</dt>
|
76
|
-
<dd></dd>
|
77
|
-
<dt>
|
78
|
-
<a class="link" href="glib-Keyed-Data-Lists.html#g-datalist-set-flags" title="g_datalist_set_flags ()">g_datalist_set_flags</a>, function in <a class="link" href="glib-Keyed-Data-Lists.html" title="Keyed Data Lists">Keyed Data Lists</a>
|
79
|
-
</dt>
|
80
|
-
<dd></dd>
|
81
|
-
<dt>
|
82
|
-
<a class="link" href="glib-Keyed-Data-Lists.html#g-datalist-unset-flags" title="g_datalist_unset_flags ()">g_datalist_unset_flags</a>, function in <a class="link" href="glib-Keyed-Data-Lists.html" title="Keyed Data Lists">Keyed Data Lists</a>
|
83
|
-
</dt>
|
84
|
-
<dd></dd>
|
85
|
-
<a name="idxF"></a><h3 class="title">F</h3>
|
86
|
-
<dt>
|
87
|
-
<a class="link" href="glib-File-Utilities.html#g-file-set-contents" title="g_file_set_contents ()">g_file_set_contents</a>, function in <a class="link" href="glib-File-Utilities.html" title="File Utilities">File Utilities</a>
|
88
|
-
</dt>
|
89
|
-
<dd></dd>
|
90
|
-
<a name="idxG"></a><h3 class="title">G</h3>
|
91
|
-
<dt>
|
92
|
-
<a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-get-host-name" title="g_get_host_name ()">g_get_host_name</a>, function in <a class="link" href="glib-Miscellaneous-Utility-Functions.html" title="Miscellaneous Utility Functions">Miscellaneous Utility Functions</a>
|
93
|
-
</dt>
|
94
|
-
<dd></dd>
|
95
|
-
<dt>
|
96
|
-
<a class="link" href="glib-Miscellaneous-Macros.html#G-GNUC-NULL-TERMINATED:CAPS" title="G_GNUC_NULL_TERMINATED">G_GNUC_NULL_TERMINATED</a>, macro in <a class="link" href="glib-Miscellaneous-Macros.html" title="Miscellaneous Macros">Miscellaneous Macros</a>
|
97
|
-
</dt>
|
98
|
-
<dd></dd>
|
99
|
-
<a name="idxL"></a><h3 class="title">L</h3>
|
100
|
-
<dt>
|
101
|
-
<a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-listenv" title="g_listenv ()">g_listenv</a>, function in <a class="link" href="glib-Miscellaneous-Utility-Functions.html" title="Miscellaneous Utility Functions">Miscellaneous Utility Functions</a>
|
102
|
-
</dt>
|
103
|
-
<dd></dd>
|
104
|
-
<a name="idxM"></a><h3 class="title">M</h3>
|
105
|
-
<dt>
|
106
|
-
<a class="link" href="glib-File-Utilities.html#g-mapped-file-free" title="g_mapped_file_free ()">g_mapped_file_free</a>, function in <a class="link" href="glib-File-Utilities.html" title="File Utilities">File Utilities</a>
|
107
|
-
</dt>
|
108
|
-
<dd></dd>
|
109
|
-
<dt>
|
110
|
-
<a class="link" href="glib-File-Utilities.html#g-mapped-file-get-contents" title="g_mapped_file_get_contents ()">g_mapped_file_get_contents</a>, function in <a class="link" href="glib-File-Utilities.html" title="File Utilities">File Utilities</a>
|
111
|
-
</dt>
|
112
|
-
<dd></dd>
|
113
|
-
<dt>
|
114
|
-
<a class="link" href="glib-File-Utilities.html#g-mapped-file-get-length" title="g_mapped_file_get_length ()">g_mapped_file_get_length</a>, function in <a class="link" href="glib-File-Utilities.html" title="File Utilities">File Utilities</a>
|
115
|
-
</dt>
|
116
|
-
<dd></dd>
|
117
|
-
<dt>
|
118
|
-
<a class="link" href="glib-File-Utilities.html#g-mapped-file-new" title="g_mapped_file_new ()">g_mapped_file_new</a>, function in <a class="link" href="glib-File-Utilities.html" title="File Utilities">File Utilities</a>
|
119
|
-
</dt>
|
120
|
-
<dd></dd>
|
121
|
-
<dt>
|
122
|
-
<a class="link" href="glib-File-Utilities.html#g-mkdir-with-parents" title="g_mkdir_with_parents ()">g_mkdir_with_parents</a>, function in <a class="link" href="glib-File-Utilities.html" title="File Utilities">File Utilities</a>
|
123
|
-
</dt>
|
124
|
-
<dd></dd>
|
125
|
-
<a name="idxT"></a><h3 class="title">T</h3>
|
126
|
-
<dt>
|
127
|
-
<a class="link" href="glib-Memory-Allocation.html#g-try-malloc0" title="g_try_malloc0 ()">g_try_malloc0</a>, function in <a class="link" href="glib-Memory-Allocation.html" title="Memory Allocation">Memory Allocation</a>
|
128
|
-
</dt>
|
129
|
-
<dd></dd>
|
130
|
-
<dt>
|
131
|
-
<a class="link" href="glib-Memory-Allocation.html#g-try-new" title="g_try_new()">g_try_new</a>, macro in <a class="link" href="glib-Memory-Allocation.html" title="Memory Allocation">Memory Allocation</a>
|
132
|
-
</dt>
|
133
|
-
<dd></dd>
|
134
|
-
<dt>
|
135
|
-
<a class="link" href="glib-Memory-Allocation.html#g-try-new0" title="g_try_new0()">g_try_new0</a>, macro in <a class="link" href="glib-Memory-Allocation.html" title="Memory Allocation">Memory Allocation</a>
|
136
|
-
</dt>
|
137
|
-
<dd></dd>
|
138
|
-
<dt>
|
139
|
-
<a class="link" href="glib-Memory-Allocation.html#g-try-renew" title="g_try_renew()">g_try_renew</a>, macro in <a class="link" href="glib-Memory-Allocation.html" title="Memory Allocation">Memory Allocation</a>
|
140
|
-
</dt>
|
141
|
-
<dd></dd>
|
142
|
-
<a name="idxU"></a><h3 class="title">U</h3>
|
143
|
-
<dt>
|
144
|
-
<a class="link" href="glib-Unicode-Manipulation.html#g-utf8-collate-key-for-filename" title="g_utf8_collate_key_for_filename ()">g_utf8_collate_key_for_filename</a>, function in <a class="link" href="glib-Unicode-Manipulation.html" title="Unicode Manipulation">Unicode Manipulation</a>
|
145
|
-
</dt>
|
146
|
-
<dd></dd>
|
147
|
-
<a name="idxW"></a><h3 class="title">W</h3>
|
148
|
-
<dt>
|
149
|
-
<a class="link" href="glib-Windows-Compatibility-Functions.html#g-win32-locale-filename-from-utf8" title="g_win32_locale_filename_from_utf8 ()">g_win32_locale_filename_from_utf8</a>, function in <a class="link" href="glib-Windows-Compatibility-Functions.html" title="Windows Compatibility Functions">Windows Compatibility Functions</a>
|
150
|
-
</dt>
|
151
|
-
<dd></dd>
|
152
|
-
</div>
|
153
|
-
<div class="footer">
|
154
|
-
<hr>Generated by GTK-Doc V1.25.1</div>
|
155
|
-
</body>
|
156
|
-
</html>
|
@@ -1,645 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Index of deprecated symbols: GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
|
-
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
|
-
<link rel="up" href="index.html" title="GLib Reference Manual">
|
9
|
-
<link rel="prev" href="api-index-full.html" title="Index">
|
10
|
-
<link rel="next" href="api-index-2-2.html" title="Index of new symbols in 2.2">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
|
-
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
-
</head>
|
14
|
-
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
-
<td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxA">A</a>
|
17
|
-
<span class="dim">|</span>
|
18
|
-
<a class="shortcut" href="#idxB">B</a>
|
19
|
-
<span class="dim">|</span>
|
20
|
-
<a class="shortcut" href="#idxC">C</a>
|
21
|
-
<span class="dim">|</span>
|
22
|
-
<a class="shortcut" href="#idxD">D</a>
|
23
|
-
<span class="dim">|</span>
|
24
|
-
<a class="shortcut" href="#idxF">F</a>
|
25
|
-
<span class="dim">|</span>
|
26
|
-
<a class="shortcut" href="#idxG">G</a>
|
27
|
-
<span class="dim">|</span>
|
28
|
-
<a class="shortcut" href="#idxH">H</a>
|
29
|
-
<span class="dim">|</span>
|
30
|
-
<a class="shortcut" href="#idxI">I</a>
|
31
|
-
<span class="dim">|</span>
|
32
|
-
<a class="shortcut" href="#idxL">L</a>
|
33
|
-
<span class="dim">|</span>
|
34
|
-
<a class="shortcut" href="#idxM">M</a>
|
35
|
-
<span class="dim">|</span>
|
36
|
-
<a class="shortcut" href="#idxO">O</a>
|
37
|
-
<span class="dim">|</span>
|
38
|
-
<a class="shortcut" href="#idxP">P</a>
|
39
|
-
<span class="dim">|</span>
|
40
|
-
<a class="shortcut" href="#idxR">R</a>
|
41
|
-
<span class="dim">|</span>
|
42
|
-
<a class="shortcut" href="#idxS">S</a>
|
43
|
-
<span class="dim">|</span>
|
44
|
-
<a class="shortcut" href="#idxT">T</a>
|
45
|
-
<span class="dim">|</span>
|
46
|
-
<a class="shortcut" href="#idxU">U</a>
|
47
|
-
<span class="dim">|</span>
|
48
|
-
<a class="shortcut" href="#idxV">V</a>
|
49
|
-
<span class="dim">|</span>
|
50
|
-
<a class="shortcut" href="#idxW">W</a></span></td>
|
51
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
52
|
-
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
53
|
-
<td><a accesskey="p" href="api-index-full.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
54
|
-
<td><a accesskey="n" href="api-index-2-2.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
55
|
-
</tr></table>
|
56
|
-
<div class="index">
|
57
|
-
<div class="titlepage"><div><div><h1 class="title">
|
58
|
-
<a name="api-index-deprecated"></a>Index of deprecated symbols</h1></div></div></div>
|
59
|
-
<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
|
60
|
-
<dt>
|
61
|
-
<a class="link" href="glib-Asynchronous-Queues.html#g-async-queue-ref-unlocked" title="g_async_queue_ref_unlocked ()">g_async_queue_ref_unlocked</a>, function in <a class="link" href="glib-Asynchronous-Queues.html" title="Asynchronous Queues">Asynchronous Queues</a>
|
62
|
-
</dt>
|
63
|
-
<dd></dd>
|
64
|
-
<dt>
|
65
|
-
<a class="link" href="glib-Asynchronous-Queues.html#g-async-queue-timed-pop" title="g_async_queue_timed_pop ()">g_async_queue_timed_pop</a>, function in <a class="link" href="glib-Asynchronous-Queues.html" title="Asynchronous Queues">Asynchronous Queues</a>
|
66
|
-
</dt>
|
67
|
-
<dd></dd>
|
68
|
-
<dt>
|
69
|
-
<a class="link" href="glib-Asynchronous-Queues.html#g-async-queue-timed-pop-unlocked" title="g_async_queue_timed_pop_unlocked ()">g_async_queue_timed_pop_unlocked</a>, function in <a class="link" href="glib-Asynchronous-Queues.html" title="Asynchronous Queues">Asynchronous Queues</a>
|
70
|
-
</dt>
|
71
|
-
<dd></dd>
|
72
|
-
<dt>
|
73
|
-
<a class="link" href="glib-Asynchronous-Queues.html#g-async-queue-unref-and-unlock" title="g_async_queue_unref_and_unlock ()">g_async_queue_unref_and_unlock</a>, function in <a class="link" href="glib-Asynchronous-Queues.html" title="Asynchronous Queues">Asynchronous Queues</a>
|
74
|
-
</dt>
|
75
|
-
<dd></dd>
|
76
|
-
<dt>
|
77
|
-
<a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-atexit" title="g_atexit ()">g_atexit</a>, function in <a class="link" href="glib-Miscellaneous-Utility-Functions.html" title="Miscellaneous Utility Functions">Miscellaneous Utility Functions</a>
|
78
|
-
</dt>
|
79
|
-
<dd></dd>
|
80
|
-
<dt>
|
81
|
-
<a class="link" href="glib-Atomic-Operations.html#g-atomic-int-exchange-and-add" title="g_atomic_int_exchange_and_add ()">g_atomic_int_exchange_and_add</a>, function in <a class="link" href="glib-Atomic-Operations.html" title="Atomic Operations">Atomic Operations</a>
|
82
|
-
</dt>
|
83
|
-
<dd></dd>
|
84
|
-
<a name="idxB"></a><h3 class="title">B</h3>
|
85
|
-
<dt>
|
86
|
-
<a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-basename" title="g_basename ()">g_basename</a>, function in <a class="link" href="glib-Miscellaneous-Utility-Functions.html" title="Miscellaneous Utility Functions">Miscellaneous Utility Functions</a>
|
87
|
-
</dt>
|
88
|
-
<dd></dd>
|
89
|
-
<a name="idxC"></a><h3 class="title">C</h3>
|
90
|
-
<dt>
|
91
|
-
<a class="link" href="glib-Caches.html#GCache" title="GCache">GCache</a>, struct in <a class="link" href="glib-Caches.html" title="Caches">Caches</a>
|
92
|
-
</dt>
|
93
|
-
<dd></dd>
|
94
|
-
<dt>
|
95
|
-
<a class="link" href="glib-Caches.html#GCacheDestroyFunc" title="GCacheDestroyFunc ()">GCacheDestroyFunc</a>, user_function in <a class="link" href="glib-Caches.html" title="Caches">Caches</a>
|
96
|
-
</dt>
|
97
|
-
<dd></dd>
|
98
|
-
<dt>
|
99
|
-
<a class="link" href="glib-Caches.html#GCacheDupFunc" title="GCacheDupFunc ()">GCacheDupFunc</a>, user_function in <a class="link" href="glib-Caches.html" title="Caches">Caches</a>
|
100
|
-
</dt>
|
101
|
-
<dd></dd>
|
102
|
-
<dt>
|
103
|
-
<a class="link" href="glib-Caches.html#GCacheNewFunc" title="GCacheNewFunc ()">GCacheNewFunc</a>, user_function in <a class="link" href="glib-Caches.html" title="Caches">Caches</a>
|
104
|
-
</dt>
|
105
|
-
<dd></dd>
|
106
|
-
<dt>
|
107
|
-
<a class="link" href="glib-Caches.html#g-cache-destroy" title="g_cache_destroy ()">g_cache_destroy</a>, function in <a class="link" href="glib-Caches.html" title="Caches">Caches</a>
|
108
|
-
</dt>
|
109
|
-
<dd></dd>
|
110
|
-
<dt>
|
111
|
-
<a class="link" href="glib-Caches.html#g-cache-insert" title="g_cache_insert ()">g_cache_insert</a>, function in <a class="link" href="glib-Caches.html" title="Caches">Caches</a>
|
112
|
-
</dt>
|
113
|
-
<dd></dd>
|
114
|
-
<dt>
|
115
|
-
<a class="link" href="glib-Caches.html#g-cache-key-foreach" title="g_cache_key_foreach ()">g_cache_key_foreach</a>, function in <a class="link" href="glib-Caches.html" title="Caches">Caches</a>
|
116
|
-
</dt>
|
117
|
-
<dd></dd>
|
118
|
-
<dt>
|
119
|
-
<a class="link" href="glib-Caches.html#g-cache-new" title="g_cache_new ()">g_cache_new</a>, function in <a class="link" href="glib-Caches.html" title="Caches">Caches</a>
|
120
|
-
</dt>
|
121
|
-
<dd></dd>
|
122
|
-
<dt>
|
123
|
-
<a class="link" href="glib-Caches.html#g-cache-remove" title="g_cache_remove ()">g_cache_remove</a>, function in <a class="link" href="glib-Caches.html" title="Caches">Caches</a>
|
124
|
-
</dt>
|
125
|
-
<dd></dd>
|
126
|
-
<dt>
|
127
|
-
<a class="link" href="glib-Caches.html#g-cache-value-foreach" title="g_cache_value_foreach ()">g_cache_value_foreach</a>, function in <a class="link" href="glib-Caches.html" title="Caches">Caches</a>
|
128
|
-
</dt>
|
129
|
-
<dd></dd>
|
130
|
-
<dt>
|
131
|
-
<a class="link" href="glib-Automatic-String-Completion.html#g-completion-add-items" title="g_completion_add_items ()">g_completion_add_items</a>, function in <a class="link" href="glib-Automatic-String-Completion.html" title="Automatic String Completion">Automatic String Completion</a>
|
132
|
-
</dt>
|
133
|
-
<dd></dd>
|
134
|
-
<dt>
|
135
|
-
<a class="link" href="glib-Automatic-String-Completion.html#g-completion-clear-items" title="g_completion_clear_items ()">g_completion_clear_items</a>, function in <a class="link" href="glib-Automatic-String-Completion.html" title="Automatic String Completion">Automatic String Completion</a>
|
136
|
-
</dt>
|
137
|
-
<dd></dd>
|
138
|
-
<dt>
|
139
|
-
<a class="link" href="glib-Automatic-String-Completion.html#g-completion-complete" title="g_completion_complete ()">g_completion_complete</a>, function in <a class="link" href="glib-Automatic-String-Completion.html" title="Automatic String Completion">Automatic String Completion</a>
|
140
|
-
</dt>
|
141
|
-
<dd></dd>
|
142
|
-
<dt>
|
143
|
-
<a class="link" href="glib-Automatic-String-Completion.html#g-completion-complete-utf8" title="g_completion_complete_utf8 ()">g_completion_complete_utf8</a>, function in <a class="link" href="glib-Automatic-String-Completion.html" title="Automatic String Completion">Automatic String Completion</a>
|
144
|
-
</dt>
|
145
|
-
<dd></dd>
|
146
|
-
<dt>
|
147
|
-
<a class="link" href="glib-Automatic-String-Completion.html#g-completion-free" title="g_completion_free ()">g_completion_free</a>, function in <a class="link" href="glib-Automatic-String-Completion.html" title="Automatic String Completion">Automatic String Completion</a>
|
148
|
-
</dt>
|
149
|
-
<dd></dd>
|
150
|
-
<dt>
|
151
|
-
<a class="link" href="glib-Automatic-String-Completion.html#g-completion-new" title="g_completion_new ()">g_completion_new</a>, function in <a class="link" href="glib-Automatic-String-Completion.html" title="Automatic String Completion">Automatic String Completion</a>
|
152
|
-
</dt>
|
153
|
-
<dd></dd>
|
154
|
-
<dt>
|
155
|
-
<a class="link" href="glib-Automatic-String-Completion.html#g-completion-remove-items" title="g_completion_remove_items ()">g_completion_remove_items</a>, function in <a class="link" href="glib-Automatic-String-Completion.html" title="Automatic String Completion">Automatic String Completion</a>
|
156
|
-
</dt>
|
157
|
-
<dd></dd>
|
158
|
-
<dt>
|
159
|
-
<a class="link" href="glib-Automatic-String-Completion.html#g-completion-set-compare" title="g_completion_set_compare ()">g_completion_set_compare</a>, function in <a class="link" href="glib-Automatic-String-Completion.html" title="Automatic String Completion">Automatic String Completion</a>
|
160
|
-
</dt>
|
161
|
-
<dd></dd>
|
162
|
-
<dt>
|
163
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-cond-free" title="g_cond_free ()">g_cond_free</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
164
|
-
</dt>
|
165
|
-
<dd></dd>
|
166
|
-
<dt>
|
167
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-cond-new" title="g_cond_new ()">g_cond_new</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
168
|
-
</dt>
|
169
|
-
<dd></dd>
|
170
|
-
<dt>
|
171
|
-
<a class="link" href="glib-Threads.html#g-cond-timed-wait" title="g_cond_timed_wait ()">g_cond_timed_wait</a>, function in <a class="link" href="glib-Threads.html" title="Threads">Threads</a>
|
172
|
-
</dt>
|
173
|
-
<dd></dd>
|
174
|
-
<dt>
|
175
|
-
<a class="link" href="glib-Standard-Macros.html#G-CONST-RETURN:CAPS" title="G_CONST_RETURN">G_CONST_RETURN</a>, macro in <a class="link" href="glib-Standard-Macros.html" title="Standard Macros">Standard Macros</a>
|
176
|
-
</dt>
|
177
|
-
<dd></dd>
|
178
|
-
<a name="idxD"></a><h3 class="title">D</h3>
|
179
|
-
<dt>
|
180
|
-
<a class="link" href="glib-Date-and-Time-Functions.html#g-date-set-time" title="g_date_set_time ()">g_date_set_time</a>, function in <a class="link" href="glib-Date-and-Time-Functions.html" title="Date and Time Functions">Date and Time Functions</a>
|
181
|
-
</dt>
|
182
|
-
<dd></dd>
|
183
|
-
<dt>
|
184
|
-
<a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-dirname" title="g_dirname">g_dirname</a>, macro in <a class="link" href="glib-Miscellaneous-Utility-Functions.html" title="Miscellaneous Utility Functions">Miscellaneous Utility Functions</a>
|
185
|
-
</dt>
|
186
|
-
<dd></dd>
|
187
|
-
<a name="idxF"></a><h3 class="title">F</h3>
|
188
|
-
<dt>
|
189
|
-
<a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-format-size-for-display" title="g_format_size_for_display ()">g_format_size_for_display</a>, function in <a class="link" href="glib-Miscellaneous-Utility-Functions.html" title="Miscellaneous Utility Functions">Miscellaneous Utility Functions</a>
|
190
|
-
</dt>
|
191
|
-
<dd></dd>
|
192
|
-
<a name="idxG"></a><h3 class="title">G</h3>
|
193
|
-
<dt>
|
194
|
-
<a class="link" href="glib-Miscellaneous-Macros.html#G-GNUC-FUNCTION:CAPS" title="G_GNUC_FUNCTION">G_GNUC_FUNCTION</a>, macro in <a class="link" href="glib-Miscellaneous-Macros.html" title="Miscellaneous Macros">Miscellaneous Macros</a>
|
195
|
-
</dt>
|
196
|
-
<dd></dd>
|
197
|
-
<dt>
|
198
|
-
<a class="link" href="glib-Miscellaneous-Macros.html#G-GNUC-PRETTY-FUNCTION:CAPS" title="G_GNUC_PRETTY_FUNCTION">G_GNUC_PRETTY_FUNCTION</a>, macro in <a class="link" href="glib-Miscellaneous-Macros.html" title="Miscellaneous Macros">Miscellaneous Macros</a>
|
199
|
-
</dt>
|
200
|
-
<dd></dd>
|
201
|
-
<a name="idxH"></a><h3 class="title">H</h3>
|
202
|
-
<dt>
|
203
|
-
<a class="link" href="glib-Hash-Tables.html#g-hash-table-freeze" title="g_hash_table_freeze()">g_hash_table_freeze</a>, macro in <a class="link" href="glib-Hash-Tables.html" title="Hash Tables">Hash Tables</a>
|
204
|
-
</dt>
|
205
|
-
<dd></dd>
|
206
|
-
<dt>
|
207
|
-
<a class="link" href="glib-Hash-Tables.html#g-hash-table-thaw" title="g_hash_table_thaw()">g_hash_table_thaw</a>, macro in <a class="link" href="glib-Hash-Tables.html" title="Hash Tables">Hash Tables</a>
|
208
|
-
</dt>
|
209
|
-
<dd></dd>
|
210
|
-
<a name="idxI"></a><h3 class="title">I</h3>
|
211
|
-
<dt>
|
212
|
-
<a class="link" href="glib-Miscellaneous-Macros.html#G-INLINE-FUNC:CAPS" title="G_INLINE_FUNC">G_INLINE_FUNC</a>, macro in <a class="link" href="glib-Miscellaneous-Macros.html" title="Miscellaneous Macros">Miscellaneous Macros</a>
|
213
|
-
</dt>
|
214
|
-
<dd></dd>
|
215
|
-
<dt>
|
216
|
-
<a class="link" href="glib-IO-Channels.html#g-io-channel-close" title="g_io_channel_close ()">g_io_channel_close</a>, function in <a class="link" href="glib-IO-Channels.html" title="IO Channels">IO Channels</a>
|
217
|
-
</dt>
|
218
|
-
<dd></dd>
|
219
|
-
<dt>
|
220
|
-
<a class="link" href="glib-IO-Channels.html#g-io-channel-read" title="g_io_channel_read ()">g_io_channel_read</a>, function in <a class="link" href="glib-IO-Channels.html" title="IO Channels">IO Channels</a>
|
221
|
-
</dt>
|
222
|
-
<dd></dd>
|
223
|
-
<dt>
|
224
|
-
<a class="link" href="glib-IO-Channels.html#g-io-channel-seek" title="g_io_channel_seek ()">g_io_channel_seek</a>, function in <a class="link" href="glib-IO-Channels.html" title="IO Channels">IO Channels</a>
|
225
|
-
</dt>
|
226
|
-
<dd></dd>
|
227
|
-
<dt>
|
228
|
-
<a class="link" href="glib-IO-Channels.html#g-io-channel-write" title="g_io_channel_write ()">g_io_channel_write</a>, function in <a class="link" href="glib-IO-Channels.html" title="IO Channels">IO Channels</a>
|
229
|
-
</dt>
|
230
|
-
<dd></dd>
|
231
|
-
<a name="idxL"></a><h3 class="title">L</h3>
|
232
|
-
<dt>
|
233
|
-
<a class="link" href="glib-Memory-Allocation.html#glib-mem-profiler-table" title="glib_mem_profiler_table">glib_mem_profiler_table</a>, variable in <a class="link" href="glib-Memory-Allocation.html" title="Memory Allocation">Memory Allocation</a>
|
234
|
-
</dt>
|
235
|
-
<dd></dd>
|
236
|
-
<a name="idxM"></a><h3 class="title">M</h3>
|
237
|
-
<dt>
|
238
|
-
<a class="link" href="glib-The-Main-Event-Loop.html#g-main-destroy" title="g_main_destroy()">g_main_destroy</a>, macro in <a class="link" href="glib-The-Main-Event-Loop.html" title="The Main Event Loop">The Main Event Loop</a>
|
239
|
-
</dt>
|
240
|
-
<dd></dd>
|
241
|
-
<dt>
|
242
|
-
<a class="link" href="glib-The-Main-Event-Loop.html#g-main-is-running" title="g_main_is_running()">g_main_is_running</a>, macro in <a class="link" href="glib-The-Main-Event-Loop.html" title="The Main Event Loop">The Main Event Loop</a>
|
243
|
-
</dt>
|
244
|
-
<dd></dd>
|
245
|
-
<dt>
|
246
|
-
<a class="link" href="glib-The-Main-Event-Loop.html#g-main-iteration" title="g_main_iteration()">g_main_iteration</a>, macro in <a class="link" href="glib-The-Main-Event-Loop.html" title="The Main Event Loop">The Main Event Loop</a>
|
247
|
-
</dt>
|
248
|
-
<dd></dd>
|
249
|
-
<dt>
|
250
|
-
<a class="link" href="glib-The-Main-Event-Loop.html#g-main-new" title="g_main_new()">g_main_new</a>, macro in <a class="link" href="glib-The-Main-Event-Loop.html" title="The Main Event Loop">The Main Event Loop</a>
|
251
|
-
</dt>
|
252
|
-
<dd></dd>
|
253
|
-
<dt>
|
254
|
-
<a class="link" href="glib-The-Main-Event-Loop.html#g-main-pending" title="g_main_pending">g_main_pending</a>, macro in <a class="link" href="glib-The-Main-Event-Loop.html" title="The Main Event Loop">The Main Event Loop</a>
|
255
|
-
</dt>
|
256
|
-
<dd></dd>
|
257
|
-
<dt>
|
258
|
-
<a class="link" href="glib-The-Main-Event-Loop.html#g-main-quit" title="g_main_quit()">g_main_quit</a>, macro in <a class="link" href="glib-The-Main-Event-Loop.html" title="The Main Event Loop">The Main Event Loop</a>
|
259
|
-
</dt>
|
260
|
-
<dd></dd>
|
261
|
-
<dt>
|
262
|
-
<a class="link" href="glib-The-Main-Event-Loop.html#g-main-run" title="g_main_run()">g_main_run</a>, macro in <a class="link" href="glib-The-Main-Event-Loop.html" title="The Main Event Loop">The Main Event Loop</a>
|
263
|
-
</dt>
|
264
|
-
<dd></dd>
|
265
|
-
<dt>
|
266
|
-
<a class="link" href="glib-The-Main-Event-Loop.html#g-main-set-poll-func" title="g_main_set_poll_func()">g_main_set_poll_func</a>, macro in <a class="link" href="glib-The-Main-Event-Loop.html" title="The Main Event Loop">The Main Event Loop</a>
|
267
|
-
</dt>
|
268
|
-
<dd></dd>
|
269
|
-
<dt>
|
270
|
-
<a class="link" href="glib-File-Utilities.html#g-mapped-file-free" title="g_mapped_file_free ()">g_mapped_file_free</a>, function in <a class="link" href="glib-File-Utilities.html" title="File Utilities">File Utilities</a>
|
271
|
-
</dt>
|
272
|
-
<dd></dd>
|
273
|
-
<dt>
|
274
|
-
<a class="link" href="glib-Memory-Allocation.html#g-memmove" title="g_memmove()">g_memmove</a>, macro in <a class="link" href="glib-Memory-Allocation.html" title="Memory Allocation">Memory Allocation</a>
|
275
|
-
</dt>
|
276
|
-
<dd></dd>
|
277
|
-
<dt>
|
278
|
-
<a class="link" href="glib-Memory-Allocation.html#g-mem-is-system-malloc" title="g_mem_is_system_malloc ()">g_mem_is_system_malloc</a>, function in <a class="link" href="glib-Memory-Allocation.html" title="Memory Allocation">Memory Allocation</a>
|
279
|
-
</dt>
|
280
|
-
<dd></dd>
|
281
|
-
<dt>
|
282
|
-
<a class="link" href="glib-Memory-Allocation.html#g-mem-profile" title="g_mem_profile ()">g_mem_profile</a>, function in <a class="link" href="glib-Memory-Allocation.html" title="Memory Allocation">Memory Allocation</a>
|
283
|
-
</dt>
|
284
|
-
<dd></dd>
|
285
|
-
<dt>
|
286
|
-
<a class="link" href="glib-Memory-Allocation.html#g-mem-set-vtable" title="g_mem_set_vtable ()">g_mem_set_vtable</a>, function in <a class="link" href="glib-Memory-Allocation.html" title="Memory Allocation">Memory Allocation</a>
|
287
|
-
</dt>
|
288
|
-
<dd></dd>
|
289
|
-
<dt>
|
290
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-mutex-free" title="g_mutex_free ()">g_mutex_free</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
291
|
-
</dt>
|
292
|
-
<dd></dd>
|
293
|
-
<dt>
|
294
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-mutex-new" title="g_mutex_new ()">g_mutex_new</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
295
|
-
</dt>
|
296
|
-
<dd></dd>
|
297
|
-
<a name="idxO"></a><h3 class="title">O</h3>
|
298
|
-
<dt>
|
299
|
-
<a class="link" href="glib-Commandline-option-parser.html#g-option-group-free" title="g_option_group_free ()">g_option_group_free</a>, function in <a class="link" href="glib-Commandline-option-parser.html" title="Commandline option parser">Commandline option parser</a>
|
300
|
-
</dt>
|
301
|
-
<dd></dd>
|
302
|
-
<a name="idxP"></a><h3 class="title">P</h3>
|
303
|
-
<dt>
|
304
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-private-new" title="g_private_new ()">g_private_new</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
305
|
-
</dt>
|
306
|
-
<dd></dd>
|
307
|
-
<a name="idxR"></a><h3 class="title">R</h3>
|
308
|
-
<dt>
|
309
|
-
<a class="link" href="glib-Relations-and-Tuples.html#g-relation-count" title="g_relation_count ()">g_relation_count</a>, function in <a class="link" href="glib-Relations-and-Tuples.html" title="Relations and Tuples">Relations and Tuples</a>
|
310
|
-
</dt>
|
311
|
-
<dd></dd>
|
312
|
-
<dt>
|
313
|
-
<a class="link" href="glib-Relations-and-Tuples.html#g-relation-delete" title="g_relation_delete ()">g_relation_delete</a>, function in <a class="link" href="glib-Relations-and-Tuples.html" title="Relations and Tuples">Relations and Tuples</a>
|
314
|
-
</dt>
|
315
|
-
<dd></dd>
|
316
|
-
<dt>
|
317
|
-
<a class="link" href="glib-Relations-and-Tuples.html#g-relation-destroy" title="g_relation_destroy ()">g_relation_destroy</a>, function in <a class="link" href="glib-Relations-and-Tuples.html" title="Relations and Tuples">Relations and Tuples</a>
|
318
|
-
</dt>
|
319
|
-
<dd></dd>
|
320
|
-
<dt>
|
321
|
-
<a class="link" href="glib-Relations-and-Tuples.html#g-relation-exists" title="g_relation_exists ()">g_relation_exists</a>, function in <a class="link" href="glib-Relations-and-Tuples.html" title="Relations and Tuples">Relations and Tuples</a>
|
322
|
-
</dt>
|
323
|
-
<dd></dd>
|
324
|
-
<dt>
|
325
|
-
<a class="link" href="glib-Relations-and-Tuples.html#g-relation-index" title="g_relation_index ()">g_relation_index</a>, function in <a class="link" href="glib-Relations-and-Tuples.html" title="Relations and Tuples">Relations and Tuples</a>
|
326
|
-
</dt>
|
327
|
-
<dd></dd>
|
328
|
-
<dt>
|
329
|
-
<a class="link" href="glib-Relations-and-Tuples.html#g-relation-insert" title="g_relation_insert ()">g_relation_insert</a>, function in <a class="link" href="glib-Relations-and-Tuples.html" title="Relations and Tuples">Relations and Tuples</a>
|
330
|
-
</dt>
|
331
|
-
<dd></dd>
|
332
|
-
<dt>
|
333
|
-
<a class="link" href="glib-Relations-and-Tuples.html#g-relation-new" title="g_relation_new ()">g_relation_new</a>, function in <a class="link" href="glib-Relations-and-Tuples.html" title="Relations and Tuples">Relations and Tuples</a>
|
334
|
-
</dt>
|
335
|
-
<dd></dd>
|
336
|
-
<dt>
|
337
|
-
<a class="link" href="glib-Relations-and-Tuples.html#g-relation-print" title="g_relation_print ()">g_relation_print</a>, function in <a class="link" href="glib-Relations-and-Tuples.html" title="Relations and Tuples">Relations and Tuples</a>
|
338
|
-
</dt>
|
339
|
-
<dd></dd>
|
340
|
-
<dt>
|
341
|
-
<a class="link" href="glib-Relations-and-Tuples.html#g-relation-select" title="g_relation_select ()">g_relation_select</a>, function in <a class="link" href="glib-Relations-and-Tuples.html" title="Relations and Tuples">Relations and Tuples</a>
|
342
|
-
</dt>
|
343
|
-
<dd></dd>
|
344
|
-
<a name="idxS"></a><h3 class="title">S</h3>
|
345
|
-
<dt>
|
346
|
-
<a class="link" href="glib-Lexical-Scanner.html#g-scanner-add-symbol" title="g_scanner_add_symbol()">g_scanner_add_symbol</a>, macro in <a class="link" href="glib-Lexical-Scanner.html" title="Lexical Scanner">Lexical Scanner</a>
|
347
|
-
</dt>
|
348
|
-
<dd></dd>
|
349
|
-
<dt>
|
350
|
-
<a class="link" href="glib-Lexical-Scanner.html#g-scanner-foreach-symbol" title="g_scanner_foreach_symbol()">g_scanner_foreach_symbol</a>, macro in <a class="link" href="glib-Lexical-Scanner.html" title="Lexical Scanner">Lexical Scanner</a>
|
351
|
-
</dt>
|
352
|
-
<dd></dd>
|
353
|
-
<dt>
|
354
|
-
<a class="link" href="glib-Lexical-Scanner.html#g-scanner-freeze-symbol-table" title="g_scanner_freeze_symbol_table()">g_scanner_freeze_symbol_table</a>, macro in <a class="link" href="glib-Lexical-Scanner.html" title="Lexical Scanner">Lexical Scanner</a>
|
355
|
-
</dt>
|
356
|
-
<dd></dd>
|
357
|
-
<dt>
|
358
|
-
<a class="link" href="glib-Lexical-Scanner.html#g-scanner-remove-symbol" title="g_scanner_remove_symbol()">g_scanner_remove_symbol</a>, macro in <a class="link" href="glib-Lexical-Scanner.html" title="Lexical Scanner">Lexical Scanner</a>
|
359
|
-
</dt>
|
360
|
-
<dd></dd>
|
361
|
-
<dt>
|
362
|
-
<a class="link" href="glib-Lexical-Scanner.html#g-scanner-thaw-symbol-table" title="g_scanner_thaw_symbol_table()">g_scanner_thaw_symbol_table</a>, macro in <a class="link" href="glib-Lexical-Scanner.html" title="Lexical Scanner">Lexical Scanner</a>
|
363
|
-
</dt>
|
364
|
-
<dd></dd>
|
365
|
-
<dt>
|
366
|
-
<a class="link" href="glib-The-Main-Event-Loop.html#g-source-get-current-time" title="g_source_get_current_time ()">g_source_get_current_time</a>, function in <a class="link" href="glib-The-Main-Event-Loop.html" title="The Main Event Loop">The Main Event Loop</a>
|
367
|
-
</dt>
|
368
|
-
<dd></dd>
|
369
|
-
<dt>
|
370
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#GStaticPrivate" title="struct GStaticPrivate">GStaticPrivate</a>, struct in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
371
|
-
</dt>
|
372
|
-
<dd></dd>
|
373
|
-
<dt>
|
374
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#GStaticRecMutex" title="struct GStaticRecMutex">GStaticRecMutex</a>, struct in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
375
|
-
</dt>
|
376
|
-
<dd></dd>
|
377
|
-
<dt>
|
378
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#GStaticRWLock" title="struct GStaticRWLock">GStaticRWLock</a>, struct in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
379
|
-
</dt>
|
380
|
-
<dd></dd>
|
381
|
-
<dt>
|
382
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-mutex-free" title="g_static_mutex_free ()">g_static_mutex_free</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
383
|
-
</dt>
|
384
|
-
<dd></dd>
|
385
|
-
<dt>
|
386
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-mutex-get-mutex" title="g_static_mutex_get_mutex ()">g_static_mutex_get_mutex</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
387
|
-
</dt>
|
388
|
-
<dd></dd>
|
389
|
-
<dt>
|
390
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#G-STATIC-MUTEX-INIT:CAPS" title="G_STATIC_MUTEX_INIT">G_STATIC_MUTEX_INIT</a>, macro in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
391
|
-
</dt>
|
392
|
-
<dd></dd>
|
393
|
-
<dt>
|
394
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-mutex-init" title="g_static_mutex_init ()">g_static_mutex_init</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
395
|
-
</dt>
|
396
|
-
<dd></dd>
|
397
|
-
<dt>
|
398
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-mutex-lock" title="g_static_mutex_lock ()">g_static_mutex_lock</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
399
|
-
</dt>
|
400
|
-
<dd></dd>
|
401
|
-
<dt>
|
402
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-mutex-trylock" title="g_static_mutex_trylock ()">g_static_mutex_trylock</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
403
|
-
</dt>
|
404
|
-
<dd></dd>
|
405
|
-
<dt>
|
406
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-mutex-unlock" title="g_static_mutex_unlock ()">g_static_mutex_unlock</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
407
|
-
</dt>
|
408
|
-
<dd></dd>
|
409
|
-
<dt>
|
410
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-private-free" title="g_static_private_free ()">g_static_private_free</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
411
|
-
</dt>
|
412
|
-
<dd></dd>
|
413
|
-
<dt>
|
414
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-private-get" title="g_static_private_get ()">g_static_private_get</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
415
|
-
</dt>
|
416
|
-
<dd></dd>
|
417
|
-
<dt>
|
418
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#G-STATIC-PRIVATE-INIT:CAPS" title="G_STATIC_PRIVATE_INIT">G_STATIC_PRIVATE_INIT</a>, macro in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
419
|
-
</dt>
|
420
|
-
<dd></dd>
|
421
|
-
<dt>
|
422
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-private-init" title="g_static_private_init ()">g_static_private_init</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
423
|
-
</dt>
|
424
|
-
<dd></dd>
|
425
|
-
<dt>
|
426
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-private-set" title="g_static_private_set ()">g_static_private_set</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
427
|
-
</dt>
|
428
|
-
<dd></dd>
|
429
|
-
<dt>
|
430
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-rec-mutex-free" title="g_static_rec_mutex_free ()">g_static_rec_mutex_free</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
431
|
-
</dt>
|
432
|
-
<dd></dd>
|
433
|
-
<dt>
|
434
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#G-STATIC-REC-MUTEX-INIT:CAPS" title="G_STATIC_REC_MUTEX_INIT">G_STATIC_REC_MUTEX_INIT</a>, macro in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
435
|
-
</dt>
|
436
|
-
<dd></dd>
|
437
|
-
<dt>
|
438
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-rec-mutex-init" title="g_static_rec_mutex_init ()">g_static_rec_mutex_init</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
439
|
-
</dt>
|
440
|
-
<dd></dd>
|
441
|
-
<dt>
|
442
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-rec-mutex-lock" title="g_static_rec_mutex_lock ()">g_static_rec_mutex_lock</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
443
|
-
</dt>
|
444
|
-
<dd></dd>
|
445
|
-
<dt>
|
446
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-rec-mutex-lock-full" title="g_static_rec_mutex_lock_full ()">g_static_rec_mutex_lock_full</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
447
|
-
</dt>
|
448
|
-
<dd></dd>
|
449
|
-
<dt>
|
450
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-rec-mutex-trylock" title="g_static_rec_mutex_trylock ()">g_static_rec_mutex_trylock</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
451
|
-
</dt>
|
452
|
-
<dd></dd>
|
453
|
-
<dt>
|
454
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-rec-mutex-unlock" title="g_static_rec_mutex_unlock ()">g_static_rec_mutex_unlock</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
455
|
-
</dt>
|
456
|
-
<dd></dd>
|
457
|
-
<dt>
|
458
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-rec-mutex-unlock-full" title="g_static_rec_mutex_unlock_full ()">g_static_rec_mutex_unlock_full</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
459
|
-
</dt>
|
460
|
-
<dd></dd>
|
461
|
-
<dt>
|
462
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-rw-lock-free" title="g_static_rw_lock_free ()">g_static_rw_lock_free</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
463
|
-
</dt>
|
464
|
-
<dd></dd>
|
465
|
-
<dt>
|
466
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#G-STATIC-RW-LOCK-INIT:CAPS" title="G_STATIC_RW_LOCK_INIT">G_STATIC_RW_LOCK_INIT</a>, macro in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
467
|
-
</dt>
|
468
|
-
<dd></dd>
|
469
|
-
<dt>
|
470
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-rw-lock-init" title="g_static_rw_lock_init ()">g_static_rw_lock_init</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
471
|
-
</dt>
|
472
|
-
<dd></dd>
|
473
|
-
<dt>
|
474
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-rw-lock-reader-lock" title="g_static_rw_lock_reader_lock ()">g_static_rw_lock_reader_lock</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
475
|
-
</dt>
|
476
|
-
<dd></dd>
|
477
|
-
<dt>
|
478
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-rw-lock-reader-trylock" title="g_static_rw_lock_reader_trylock ()">g_static_rw_lock_reader_trylock</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
479
|
-
</dt>
|
480
|
-
<dd></dd>
|
481
|
-
<dt>
|
482
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-rw-lock-reader-unlock" title="g_static_rw_lock_reader_unlock ()">g_static_rw_lock_reader_unlock</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
483
|
-
</dt>
|
484
|
-
<dd></dd>
|
485
|
-
<dt>
|
486
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-rw-lock-writer-lock" title="g_static_rw_lock_writer_lock ()">g_static_rw_lock_writer_lock</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
487
|
-
</dt>
|
488
|
-
<dd></dd>
|
489
|
-
<dt>
|
490
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-rw-lock-writer-trylock" title="g_static_rw_lock_writer_trylock ()">g_static_rw_lock_writer_trylock</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
491
|
-
</dt>
|
492
|
-
<dd></dd>
|
493
|
-
<dt>
|
494
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-static-rw-lock-writer-unlock" title="g_static_rw_lock_writer_unlock ()">g_static_rw_lock_writer_unlock</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
495
|
-
</dt>
|
496
|
-
<dd></dd>
|
497
|
-
<dt>
|
498
|
-
<a class="link" href="glib-String-Utility-Functions.html#g-strcasecmp" title="g_strcasecmp ()">g_strcasecmp</a>, function in <a class="link" href="glib-String-Utility-Functions.html" title="String Utility Functions">String Utility Functions</a>
|
499
|
-
</dt>
|
500
|
-
<dd></dd>
|
501
|
-
<dt>
|
502
|
-
<a class="link" href="glib-String-Utility-Functions.html#g-strdown" title="g_strdown ()">g_strdown</a>, function in <a class="link" href="glib-String-Utility-Functions.html" title="String Utility Functions">String Utility Functions</a>
|
503
|
-
</dt>
|
504
|
-
<dd></dd>
|
505
|
-
<dt>
|
506
|
-
<a class="link" href="glib-Strings.html#g-string-down" title="g_string_down ()">g_string_down</a>, function in <a class="link" href="glib-Strings.html" title="Strings">Strings</a>
|
507
|
-
</dt>
|
508
|
-
<dd></dd>
|
509
|
-
<dt>
|
510
|
-
<a class="link" href="glib-Strings.html#g-string-sprintf" title="g_string_sprintf">g_string_sprintf</a>, macro in <a class="link" href="glib-Strings.html" title="Strings">Strings</a>
|
511
|
-
</dt>
|
512
|
-
<dd></dd>
|
513
|
-
<dt>
|
514
|
-
<a class="link" href="glib-Strings.html#g-string-sprintfa" title="g_string_sprintfa">g_string_sprintfa</a>, macro in <a class="link" href="glib-Strings.html" title="Strings">Strings</a>
|
515
|
-
</dt>
|
516
|
-
<dd></dd>
|
517
|
-
<dt>
|
518
|
-
<a class="link" href="glib-Strings.html#g-string-up" title="g_string_up ()">g_string_up</a>, function in <a class="link" href="glib-Strings.html" title="Strings">Strings</a>
|
519
|
-
</dt>
|
520
|
-
<dd></dd>
|
521
|
-
<dt>
|
522
|
-
<a class="link" href="glib-String-Utility-Functions.html#g-strncasecmp" title="g_strncasecmp ()">g_strncasecmp</a>, function in <a class="link" href="glib-String-Utility-Functions.html" title="String Utility Functions">String Utility Functions</a>
|
523
|
-
</dt>
|
524
|
-
<dd></dd>
|
525
|
-
<dt>
|
526
|
-
<a class="link" href="glib-String-Utility-Functions.html#g-strup" title="g_strup ()">g_strup</a>, function in <a class="link" href="glib-String-Utility-Functions.html" title="String Utility Functions">String Utility Functions</a>
|
527
|
-
</dt>
|
528
|
-
<dd></dd>
|
529
|
-
<a name="idxT"></a><h3 class="title">T</h3>
|
530
|
-
<dt>
|
531
|
-
<a class="link" href="glib-Testing.html#GTestTrapFlags" title="enum GTestTrapFlags">GTestTrapFlags</a>, enum in <a class="link" href="glib-Testing.html" title="Testing">Testing</a>
|
532
|
-
</dt>
|
533
|
-
<dd></dd>
|
534
|
-
<dt>
|
535
|
-
<a class="link" href="glib-Testing.html#g-test-trap-fork" title="g_test_trap_fork ()">g_test_trap_fork</a>, function in <a class="link" href="glib-Testing.html" title="Testing">Testing</a>
|
536
|
-
</dt>
|
537
|
-
<dd></dd>
|
538
|
-
<dt>
|
539
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#GThreadPriority" title="enum GThreadPriority">GThreadPriority</a>, enum in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
540
|
-
</dt>
|
541
|
-
<dd></dd>
|
542
|
-
<dt>
|
543
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#G-THREADS-IMPL-POSIX:CAPS" title="G_THREADS_IMPL_POSIX">G_THREADS_IMPL_POSIX</a>, macro in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
544
|
-
</dt>
|
545
|
-
<dd></dd>
|
546
|
-
<dt>
|
547
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#G-THREADS-IMPL-WIN32:CAPS" title="G_THREADS_IMPL_WIN32">G_THREADS_IMPL_WIN32</a>, macro in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
548
|
-
</dt>
|
549
|
-
<dd></dd>
|
550
|
-
<dt>
|
551
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-thread-create" title="g_thread_create ()">g_thread_create</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
552
|
-
</dt>
|
553
|
-
<dd></dd>
|
554
|
-
<dt>
|
555
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-thread-create-full" title="g_thread_create_full ()">g_thread_create_full</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
556
|
-
</dt>
|
557
|
-
<dd></dd>
|
558
|
-
<dt>
|
559
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-thread-foreach" title="g_thread_foreach ()">g_thread_foreach</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
560
|
-
</dt>
|
561
|
-
<dd></dd>
|
562
|
-
<dt>
|
563
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-thread-get-initialized" title="g_thread_get_initialized ()">g_thread_get_initialized</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
564
|
-
</dt>
|
565
|
-
<dd></dd>
|
566
|
-
<dt>
|
567
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-thread-init" title="g_thread_init ()">g_thread_init</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
568
|
-
</dt>
|
569
|
-
<dd></dd>
|
570
|
-
<dt>
|
571
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-thread-set-priority" title="g_thread_set_priority ()">g_thread_set_priority</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
572
|
-
</dt>
|
573
|
-
<dd></dd>
|
574
|
-
<dt>
|
575
|
-
<a class="link" href="glib-Deprecated-Thread-APIs.html#g-thread-supported" title="g_thread_supported ()">g_thread_supported</a>, function in <a class="link" href="glib-Deprecated-Thread-APIs.html" title="Deprecated thread API">Deprecated Thread APIs</a>
|
576
|
-
</dt>
|
577
|
-
<dd></dd>
|
578
|
-
<dt>
|
579
|
-
<a class="link" href="glib-Trash-Stacks.html#GTrashStack" title="struct GTrashStack">GTrashStack</a>, struct in <a class="link" href="glib-Trash-Stacks.html" title="Trash Stacks">Trash Stacks</a>
|
580
|
-
</dt>
|
581
|
-
<dd></dd>
|
582
|
-
<dt>
|
583
|
-
<a class="link" href="glib-Trash-Stacks.html#g-trash-stack-height" title="g_trash_stack_height ()">g_trash_stack_height</a>, function in <a class="link" href="glib-Trash-Stacks.html" title="Trash Stacks">Trash Stacks</a>
|
584
|
-
</dt>
|
585
|
-
<dd></dd>
|
586
|
-
<dt>
|
587
|
-
<a class="link" href="glib-Trash-Stacks.html#g-trash-stack-peek" title="g_trash_stack_peek ()">g_trash_stack_peek</a>, function in <a class="link" href="glib-Trash-Stacks.html" title="Trash Stacks">Trash Stacks</a>
|
588
|
-
</dt>
|
589
|
-
<dd></dd>
|
590
|
-
<dt>
|
591
|
-
<a class="link" href="glib-Trash-Stacks.html#g-trash-stack-pop" title="g_trash_stack_pop ()">g_trash_stack_pop</a>, function in <a class="link" href="glib-Trash-Stacks.html" title="Trash Stacks">Trash Stacks</a>
|
592
|
-
</dt>
|
593
|
-
<dd></dd>
|
594
|
-
<dt>
|
595
|
-
<a class="link" href="glib-Trash-Stacks.html#g-trash-stack-push" title="g_trash_stack_push ()">g_trash_stack_push</a>, function in <a class="link" href="glib-Trash-Stacks.html" title="Trash Stacks">Trash Stacks</a>
|
596
|
-
</dt>
|
597
|
-
<dd></dd>
|
598
|
-
<dt>
|
599
|
-
<a class="link" href="glib-Balanced-Binary-Trees.html#g-tree-traverse" title="g_tree_traverse ()">g_tree_traverse</a>, function in <a class="link" href="glib-Balanced-Binary-Trees.html" title="Balanced Binary Trees">Balanced Binary Trees</a>
|
600
|
-
</dt>
|
601
|
-
<dd></dd>
|
602
|
-
<dt>
|
603
|
-
<a class="link" href="glib-Relations-and-Tuples.html#g-tuples-destroy" title="g_tuples_destroy ()">g_tuples_destroy</a>, function in <a class="link" href="glib-Relations-and-Tuples.html" title="Relations and Tuples">Relations and Tuples</a>
|
604
|
-
</dt>
|
605
|
-
<dd></dd>
|
606
|
-
<dt>
|
607
|
-
<a class="link" href="glib-Relations-and-Tuples.html#g-tuples-index" title="g_tuples_index ()">g_tuples_index</a>, function in <a class="link" href="glib-Relations-and-Tuples.html" title="Relations and Tuples">Relations and Tuples</a>
|
608
|
-
</dt>
|
609
|
-
<dd></dd>
|
610
|
-
<a name="idxU"></a><h3 class="title">U</h3>
|
611
|
-
<dt>
|
612
|
-
<a class="link" href="glib-Unicode-Manipulation.html#g-unicode-canonical-decomposition" title="g_unicode_canonical_decomposition ()">g_unicode_canonical_decomposition</a>, function in <a class="link" href="glib-Unicode-Manipulation.html" title="Unicode Manipulation">Unicode Manipulation</a>
|
613
|
-
</dt>
|
614
|
-
<dd></dd>
|
615
|
-
<dt>
|
616
|
-
<a class="link" href="glib-Unicode-Manipulation.html#G-UNICODE-COMBINING-MARK:CAPS" title="G_UNICODE_COMBINING_MARK">G_UNICODE_COMBINING_MARK</a>, macro in <a class="link" href="glib-Unicode-Manipulation.html" title="Unicode Manipulation">Unicode Manipulation</a>
|
617
|
-
</dt>
|
618
|
-
<dd></dd>
|
619
|
-
<a name="idxV"></a><h3 class="title">V</h3>
|
620
|
-
<dt>
|
621
|
-
<a class="link" href="glib-Miscellaneous-Utility-Functions.html#GVoidFunc" title="GVoidFunc ()">GVoidFunc</a>, user_function in <a class="link" href="glib-Miscellaneous-Utility-Functions.html" title="Miscellaneous Utility Functions">Miscellaneous Utility Functions</a>
|
622
|
-
</dt>
|
623
|
-
<dd></dd>
|
624
|
-
<a name="idxW"></a><h3 class="title">W</h3>
|
625
|
-
<dt>
|
626
|
-
<a class="link" href="glib-Windows-Compatibility-Functions.html#G-WIN32-DLLMAIN-FOR-DLL-NAME:CAPS" title="G_WIN32_DLLMAIN_FOR_DLL_NAME()">G_WIN32_DLLMAIN_FOR_DLL_NAME</a>, macro in <a class="link" href="glib-Windows-Compatibility-Functions.html" title="Windows Compatibility Functions">Windows Compatibility Functions</a>
|
627
|
-
</dt>
|
628
|
-
<dd></dd>
|
629
|
-
<dt>
|
630
|
-
<a class="link" href="glib-Windows-Compatibility-Functions.html#g-win32-get-package-installation-directory" title="g_win32_get_package_installation_directory ()">g_win32_get_package_installation_directory</a>, function in <a class="link" href="glib-Windows-Compatibility-Functions.html" title="Windows Compatibility Functions">Windows Compatibility Functions</a>
|
631
|
-
</dt>
|
632
|
-
<dd></dd>
|
633
|
-
<dt>
|
634
|
-
<a class="link" href="glib-Windows-Compatibility-Functions.html#g-win32-get-package-installation-subdirectory" title="g_win32_get_package_installation_subdirectory ()">g_win32_get_package_installation_subdirectory</a>, function in <a class="link" href="glib-Windows-Compatibility-Functions.html" title="Windows Compatibility Functions">Windows Compatibility Functions</a>
|
635
|
-
</dt>
|
636
|
-
<dd></dd>
|
637
|
-
<dt>
|
638
|
-
<a class="link" href="glib-Windows-Compatibility-Functions.html#g-win32-get-windows-version" title="g_win32_get_windows_version ()">g_win32_get_windows_version</a>, function in <a class="link" href="glib-Windows-Compatibility-Functions.html" title="Windows Compatibility Functions">Windows Compatibility Functions</a>
|
639
|
-
</dt>
|
640
|
-
<dd></dd>
|
641
|
-
</div>
|
642
|
-
<div class="footer">
|
643
|
-
<hr>Generated by GTK-Doc V1.25.1</div>
|
644
|
-
</body>
|
645
|
-
</html>
|