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>Message Logging</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-core.html" title="GLib Core Application Support">
|
9
9
|
<link rel="prev" href="glib-Warnings-and-Assertions.html" title="Message Output and Debugging Functions">
|
10
10
|
<link rel="next" href="glib-utilities.html" title="GLib Utilities">
|
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">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<a href="#glib-Message-Logging.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry">
|
29
|
+
<div class="refentry" title="Message Logging">
|
30
30
|
<a name="glib-Message-Logging"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv">
|
38
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
39
39
|
<a name="glib-Message-Logging.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <glib.h>
|
@@ -57,16 +57,11 @@ enum <a class="link" href="glib-Message-Logging.html#GLogLevelFla
|
|
57
57
|
<em class="parameter"><code><a class="link" href="glib-Message-Logging.html#GLogLevelFlags" title="enum GLogLevelFlags"><span class="type">GLogLevelFlags</span></a> log_level</code></em>,
|
58
58
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *format</code></em>,
|
59
59
|
<em class="parameter"><code><span class="type">va_list</span> args</code></em>);
|
60
|
-
<
|
61
|
-
|
62
|
-
<
|
63
|
-
|
64
|
-
<
|
65
|
-
<em class="parameter"><code>...</code></em>);
|
66
|
-
<span class="returnvalue">void</span> <a class="link" href="glib-Message-Logging.html#g-error" title="g_error ()">g_error</a> (<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *format</code></em>,
|
67
|
-
<em class="parameter"><code>...</code></em>);
|
68
|
-
<span class="returnvalue">void</span> <a class="link" href="glib-Message-Logging.html#g-debug" title="g_debug ()">g_debug</a> (<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *format</code></em>,
|
69
|
-
<em class="parameter"><code>...</code></em>);
|
60
|
+
#define <a class="link" href="glib-Message-Logging.html#g-message" title="g_message()">g_message</a> (...)
|
61
|
+
#define <a class="link" href="glib-Message-Logging.html#g-warning" title="g_warning()">g_warning</a> (...)
|
62
|
+
#define <a class="link" href="glib-Message-Logging.html#g-critical" title="g_critical()">g_critical</a> (...)
|
63
|
+
#define <a class="link" href="glib-Message-Logging.html#g-error" title="g_error()">g_error</a> (...)
|
64
|
+
#define <a class="link" href="glib-Message-Logging.html#g-debug" title="g_debug()">g_debug</a> (...)
|
70
65
|
|
71
66
|
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a> <a class="link" href="glib-Message-Logging.html#g-log-set-handler" title="g_log_set_handler ()">g_log_set_handler</a> (<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *log_domain</code></em>,
|
72
67
|
<em class="parameter"><code><a class="link" href="glib-Message-Logging.html#GLogLevelFlags" title="enum GLogLevelFlags"><span class="type">GLogLevelFlags</span></a> log_levels</code></em>,
|
@@ -85,7 +80,7 @@ enum <a class="link" href="glib-Message-Logging.html#GLogLevelFla
|
|
85
80
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gpointer" title="gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
|
86
81
|
</pre>
|
87
82
|
</div>
|
88
|
-
<div class="refsect1">
|
83
|
+
<div class="refsect1" title="Description">
|
89
84
|
<a name="glib-Message-Logging.description"></a><h2>Description</h2>
|
90
85
|
<p>
|
91
86
|
These functions provide support for logging error messages or messages
|
@@ -96,9 +91,9 @@ There are several built-in levels of messages, defined in <a class="link" href="
|
|
96
91
|
These can be extended with user-defined levels.
|
97
92
|
</p>
|
98
93
|
</div>
|
99
|
-
<div class="refsect1">
|
94
|
+
<div class="refsect1" title="Details">
|
100
95
|
<a name="glib-Message-Logging.details"></a><h2>Details</h2>
|
101
|
-
<div class="refsect2">
|
96
|
+
<div class="refsect2" title="G_LOG_DOMAIN">
|
102
97
|
<a name="G-LOG-DOMAIN:CAPS"></a><h3>G_LOG_DOMAIN</h3>
|
103
98
|
<pre class="programlisting">#define G_LOG_DOMAIN ((gchar*) 0)
|
104
99
|
</pre>
|
@@ -125,7 +120,7 @@ For example, GTK+ uses this in its Makefile.am:
|
|
125
120
|
|
126
121
|
</div>
|
127
122
|
<hr>
|
128
|
-
<div class="refsect2">
|
123
|
+
<div class="refsect2" title="G_LOG_FATAL_MASK">
|
129
124
|
<a name="G-LOG-FATAL-MASK:CAPS"></a><h3>G_LOG_FATAL_MASK</h3>
|
130
125
|
<pre class="programlisting">#define G_LOG_FATAL_MASK (G_LOG_FLAG_RECURSION | G_LOG_LEVEL_ERROR)
|
131
126
|
</pre>
|
@@ -134,7 +129,7 @@ GLib log levels that are considered fatal by default.
|
|
134
129
|
</p>
|
135
130
|
</div>
|
136
131
|
<hr>
|
137
|
-
<div class="refsect2">
|
132
|
+
<div class="refsect2" title="G_LOG_LEVEL_USER_SHIFT">
|
138
133
|
<a name="G-LOG-LEVEL-USER-SHIFT:CAPS"></a><h3>G_LOG_LEVEL_USER_SHIFT</h3>
|
139
134
|
<pre class="programlisting">#define G_LOG_LEVEL_USER_SHIFT (8)
|
140
135
|
</pre>
|
@@ -143,7 +138,7 @@ Log level shift offset for user defined log levels (0-7 are used by GLib).
|
|
143
138
|
</p>
|
144
139
|
</div>
|
145
140
|
<hr>
|
146
|
-
<div class="refsect2">
|
141
|
+
<div class="refsect2" title="GLogFunc ()">
|
147
142
|
<a name="GLogFunc"></a><h3>GLogFunc ()</h3>
|
148
143
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GLogFunc) (<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *log_domain</code></em>,
|
149
144
|
<em class="parameter"><code><a class="link" href="glib-Message-Logging.html#GLogLevelFlags" title="enum GLogLevelFlags"><span class="type">GLogLevelFlags</span></a> log_level</code></em>,
|
@@ -180,7 +175,7 @@ flags).
|
|
180
175
|
</table></div>
|
181
176
|
</div>
|
182
177
|
<hr>
|
183
|
-
<div class="refsect2">
|
178
|
+
<div class="refsect2" title="enum GLogLevelFlags">
|
184
179
|
<a name="GLogLevelFlags"></a><h3>enum GLogLevelFlags</h3>
|
185
180
|
<pre class="programlisting">typedef enum
|
186
181
|
{
|
@@ -219,25 +214,25 @@ and <a class="link" href="glib-Message-Logging.html#g-log-set-fatal-mask" title=
|
|
219
214
|
</tr>
|
220
215
|
<tr>
|
221
216
|
<td><p><a name="G-LOG-LEVEL-ERROR:CAPS"></a><span class="term"><code class="literal">G_LOG_LEVEL_ERROR</code></span></p></td>
|
222
|
-
<td>log level for errors, see <a class="link" href="glib-Message-Logging.html#g-error" title="g_error
|
217
|
+
<td>log level for errors, see <a class="link" href="glib-Message-Logging.html#g-error" title="g_error()"><code class="function">g_error()</code></a>.
|
223
218
|
This level is also used for messages produced by <a class="link" href="glib-Testing.html#g-assert" title="g_assert()"><code class="function">g_assert()</code></a>.
|
224
219
|
</td>
|
225
220
|
</tr>
|
226
221
|
<tr>
|
227
222
|
<td><p><a name="G-LOG-LEVEL-CRITICAL:CAPS"></a><span class="term"><code class="literal">G_LOG_LEVEL_CRITICAL</code></span></p></td>
|
228
|
-
<td>log level for critical messages, see <a class="link" href="glib-Message-Logging.html#g-critical" title="g_critical
|
223
|
+
<td>log level for critical messages, see <a class="link" href="glib-Message-Logging.html#g-critical" title="g_critical()"><code class="function">g_critical()</code></a>.
|
229
224
|
This level is also used for messages produced by <a class="link" href="glib-Warnings-and-Assertions.html#g-return-if-fail" title="g_return_if_fail()"><code class="function">g_return_if_fail()</code></a> and
|
230
225
|
<a class="link" href="glib-Warnings-and-Assertions.html#g-return-val-if-fail" title="g_return_val_if_fail()"><code class="function">g_return_val_if_fail()</code></a>.
|
231
226
|
</td>
|
232
227
|
</tr>
|
233
228
|
<tr>
|
234
229
|
<td><p><a name="G-LOG-LEVEL-WARNING:CAPS"></a><span class="term"><code class="literal">G_LOG_LEVEL_WARNING</code></span></p></td>
|
235
|
-
<td>log level for warnings, see <a class="link" href="glib-Message-Logging.html#g-warning" title="g_warning
|
230
|
+
<td>log level for warnings, see <a class="link" href="glib-Message-Logging.html#g-warning" title="g_warning()"><code class="function">g_warning()</code></a>
|
236
231
|
</td>
|
237
232
|
</tr>
|
238
233
|
<tr>
|
239
234
|
<td><p><a name="G-LOG-LEVEL-MESSAGE:CAPS"></a><span class="term"><code class="literal">G_LOG_LEVEL_MESSAGE</code></span></p></td>
|
240
|
-
<td>log level for messages, see <a class="link" href="glib-Message-Logging.html#g-message" title="g_message
|
235
|
+
<td>log level for messages, see <a class="link" href="glib-Message-Logging.html#g-message" title="g_message()"><code class="function">g_message()</code></a>
|
241
236
|
</td>
|
242
237
|
</tr>
|
243
238
|
<tr>
|
@@ -247,7 +242,7 @@ and <a class="link" href="glib-Message-Logging.html#g-log-set-fatal-mask" title=
|
|
247
242
|
</tr>
|
248
243
|
<tr>
|
249
244
|
<td><p><a name="G-LOG-LEVEL-DEBUG:CAPS"></a><span class="term"><code class="literal">G_LOG_LEVEL_DEBUG</code></span></p></td>
|
250
|
-
<td>log level for debug messages, see <a class="link" href="glib-Message-Logging.html#g-debug" title="g_debug
|
245
|
+
<td>log level for debug messages, see <a class="link" href="glib-Message-Logging.html#g-debug" title="g_debug()"><code class="function">g_debug()</code></a>
|
251
246
|
</td>
|
252
247
|
</tr>
|
253
248
|
<tr>
|
@@ -259,7 +254,7 @@ and <a class="link" href="glib-Message-Logging.html#g-log-set-fatal-mask" title=
|
|
259
254
|
</table></div>
|
260
255
|
</div>
|
261
256
|
<hr>
|
262
|
-
<div class="refsect2">
|
257
|
+
<div class="refsect2" title="g_log ()">
|
263
258
|
<a name="g-log"></a><h3>g_log ()</h3>
|
264
259
|
<pre class="programlisting"><span class="returnvalue">void</span> g_log (<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *log_domain</code></em>,
|
265
260
|
<em class="parameter"><code><a class="link" href="glib-Message-Logging.html#GLogLevelFlags" title="enum GLogLevelFlags"><span class="type">GLogLevelFlags</span></a> log_level</code></em>,
|
@@ -298,7 +293,7 @@ documentation.
|
|
298
293
|
</table></div>
|
299
294
|
</div>
|
300
295
|
<hr>
|
301
|
-
<div class="refsect2">
|
296
|
+
<div class="refsect2" title="g_logv ()">
|
302
297
|
<a name="g-logv"></a><h3>g_logv ()</h3>
|
303
298
|
<pre class="programlisting"><span class="returnvalue">void</span> g_logv (<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *log_domain</code></em>,
|
304
299
|
<em class="parameter"><code><a class="link" href="glib-Message-Logging.html#GLogLevelFlags" title="enum GLogLevelFlags"><span class="type">GLogLevelFlags</span></a> log_level</code></em>,
|
@@ -337,34 +332,25 @@ documentation.
|
|
337
332
|
</table></div>
|
338
333
|
</div>
|
339
334
|
<hr>
|
340
|
-
<div class="refsect2">
|
341
|
-
<a name="g-message"></a><h3>g_message
|
342
|
-
<pre class="programlisting"
|
343
|
-
<em class="parameter"><code>...</code></em>);</pre>
|
335
|
+
<div class="refsect2" title="g_message()">
|
336
|
+
<a name="g-message"></a><h3>g_message()</h3>
|
337
|
+
<pre class="programlisting">#define g_message(...)</pre>
|
344
338
|
<p>
|
345
339
|
A convenience function/macro to log a normal message.
|
346
340
|
</p>
|
347
341
|
<div class="variablelist"><table border="0">
|
348
342
|
<col align="left" valign="top">
|
349
|
-
<tbody>
|
350
|
-
<tr>
|
351
|
-
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
352
|
-
<td>
|
353
|
-
</td>
|
354
|
-
</tr>
|
355
|
-
<tr>
|
343
|
+
<tbody><tr>
|
356
344
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
357
|
-
<td>
|
345
|
+
<td>format string, followed by parameters to insert into the format string (as with <code class="function">printf()</code>)
|
358
346
|
</td>
|
359
|
-
</tr>
|
360
|
-
</tbody>
|
347
|
+
</tr></tbody>
|
361
348
|
</table></div>
|
362
349
|
</div>
|
363
350
|
<hr>
|
364
|
-
<div class="refsect2">
|
365
|
-
<a name="g-warning"></a><h3>g_warning
|
366
|
-
<pre class="programlisting"
|
367
|
-
<em class="parameter"><code>...</code></em>);</pre>
|
351
|
+
<div class="refsect2" title="g_warning()">
|
352
|
+
<a name="g-warning"></a><h3>g_warning()</h3>
|
353
|
+
<pre class="programlisting">#define g_warning(...)</pre>
|
368
354
|
<p>
|
369
355
|
A convenience function/macro to log a warning message.
|
370
356
|
</p>
|
@@ -374,30 +360,22 @@ variable (see <a class="ulink" href="glib-running.html" target="_top">Running GL
|
|
374
360
|
</p>
|
375
361
|
<div class="variablelist"><table border="0">
|
376
362
|
<col align="left" valign="top">
|
377
|
-
<tbody>
|
378
|
-
<tr>
|
379
|
-
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
380
|
-
<td>
|
381
|
-
</td>
|
382
|
-
</tr>
|
383
|
-
<tr>
|
363
|
+
<tbody><tr>
|
384
364
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
385
|
-
<td>
|
365
|
+
<td>format string, followed by parameters to insert into the format string (as with <code class="function">printf()</code>)
|
386
366
|
</td>
|
387
|
-
</tr>
|
388
|
-
</tbody>
|
367
|
+
</tr></tbody>
|
389
368
|
</table></div>
|
390
369
|
</div>
|
391
370
|
<hr>
|
392
|
-
<div class="refsect2">
|
393
|
-
<a name="g-critical"></a><h3>g_critical
|
394
|
-
<pre class="programlisting"
|
395
|
-
<em class="parameter"><code>...</code></em>);</pre>
|
371
|
+
<div class="refsect2" title="g_critical()">
|
372
|
+
<a name="g-critical"></a><h3>g_critical()</h3>
|
373
|
+
<pre class="programlisting">#define g_critical(...)</pre>
|
396
374
|
<p>
|
397
375
|
Logs a "critical warning" (<a class="link" href="glib-Message-Logging.html#G-LOG-LEVEL-CRITICAL:CAPS"><span class="type">G_LOG_LEVEL_CRITICAL</span></a>). It's more or less
|
398
376
|
application-defined what constitutes a critical vs. a regular
|
399
377
|
warning. You could call <a class="link" href="glib-Message-Logging.html#g-log-set-always-fatal" title="g_log_set_always_fatal ()"><code class="function">g_log_set_always_fatal()</code></a> to make critical
|
400
|
-
warnings exit the program, then use <a class="link" href="glib-Message-Logging.html#g-critical" title="g_critical
|
378
|
+
warnings exit the program, then use <a class="link" href="glib-Message-Logging.html#g-critical" title="g_critical()"><code class="function">g_critical()</code></a> for fatal errors, for
|
401
379
|
example.
|
402
380
|
</p>
|
403
381
|
<p>
|
@@ -407,25 +385,17 @@ the <code class="literal">G_DEBUG</code> environment variable (see
|
|
407
385
|
</p>
|
408
386
|
<div class="variablelist"><table border="0">
|
409
387
|
<col align="left" valign="top">
|
410
|
-
<tbody>
|
411
|
-
<tr>
|
412
|
-
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
413
|
-
<td>
|
414
|
-
</td>
|
415
|
-
</tr>
|
416
|
-
<tr>
|
388
|
+
<tbody><tr>
|
417
389
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
418
|
-
<td>
|
390
|
+
<td>format string, followed by parameters to insert into the format string (as with <code class="function">printf()</code>)
|
419
391
|
</td>
|
420
|
-
</tr>
|
421
|
-
</tbody>
|
392
|
+
</tr></tbody>
|
422
393
|
</table></div>
|
423
394
|
</div>
|
424
395
|
<hr>
|
425
|
-
<div class="refsect2">
|
426
|
-
<a name="g-error"></a><h3>g_error
|
427
|
-
<pre class="programlisting"
|
428
|
-
<em class="parameter"><code>...</code></em>);</pre>
|
396
|
+
<div class="refsect2" title="g_error()">
|
397
|
+
<a name="g-error"></a><h3>g_error()</h3>
|
398
|
+
<pre class="programlisting">#define g_error(...)</pre>
|
429
399
|
<p>
|
430
400
|
A convenience function/macro to log an error message.
|
431
401
|
Error messages are always fatal, resulting in a call to
|
@@ -436,47 +406,32 @@ assertion failure.
|
|
436
406
|
</p>
|
437
407
|
<div class="variablelist"><table border="0">
|
438
408
|
<col align="left" valign="top">
|
439
|
-
<tbody>
|
440
|
-
<tr>
|
441
|
-
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
442
|
-
<td>
|
443
|
-
</td>
|
444
|
-
</tr>
|
445
|
-
<tr>
|
409
|
+
<tbody><tr>
|
446
410
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
447
|
-
<td>
|
411
|
+
<td>format string, followed by parameters to insert into the format string (as with <code class="function">printf()</code>)
|
448
412
|
</td>
|
449
|
-
</tr>
|
450
|
-
</tbody>
|
413
|
+
</tr></tbody>
|
451
414
|
</table></div>
|
452
415
|
</div>
|
453
416
|
<hr>
|
454
|
-
<div class="refsect2">
|
455
|
-
<a name="g-debug"></a><h3>g_debug
|
456
|
-
<pre class="programlisting"
|
457
|
-
<em class="parameter"><code>...</code></em>);</pre>
|
417
|
+
<div class="refsect2" title="g_debug()">
|
418
|
+
<a name="g-debug"></a><h3>g_debug()</h3>
|
419
|
+
<pre class="programlisting">#define g_debug(...)</pre>
|
458
420
|
<p>
|
459
421
|
A convenience function/macro to log a debug message.
|
460
422
|
</p>
|
461
423
|
<div class="variablelist"><table border="0">
|
462
424
|
<col align="left" valign="top">
|
463
|
-
<tbody>
|
464
|
-
<tr>
|
465
|
-
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
466
|
-
<td>
|
467
|
-
</td>
|
468
|
-
</tr>
|
469
|
-
<tr>
|
425
|
+
<tbody><tr>
|
470
426
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
471
|
-
<td>
|
427
|
+
<td>format string, followed by parameters to insert into the format string (as with <code class="function">printf()</code>)
|
472
428
|
</td>
|
473
|
-
</tr>
|
474
|
-
</tbody>
|
429
|
+
</tr></tbody>
|
475
430
|
</table></div>
|
476
431
|
<p class="since">Since 2.6</p>
|
477
432
|
</div>
|
478
433
|
<hr>
|
479
|
-
<div class="refsect2">
|
434
|
+
<div class="refsect2" title="g_log_set_handler ()">
|
480
435
|
<a name="g-log-set-handler"></a><h3>g_log_set_handler ()</h3>
|
481
436
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a> g_log_set_handler (<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *log_domain</code></em>,
|
482
437
|
<em class="parameter"><code><a class="link" href="glib-Message-Logging.html#GLogLevelFlags" title="enum GLogLevelFlags"><span class="type">GLogLevelFlags</span></a> log_levels</code></em>,
|
@@ -494,7 +449,7 @@ you want to set a handler for this log level you must combine it with
|
|
494
449
|
<a class="link" href="glib-Message-Logging.html#G-LOG-FLAG-FATAL:CAPS"><span class="type">G_LOG_FLAG_FATAL</span></a>.
|
495
450
|
</p>
|
496
451
|
<div class="example">
|
497
|
-
<a name="
|
452
|
+
<a name="id738166"></a><p class="title"><b>Example 12. Adding a log handler for all warning messages in the default
|
498
453
|
(application) domain</b></p>
|
499
454
|
<div class="example-contents">
|
500
455
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
@@ -511,7 +466,7 @@ you want to set a handler for this log level you must combine it with
|
|
511
466
|
|
512
467
|
</div>
|
513
468
|
<br class="example-break"><div class="example">
|
514
|
-
<a name="
|
469
|
+
<a name="id738179"></a><p class="title"><b>Example 13. Adding a log handler for all critical messages from GTK+</b></p>
|
515
470
|
<div class="example-contents">
|
516
471
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
517
472
|
<tbody>
|
@@ -527,7 +482,7 @@ you want to set a handler for this log level you must combine it with
|
|
527
482
|
|
528
483
|
</div>
|
529
484
|
<br class="example-break"><div class="example">
|
530
|
-
<a name="
|
485
|
+
<a name="id738192"></a><p class="title"><b>Example 14. Adding a log handler for <span class="emphasis"><em>all</em></span> messages from
|
531
486
|
GLib</b></p>
|
532
487
|
<div class="example-contents">
|
533
488
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
@@ -577,7 +532,7 @@ and recursive messages as well, combine the log levels with the
|
|
577
532
|
</table></div>
|
578
533
|
</div>
|
579
534
|
<hr>
|
580
|
-
<div class="refsect2">
|
535
|
+
<div class="refsect2" title="g_log_remove_handler ()">
|
581
536
|
<a name="g-log-remove-handler"></a><h3>g_log_remove_handler ()</h3>
|
582
537
|
<pre class="programlisting"><span class="returnvalue">void</span> g_log_remove_handler (<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *log_domain</code></em>,
|
583
538
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> handler_id</code></em>);</pre>
|
@@ -601,7 +556,7 @@ Removes the log handler.
|
|
601
556
|
</table></div>
|
602
557
|
</div>
|
603
558
|
<hr>
|
604
|
-
<div class="refsect2">
|
559
|
+
<div class="refsect2" title="g_log_set_always_fatal ()">
|
605
560
|
<a name="g-log-set-always-fatal"></a><h3>g_log_set_always_fatal ()</h3>
|
606
561
|
<pre class="programlisting"><a class="link" href="glib-Message-Logging.html#GLogLevelFlags" title="enum GLogLevelFlags"><span class="returnvalue">GLogLevelFlags</span></a> g_log_set_always_fatal (<em class="parameter"><code><a class="link" href="glib-Message-Logging.html#GLogLevelFlags" title="enum GLogLevelFlags"><span class="type">GLogLevelFlags</span></a> fatal_mask</code></em>);</pre>
|
607
562
|
<p>
|
@@ -633,7 +588,7 @@ to be fatal.
|
|
633
588
|
</table></div>
|
634
589
|
</div>
|
635
590
|
<hr>
|
636
|
-
<div class="refsect2">
|
591
|
+
<div class="refsect2" title="g_log_set_fatal_mask ()">
|
637
592
|
<a name="g-log-set-fatal-mask"></a><h3>g_log_set_fatal_mask ()</h3>
|
638
593
|
<pre class="programlisting"><a class="link" href="glib-Message-Logging.html#GLogLevelFlags" title="enum GLogLevelFlags"><span class="returnvalue">GLogLevelFlags</span></a> g_log_set_fatal_mask (<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *log_domain</code></em>,
|
639
594
|
<em class="parameter"><code><a class="link" href="glib-Message-Logging.html#GLogLevelFlags" title="enum GLogLevelFlags"><span class="type">GLogLevelFlags</span></a> fatal_mask</code></em>);</pre>
|
@@ -663,7 +618,7 @@ Sets the log levels which are fatal in the given domain.
|
|
663
618
|
</table></div>
|
664
619
|
</div>
|
665
620
|
<hr>
|
666
|
-
<div class="refsect2">
|
621
|
+
<div class="refsect2" title="g_log_default_handler ()">
|
667
622
|
<a name="g-log-default-handler"></a><h3>g_log_default_handler ()</h3>
|
668
623
|
<pre class="programlisting"><span class="returnvalue">void</span> g_log_default_handler (<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *log_domain</code></em>,
|
669
624
|
<em class="parameter"><code><a class="link" href="glib-Message-Logging.html#GLogLevelFlags" title="enum GLogLevelFlags"><span class="type">GLogLevelFlags</span></a> log_level</code></em>,
|
@@ -707,7 +662,7 @@ stderr is used for levels <a class="link" href="glib-Message-Logging.html#G-LOG-
|
|
707
662
|
</table></div>
|
708
663
|
</div>
|
709
664
|
<hr>
|
710
|
-
<div class="refsect2">
|
665
|
+
<div class="refsect2" title="g_log_set_default_handler ()">
|
711
666
|
<a name="g-log-set-default-handler"></a><h3>g_log_set_default_handler ()</h3>
|
712
667
|
<pre class="programlisting"><a class="link" href="glib-Message-Logging.html#GLogFunc" title="GLogFunc ()"><span class="returnvalue">GLogFunc</span></a> g_log_set_default_handler (<em class="parameter"><code><a class="link" href="glib-Message-Logging.html#GLogFunc" title="GLogFunc ()"><span class="type">GLogFunc</span></a> log_func</code></em>,
|
713
668
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gpointer" title="gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
@@ -743,6 +698,6 @@ and log level combination. By default, GLib uses
|
|
743
698
|
</div>
|
744
699
|
<div class="footer">
|
745
700
|
<hr>
|
746
|
-
Generated by GTK-Doc V1.15
|
701
|
+
Generated by GTK-Doc V1.15</div>
|
747
702
|
</body>
|
748
703
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Miscellaneous Macros</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-fundamentals.html" title="GLib Fundamentals">
|
9
9
|
<link rel="prev" href="glib-Numerical-Definitions.html" title="Numerical Definitions">
|
10
10
|
<link rel="next" href="glib-Atomic-Operations.html" title="Atomic Operations">
|
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">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<a href="#glib-Miscellaneous-Macros.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry">
|
29
|
+
<div class="refentry" title="Miscellaneous Macros">
|
30
30
|
<a name="glib-Miscellaneous-Macros"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv">
|
38
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
39
39
|
<a name="glib-Miscellaneous-Macros.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <glib.h>
|
@@ -108,16 +108,16 @@
|
|
108
108
|
#define <a class="link" href="glib-Miscellaneous-Macros.html#G-GUINTPTR-FORMAT:CAPS" title="G_GUINTPTR_FORMAT">G_GUINTPTR_FORMAT</a>
|
109
109
|
</pre>
|
110
110
|
</div>
|
111
|
-
<div class="refsect1">
|
111
|
+
<div class="refsect1" title="Description">
|
112
112
|
<a name="glib-Miscellaneous-Macros.description"></a><h2>Description</h2>
|
113
113
|
<p>
|
114
114
|
These macros provide more specialized features which are not needed so often
|
115
115
|
by application programmers.
|
116
116
|
</p>
|
117
117
|
</div>
|
118
|
-
<div class="refsect1">
|
118
|
+
<div class="refsect1" title="Details">
|
119
119
|
<a name="glib-Miscellaneous-Macros.details"></a><h2>Details</h2>
|
120
|
-
<div class="refsect2">
|
120
|
+
<div class="refsect2" title="G_INLINE_FUNC">
|
121
121
|
<a name="G-INLINE-FUNC:CAPS"></a><h3>G_INLINE_FUNC</h3>
|
122
122
|
<pre class="programlisting">#define G_INLINE_FUNC</pre>
|
123
123
|
<p>
|
@@ -135,7 +135,7 @@ and can be used normally.
|
|
135
135
|
</p>
|
136
136
|
</div>
|
137
137
|
<hr>
|
138
|
-
<div class="refsect2">
|
138
|
+
<div class="refsect2" title="G_STMT_START">
|
139
139
|
<a name="G-STMT-START:CAPS"></a><h3>G_STMT_START</h3>
|
140
140
|
<pre class="programlisting"># define G_STMT_START do
|
141
141
|
</pre>
|
@@ -145,7 +145,7 @@ only one statement is expected by the compiler.
|
|
145
145
|
</p>
|
146
146
|
</div>
|
147
147
|
<hr>
|
148
|
-
<div class="refsect2">
|
148
|
+
<div class="refsect2" title="G_STMT_END">
|
149
149
|
<a name="G-STMT-END:CAPS"></a><h3>G_STMT_END</h3>
|
150
150
|
<pre class="programlisting"># define G_STMT_END while (0)
|
151
151
|
</pre>
|
@@ -155,7 +155,7 @@ only one statement is expected by the compiler.
|
|
155
155
|
</p>
|
156
156
|
</div>
|
157
157
|
<hr>
|
158
|
-
<div class="refsect2">
|
158
|
+
<div class="refsect2" title="G_BEGIN_DECLS">
|
159
159
|
<a name="G-BEGIN-DECLS:CAPS"></a><h3>G_BEGIN_DECLS</h3>
|
160
160
|
<pre class="programlisting">#define G_BEGIN_DECLS</pre>
|
161
161
|
<p>
|
@@ -165,7 +165,7 @@ around the header.
|
|
165
165
|
</p>
|
166
166
|
</div>
|
167
167
|
<hr>
|
168
|
-
<div class="refsect2">
|
168
|
+
<div class="refsect2" title="G_END_DECLS">
|
169
169
|
<a name="G-END-DECLS:CAPS"></a><h3>G_END_DECLS</h3>
|
170
170
|
<pre class="programlisting">#define G_END_DECLS</pre>
|
171
171
|
<p>
|
@@ -175,7 +175,7 @@ around the header.
|
|
175
175
|
</p>
|
176
176
|
</div>
|
177
177
|
<hr>
|
178
|
-
<div class="refsect2">
|
178
|
+
<div class="refsect2" title="G_N_ELEMENTS()">
|
179
179
|
<a name="G-N-ELEMENTS:CAPS"></a><h3>G_N_ELEMENTS()</h3>
|
180
180
|
<pre class="programlisting">#define G_N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0]))
|
181
181
|
</pre>
|
@@ -195,7 +195,7 @@ arrays or arrays on the stack.
|
|
195
195
|
</table></div>
|
196
196
|
</div>
|
197
197
|
<hr>
|
198
|
-
<div class="refsect2">
|
198
|
+
<div class="refsect2" title="G_VA_COPY()">
|
199
199
|
<a name="G-VA-COPY:CAPS"></a><h3>G_VA_COPY()</h3>
|
200
200
|
<pre class="programlisting">#define G_VA_COPY(ap1,ap2)</pre>
|
201
201
|
<p>
|
@@ -223,7 +223,7 @@ does not include <code class="function">string.h</code> for you.
|
|
223
223
|
</table></div>
|
224
224
|
</div>
|
225
225
|
<hr>
|
226
|
-
<div class="refsect2">
|
226
|
+
<div class="refsect2" title="G_STRINGIFY()">
|
227
227
|
<a name="G-STRINGIFY:CAPS"></a><h3>G_STRINGIFY()</h3>
|
228
228
|
<pre class="programlisting">#define G_STRINGIFY(macro_or_string) G_STRINGIFY_ARG (macro_or_string)
|
229
229
|
</pre>
|
@@ -268,7 +268,7 @@ is transformed by the preprocessor into (code equivalent to):
|
|
268
268
|
</table></div>
|
269
269
|
</div>
|
270
270
|
<hr>
|
271
|
-
<div class="refsect2">
|
271
|
+
<div class="refsect2" title="G_PASTE()">
|
272
272
|
<a name="G-PASTE:CAPS"></a><h3>G_PASTE()</h3>
|
273
273
|
<pre class="programlisting">#define G_PASTE(identifier1,identifier2) G_PASTE_ARGS (identifier1, identifier2)
|
274
274
|
</pre>
|
@@ -330,7 +330,7 @@ is transformed by the preprocessor into:
|
|
330
330
|
<p class="since">Since 2.20</p>
|
331
331
|
</div>
|
332
332
|
<hr>
|
333
|
-
<div class="refsect2">
|
333
|
+
<div class="refsect2" title="G_STATIC_ASSERT()">
|
334
334
|
<a name="G-STATIC-ASSERT:CAPS"></a><h3>G_STATIC_ASSERT()</h3>
|
335
335
|
<pre class="programlisting">#define G_STATIC_ASSERT(expr) typedef struct { char Compile_Time_Assertion[(expr) ? 1 : -1]; } G_PASTE (_GStaticAssert_, __LINE__)
|
336
336
|
</pre>
|
@@ -351,7 +351,7 @@ The macro should only be used once per source code line.
|
|
351
351
|
<p class="since">Since 2.20</p>
|
352
352
|
</div>
|
353
353
|
<hr>
|
354
|
-
<div class="refsect2">
|
354
|
+
<div class="refsect2" title="G_GNUC_EXTENSION">
|
355
355
|
<a name="G-GNUC-EXTENSION:CAPS"></a><h3>G_GNUC_EXTENSION</h3>
|
356
356
|
<pre class="programlisting">#define G_GNUC_EXTENSION</pre>
|
357
357
|
<p>
|
@@ -362,7 +362,7 @@ when compiling with the <code class="option">-pedantic</code> option.
|
|
362
362
|
</p>
|
363
363
|
</div>
|
364
364
|
<hr>
|
365
|
-
<div class="refsect2">
|
365
|
+
<div class="refsect2" title="G_GNUC_CONST">
|
366
366
|
<a name="G-GNUC-CONST:CAPS"></a><h3>G_GNUC_CONST</h3>
|
367
367
|
<pre class="programlisting">#define G_GNUC_CONST</pre>
|
368
368
|
<p>
|
@@ -371,7 +371,7 @@ Expands to the GNU C <code class="literal">const</code> function attribute if th
|
|
371
371
|
to the function. A const function doesn't examine any values except its parameters, and has no
|
372
372
|
effects except its return value. See the GNU C documentation for details.
|
373
373
|
</p>
|
374
|
-
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
374
|
+
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
375
375
|
<h3 class="title">Note</h3>
|
376
376
|
<p>
|
377
377
|
A function that has pointer arguments and examines the data pointed to
|
@@ -382,7 +382,7 @@ for a const function to return void.
|
|
382
382
|
</div>
|
383
383
|
</div>
|
384
384
|
<hr>
|
385
|
-
<div class="refsect2">
|
385
|
+
<div class="refsect2" title="G_GNUC_PURE">
|
386
386
|
<a name="G-GNUC-PURE:CAPS"></a><h3>G_GNUC_PURE</h3>
|
387
387
|
<pre class="programlisting">#define G_GNUC_PURE</pre>
|
388
388
|
<p>
|
@@ -394,7 +394,7 @@ See the GNU C documentation for details.
|
|
394
394
|
</p>
|
395
395
|
</div>
|
396
396
|
<hr>
|
397
|
-
<div class="refsect2">
|
397
|
+
<div class="refsect2" title="G_GNUC_MALLOC">
|
398
398
|
<a name="G-GNUC-MALLOC:CAPS"></a><h3>G_GNUC_MALLOC</h3>
|
399
399
|
<pre class="programlisting">#define G_GNUC_MALLOC</pre>
|
400
400
|
<p>
|
@@ -408,7 +408,7 @@ See the GNU C documentation for details.
|
|
408
408
|
<p class="since">Since 2.6</p>
|
409
409
|
</div>
|
410
410
|
<hr>
|
411
|
-
<div class="refsect2">
|
411
|
+
<div class="refsect2" title="G_GNUC_ALLOC_SIZE()">
|
412
412
|
<a name="G-GNUC-ALLOC-SIZE:CAPS"></a><h3>G_GNUC_ALLOC_SIZE()</h3>
|
413
413
|
<pre class="programlisting">#define G_GNUC_ALLOC_SIZE(x)</pre>
|
414
414
|
<p>
|
@@ -429,7 +429,7 @@ See the GNU C documentation for details.
|
|
429
429
|
<p class="since">Since 2.18</p>
|
430
430
|
</div>
|
431
431
|
<hr>
|
432
|
-
<div class="refsect2">
|
432
|
+
<div class="refsect2" title="G_GNUC_ALLOC_SIZE2()">
|
433
433
|
<a name="G-GNUC-ALLOC-SIZE2:CAPS"></a><h3>G_GNUC_ALLOC_SIZE2()</h3>
|
434
434
|
<pre class="programlisting">#define G_GNUC_ALLOC_SIZE2(x,y)</pre>
|
435
435
|
<p>
|
@@ -457,7 +457,7 @@ See the GNU C documentation for details.
|
|
457
457
|
<p class="since">Since 2.18</p>
|
458
458
|
</div>
|
459
459
|
<hr>
|
460
|
-
<div class="refsect2">
|
460
|
+
<div class="refsect2" title="G_GNUC_DEPRECATED">
|
461
461
|
<a name="G-GNUC-DEPRECATED:CAPS"></a><h3>G_GNUC_DEPRECATED</h3>
|
462
462
|
<pre class="programlisting">#define G_GNUC_DEPRECATED</pre>
|
463
463
|
<p>
|
@@ -471,7 +471,7 @@ See the GNU C documentation for details.
|
|
471
471
|
<p class="since">Since 2.2</p>
|
472
472
|
</div>
|
473
473
|
<hr>
|
474
|
-
<div class="refsect2">
|
474
|
+
<div class="refsect2" title="G_GNUC_DEPRECATED_FOR()">
|
475
475
|
<a name="G-GNUC-DEPRECATED-FOR:CAPS"></a><h3>G_GNUC_DEPRECATED_FOR()</h3>
|
476
476
|
<pre class="programlisting">#define G_GNUC_DEPRECATED_FOR(f)</pre>
|
477
477
|
<p>
|
@@ -492,7 +492,7 @@ See the GNU C documentation for details.
|
|
492
492
|
<p class="since">Since 2.25.3</p>
|
493
493
|
</div>
|
494
494
|
<hr>
|
495
|
-
<div class="refsect2">
|
495
|
+
<div class="refsect2" title="G_GNUC_NORETURN">
|
496
496
|
<a name="G-GNUC-NORETURN:CAPS"></a><h3>G_GNUC_NORETURN</h3>
|
497
497
|
<pre class="programlisting">#define G_GNUC_NORETURN</pre>
|
498
498
|
<p>
|
@@ -503,7 +503,7 @@ warnings. See the GNU C documentation for details.
|
|
503
503
|
</p>
|
504
504
|
</div>
|
505
505
|
<hr>
|
506
|
-
<div class="refsect2">
|
506
|
+
<div class="refsect2" title="G_GNUC_UNUSED">
|
507
507
|
<a name="G-GNUC-UNUSED:CAPS"></a><h3>G_GNUC_UNUSED</h3>
|
508
508
|
<pre class="programlisting">#define G_GNUC_UNUSED</pre>
|
509
509
|
<p>
|
@@ -513,7 +513,7 @@ It avoids possible compiler warnings. See the GNU C documentation for details.
|
|
513
513
|
</p>
|
514
514
|
</div>
|
515
515
|
<hr>
|
516
|
-
<div class="refsect2">
|
516
|
+
<div class="refsect2" title="G_GNUC_PRINTF()">
|
517
517
|
<a name="G-GNUC-PRINTF:CAPS"></a><h3>G_GNUC_PRINTF()</h3>
|
518
518
|
<pre class="programlisting">#define G_GNUC_PRINTF( format_idx, arg_idx )</pre>
|
519
519
|
<p>
|
@@ -558,7 +558,7 @@ See the GNU C documentation for details.
|
|
558
558
|
</table></div>
|
559
559
|
</div>
|
560
560
|
<hr>
|
561
|
-
<div class="refsect2">
|
561
|
+
<div class="refsect2" title="G_GNUC_SCANF()">
|
562
562
|
<a name="G-GNUC-SCANF:CAPS"></a><h3>G_GNUC_SCANF()</h3>
|
563
563
|
<pre class="programlisting">#define G_GNUC_SCANF( format_idx, arg_idx )</pre>
|
564
564
|
<p>
|
@@ -586,7 +586,7 @@ See the GNU C documentation for details.
|
|
586
586
|
</table></div>
|
587
587
|
</div>
|
588
588
|
<hr>
|
589
|
-
<div class="refsect2">
|
589
|
+
<div class="refsect2" title="G_GNUC_FORMAT()">
|
590
590
|
<a name="G-GNUC-FORMAT:CAPS"></a><h3>G_GNUC_FORMAT()</h3>
|
591
591
|
<pre class="programlisting">#define G_GNUC_FORMAT( arg_idx )</pre>
|
592
592
|
<p>
|
@@ -622,7 +622,7 @@ See the GNU C documentation for details.
|
|
622
622
|
</table></div>
|
623
623
|
</div>
|
624
624
|
<hr>
|
625
|
-
<div class="refsect2">
|
625
|
+
<div class="refsect2" title="G_GNUC_NULL_TERMINATED">
|
626
626
|
<a name="G-GNUC-NULL-TERMINATED:CAPS"></a><h3>G_GNUC_NULL_TERMINATED</h3>
|
627
627
|
<pre class="programlisting">#define G_GNUC_NULL_TERMINATED</pre>
|
628
628
|
<p>
|
@@ -634,7 +634,7 @@ See the GNU C documentation for details.
|
|
634
634
|
</p>
|
635
635
|
Since: 2.8</div>
|
636
636
|
<hr>
|
637
|
-
<div class="refsect2">
|
637
|
+
<div class="refsect2" title="G_GNUC_WARN_UNUSED_RESULT">
|
638
638
|
<a name="G-GNUC-WARN-UNUSED-RESULT:CAPS"></a><h3>G_GNUC_WARN_UNUSED_RESULT</h3>
|
639
639
|
<pre class="programlisting">#define G_GNUC_WARN_UNUSED_RESULT</pre>
|
640
640
|
<p>
|
@@ -646,10 +646,10 @@ is ignored. See the GNU C documentation for details.
|
|
646
646
|
<p class="since">Since 2.10</p>
|
647
647
|
</div>
|
648
648
|
<hr>
|
649
|
-
<div class="refsect2">
|
649
|
+
<div class="refsect2" title="G_GNUC_FUNCTION">
|
650
650
|
<a name="G-GNUC-FUNCTION:CAPS"></a><h3>G_GNUC_FUNCTION</h3>
|
651
651
|
<pre class="programlisting">#define G_GNUC_FUNCTION</pre>
|
652
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
652
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
653
653
|
<h3 class="title">Warning</h3>
|
654
654
|
<p><code class="literal">G_GNUC_FUNCTION</code> has been deprecated since version 2.16 and should not be used in newly-written code. Use <a class="link" href="glib-Miscellaneous-Macros.html#G-STRFUNC:CAPS" title="G_STRFUNC"><span class="type">G_STRFUNC</span></a> instead.</p>
|
655
655
|
</div>
|
@@ -659,10 +659,10 @@ on <span class="command"><strong>gcc</strong></span> version 2.x. Don't use it.
|
|
659
659
|
</p>
|
660
660
|
</div>
|
661
661
|
<hr>
|
662
|
-
<div class="refsect2">
|
662
|
+
<div class="refsect2" title="G_GNUC_PRETTY_FUNCTION">
|
663
663
|
<a name="G-GNUC-PRETTY-FUNCTION:CAPS"></a><h3>G_GNUC_PRETTY_FUNCTION</h3>
|
664
664
|
<pre class="programlisting">#define G_GNUC_PRETTY_FUNCTION</pre>
|
665
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
665
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
666
666
|
<h3 class="title">Warning</h3>
|
667
667
|
<p><code class="literal">G_GNUC_PRETTY_FUNCTION</code> has been deprecated since version 2.16 and should not be used in newly-written code. Use <a class="link" href="glib-Miscellaneous-Macros.html#G-STRFUNC:CAPS" title="G_STRFUNC"><span class="type">G_STRFUNC</span></a> instead.</p>
|
668
668
|
</div>
|
@@ -673,7 +673,7 @@ Don't use it.
|
|
673
673
|
</p>
|
674
674
|
</div>
|
675
675
|
<hr>
|
676
|
-
<div class="refsect2">
|
676
|
+
<div class="refsect2" title="G_GNUC_NO_INSTRUMENT">
|
677
677
|
<a name="G-GNUC-NO-INSTRUMENT:CAPS"></a><h3>G_GNUC_NO_INSTRUMENT</h3>
|
678
678
|
<pre class="programlisting">#define G_GNUC_NO_INSTRUMENT</pre>
|
679
679
|
<p>
|
@@ -686,7 +686,7 @@ See the GNU C documentation for details.
|
|
686
686
|
</p>
|
687
687
|
</div>
|
688
688
|
<hr>
|
689
|
-
<div class="refsect2">
|
689
|
+
<div class="refsect2" title="G_HAVE_GNUC_VISIBILITY">
|
690
690
|
<a name="G-HAVE-GNUC-VISIBILITY:CAPS"></a><h3>G_HAVE_GNUC_VISIBILITY</h3>
|
691
691
|
<pre class="programlisting">#define G_HAVE_GNUC_VISIBILITY 1
|
692
692
|
</pre>
|
@@ -694,7 +694,7 @@ See the GNU C documentation for details.
|
|
694
694
|
</p>
|
695
695
|
</div>
|
696
696
|
<hr>
|
697
|
-
<div class="refsect2">
|
697
|
+
<div class="refsect2" title="G_GNUC_INTERNAL">
|
698
698
|
<a name="G-GNUC-INTERNAL:CAPS"></a><h3>G_GNUC_INTERNAL</h3>
|
699
699
|
<pre class="programlisting">#define G_GNUC_INTERNAL</pre>
|
700
700
|
<p>
|
@@ -735,7 +735,7 @@ Sun Studio does not.
|
|
735
735
|
|
736
736
|
Since: 2.6</div>
|
737
737
|
<hr>
|
738
|
-
<div class="refsect2">
|
738
|
+
<div class="refsect2" title="G_GNUC_MAY_ALIAS">
|
739
739
|
<a name="G-GNUC-MAY-ALIAS:CAPS"></a><h3>G_GNUC_MAY_ALIAS</h3>
|
740
740
|
<pre class="programlisting">#define G_GNUC_MAY_ALIAS</pre>
|
741
741
|
<p>
|
@@ -747,7 +747,7 @@ See the GNU C documentation for details.
|
|
747
747
|
</p>
|
748
748
|
Since: 2.14</div>
|
749
749
|
<hr>
|
750
|
-
<div class="refsect2">
|
750
|
+
<div class="refsect2" title="G_LIKELY()">
|
751
751
|
<a name="G-LIKELY:CAPS"></a><h3>G_LIKELY()</h3>
|
752
752
|
<pre class="programlisting">#define G_LIKELY(expr)</pre>
|
753
753
|
<p>
|
@@ -785,7 +785,7 @@ value. The compiler may use this information for optimizations.
|
|
785
785
|
<p class="since">Since 2.2</p>
|
786
786
|
</div>
|
787
787
|
<hr>
|
788
|
-
<div class="refsect2">
|
788
|
+
<div class="refsect2" title="G_UNLIKELY()">
|
789
789
|
<a name="G-UNLIKELY:CAPS"></a><h3>G_UNLIKELY()</h3>
|
790
790
|
<pre class="programlisting">#define G_UNLIKELY(expr)</pre>
|
791
791
|
<p>
|
@@ -823,7 +823,7 @@ value. The compiler may use this information for optimizations.
|
|
823
823
|
<p class="since">Since 2.2</p>
|
824
824
|
</div>
|
825
825
|
<hr>
|
826
|
-
<div class="refsect2">
|
826
|
+
<div class="refsect2" title="G_STRLOC">
|
827
827
|
<a name="G-STRLOC:CAPS"></a><h3>G_STRLOC</h3>
|
828
828
|
<pre class="programlisting">#define G_STRLOC</pre>
|
829
829
|
<p>
|
@@ -831,7 +831,7 @@ Expands to a string identifying the current code position.
|
|
831
831
|
</p>
|
832
832
|
</div>
|
833
833
|
<hr>
|
834
|
-
<div class="refsect2">
|
834
|
+
<div class="refsect2" title="G_STRFUNC">
|
835
835
|
<a name="G-STRFUNC:CAPS"></a><h3>G_STRFUNC</h3>
|
836
836
|
<pre class="programlisting">#define G_STRFUNC</pre>
|
837
837
|
<p>
|
@@ -840,7 +840,7 @@ Expands to a string identifying the current function.
|
|
840
840
|
<p class="since">Since 2.4</p>
|
841
841
|
</div>
|
842
842
|
<hr>
|
843
|
-
<div class="refsect2">
|
843
|
+
<div class="refsect2" title="G_GINT16_MODIFIER">
|
844
844
|
<a name="G-GINT16-MODIFIER:CAPS"></a><h3>G_GINT16_MODIFIER</h3>
|
845
845
|
<pre class="programlisting">#define G_GINT16_MODIFIER "h"
|
846
846
|
</pre>
|
@@ -872,7 +872,7 @@ The following example prints "0x7b";
|
|
872
872
|
<p class="since">Since 2.4</p>
|
873
873
|
</div>
|
874
874
|
<hr>
|
875
|
-
<div class="refsect2">
|
875
|
+
<div class="refsect2" title="G_GINT16_FORMAT">
|
876
876
|
<a name="G-GINT16-FORMAT:CAPS"></a><h3>G_GINT16_FORMAT</h3>
|
877
877
|
<pre class="programlisting">#define G_GINT16_FORMAT "hi"
|
878
878
|
</pre>
|
@@ -907,7 +907,7 @@ modifiers between percent-sign and conversion specifier.
|
|
907
907
|
</p>
|
908
908
|
</div>
|
909
909
|
<hr>
|
910
|
-
<div class="refsect2">
|
910
|
+
<div class="refsect2" title="G_GUINT16_FORMAT">
|
911
911
|
<a name="G-GUINT16-FORMAT:CAPS"></a><h3>G_GUINT16_FORMAT</h3>
|
912
912
|
<pre class="programlisting">#define G_GUINT16_FORMAT "hu"
|
913
913
|
</pre>
|
@@ -917,7 +917,7 @@ printing values of type <a class="link" href="glib-Basic-Types.html#guint16" tit
|
|
917
917
|
</p>
|
918
918
|
</div>
|
919
919
|
<hr>
|
920
|
-
<div class="refsect2">
|
920
|
+
<div class="refsect2" title="G_GINT32_MODIFIER">
|
921
921
|
<a name="G-GINT32-MODIFIER:CAPS"></a><h3>G_GINT32_MODIFIER</h3>
|
922
922
|
<pre class="programlisting">#define G_GINT32_MODIFIER ""
|
923
923
|
</pre>
|
@@ -929,7 +929,7 @@ See also <a class="link" href="glib-Miscellaneous-Macros.html#G-GINT16-MODIFIER:
|
|
929
929
|
<p class="since">Since 2.4</p>
|
930
930
|
</div>
|
931
931
|
<hr>
|
932
|
-
<div class="refsect2">
|
932
|
+
<div class="refsect2" title="G_GINT32_FORMAT">
|
933
933
|
<a name="G-GINT32-FORMAT:CAPS"></a><h3>G_GINT32_FORMAT</h3>
|
934
934
|
<pre class="programlisting">#define G_GINT32_FORMAT "i"
|
935
935
|
</pre>
|
@@ -939,7 +939,7 @@ printing values of type <a class="link" href="glib-Basic-Types.html#gint32" titl
|
|
939
939
|
</p>
|
940
940
|
</div>
|
941
941
|
<hr>
|
942
|
-
<div class="refsect2">
|
942
|
+
<div class="refsect2" title="G_GUINT32_FORMAT">
|
943
943
|
<a name="G-GUINT32-FORMAT:CAPS"></a><h3>G_GUINT32_FORMAT</h3>
|
944
944
|
<pre class="programlisting">#define G_GUINT32_FORMAT "u"
|
945
945
|
</pre>
|
@@ -949,7 +949,7 @@ printing values of type <a class="link" href="glib-Basic-Types.html#guint32" tit
|
|
949
949
|
</p>
|
950
950
|
</div>
|
951
951
|
<hr>
|
952
|
-
<div class="refsect2">
|
952
|
+
<div class="refsect2" title="G_GINT64_MODIFIER">
|
953
953
|
<a name="G-GINT64-MODIFIER:CAPS"></a><h3>G_GINT64_MODIFIER</h3>
|
954
954
|
<pre class="programlisting">#define G_GINT64_MODIFIER "l"
|
955
955
|
</pre>
|
@@ -957,7 +957,7 @@ printing values of type <a class="link" href="glib-Basic-Types.html#guint32" tit
|
|
957
957
|
The platform dependent length modifier for conversion specifiers for scanning
|
958
958
|
and printing values of type <a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="type">gint64</span></a> or <a class="link" href="glib-Basic-Types.html#guint64" title="guint64"><span class="type">guint64</span></a>. It is a string literal.
|
959
959
|
</p>
|
960
|
-
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
960
|
+
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
961
961
|
<h3 class="title">Note</h3>
|
962
962
|
<p>
|
963
963
|
Some platforms do not support printing 64 bit integers,
|
@@ -968,7 +968,7 @@ is not defined.
|
|
968
968
|
<p class="since">Since 2.4</p>
|
969
969
|
</div>
|
970
970
|
<hr>
|
971
|
-
<div class="refsect2">
|
971
|
+
<div class="refsect2" title="G_GINT64_FORMAT">
|
972
972
|
<a name="G-GINT64-FORMAT:CAPS"></a><h3>G_GINT64_FORMAT</h3>
|
973
973
|
<pre class="programlisting">#define G_GINT64_FORMAT "li"
|
974
974
|
</pre>
|
@@ -976,7 +976,7 @@ is not defined.
|
|
976
976
|
This is the platform dependent conversion specifier for scanning and
|
977
977
|
printing values of type <a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="type">gint64</span></a>. See also <a class="link" href="glib-Miscellaneous-Macros.html#G-GINT16-FORMAT:CAPS" title="G_GINT16_FORMAT"><span class="type">G_GINT16_FORMAT</span></a>.
|
978
978
|
</p>
|
979
|
-
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
979
|
+
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
980
980
|
<h3 class="title">Note</h3>
|
981
981
|
<p>
|
982
982
|
Some platforms do not support scanning and printing 64 bit integers,
|
@@ -989,7 +989,7 @@ instead.
|
|
989
989
|
</div>
|
990
990
|
</div>
|
991
991
|
<hr>
|
992
|
-
<div class="refsect2">
|
992
|
+
<div class="refsect2" title="G_GUINT64_FORMAT">
|
993
993
|
<a name="G-GUINT64-FORMAT:CAPS"></a><h3>G_GUINT64_FORMAT</h3>
|
994
994
|
<pre class="programlisting">#define G_GUINT64_FORMAT "lu"
|
995
995
|
</pre>
|
@@ -997,7 +997,7 @@ instead.
|
|
997
997
|
This is the platform dependent conversion specifier for scanning and
|
998
998
|
printing values of type <a class="link" href="glib-Basic-Types.html#guint64" title="guint64"><span class="type">guint64</span></a>. See also <a class="link" href="glib-Miscellaneous-Macros.html#G-GINT16-FORMAT:CAPS" title="G_GINT16_FORMAT"><span class="type">G_GINT16_FORMAT</span></a>.
|
999
999
|
</p>
|
1000
|
-
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1000
|
+
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1001
1001
|
<h3 class="title">Note</h3>
|
1002
1002
|
<p>
|
1003
1003
|
Some platforms do not support scanning and printing 64 bit integers,
|
@@ -1009,7 +1009,7 @@ recommended for parsing anyway; consider using <code class="function">g_strtoull
|
|
1009
1009
|
</div>
|
1010
1010
|
</div>
|
1011
1011
|
<hr>
|
1012
|
-
<div class="refsect2">
|
1012
|
+
<div class="refsect2" title="G_GSIZE_MODIFIER">
|
1013
1013
|
<a name="G-GSIZE-MODIFIER:CAPS"></a><h3>G_GSIZE_MODIFIER</h3>
|
1014
1014
|
<pre class="programlisting">#define G_GSIZE_MODIFIER "l"
|
1015
1015
|
</pre>
|
@@ -1020,7 +1020,7 @@ and printing values of type <a class="link" href="glib-Basic-Types.html#gsize" t
|
|
1020
1020
|
<p class="since">Since 2.6</p>
|
1021
1021
|
</div>
|
1022
1022
|
<hr>
|
1023
|
-
<div class="refsect2">
|
1023
|
+
<div class="refsect2" title="G_GSIZE_FORMAT">
|
1024
1024
|
<a name="G-GSIZE-FORMAT:CAPS"></a><h3>G_GSIZE_FORMAT</h3>
|
1025
1025
|
<pre class="programlisting">#define G_GSIZE_FORMAT "lu"
|
1026
1026
|
</pre>
|
@@ -1031,7 +1031,7 @@ printing values of type <a class="link" href="glib-Basic-Types.html#gsize" title
|
|
1031
1031
|
<p class="since">Since 2.6</p>
|
1032
1032
|
</div>
|
1033
1033
|
<hr>
|
1034
|
-
<div class="refsect2">
|
1034
|
+
<div class="refsect2" title="G_GSSIZE_FORMAT">
|
1035
1035
|
<a name="G-GSSIZE-FORMAT:CAPS"></a><h3>G_GSSIZE_FORMAT</h3>
|
1036
1036
|
<pre class="programlisting">#define G_GSSIZE_FORMAT "li"
|
1037
1037
|
</pre>
|
@@ -1042,7 +1042,7 @@ printing values of type <a class="link" href="glib-Basic-Types.html#gssize" titl
|
|
1042
1042
|
<p class="since">Since 2.6</p>
|
1043
1043
|
</div>
|
1044
1044
|
<hr>
|
1045
|
-
<div class="refsect2">
|
1045
|
+
<div class="refsect2" title="G_GOFFSET_MODIFIER">
|
1046
1046
|
<a name="G-GOFFSET-MODIFIER:CAPS"></a><h3>G_GOFFSET_MODIFIER</h3>
|
1047
1047
|
<pre class="programlisting">#define G_GOFFSET_MODIFIER G_GINT64_MODIFIER
|
1048
1048
|
</pre>
|
@@ -1054,7 +1054,7 @@ and printing values of type <a class="link" href="glib-Basic-Types.html#goffset"
|
|
1054
1054
|
<p class="since">Since 2.20</p>
|
1055
1055
|
</div>
|
1056
1056
|
<hr>
|
1057
|
-
<div class="refsect2">
|
1057
|
+
<div class="refsect2" title="G_GOFFSET_FORMAT">
|
1058
1058
|
<a name="G-GOFFSET-FORMAT:CAPS"></a><h3>G_GOFFSET_FORMAT</h3>
|
1059
1059
|
<pre class="programlisting">#define G_GOFFSET_FORMAT G_GINT64_FORMAT
|
1060
1060
|
</pre>
|
@@ -1064,7 +1064,7 @@ printing values of type <a class="link" href="glib-Basic-Types.html#goffset" tit
|
|
1064
1064
|
</p>
|
1065
1065
|
Since: 2.20</div>
|
1066
1066
|
<hr>
|
1067
|
-
<div class="refsect2">
|
1067
|
+
<div class="refsect2" title="G_GINTPTR_MODIFIER">
|
1068
1068
|
<a name="G-GINTPTR-MODIFIER:CAPS"></a><h3>G_GINTPTR_MODIFIER</h3>
|
1069
1069
|
<pre class="programlisting">#define G_GINTPTR_MODIFIER "l"
|
1070
1070
|
</pre>
|
@@ -1075,7 +1075,7 @@ and printing values of type <a class="link" href="glib-Basic-Types.html#gintptr"
|
|
1075
1075
|
<p class="since">Since 2.22</p>
|
1076
1076
|
</div>
|
1077
1077
|
<hr>
|
1078
|
-
<div class="refsect2">
|
1078
|
+
<div class="refsect2" title="G_GINTPTR_FORMAT">
|
1079
1079
|
<a name="G-GINTPTR-FORMAT:CAPS"></a><h3>G_GINTPTR_FORMAT</h3>
|
1080
1080
|
<pre class="programlisting">#define G_GINTPTR_FORMAT "li"
|
1081
1081
|
</pre>
|
@@ -1086,7 +1086,7 @@ printing values of type <a class="link" href="glib-Basic-Types.html#gintptr" tit
|
|
1086
1086
|
<p class="since">Since 2.22</p>
|
1087
1087
|
</div>
|
1088
1088
|
<hr>
|
1089
|
-
<div class="refsect2">
|
1089
|
+
<div class="refsect2" title="G_GUINTPTR_FORMAT">
|
1090
1090
|
<a name="G-GUINTPTR-FORMAT:CAPS"></a><h3>G_GUINTPTR_FORMAT</h3>
|
1091
1091
|
<pre class="programlisting">#define G_GUINTPTR_FORMAT "lu"
|
1092
1092
|
</pre>
|
@@ -1100,6 +1100,6 @@ printing values of type <a class="link" href="glib-Basic-Types.html#guintptr" ti
|
|
1100
1100
|
</div>
|
1101
1101
|
<div class="footer">
|
1102
1102
|
<hr>
|
1103
|
-
Generated by GTK-Doc V1.15
|
1103
|
+
Generated by GTK-Doc V1.15</div>
|
1104
1104
|
</body>
|
1105
1105
|
</html>
|