glib2 0.90.5-x86-mingw32 → 0.90.6-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +79 -0
- data/Rakefile +8 -65
- data/ext/glib2/rbglib.h +1 -1
- data/ext/glib2/rbgobj_type.c +1 -1
- data/lib/1.8/glib2.so +0 -0
- data/lib/1.9/glib2.so +0 -0
- data/lib/glib2.rb +2 -2
- data/lib/gnome2-raketask.rb +185 -0
- data/lib/gnome2-win32-binary-downloader.rb +49 -9
- data/lib/mkmf-gnome2.rb +55 -43
- data/test-unit/History.txt +5 -0
- data/test-unit/html/index.html +2 -2
- data/test-unit/html/index.html.ja +2 -2
- data/test-unit/lib/test/unit/assertions.rb +9 -4
- data/test-unit/lib/test/unit/autorunner.rb +13 -1
- data/test-unit/lib/test/unit/testsuite.rb +4 -2
- data/test-unit/lib/test/unit/version.rb +1 -1
- data/test-unit/test/test-testcase.rb +11 -3
- data/test-unit/test/test_assertions.rb +24 -3
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +1 -1
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/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/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/lib/gio-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
- data/vendor/local/lib/gmodule-2.0.lib +0 -0
- data/vendor/local/lib/gobject-2.0.lib +0 -0
- data/vendor/local/lib/gthread-2.0.lib +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.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 +2 -2
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
- data/vendor/local/manifest/{glib-dev_2.26.0-2_win32.mft → glib-dev_2.26.1-1_win32.mft} +4 -4
- data/vendor/local/manifest/{glib_2.26.0-2_win32.mft → glib_2.26.1-1_win32.mft} +2 -2
- data/vendor/local/share/doc/{glib-2.26.0 → glib-2.26.1}/COPYING +0 -0
- data/vendor/local/share/doc/{glib-dev-2.26.0 → glib-dev-2.26.1}/COPYING +0 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +47 -47
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +30 -30
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +81 -81
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +65 -65
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +52 -52
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +29 -29
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +51 -51
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +26 -26
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +46 -46
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +221 -231
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +22 -22
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +157 -157
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +21 -21
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +53 -53
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +48 -48
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +43 -43
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +21 -21
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +22 -22
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +28 -28
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +83 -108
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +33 -33
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +79 -79
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +60 -64
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +36 -40
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +28 -28
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +25 -25
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +26 -26
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +28 -28
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +29 -29
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +40 -40
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +33 -33
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +4 -8
- data/vendor/local/share/gtk-doc/html/gio/async.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +21 -21
- data/vendor/local/share/gtk-doc/html/gio/ch24.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch25.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/ch26.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/ch26s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/ch26s03.html +25 -25
- data/vendor/local/share/gtk-doc/html/gio/ch26s04.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/ch26s05.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/ch26s06.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/ch26s07.html +70 -5
- data/vendor/local/share/gtk-doc/html/gio/ch27.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/ch27s04.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/ch27s05.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/ch27s06.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/extending.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +13 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +44 -44
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +13 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +27 -33
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +13 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +45 -45
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +9 -10
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +9 -10
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/index.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +0 -1
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/networking.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/settings.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/utils.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +10 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +5 -9
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +9 -33
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +53 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +38 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +32 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +36 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +38 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +49 -49
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +40 -40
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +70 -70
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +22 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +42 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +45 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +23 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +83 -83
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +62 -62
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +97 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +31 -31
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +31 -31
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +50 -50
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +112 -118
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +22 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +227 -261
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +91 -107
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +16 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +60 -60
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +66 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +12 -12
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +26 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +72 -72
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +78 -78
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +25 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +51 -51
- data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +37 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +38 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +45 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +64 -109
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +65 -65
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +97 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +80 -80
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +50 -50
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +41 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +34 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +35 -35
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +45 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +16 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +29 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +87 -87
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +27 -27
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +22 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +154 -154
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +93 -93
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +73 -73
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +122 -128
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +25 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +134 -134
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +12 -12
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +14 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +97 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +16 -119
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +25 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +33 -33
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +29 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +83 -83
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +30 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +30 -36
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +30 -36
- data/vendor/local/share/gtk-doc/html/glib/glib.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +44 -44
- data/vendor/local/share/gtk-doc/html/glib/index.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +1 -6
- data/vendor/local/share/gtk-doc/html/glib/tools.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +31 -31
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +22 -22
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +20 -20
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +15 -15
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +23 -23
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +17 -17
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +26 -26
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +74 -74
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +44 -44
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +71 -71
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +36 -36
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +71 -71
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +262 -262
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +97 -97
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +158 -158
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +37 -37
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +13 -13
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +12 -12
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +4 -4
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/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/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/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt/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/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/glib-genmarshal.1 +15 -6
- data/vendor/local/share/man/man1/glib-mkenums.1 +12 -3
- data/vendor/local/share/man/man1/gobject-query.1 +13 -4
- data/vendor/local/src/tml/packaging/{glib_2.26.0-2_win32.log → glib_2.26.1-1_win32.log} +549 -558
- data/vendor/local/src/tml/packaging/{glib_2.26.0-2_win32.sh → glib_2.26.1-1_win32.sh} +2 -2
- metadata +860 -857
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Mailing lists and bug reports</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib.html" title="GLib Overview">
|
9
9
|
<link rel="prev" href="glib-regex-syntax.html" title="Regular expression syntax">
|
10
10
|
<link rel="next" href="glib-fundamentals.html" title="GLib Fundamentals">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.15
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<th width="100%" align="center">GLib Reference Manual</th>
|
20
20
|
<td><a accesskey="n" href="glib-fundamentals.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
|
-
<div class="refentry">
|
22
|
+
<div class="refentry" title="Mailing lists and bug reports">
|
23
23
|
<a name="glib-resources"></a><div class="titlepage"></div>
|
24
24
|
<div class="refnamediv"><table width="100%"><tr>
|
25
25
|
<td valign="top">
|
@@ -30,8 +30,8 @@ Getting help with GLib
|
|
30
30
|
</td>
|
31
31
|
<td valign="top" align="right"></td>
|
32
32
|
</tr></table></div>
|
33
|
-
<div class="refsect1">
|
34
|
-
<a name="
|
33
|
+
<div class="refsect1" title="Filing a bug report or feature request">
|
34
|
+
<a name="id639226"></a><h2>Filing a bug report or feature request</h2>
|
35
35
|
<p>
|
36
36
|
If you encounter a bug, misfeature, or missing feature in GLib, please
|
37
37
|
file a bug report on
|
@@ -52,8 +52,8 @@ not only for bugs. We track all GLib development in Bugzilla, so it's
|
|
52
52
|
the way to be sure the GLib developers won't forget about an issue.
|
53
53
|
</p>
|
54
54
|
</div>
|
55
|
-
<div class="refsect1">
|
56
|
-
<a name="
|
55
|
+
<div class="refsect1" title="Submitting Patches">
|
56
|
+
<a name="id628682"></a><h2>Submitting Patches</h2>
|
57
57
|
<p>
|
58
58
|
If you develop a bugfix or enhancement for GLib, please file that in
|
59
59
|
Bugzilla as well. Bugzilla allows you to attach files; please attach a
|
@@ -69,8 +69,8 @@ But be sure to file the Bugzilla report as well; if the patch is only on the
|
|
69
69
|
list and not in Bugzilla, it's likely to slip through the cracks.
|
70
70
|
</p>
|
71
71
|
</div>
|
72
|
-
<div class="refsect1">
|
73
|
-
<a name="
|
72
|
+
<div class="refsect1" title="Mailing lists">
|
73
|
+
<a name="id635066"></a><h2>Mailing lists</h2>
|
74
74
|
<p>
|
75
75
|
There are several mailing lists dedicated to GTK+ and related
|
76
76
|
libraries. Discussion of GLib generally takes place on these lists.
|
@@ -116,6 +116,6 @@ documentation system (used to document GTK+ and Glib), and for work on the GTK+
|
|
116
116
|
</div>
|
117
117
|
<div class="footer">
|
118
118
|
<hr>
|
119
|
-
Generated by GTK-Doc V1.15
|
119
|
+
Generated by GTK-Doc V1.15</div>
|
120
120
|
</body>
|
121
121
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Running GLib Applications</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib.html" title="GLib Overview">
|
9
9
|
<link rel="prev" href="glib-compiling.html" title="Compiling GLib Applications">
|
10
10
|
<link rel="next" href="glib-changes.html" title="Changes to GLib">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.15
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<th width="100%" align="center">GLib Reference Manual</th>
|
20
20
|
<td><a accesskey="n" href="glib-changes.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
|
-
<div class="refentry">
|
22
|
+
<div class="refentry" title="Running GLib Applications">
|
23
23
|
<a name="glib-running"></a><div class="titlepage"></div>
|
24
24
|
<div class="refnamediv"><table width="100%"><tr>
|
25
25
|
<td valign="top">
|
@@ -30,31 +30,31 @@ How to run and debug your GLib application
|
|
30
30
|
</td>
|
31
31
|
<td valign="top" align="right"></td>
|
32
32
|
</tr></table></div>
|
33
|
-
<div class="refsect1">
|
34
|
-
<a name="
|
35
|
-
<div class="refsect2">
|
36
|
-
<a name="
|
33
|
+
<div class="refsect1" title="Running and debugging GLib Applications">
|
34
|
+
<a name="id616963"></a><h2>Running and debugging GLib Applications</h2>
|
35
|
+
<div class="refsect2" title="Environment variables">
|
36
|
+
<a name="id574130"></a><h3>Environment variables</h3>
|
37
37
|
<p>
|
38
38
|
GLib inspects a few of environment variables in addition to standard
|
39
39
|
variables like <code class="envar">LANG</code>, <code class="envar">PATH</code> or <code class="envar">HOME</code>.
|
40
40
|
</p>
|
41
|
-
<p><a name="G_FILENAME_ENCODING"></a><b><code class="envar">G_FILENAME_ENCODING</code>. </b>
|
41
|
+
<p title="G_FILENAME_ENCODING"><a name="G_FILENAME_ENCODING"></a><b><code class="envar">G_FILENAME_ENCODING</code>. </b>
|
42
42
|
This environment variable can be set to a comma-separated list of character
|
43
43
|
set names. GLib assumes that filenames are encoded in the first character
|
44
44
|
set from that list rather than in UTF-8. The special token "@locale" can be
|
45
45
|
used to specify the character set for the current locale.
|
46
46
|
</p>
|
47
|
-
<p><a name="G_BROKEN_FILENAMES"></a><b><code class="envar">G_BROKEN_FILENAMES</code>. </b>
|
47
|
+
<p title="G_BROKEN_FILENAMES"><a name="G_BROKEN_FILENAMES"></a><b><code class="envar">G_BROKEN_FILENAMES</code>. </b>
|
48
48
|
If this environment variable is set, GLib assumes that filenames are in
|
49
49
|
the locale encoding rather than in UTF-8. G_FILENAME_ENCODING takes
|
50
50
|
priority over G_BROKEN_FILENAMES.
|
51
51
|
</p>
|
52
|
-
<p><a name="G_MESSAGES_PREFIXED"></a><b><code class="envar">G_MESSAGES_PREFIXED</code>. </b>
|
52
|
+
<p title="G_MESSAGES_PREFIXED"><a name="G_MESSAGES_PREFIXED"></a><b><code class="envar">G_MESSAGES_PREFIXED</code>. </b>
|
53
53
|
A list of log levels for which messages should be prefixed by the
|
54
54
|
program name and PID of the application. The default is to prefix
|
55
55
|
everything except <code class="literal">G_LOG_LEVEL_MESSAGE</code> and <code class="literal">G_LOG_LEVEL_INFO</code>.
|
56
56
|
</p>
|
57
|
-
<p><a name="G_DEBUG"></a><b><code class="envar">G_DEBUG</code>. </b>
|
57
|
+
<p title="G_DEBUG"><a name="G_DEBUG"></a><b><code class="envar">G_DEBUG</code>. </b>
|
58
58
|
If GLib has been configured with <code class="option">--enable-debug=yes</code>,
|
59
59
|
this variable can be set to a list of debug options, which cause GLib
|
60
60
|
to print out different types of debugging information.
|
@@ -65,15 +65,15 @@ variables like <code class="envar">LANG</code>, <code class="envar">PATH</code>
|
|
65
65
|
<tr>
|
66
66
|
<td><p><span class="term">fatal_warnings</span></p></td>
|
67
67
|
<td><p>Causes GLib to abort the program at the first call
|
68
|
-
to <a class="link" href="glib-Message-Logging.html#g-warning" title="g_warning
|
69
|
-
<a class="link" href="glib-Message-Logging.html#g-critical" title="g_critical
|
68
|
+
to <a class="link" href="glib-Message-Logging.html#g-warning" title="g_warning()">g_warning</a>() or
|
69
|
+
<a class="link" href="glib-Message-Logging.html#g-critical" title="g_critical()">g_critical</a>(). This option is
|
70
70
|
special in that it doesn't require GLib to be configured with
|
71
71
|
debugging support.</p></td>
|
72
72
|
</tr>
|
73
73
|
<tr>
|
74
74
|
<td><p><span class="term">fatal_criticals</span></p></td>
|
75
75
|
<td><p>Causes GLib to abort the program at the first call
|
76
|
-
to <a class="link" href="glib-Message-Logging.html#g-critical" title="g_critical
|
76
|
+
to <a class="link" href="glib-Message-Logging.html#g-critical" title="g_critical()">g_critical</a>(). This option is
|
77
77
|
special in that it doesn't require GLib to be configured with
|
78
78
|
debugging support.</p></td>
|
79
79
|
</tr>
|
@@ -110,11 +110,11 @@ variables like <code class="envar">LANG</code>, <code class="envar">PATH</code>
|
|
110
110
|
</tr>
|
111
111
|
</tbody>
|
112
112
|
</table></div>
|
113
|
-
<p>
|
113
|
+
<p title="G_DEBUG">
|
114
114
|
The special value all can be used to turn on all debug options.
|
115
115
|
The special value help can be used to print all available options.
|
116
116
|
</p>
|
117
|
-
<p><a name="G_SLICE"></a><b><code class="envar">G_SLICE</code>. </b>
|
117
|
+
<p title="G_SLICE"><a name="G_SLICE"></a><b><code class="envar">G_SLICE</code>. </b>
|
118
118
|
This environment variable allows reconfiguration of the GSlice
|
119
119
|
memory allocator.
|
120
120
|
</p>
|
@@ -165,24 +165,24 @@ variables like <code class="envar">LANG</code>, <code class="envar">PATH</code>
|
|
165
165
|
</tr>
|
166
166
|
</tbody>
|
167
167
|
</table></div>
|
168
|
-
<p>
|
168
|
+
<p title="G_SLICE">
|
169
169
|
The special value all can be used to turn on all options.
|
170
170
|
The special value help can be used to print all available options.
|
171
171
|
</p>
|
172
|
-
<p><a name="G_RANDOM_VERSION"></a><b><code class="envar">G_RANDOM_VERSION</code>. </b>
|
172
|
+
<p title="G_RANDOM_VERSION"><a name="G_RANDOM_VERSION"></a><b><code class="envar">G_RANDOM_VERSION</code>. </b>
|
173
173
|
If this environment variable is set to '2.0', the outdated
|
174
174
|
pseudo-random number seeding and generation algorithms from
|
175
175
|
GLib-2.0 are used instead of the new better ones. Use the GLib-2.0
|
176
176
|
algorithms only if you have sequences of numbers generated with
|
177
177
|
Glib-2.0 that you need to reproduce exactly.
|
178
178
|
</p>
|
179
|
-
<p><a name="LIBCHARSET_ALIAS_DIR"></a><b><code class="envar">LIBCHARSET_ALIAS_DIR</code>. </b>
|
179
|
+
<p title="LIBCHARSET_ALIAS_DIR"><a name="LIBCHARSET_ALIAS_DIR"></a><b><code class="envar">LIBCHARSET_ALIAS_DIR</code>. </b>
|
180
180
|
Allows to specify a nonstandard location for the
|
181
181
|
<code class="filename">charset.aliases</code> file that is used by the
|
182
182
|
character set conversion routines. The default location is the
|
183
183
|
<em class="replaceable"><code>libdir</code></em> specified at compilation time.
|
184
184
|
</p>
|
185
|
-
<p><a name="TZDIR"></a><b><code class="envar">TZDIR</code>. </b>
|
185
|
+
<p title="TZDIR"><a name="TZDIR"></a><b><code class="envar">TZDIR</code>. </b>
|
186
186
|
Allows to specify a nonstandard location for the timezone data files
|
187
187
|
that are used by the #GDateTime API. The default location is under
|
188
188
|
<code class="filename">/usr/share/zoneinfo</code>. For more information,
|
@@ -190,7 +190,7 @@ variables like <code class="envar">LANG</code>, <code class="envar">PATH</code>
|
|
190
190
|
</p>
|
191
191
|
</div>
|
192
192
|
<hr>
|
193
|
-
<div class="refsect2">
|
193
|
+
<div class="refsect2" title="Locale">
|
194
194
|
<a name="setlocale"></a><h3>Locale</h3>
|
195
195
|
<p>
|
196
196
|
A number of interfaces in GLib depend on the current locale in which
|
@@ -214,8 +214,8 @@ returned by functions like <code class="function">strftime()</code>.
|
|
214
214
|
</p>
|
215
215
|
</div>
|
216
216
|
<hr>
|
217
|
-
<div class="refsect2">
|
218
|
-
<a name="
|
217
|
+
<div class="refsect2" title="Traps and traces">
|
218
|
+
<a name="id636144"></a><h3>Traps and traces</h3>
|
219
219
|
<p>
|
220
220
|
|
221
221
|
|
@@ -255,8 +255,8 @@ is 20.
|
|
255
255
|
</p>
|
256
256
|
</div>
|
257
257
|
<hr>
|
258
|
-
<div class="refsect2">
|
259
|
-
<a name="
|
258
|
+
<div class="refsect2" title="Gdb debugging macros">
|
259
|
+
<a name="id604749"></a><h3>Gdb debugging macros</h3>
|
260
260
|
<p>
|
261
261
|
glib ships with a set of python macros for the gdb debugger. These includes pretty
|
262
262
|
printers for lists, hashtables and gobject types. It also has a backtrace filter
|
@@ -286,8 +286,8 @@ Which would print the contents of each widget in a list of widgets.
|
|
286
286
|
</p>
|
287
287
|
</div>
|
288
288
|
<hr>
|
289
|
-
<div class="refsect2">
|
290
|
-
<a name="
|
289
|
+
<div class="refsect2" title="SystemTap">
|
290
|
+
<a name="id604784"></a><h3>SystemTap</h3>
|
291
291
|
<p>
|
292
292
|
<a class="ulink" href="http://sourceware.org/systemtap/" target="_top">SystemTap</a> is a dynamic whole-system
|
293
293
|
analysis toolkit. GLib ships with a file <code class="filename">glib.stp</code> which defines a
|
@@ -297,8 +297,8 @@ are in your shared SystemTap scripts directory.
|
|
297
297
|
</p>
|
298
298
|
</div>
|
299
299
|
<hr>
|
300
|
-
<div class="refsect2">
|
301
|
-
<a name="
|
300
|
+
<div class="refsect2" title="Memory statistics">
|
301
|
+
<a name="id604820"></a><h3>Memory statistics</h3>
|
302
302
|
<p>
|
303
303
|
g_mem_profile() will output a summary g_malloc() memory usage, if memory
|
304
304
|
profiling has been enabled by calling
|
@@ -314,6 +314,6 @@ output details about the memory usage of the slice allocator.
|
|
314
314
|
</div>
|
315
315
|
<div class="footer">
|
316
316
|
<hr>
|
317
|
-
Generated by GTK-Doc V1.15
|
317
|
+
Generated by GTK-Doc V1.15</div>
|
318
318
|
</body>
|
319
319
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GLib Utilities</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GLib Reference Manual">
|
9
9
|
<link rel="prev" href="glib-Message-Logging.html" title="Message Logging">
|
10
10
|
<link rel="next" href="glib-String-Utility-Functions.html" title="String Utility Functions">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.15
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<th width="100%" align="center">GLib Reference Manual</th>
|
20
20
|
<td><a accesskey="n" href="glib-String-Utility-Functions.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
|
-
<div class="chapter">
|
22
|
+
<div class="chapter" title="GLib Utilities">
|
23
23
|
<div class="titlepage"><div><div><h2 class="title">
|
24
24
|
<a name="glib-utilities"></a>GLib Utilities</h2></div></div></div>
|
25
25
|
<div class="toc"><dl>
|
@@ -113,6 +113,6 @@
|
|
113
113
|
</div>
|
114
114
|
<div class="footer">
|
115
115
|
<hr>
|
116
|
-
Generated by GTK-Doc V1.15
|
116
|
+
Generated by GTK-Doc V1.15</div>
|
117
117
|
</body>
|
118
118
|
</html>
|
@@ -113,32 +113,26 @@
|
|
113
113
|
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
|
114
114
|
</chapters>
|
115
115
|
<functions>
|
116
|
-
<function name="Environment variables" link="glib-running.html#
|
116
|
+
<function name="Environment variables" link="glib-running.html#id574130"/>
|
117
117
|
<function name="Locale" link="glib-running.html#setlocale"/>
|
118
|
-
<function name="Traps and traces" link="glib-running.html#
|
119
|
-
<function name="Gdb debugging macros" link="glib-running.html#
|
120
|
-
<function name="SystemTap" link="glib-running.html#
|
121
|
-
<function name="Memory statistics" link="glib-running.html#
|
122
|
-
<function name="Non-printing characters" link="glib-regex-syntax.html#
|
123
|
-
<function name="Absolute and relative back references" link="glib-regex-syntax.html#
|
124
|
-
<function name="Generic character types" link="glib-regex-syntax.html#
|
125
|
-
<function name="Newline sequences" link="glib-regex-syntax.html#
|
126
|
-
<function name="Unicode character properties" link="glib-regex-syntax.html#
|
127
|
-
<function name="Simple assertions" link="glib-regex-syntax.html#
|
128
|
-
<function name="Lookahead assertions" link="glib-regex-syntax.html#
|
129
|
-
<function name="Lookbehind assertions" link="glib-regex-syntax.html#
|
130
|
-
<function name="Using multiple assertions" link="glib-regex-syntax.html#
|
131
|
-
<function name="Checking for a used subpattern by number" link="glib-regex-syntax.html#
|
132
|
-
<function name="Checking for a used subpattern by name" link="glib-regex-syntax.html#
|
133
|
-
<function name="Checking for pattern recursion" link="glib-regex-syntax.html#
|
134
|
-
<function name="Defining subpatterns for use by reference only" link="glib-regex-syntax.html#
|
135
|
-
<function name="Assertion conditions" link="glib-regex-syntax.html#
|
136
|
-
<function name="glib_major_version" link="glib-Version-Information.html#glib-major-version"/>
|
137
|
-
<function name="glib_minor_version" link="glib-Version-Information.html#glib-minor-version"/>
|
138
|
-
<function name="glib_micro_version" link="glib-Version-Information.html#glib-micro-version"/>
|
139
|
-
<function name="glib_binary_age" link="glib-Version-Information.html#glib-binary-age"/>
|
140
|
-
<function name="glib_interface_age" link="glib-Version-Information.html#glib-interface-age"/>
|
141
|
-
<function name="glib_check_version ()" link="glib-Version-Information.html#glib-check-version"/>
|
118
|
+
<function name="Traps and traces" link="glib-running.html#id636144"/>
|
119
|
+
<function name="Gdb debugging macros" link="glib-running.html#id604749"/>
|
120
|
+
<function name="SystemTap" link="glib-running.html#id604784"/>
|
121
|
+
<function name="Memory statistics" link="glib-running.html#id604820"/>
|
122
|
+
<function name="Non-printing characters" link="glib-regex-syntax.html#id608018"/>
|
123
|
+
<function name="Absolute and relative back references" link="glib-regex-syntax.html#id648875"/>
|
124
|
+
<function name="Generic character types" link="glib-regex-syntax.html#id648888"/>
|
125
|
+
<function name="Newline sequences" link="glib-regex-syntax.html#id649038"/>
|
126
|
+
<function name="Unicode character properties" link="glib-regex-syntax.html#id649053"/>
|
127
|
+
<function name="Simple assertions" link="glib-regex-syntax.html#id649351"/>
|
128
|
+
<function name="Lookahead assertions" link="glib-regex-syntax.html#id653338"/>
|
129
|
+
<function name="Lookbehind assertions" link="glib-regex-syntax.html#id653388"/>
|
130
|
+
<function name="Using multiple assertions" link="glib-regex-syntax.html#id653503"/>
|
131
|
+
<function name="Checking for a used subpattern by number" link="glib-regex-syntax.html#id653595"/>
|
132
|
+
<function name="Checking for a used subpattern by name" link="glib-regex-syntax.html#id653631"/>
|
133
|
+
<function name="Checking for pattern recursion" link="glib-regex-syntax.html#id653656"/>
|
134
|
+
<function name="Defining subpatterns for use by reference only" link="glib-regex-syntax.html#id653685"/>
|
135
|
+
<function name="Assertion conditions" link="glib-regex-syntax.html#id653718"/>
|
142
136
|
<function name="GLIB_MAJOR_VERSION" link="glib-Version-Information.html#GLIB-MAJOR-VERSION:CAPS"/>
|
143
137
|
<function name="GLIB_MINOR_VERSION" link="glib-Version-Information.html#GLIB-MINOR-VERSION:CAPS"/>
|
144
138
|
<function name="GLIB_MICRO_VERSION" link="glib-Version-Information.html#GLIB-MICRO-VERSION:CAPS"/>
|
@@ -366,8 +360,8 @@
|
|
366
360
|
<function name="g_atomic_pointer_compare_and_exchange ()" link="glib-Atomic-Operations.html#g-atomic-pointer-compare-and-exchange"/>
|
367
361
|
<function name="g_atomic_int_inc ()" link="glib-Atomic-Operations.html#g-atomic-int-inc"/>
|
368
362
|
<function name="g_atomic_int_dec_and_test ()" link="glib-Atomic-Operations.html#g-atomic-int-dec-and-test"/>
|
369
|
-
<function name="Creating new source types" link="glib-The-Main-Event-Loop.html#
|
370
|
-
<function name="Customizing the main loop iteration" link="glib-The-Main-Event-Loop.html#
|
363
|
+
<function name="Creating new source types" link="glib-The-Main-Event-Loop.html#id671135"/>
|
364
|
+
<function name="Customizing the main loop iteration" link="glib-The-Main-Event-Loop.html#id671212"/>
|
371
365
|
<function name="GMainLoop" link="glib-The-Main-Event-Loop.html#GMainLoop"/>
|
372
366
|
<function name="g_main_loop_new ()" link="glib-The-Main-Event-Loop.html#g-main-loop-new"/>
|
373
367
|
<function name="g_main_loop_ref ()" link="glib-The-Main-Event-Loop.html#g-main-loop-ref"/>
|
@@ -716,11 +710,11 @@
|
|
716
710
|
<function name="enum GLogLevelFlags" link="glib-Message-Logging.html#GLogLevelFlags"/>
|
717
711
|
<function name="g_log ()" link="glib-Message-Logging.html#g-log"/>
|
718
712
|
<function name="g_logv ()" link="glib-Message-Logging.html#g-logv"/>
|
719
|
-
<function name="g_message
|
720
|
-
<function name="g_warning
|
721
|
-
<function name="g_critical
|
722
|
-
<function name="g_error
|
723
|
-
<function name="g_debug
|
713
|
+
<function name="g_message()" link="glib-Message-Logging.html#g-message"/>
|
714
|
+
<function name="g_warning()" link="glib-Message-Logging.html#g-warning"/>
|
715
|
+
<function name="g_critical()" link="glib-Message-Logging.html#g-critical"/>
|
716
|
+
<function name="g_error()" link="glib-Message-Logging.html#g-error"/>
|
717
|
+
<function name="g_debug()" link="glib-Message-Logging.html#g-debug"/>
|
724
718
|
<function name="g_log_set_handler ()" link="glib-Message-Logging.html#g-log-set-handler"/>
|
725
719
|
<function name="g_log_remove_handler ()" link="glib-Message-Logging.html#g-log-remove-handler"/>
|
726
720
|
<function name="g_log_set_always_fatal ()" link="glib-Message-Logging.html#g-log-set-always-fatal"/>
|
@@ -2065,7 +2059,7 @@
|
|
2065
2059
|
<function name="g_variant_type_next ()" link="glib-GVariantType.html#g-variant-type-next"/>
|
2066
2060
|
<function name="g_variant_type_key ()" link="glib-GVariantType.html#g-variant-type-key"/>
|
2067
2061
|
<function name="g_variant_type_value ()" link="glib-GVariantType.html#g-variant-type-value"/>
|
2068
|
-
<function name="Memory Use" link="glib-GVariant.html#
|
2062
|
+
<function name="Memory Use" link="glib-GVariant.html#id1038198"/>
|
2069
2063
|
<function name="GVariant" link="glib-GVariant.html#GVariant"/>
|
2070
2064
|
<function name="g_variant_unref ()" link="glib-GVariant.html#g-variant-unref"/>
|
2071
2065
|
<function name="g_variant_ref ()" link="glib-GVariant.html#g-variant-ref"/>
|
@@ -2176,8 +2170,8 @@
|
|
2176
2170
|
<function name="GVariant *" link="gvariant-format-strings.html#gvariant-format-strings-gvariant"/>
|
2177
2171
|
<function name="Pointers" link="gvariant-format-strings.html#gvariant-format-strings-pointers"/>
|
2178
2172
|
<function name="Convenience Conversions" link="gvariant-format-strings.html#gvariant-format-strings-convenience"/>
|
2179
|
-
<function name="Options" link="glib-gettextize.html#
|
2180
|
-
<function name="Options" link="gtester.html#
|
2181
|
-
<function name="Options" link="gtester-report.html#
|
2173
|
+
<function name="Options" link="glib-gettextize.html#id753897"/>
|
2174
|
+
<function name="Options" link="gtester.html#id814965"/>
|
2175
|
+
<function name="Options" link="gtester-report.html#id860556"/>
|
2182
2176
|
</functions>
|
2183
2177
|
</book>
|
@@ -113,32 +113,26 @@
|
|
113
113
|
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
|
114
114
|
</chapters>
|
115
115
|
<functions>
|
116
|
-
<keyword type="" name="Environment variables" link="glib-running.html#
|
116
|
+
<keyword type="" name="Environment variables" link="glib-running.html#id574130"/>
|
117
117
|
<keyword type="" name="Locale" link="glib-running.html#setlocale"/>
|
118
|
-
<keyword type="" name="Traps and traces" link="glib-running.html#
|
119
|
-
<keyword type="" name="Gdb debugging macros" link="glib-running.html#
|
120
|
-
<keyword type="" name="SystemTap" link="glib-running.html#
|
121
|
-
<keyword type="" name="Memory statistics" link="glib-running.html#
|
122
|
-
<keyword type="" name="Non-printing characters" link="glib-regex-syntax.html#
|
123
|
-
<keyword type="" name="Absolute and relative back references" link="glib-regex-syntax.html#
|
124
|
-
<keyword type="" name="Generic character types" link="glib-regex-syntax.html#
|
125
|
-
<keyword type="" name="Newline sequences" link="glib-regex-syntax.html#
|
126
|
-
<keyword type="" name="Unicode character properties" link="glib-regex-syntax.html#
|
127
|
-
<keyword type="" name="Simple assertions" link="glib-regex-syntax.html#
|
128
|
-
<keyword type="" name="Lookahead assertions" link="glib-regex-syntax.html#
|
129
|
-
<keyword type="" name="Lookbehind assertions" link="glib-regex-syntax.html#
|
130
|
-
<keyword type="" name="Using multiple assertions" link="glib-regex-syntax.html#
|
131
|
-
<keyword type="" name="Checking for a used subpattern by number" link="glib-regex-syntax.html#
|
132
|
-
<keyword type="" name="Checking for a used subpattern by name" link="glib-regex-syntax.html#
|
133
|
-
<keyword type="" name="Checking for pattern recursion" link="glib-regex-syntax.html#
|
134
|
-
<keyword type="" name="Defining subpatterns for use by reference only" link="glib-regex-syntax.html#
|
135
|
-
<keyword type="" name="Assertion conditions" link="glib-regex-syntax.html#
|
136
|
-
<keyword type="variable" name="glib_major_version" link="glib-Version-Information.html#glib-major-version"/>
|
137
|
-
<keyword type="variable" name="glib_minor_version" link="glib-Version-Information.html#glib-minor-version"/>
|
138
|
-
<keyword type="variable" name="glib_micro_version" link="glib-Version-Information.html#glib-micro-version"/>
|
139
|
-
<keyword type="variable" name="glib_binary_age" link="glib-Version-Information.html#glib-binary-age"/>
|
140
|
-
<keyword type="variable" name="glib_interface_age" link="glib-Version-Information.html#glib-interface-age"/>
|
141
|
-
<keyword type="function" name="glib_check_version ()" link="glib-Version-Information.html#glib-check-version" since="2.6"/>
|
118
|
+
<keyword type="" name="Traps and traces" link="glib-running.html#id636144"/>
|
119
|
+
<keyword type="" name="Gdb debugging macros" link="glib-running.html#id604749"/>
|
120
|
+
<keyword type="" name="SystemTap" link="glib-running.html#id604784"/>
|
121
|
+
<keyword type="" name="Memory statistics" link="glib-running.html#id604820"/>
|
122
|
+
<keyword type="" name="Non-printing characters" link="glib-regex-syntax.html#id608018"/>
|
123
|
+
<keyword type="" name="Absolute and relative back references" link="glib-regex-syntax.html#id648875"/>
|
124
|
+
<keyword type="" name="Generic character types" link="glib-regex-syntax.html#id648888"/>
|
125
|
+
<keyword type="" name="Newline sequences" link="glib-regex-syntax.html#id649038"/>
|
126
|
+
<keyword type="" name="Unicode character properties" link="glib-regex-syntax.html#id649053"/>
|
127
|
+
<keyword type="" name="Simple assertions" link="glib-regex-syntax.html#id649351"/>
|
128
|
+
<keyword type="" name="Lookahead assertions" link="glib-regex-syntax.html#id653338"/>
|
129
|
+
<keyword type="" name="Lookbehind assertions" link="glib-regex-syntax.html#id653388"/>
|
130
|
+
<keyword type="" name="Using multiple assertions" link="glib-regex-syntax.html#id653503"/>
|
131
|
+
<keyword type="" name="Checking for a used subpattern by number" link="glib-regex-syntax.html#id653595"/>
|
132
|
+
<keyword type="" name="Checking for a used subpattern by name" link="glib-regex-syntax.html#id653631"/>
|
133
|
+
<keyword type="" name="Checking for pattern recursion" link="glib-regex-syntax.html#id653656"/>
|
134
|
+
<keyword type="" name="Defining subpatterns for use by reference only" link="glib-regex-syntax.html#id653685"/>
|
135
|
+
<keyword type="" name="Assertion conditions" link="glib-regex-syntax.html#id653718"/>
|
142
136
|
<keyword type="macro" name="GLIB_MAJOR_VERSION" link="glib-Version-Information.html#GLIB-MAJOR-VERSION:CAPS"/>
|
143
137
|
<keyword type="macro" name="GLIB_MINOR_VERSION" link="glib-Version-Information.html#GLIB-MINOR-VERSION:CAPS"/>
|
144
138
|
<keyword type="macro" name="GLIB_MICRO_VERSION" link="glib-Version-Information.html#GLIB-MICRO-VERSION:CAPS"/>
|
@@ -366,8 +360,8 @@
|
|
366
360
|
<keyword type="function" name="g_atomic_pointer_compare_and_exchange ()" link="glib-Atomic-Operations.html#g-atomic-pointer-compare-and-exchange" since="2.4"/>
|
367
361
|
<keyword type="function" name="g_atomic_int_inc ()" link="glib-Atomic-Operations.html#g-atomic-int-inc" since="2.4"/>
|
368
362
|
<keyword type="function" name="g_atomic_int_dec_and_test ()" link="glib-Atomic-Operations.html#g-atomic-int-dec-and-test" since="2.4"/>
|
369
|
-
<keyword type="" name="Creating new source types" link="glib-The-Main-Event-Loop.html#
|
370
|
-
<keyword type="" name="Customizing the main loop iteration" link="glib-The-Main-Event-Loop.html#
|
363
|
+
<keyword type="" name="Creating new source types" link="glib-The-Main-Event-Loop.html#id671135"/>
|
364
|
+
<keyword type="" name="Customizing the main loop iteration" link="glib-The-Main-Event-Loop.html#id671212"/>
|
371
365
|
<keyword type="struct" name="GMainLoop" link="glib-The-Main-Event-Loop.html#GMainLoop"/>
|
372
366
|
<keyword type="function" name="g_main_loop_new ()" link="glib-The-Main-Event-Loop.html#g-main-loop-new"/>
|
373
367
|
<keyword type="function" name="g_main_loop_ref ()" link="glib-The-Main-Event-Loop.html#g-main-loop-ref"/>
|
@@ -716,11 +710,11 @@
|
|
716
710
|
<keyword type="enum" name="enum GLogLevelFlags" link="glib-Message-Logging.html#GLogLevelFlags"/>
|
717
711
|
<keyword type="function" name="g_log ()" link="glib-Message-Logging.html#g-log"/>
|
718
712
|
<keyword type="function" name="g_logv ()" link="glib-Message-Logging.html#g-logv"/>
|
719
|
-
<keyword type="
|
720
|
-
<keyword type="
|
721
|
-
<keyword type="
|
722
|
-
<keyword type="
|
723
|
-
<keyword type="
|
713
|
+
<keyword type="macro" name="g_message()" link="glib-Message-Logging.html#g-message"/>
|
714
|
+
<keyword type="macro" name="g_warning()" link="glib-Message-Logging.html#g-warning"/>
|
715
|
+
<keyword type="macro" name="g_critical()" link="glib-Message-Logging.html#g-critical"/>
|
716
|
+
<keyword type="macro" name="g_error()" link="glib-Message-Logging.html#g-error"/>
|
717
|
+
<keyword type="macro" name="g_debug()" link="glib-Message-Logging.html#g-debug" since="2.6"/>
|
724
718
|
<keyword type="function" name="g_log_set_handler ()" link="glib-Message-Logging.html#g-log-set-handler"/>
|
725
719
|
<keyword type="function" name="g_log_remove_handler ()" link="glib-Message-Logging.html#g-log-remove-handler"/>
|
726
720
|
<keyword type="function" name="g_log_set_always_fatal ()" link="glib-Message-Logging.html#g-log-set-always-fatal"/>
|
@@ -2065,7 +2059,7 @@
|
|
2065
2059
|
<keyword type="function" name="g_variant_type_next ()" link="glib-GVariantType.html#g-variant-type-next"/>
|
2066
2060
|
<keyword type="function" name="g_variant_type_key ()" link="glib-GVariantType.html#g-variant-type-key"/>
|
2067
2061
|
<keyword type="function" name="g_variant_type_value ()" link="glib-GVariantType.html#g-variant-type-value"/>
|
2068
|
-
<keyword type="" name="Memory Use" link="glib-GVariant.html#
|
2062
|
+
<keyword type="" name="Memory Use" link="glib-GVariant.html#id1038198"/>
|
2069
2063
|
<keyword type="struct" name="GVariant" link="glib-GVariant.html#GVariant" since="2.24"/>
|
2070
2064
|
<keyword type="function" name="g_variant_unref ()" link="glib-GVariant.html#g-variant-unref" since="2.24"/>
|
2071
2065
|
<keyword type="function" name="g_variant_ref ()" link="glib-GVariant.html#g-variant-ref" since="2.24"/>
|
@@ -2176,9 +2170,9 @@
|
|
2176
2170
|
<keyword type="" name="GVariant *" link="gvariant-format-strings.html#gvariant-format-strings-gvariant"/>
|
2177
2171
|
<keyword type="" name="Pointers" link="gvariant-format-strings.html#gvariant-format-strings-pointers"/>
|
2178
2172
|
<keyword type="" name="Convenience Conversions" link="gvariant-format-strings.html#gvariant-format-strings-convenience"/>
|
2179
|
-
<keyword type="" name="Options" link="glib-gettextize.html#
|
2180
|
-
<keyword type="" name="Options" link="gtester.html#
|
2181
|
-
<keyword type="" name="Options" link="gtester-report.html#
|
2173
|
+
<keyword type="" name="Options" link="glib-gettextize.html#id753897"/>
|
2174
|
+
<keyword type="" name="Options" link="gtester.html#id814965"/>
|
2175
|
+
<keyword type="" name="Options" link="gtester-report.html#id860556"/>
|
2182
2176
|
<keyword type="constant" name="G_THREAD_ERROR_AGAIN" link="glib-Threads.html#G-THREAD-ERROR-AGAIN:CAPS"/>
|
2183
2177
|
<keyword type="constant" name="G_THREAD_PRIORITY_LOW" link="glib-Threads.html#G-THREAD-PRIORITY-LOW:CAPS"/>
|
2184
2178
|
<keyword type="constant" name="G_THREAD_PRIORITY_NORMAL" link="glib-Threads.html#G-THREAD-PRIORITY-NORMAL:CAPS"/>
|