glib2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +46 -0
- data/Rakefile +1 -0
- data/ext/glib2/rbglib.h +1 -1
- data/ext/glib2/rbglib_iochannel.c +15 -6
- data/ext/glib2/rbgobj_signal.c +1 -1
- data/ext/glib2/rbgobject.h +1 -1
- data/lib/1.8/glib2.so +0 -0
- data/lib/1.9/glib2.so +0 -0
- data/lib/gnome2-raketask.rb +3 -2
- data/lib/mkmf-gnome2.rb +47 -23
- data/test/glib-test-init.rb +1 -3
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +3 -2
- 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/include/glib-2.0/gio/gaction.h +91 -0
- data/vendor/local/include/glib-2.0/gio/gactiongroup.h +151 -0
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +11 -1
- data/vendor/local/include/glib-2.0/gio/gapplication.h +165 -0
- data/vendor/local/include/glib-2.0/gio/gapplicationcommandline.h +118 -0
- data/vendor/local/include/glib-2.0/gio/gasyncresult.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gcancellable.h +2 -0
- data/vendor/local/include/glib-2.0/gio/gemblemedicon.h +15 -0
- data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gfileinputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfileiostream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfilemonitor.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfileoutputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gio.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +158 -2
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +12 -0
- data/vendor/local/include/glib-2.0/gio/giomodule.h +1 -1
- data/vendor/local/include/glib-2.0/gio/giostream.h +11 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +48 -0
- data/vendor/local/include/glib-2.0/gio/goutputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gpollableinputstream.h +101 -0
- data/vendor/local/include/glib-2.0/gio/gpollableoutputstream.h +98 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +9 -2
- data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleaction.h +95 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleactiongroup.h +87 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +11 -1
- data/vendor/local/include/glib-2.0/gio/gsocketclient.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gtcpwrapperconnection.h +68 -0
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +92 -0
- data/vendor/local/include/glib-2.0/gio/gtlscertificate.h +83 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +72 -0
- data/vendor/local/include/glib-2.0/gio/gtlsconnection.h +136 -0
- data/vendor/local/include/glib-2.0/gio/gtlsserverconnection.h +61 -0
- data/vendor/local/include/glib-2.0/glib/glist.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gmain.h +27 -6
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +80 -5
- data/vendor/local/include/glib-2.0/glib/grand.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gsequence.h +8 -0
- data/vendor/local/include/glib-2.0/glib/gslist.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gtimezone.h +37 -0
- data/vendor/local/include/glib-2.0/glib/gtypes.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gunicode.h +22 -16
- data/vendor/local/include/glib-2.0/glib/gutils.h +5 -0
- data/vendor/local/include/glib-2.0/glib/gvariant.h +35 -11
- data/vendor/local/include/glib-2.0/gobject/gobject.h +15 -0
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +5 -0
- data/vendor/local/include/glib-2.0/gobject/gsourceclosure.h +4 -2
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -1
- data/vendor/local/lib/gio-2.0.def +142 -0
- data/vendor/local/lib/gio-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0.def +21 -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.def +3 -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 +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/manifest/{glib-dev_2.26.1-1_win32.mft → glib-dev_2.28.1-1_win32.mft} +55 -19
- data/vendor/local/manifest/{glib_2.26.1-1_win32.mft → glib_2.28.1-1_win32.mft} +3 -2
- data/vendor/local/share/aclocal/glib-2.0.m4 +4 -4
- data/vendor/local/share/doc/{glib-2.26.1 → glib-2.28.1}/COPYING +0 -0
- data/vendor/local/share/doc/{glib-dev-2.26.1 → glib-dev-2.28.1}/COPYING +0 -0
- data/vendor/local/share/glib-2.0/gettext/mkinstalldirs +72 -21
- data/vendor/local/share/glib-2.0/schemas/gschema.dtd +21 -8
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +469 -0
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +754 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +296 -249
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +1458 -0
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +815 -0
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +61 -97
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +31 -38
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +52 -68
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +38 -50
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +120 -77
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +49 -51
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +39 -62
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +26 -35
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +415 -650
- data/vendor/local/share/gtk-doc/html/gio/{gio-GDBusError.html → GDBusError.html} +118 -147
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +204 -347
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +66 -111
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +210 -309
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +68 -87
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +190 -232
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +89 -118
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +196 -270
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +40 -46
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +56 -24
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +1090 -1443
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +13 -16
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +66 -86
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +31 -45
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +19 -21
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +466 -602
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +32 -40
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +60 -59
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +32 -47
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +37 -45
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +22 -26
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +22 -26
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +32 -38
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +184 -52
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +45 -54
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +96 -125
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +49 -71
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +102 -134
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +21 -24
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +34 -41
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +223 -294
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +127 -153
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +35 -46
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +37 -46
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +138 -174
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +46 -68
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +398 -0
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +340 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +89 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -56
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +59 -34
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +82 -95
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +58 -72
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +597 -357
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +125 -75
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +339 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +200 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +232 -167
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +291 -406
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +39 -45
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +301 -223
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +41 -44
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +41 -49
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +22 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +88 -107
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/{gio-GSrvTarget.html → GSrvTarget.html} +74 -77
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +21 -22
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +156 -0
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +40 -46
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +29 -35
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +260 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +396 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +428 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +869 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +158 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +32 -41
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +28 -34
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +44 -54
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +35 -32
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +35 -32
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +49 -57
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +142 -187
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +99 -132
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +33 -32
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +43 -13
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +10 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +36 -28
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +744 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +915 -107
- data/vendor/local/share/gtk-doc/html/gio/application.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/async.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +23 -24
- data/vendor/local/share/gtk-doc/html/gio/ch26.html +54 -36
- data/vendor/local/share/gtk-doc/html/gio/ch27.html +188 -41
- data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +19 -108
- data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +16 -179
- data/vendor/local/share/gtk-doc/html/gio/ch28.html +57 -0
- data/vendor/local/share/gtk-doc/html/gio/{ch26s02.html → ch28s02.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s03.html → ch28s03.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s04.html → ch28s04.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s05.html → ch28s05.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s06.html → ch28s06.html} +17 -15
- data/vendor/local/share/gtk-doc/html/gio/{ch26s07.html → ch28s07.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/ch29.html +70 -0
- data/vendor/local/share/gtk-doc/html/gio/ch29s02.html +130 -0
- data/vendor/local/share/gtk-doc/html/gio/ch29s03.html +202 -0
- data/vendor/local/share/gtk-doc/html/gio/{ch27s04.html → ch29s04.html} +11 -11
- data/vendor/local/share/gtk-doc/html/gio/{ch27s05.html → ch29s05.html} +12 -12
- data/vendor/local/share/gtk-doc/html/gio/{ch27s06.html → ch29s06.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +27 -14
- data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +39 -62
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +141 -248
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +28 -40
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +29 -112
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +45 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +58 -68
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +18 -20
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +82 -76
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +34 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +25 -33
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +87 -113
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +287 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +119 -151
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +62 -95
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +66 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +312 -91
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +386 -133
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +162 -0
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +7 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/index.html +88 -36
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +506 -95
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/networking.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +68 -17
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/settings.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +9 -3
- data/vendor/local/share/gtk-doc/html/gio/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gio/tls.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/utils.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +8 -11
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
- 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 +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +25 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +112 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +15 -11
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +201 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +144 -210
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +97 -136
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +40 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +99 -128
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +104 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +42 -71
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +40 -43
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +224 -314
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +104 -142
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +193 -308
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +51 -76
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +170 -307
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +154 -198
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +45 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +60 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +390 -428
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +265 -333
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +306 -330
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +60 -99
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +122 -152
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +241 -571
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +233 -330
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +310 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +739 -590
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +136 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +22 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +210 -297
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +294 -355
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +27 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +102 -95
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +402 -486
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +308 -442
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +75 -116
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +229 -297
- data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +36 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +121 -187
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +23 -27
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +80 -107
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +46 -69
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +63 -99
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +121 -115
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +304 -327
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +307 -366
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +39 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +230 -343
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +121 -167
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +31 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +73 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +75 -106
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +229 -184
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +31 -40
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +247 -286
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +281 -283
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +83 -337
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +65 -80
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +36 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +408 -621
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +253 -322
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +161 -252
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +677 -590
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +88 -111
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +378 -475
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +27 -48
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +39 -48
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +19 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +57 -93
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +413 -534
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +117 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +60 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +38 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +6 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +82 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +26 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +144 -103
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +170 -105
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +48 -43
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +660 -0
- data/vendor/local/share/gtk-doc/html/glib/index.html +8 -4
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +67 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/glib/tools.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +72 -90
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +79 -108
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +67 -85
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +63 -9
- 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 +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +47 -0
- 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 +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +65 -53
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +8 -11
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +19 -19
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +18 -18
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +22 -22
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +16 -16
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +40 -54
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +405 -512
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +170 -213
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +242 -292
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +91 -127
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +407 -573
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +951 -1268
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +383 -441
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +648 -829
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +82 -95
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +31 -49
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +15 -14
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +62 -58
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +62 -58
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +13 -1
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +13 -13
- data/vendor/local/share/gtk-doc/html/gobject/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/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/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/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/hy/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/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/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/ro/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/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.log → glib_2.28.1-1_win32.log} +690 -773
- data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.sh → glib_2.28.1-1_win32.sh} +2 -4
- metadata +78 -146
- data/ext/glib2/Makefile +0 -169
- data/ext/glib2/glib-enum-types.c +0 -1065
- data/ext/glib2/glib-enum-types.h +0 -144
- data/ext/glib2/ruby-glib2.pc +0 -3
- data/test-unit/COPYING +0 -56
- data/test-unit/GPL +0 -340
- data/test-unit/History.txt +0 -279
- data/test-unit/Manifest.txt +0 -110
- data/test-unit/PSFL +0 -271
- data/test-unit/README.txt +0 -75
- data/test-unit/Rakefile +0 -53
- data/test-unit/TODO +0 -5
- data/test-unit/bin/testrb +0 -5
- data/test-unit/html/bar.png +0 -0
- data/test-unit/html/bar.svg +0 -153
- data/test-unit/html/developer.png +0 -0
- data/test-unit/html/developer.svg +0 -469
- data/test-unit/html/famfamfam-logo.png +0 -0
- data/test-unit/html/favicon.ico +0 -0
- data/test-unit/html/favicon.png +0 -0
- data/test-unit/html/favicon.svg +0 -82
- data/test-unit/html/heading-mark.png +0 -0
- data/test-unit/html/heading-mark.svg +0 -393
- data/test-unit/html/index.html +0 -285
- data/test-unit/html/index.html.ja +0 -299
- data/test-unit/html/install.png +0 -0
- data/test-unit/html/install.svg +0 -636
- data/test-unit/html/jp.png +0 -0
- data/test-unit/html/kinotan-failure.png +0 -0
- data/test-unit/html/kinotan-pass.png +0 -0
- data/test-unit/html/logo.png +0 -0
- data/test-unit/html/logo.svg +0 -483
- data/test-unit/html/reference.png +0 -0
- data/test-unit/html/rubyforge.png +0 -0
- data/test-unit/html/tango-logo.png +0 -0
- data/test-unit/html/test-unit.css +0 -339
- data/test-unit/html/tutorial.png +0 -0
- data/test-unit/html/tutorial.svg +0 -559
- data/test-unit/html/us.png +0 -0
- data/test-unit/images/color-diff.png +0 -0
- data/test-unit/lib/test/unit.rb +0 -328
- data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
- data/test-unit/lib/test/unit/assertions.rb +0 -1792
- data/test-unit/lib/test/unit/attribute.rb +0 -125
- data/test-unit/lib/test/unit/autorunner.rb +0 -415
- data/test-unit/lib/test/unit/collector.rb +0 -38
- data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
- data/test-unit/lib/test/unit/collector/dir.rb +0 -108
- data/test-unit/lib/test/unit/collector/load.rb +0 -187
- data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
- data/test-unit/lib/test/unit/collector/xml.rb +0 -250
- data/test-unit/lib/test/unit/color-scheme.rb +0 -106
- data/test-unit/lib/test/unit/color.rb +0 -96
- data/test-unit/lib/test/unit/diff.rb +0 -740
- data/test-unit/lib/test/unit/error.rb +0 -131
- data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
- data/test-unit/lib/test/unit/failure.rb +0 -136
- data/test-unit/lib/test/unit/fixture.rb +0 -185
- data/test-unit/lib/test/unit/notification.rb +0 -129
- data/test-unit/lib/test/unit/omission.rb +0 -191
- data/test-unit/lib/test/unit/pending.rb +0 -150
- data/test-unit/lib/test/unit/priority.rb +0 -180
- data/test-unit/lib/test/unit/runner/console.rb +0 -52
- data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
- data/test-unit/lib/test/unit/runner/tap.rb +0 -8
- data/test-unit/lib/test/unit/runner/xml.rb +0 -15
- data/test-unit/lib/test/unit/testcase.rb +0 -515
- data/test-unit/lib/test/unit/testresult.rb +0 -125
- data/test-unit/lib/test/unit/testsuite.rb +0 -134
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -467
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
- data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -82
- data/test-unit/lib/test/unit/ui/testrunner.rb +0 -53
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -86
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
- data/test-unit/lib/test/unit/ui/xml/testrunner.rb +0 -224
- data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -42
- data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
- data/test-unit/lib/test/unit/util/observable.rb +0 -90
- data/test-unit/lib/test/unit/util/output.rb +0 -31
- data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
- data/test-unit/lib/test/unit/version.rb +0 -7
- data/test-unit/sample/adder.rb +0 -13
- data/test-unit/sample/subtracter.rb +0 -12
- data/test-unit/sample/test_adder.rb +0 -20
- data/test-unit/sample/test_subtracter.rb +0 -20
- data/test-unit/sample/test_user.rb +0 -23
- data/test-unit/test/collector/test-descendant.rb +0 -133
- data/test-unit/test/collector/test-load.rb +0 -442
- data/test-unit/test/collector/test_dir.rb +0 -406
- data/test-unit/test/collector/test_objectspace.rb +0 -100
- data/test-unit/test/run-test.rb +0 -22
- data/test-unit/test/test-assertions.rb +0 -1849
- data/test-unit/test/test-attribute.rb +0 -86
- data/test-unit/test/test-color-scheme.rb +0 -69
- data/test-unit/test/test-color.rb +0 -47
- data/test-unit/test/test-diff.rb +0 -518
- data/test-unit/test/test-emacs-runner.rb +0 -60
- data/test-unit/test/test-fixture.rb +0 -324
- data/test-unit/test/test-notification.rb +0 -33
- data/test-unit/test/test-omission.rb +0 -81
- data/test-unit/test/test-pending.rb +0 -70
- data/test-unit/test/test-priority.rb +0 -119
- data/test-unit/test/test-testcase.rb +0 -569
- data/test-unit/test/test_error.rb +0 -26
- data/test-unit/test/test_failure.rb +0 -33
- data/test-unit/test/test_testresult.rb +0 -113
- data/test-unit/test/test_testsuite.rb +0 -137
- data/test-unit/test/testunit-test-util.rb +0 -14
- data/test-unit/test/ui/test_tap.rb +0 -33
- data/test-unit/test/ui/test_testrunmediator.rb +0 -20
- data/test-unit/test/util/test-method-owner-finder.rb +0 -38
- data/test-unit/test/util/test-output.rb +0 -11
- data/test-unit/test/util/test_backtracefilter.rb +0 -41
- data/test-unit/test/util/test_observable.rb +0 -102
- data/test-unit/test/util/test_procwrapper.rb +0 -36
- data/vendor/local/share/gtk-doc/html/gio/ch24.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch25.html +0 -217
- data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +0 -39
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
|
9
9
|
<link rel="prev" href="glib-Simple-XML-Subset-Parser.html" title="Simple XML Subset Parser">
|
10
10
|
<link rel="next" href="glib-Bookmark-file-parser.html" title="Bookmark file parser">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.16.1 (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-Key-value-file-parser.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry"
|
29
|
+
<div class="refentry">
|
30
30
|
<a name="glib-Key-value-file-parser"></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">
|
39
39
|
<a name="glib-Key-value-file-parser.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <glib.h>
|
@@ -52,103 +52,103 @@ enum <a class="link" href="glib-Key-value-file-parser.html#GKeyFi
|
|
52
52
|
<a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="glib-Key-value-file-parser.html#g-key-file-load-from-file" title="g_key_file_load_from_file ()">g_key_file_load_from_file</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
53
53
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *file</code></em>,
|
54
54
|
<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFileFlags" title="enum GKeyFileFlags"><span class="type">GKeyFileFlags</span></a> flags</code></em>,
|
55
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
55
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
56
56
|
<a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="glib-Key-value-file-parser.html#g-key-file-load-from-data" title="g_key_file_load_from_data ()">g_key_file_load_from_data</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
57
57
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *data</code></em>,
|
58
58
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> length</code></em>,
|
59
59
|
<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFileFlags" title="enum GKeyFileFlags"><span class="type">GKeyFileFlags</span></a> flags</code></em>,
|
60
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
60
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
61
61
|
<a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="glib-Key-value-file-parser.html#g-key-file-load-from-data-dirs" title="g_key_file_load_from_data_dirs ()">g_key_file_load_from_data_dirs</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
62
62
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *file</code></em>,
|
63
63
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> **full_path</code></em>,
|
64
64
|
<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFileFlags" title="enum GKeyFileFlags"><span class="type">GKeyFileFlags</span></a> flags</code></em>,
|
65
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
65
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
66
66
|
<a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="glib-Key-value-file-parser.html#g-key-file-load-from-dirs" title="g_key_file_load_from_dirs ()">g_key_file_load_from_dirs</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
67
67
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *file</code></em>,
|
68
68
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> **search_dirs</code></em>,
|
69
69
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> **full_path</code></em>,
|
70
70
|
<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFileFlags" title="enum GKeyFileFlags"><span class="type">GKeyFileFlags</span></a> flags</code></em>,
|
71
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
71
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
72
72
|
<a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="glib-Key-value-file-parser.html#g-key-file-to-data" title="g_key_file_to_data ()">g_key_file_to_data</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
73
73
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> *length</code></em>,
|
74
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
74
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
75
75
|
<a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-start-group" title="g_key_file_get_start_group ()">g_key_file_get_start_group</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>);
|
76
76
|
<a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> ** <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-groups" title="g_key_file_get_groups ()">g_key_file_get_groups</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
77
77
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> *length</code></em>);
|
78
78
|
<a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> ** <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-keys" title="g_key_file_get_keys ()">g_key_file_get_keys</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
79
79
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
80
80
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> *length</code></em>,
|
81
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
81
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
82
82
|
<a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="glib-Key-value-file-parser.html#g-key-file-has-group" title="g_key_file_has_group ()">g_key_file_has_group</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
83
83
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>);
|
84
84
|
<a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="glib-Key-value-file-parser.html#g-key-file-has-key" title="g_key_file_has_key ()">g_key_file_has_key</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
85
85
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
86
86
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
87
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
87
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
88
88
|
|
89
89
|
<a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-value" title="g_key_file_get_value ()">g_key_file_get_value</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
90
90
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
91
91
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
92
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
92
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
93
93
|
<a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-string" title="g_key_file_get_string ()">g_key_file_get_string</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
94
94
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
95
95
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
96
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
96
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
97
97
|
<a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-locale-string" title="g_key_file_get_locale_string ()">g_key_file_get_locale_string</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
98
98
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
99
99
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
100
100
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *locale</code></em>,
|
101
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
101
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
102
102
|
<a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-boolean" title="g_key_file_get_boolean ()">g_key_file_get_boolean</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
103
103
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
104
104
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
105
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
105
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
106
106
|
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a> <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-integer" title="g_key_file_get_integer ()">g_key_file_get_integer</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
107
107
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
108
108
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
109
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
109
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
110
110
|
<a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="returnvalue">gint64</span></a> <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-int64" title="g_key_file_get_int64 ()">g_key_file_get_int64</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
111
111
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
112
112
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
113
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
113
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
114
114
|
<a class="link" href="glib-Basic-Types.html#guint64" title="guint64"><span class="returnvalue">guint64</span></a> <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-uint64" title="g_key_file_get_uint64 ()">g_key_file_get_uint64</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
115
115
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
116
116
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
117
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
117
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
118
118
|
<a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="returnvalue">gdouble</span></a> <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-double" title="g_key_file_get_double ()">g_key_file_get_double</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
119
119
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
120
120
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
121
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
121
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
122
122
|
<a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> ** <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-string-list" title="g_key_file_get_string_list ()">g_key_file_get_string_list</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
123
123
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
124
124
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
125
125
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> *length</code></em>,
|
126
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
126
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
127
127
|
<a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> ** <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-locale-string-list" title="g_key_file_get_locale_string_list ()">g_key_file_get_locale_string_list</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
128
128
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
129
129
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
130
130
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *locale</code></em>,
|
131
131
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> *length</code></em>,
|
132
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
132
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
133
133
|
<a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> * <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-boolean-list" title="g_key_file_get_boolean_list ()">g_key_file_get_boolean_list</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
134
134
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
135
135
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
136
136
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> *length</code></em>,
|
137
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
137
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
138
138
|
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a> * <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-integer-list" title="g_key_file_get_integer_list ()">g_key_file_get_integer_list</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
139
139
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
140
140
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
141
141
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> *length</code></em>,
|
142
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
142
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
143
143
|
<a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="returnvalue">gdouble</span></a> * <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-double-list" title="g_key_file_get_double_list ()">g_key_file_get_double_list</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
144
144
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
145
145
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
146
146
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> *length</code></em>,
|
147
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
147
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
148
148
|
<a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-comment" title="g_key_file_get_comment ()">g_key_file_get_comment</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
149
149
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
150
150
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
151
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
151
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
152
152
|
|
153
153
|
<span class="returnvalue">void</span> <a class="link" href="glib-Key-value-file-parser.html#g-key-file-set-value" title="g_key_file_set_value ()">g_key_file_set_value</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
154
154
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
@@ -213,18 +213,18 @@ enum <a class="link" href="glib-Key-value-file-parser.html#GKeyFi
|
|
213
213
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
214
214
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
215
215
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *comment</code></em>,
|
216
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
216
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
217
217
|
<a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="glib-Key-value-file-parser.html#g-key-file-remove-group" title="g_key_file_remove_group ()">g_key_file_remove_group</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
218
218
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
219
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
219
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
220
220
|
<a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="glib-Key-value-file-parser.html#g-key-file-remove-key" title="g_key_file_remove_key ()">g_key_file_remove_key</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
221
221
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
222
222
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
223
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
223
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
224
224
|
<a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="glib-Key-value-file-parser.html#g-key-file-remove-comment" title="g_key_file_remove_comment ()">g_key_file_remove_comment</a> (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
225
225
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
226
226
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
227
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);
|
227
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);
|
228
228
|
|
229
229
|
#define <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP">G_KEY_FILE_DESKTOP_GROUP</a>
|
230
230
|
#define <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-TYPE:CAPS" title="G_KEY_FILE_DESKTOP_KEY_TYPE">G_KEY_FILE_DESKTOP_KEY_TYPE</a>
|
@@ -251,7 +251,7 @@ enum <a class="link" href="glib-Key-value-file-parser.html#GKeyFi
|
|
251
251
|
#define <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-TYPE-DIRECTORY:CAPS" title="G_KEY_FILE_DESKTOP_TYPE_DIRECTORY">G_KEY_FILE_DESKTOP_TYPE_DIRECTORY</a>
|
252
252
|
</pre>
|
253
253
|
</div>
|
254
|
-
<div class="refsect1"
|
254
|
+
<div class="refsect1">
|
255
255
|
<a name="glib-Key-value-file-parser.description"></a><h2>Description</h2>
|
256
256
|
<p>
|
257
257
|
<a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> lets you parse, edit or create files containing groups of
|
@@ -365,9 +365,9 @@ Another difference is that keys and group names in key files are not
|
|
365
365
|
restricted to ASCII characters.
|
366
366
|
</p>
|
367
367
|
</div>
|
368
|
-
<div class="refsect1"
|
368
|
+
<div class="refsect1">
|
369
369
|
<a name="glib-Key-value-file-parser.details"></a><h2>Details</h2>
|
370
|
-
<div class="refsect2"
|
370
|
+
<div class="refsect2">
|
371
371
|
<a name="GKeyFile"></a><h3>GKeyFile</h3>
|
372
372
|
<pre class="programlisting">typedef struct _GKeyFile GKeyFile;</pre>
|
373
373
|
<p>
|
@@ -376,18 +376,18 @@ and should not be used directly.
|
|
376
376
|
</p>
|
377
377
|
</div>
|
378
378
|
<hr>
|
379
|
-
<div class="refsect2"
|
379
|
+
<div class="refsect2">
|
380
380
|
<a name="G-KEY-FILE-ERROR:CAPS"></a><h3>G_KEY_FILE_ERROR</h3>
|
381
381
|
<pre class="programlisting">#define G_KEY_FILE_ERROR g_key_file_error_quark()
|
382
382
|
</pre>
|
383
383
|
<p>
|
384
384
|
Error domain for key file parsing. Errors in this domain will
|
385
|
-
be from the <a class="link" href="glib-Key-value-file-parser.html#GKeyFileError" title="enum GKeyFileError"><span class="type">GKeyFileError</span></a> enumeration. See <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> for information on
|
385
|
+
be from the <a class="link" href="glib-Key-value-file-parser.html#GKeyFileError" title="enum GKeyFileError"><span class="type">GKeyFileError</span></a> enumeration. See <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> for information on
|
386
386
|
error domains.
|
387
387
|
</p>
|
388
388
|
</div>
|
389
389
|
<hr>
|
390
|
-
<div class="refsect2"
|
390
|
+
<div class="refsect2">
|
391
391
|
<a name="GKeyFileError"></a><h3>enum GKeyFileError</h3>
|
392
392
|
<pre class="programlisting">typedef enum
|
393
393
|
{
|
@@ -439,7 +439,7 @@ Error codes returned by key file parsing.
|
|
439
439
|
</table></div>
|
440
440
|
</div>
|
441
441
|
<hr>
|
442
|
-
<div class="refsect2"
|
442
|
+
<div class="refsect2">
|
443
443
|
<a name="GKeyFileFlags"></a><h3>enum GKeyFileFlags</h3>
|
444
444
|
<pre class="programlisting">typedef enum
|
445
445
|
{
|
@@ -477,7 +477,7 @@ Flags which influence the parsing.
|
|
477
477
|
</table></div>
|
478
478
|
</div>
|
479
479
|
<hr>
|
480
|
-
<div class="refsect2"
|
480
|
+
<div class="refsect2">
|
481
481
|
<a name="g-key-file-new"></a><h3>g_key_file_new ()</h3>
|
482
482
|
<pre class="programlisting"><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="returnvalue">GKeyFile</span></a> * g_key_file_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
483
483
|
<p>
|
@@ -490,15 +490,13 @@ read an existing key file.
|
|
490
490
|
<col align="left" valign="top">
|
491
491
|
<tbody><tr>
|
492
492
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
493
|
-
<td>
|
494
|
-
|
495
|
-
</td>
|
493
|
+
<td>an empty <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a>.</td>
|
496
494
|
</tr></tbody>
|
497
495
|
</table></div>
|
498
496
|
<p class="since">Since 2.6</p>
|
499
497
|
</div>
|
500
498
|
<hr>
|
501
|
-
<div class="refsect2"
|
499
|
+
<div class="refsect2">
|
502
500
|
<a name="g-key-file-free"></a><h3>g_key_file_free ()</h3>
|
503
501
|
<pre class="programlisting"><span class="returnvalue">void</span> g_key_file_free (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>);</pre>
|
504
502
|
<p>
|
@@ -515,7 +513,7 @@ Frees a <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="G
|
|
515
513
|
<p class="since">Since 2.6</p>
|
516
514
|
</div>
|
517
515
|
<hr>
|
518
|
-
<div class="refsect2"
|
516
|
+
<div class="refsect2">
|
519
517
|
<a name="g-key-file-set-list-separator"></a><h3>g_key_file_set_list_separator ()</h3>
|
520
518
|
<pre class="programlisting"><span class="returnvalue">void</span> g_key_file_set_list_separator (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
521
519
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> separator</code></em>);</pre>
|
@@ -529,25 +527,24 @@ as separators. The default list separator is ';'.
|
|
529
527
|
<tbody>
|
530
528
|
<tr>
|
531
529
|
<td><p><span class="term"><em class="parameter"><code>key_file</code></em> :</span></p></td>
|
532
|
-
<td>a <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a>
|
530
|
+
<td>a <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a>
|
533
531
|
</td>
|
534
532
|
</tr>
|
535
533
|
<tr>
|
536
534
|
<td><p><span class="term"><em class="parameter"><code>separator</code></em> :</span></p></td>
|
537
|
-
<td>the separator
|
538
|
-
</td>
|
535
|
+
<td>the separator</td>
|
539
536
|
</tr>
|
540
537
|
</tbody>
|
541
538
|
</table></div>
|
542
539
|
<p class="since">Since 2.6</p>
|
543
540
|
</div>
|
544
541
|
<hr>
|
545
|
-
<div class="refsect2"
|
542
|
+
<div class="refsect2">
|
546
543
|
<a name="g-key-file-load-from-file"></a><h3>g_key_file_load_from_file ()</h3>
|
547
544
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> g_key_file_load_from_file (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
548
545
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *file</code></em>,
|
549
546
|
<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFileFlags" title="enum GKeyFileFlags"><span class="type">GKeyFileFlags</span></a> flags</code></em>,
|
550
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
547
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
551
548
|
<p>
|
552
549
|
Loads a key file into an empty <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> structure.
|
553
550
|
If the file could not be loaded then <code class="literal">error</code> is set to
|
@@ -558,13 +555,11 @@ either a <a class="link" href="glib-File-Utilities.html#GFileError" title="enum
|
|
558
555
|
<tbody>
|
559
556
|
<tr>
|
560
557
|
<td><p><span class="term"><em class="parameter"><code>key_file</code></em> :</span></p></td>
|
561
|
-
<td>an empty <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> struct
|
562
|
-
</td>
|
558
|
+
<td>an empty <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> struct</td>
|
563
559
|
</tr>
|
564
560
|
<tr>
|
565
561
|
<td><p><span class="term"><em class="parameter"><code>file</code></em> :</span></p></td>
|
566
|
-
<td>the path of a filename to load, in the GLib filename encoding
|
567
|
-
</td>
|
562
|
+
<td>the path of a filename to load, in the GLib filename encoding</td>
|
568
563
|
</tr>
|
569
564
|
<tr>
|
570
565
|
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
@@ -573,27 +568,26 @@ either a <a class="link" href="glib-File-Utilities.html#GFileError" title="enum
|
|
573
568
|
</tr>
|
574
569
|
<tr>
|
575
570
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
576
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
571
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
577
572
|
</td>
|
578
573
|
</tr>
|
579
574
|
<tr>
|
580
575
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
581
|
-
<td>
|
582
|
-
|
583
|
-
</td>
|
576
|
+
<td>
|
577
|
+
<a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a key file could be loaded, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</td>
|
584
578
|
</tr>
|
585
579
|
</tbody>
|
586
580
|
</table></div>
|
587
581
|
<p class="since">Since 2.6</p>
|
588
582
|
</div>
|
589
583
|
<hr>
|
590
|
-
<div class="refsect2"
|
584
|
+
<div class="refsect2">
|
591
585
|
<a name="g-key-file-load-from-data"></a><h3>g_key_file_load_from_data ()</h3>
|
592
586
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> g_key_file_load_from_data (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
593
587
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *data</code></em>,
|
594
588
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> length</code></em>,
|
595
589
|
<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFileFlags" title="enum GKeyFileFlags"><span class="type">GKeyFileFlags</span></a> flags</code></em>,
|
596
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
590
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
597
591
|
<p>
|
598
592
|
Loads a key file from memory into an empty <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> structure.
|
599
593
|
If the object cannot be created then <code class="literal">error</code> is set to a <a class="link" href="glib-Key-value-file-parser.html#GKeyFileError" title="enum GKeyFileError"><span class="type">GKeyFileError</span></a>.
|
@@ -603,18 +597,15 @@ If the object cannot be created then <code class="literal">error</code> is set t
|
|
603
597
|
<tbody>
|
604
598
|
<tr>
|
605
599
|
<td><p><span class="term"><em class="parameter"><code>key_file</code></em> :</span></p></td>
|
606
|
-
<td>an empty <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> struct
|
607
|
-
</td>
|
600
|
+
<td>an empty <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> struct</td>
|
608
601
|
</tr>
|
609
602
|
<tr>
|
610
603
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
611
|
-
<td>key file loaded in memory
|
612
|
-
</td>
|
604
|
+
<td>key file loaded in memory</td>
|
613
605
|
</tr>
|
614
606
|
<tr>
|
615
607
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
616
|
-
<td>the length of <em class="parameter"><code>data</code></em> in bytes
|
617
|
-
</td>
|
608
|
+
<td>the length of <em class="parameter"><code>data</code></em> in bytes</td>
|
618
609
|
</tr>
|
619
610
|
<tr>
|
620
611
|
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
@@ -623,27 +614,26 @@ If the object cannot be created then <code class="literal">error</code> is set t
|
|
623
614
|
</tr>
|
624
615
|
<tr>
|
625
616
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
626
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
617
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
627
618
|
</td>
|
628
619
|
</tr>
|
629
620
|
<tr>
|
630
621
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
631
|
-
<td>
|
632
|
-
|
633
|
-
</td>
|
622
|
+
<td>
|
623
|
+
<a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a key file could be loaded, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</td>
|
634
624
|
</tr>
|
635
625
|
</tbody>
|
636
626
|
</table></div>
|
637
627
|
<p class="since">Since 2.6</p>
|
638
628
|
</div>
|
639
629
|
<hr>
|
640
|
-
<div class="refsect2"
|
630
|
+
<div class="refsect2">
|
641
631
|
<a name="g-key-file-load-from-data-dirs"></a><h3>g_key_file_load_from_data_dirs ()</h3>
|
642
632
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> g_key_file_load_from_data_dirs (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
643
633
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *file</code></em>,
|
644
634
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> **full_path</code></em>,
|
645
635
|
<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFileFlags" title="enum GKeyFileFlags"><span class="type">GKeyFileFlags</span></a> flags</code></em>,
|
646
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
636
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
647
637
|
<p>
|
648
638
|
This function looks for a key file named <em class="parameter"><code>file</code></em> in the paths
|
649
639
|
returned from <a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-get-user-data-dir" title="g_get_user_data_dir ()"><code class="function">g_get_user_data_dir()</code></a> and <a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-get-system-data-dirs" title="g_get_system_data_dirs ()"><code class="function">g_get_system_data_dirs()</code></a>,
|
@@ -656,48 +646,46 @@ set to either a <a class="link" href="glib-File-Utilities.html#GFileError" title
|
|
656
646
|
<tbody>
|
657
647
|
<tr>
|
658
648
|
<td><p><span class="term"><em class="parameter"><code>key_file</code></em> :</span></p></td>
|
659
|
-
<td>an empty <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> struct
|
660
|
-
</td>
|
649
|
+
<td>an empty <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> struct</td>
|
661
650
|
</tr>
|
662
651
|
<tr>
|
663
652
|
<td><p><span class="term"><em class="parameter"><code>file</code></em> :</span></p></td>
|
664
|
-
<td>a relative path to a filename to open and parse
|
665
|
-
</td>
|
653
|
+
<td>a relative path to a filename to open and parse</td>
|
666
654
|
</tr>
|
667
655
|
<tr>
|
668
656
|
<td><p><span class="term"><em class="parameter"><code>full_path</code></em> :</span></p></td>
|
669
657
|
<td>return location for a string containing the full path
|
670
|
-
|
658
|
+
of the file, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
671
659
|
</td>
|
672
660
|
</tr>
|
673
661
|
<tr>
|
674
662
|
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
675
|
-
<td>flags from <a class="link" href="glib-Key-value-file-parser.html#GKeyFileFlags" title="enum GKeyFileFlags"><span class="type">GKeyFileFlags</span></a>
|
663
|
+
<td>flags from <a class="link" href="glib-Key-value-file-parser.html#GKeyFileFlags" title="enum GKeyFileFlags"><span class="type">GKeyFileFlags</span></a>
|
676
664
|
</td>
|
677
665
|
</tr>
|
678
666
|
<tr>
|
679
667
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
680
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
668
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
681
669
|
</td>
|
682
670
|
</tr>
|
683
671
|
<tr>
|
684
672
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
685
|
-
<td>
|
686
|
-
</td>
|
673
|
+
<td>
|
674
|
+
<a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a key file could be loaded, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> othewise</td>
|
687
675
|
</tr>
|
688
676
|
</tbody>
|
689
677
|
</table></div>
|
690
678
|
<p class="since">Since 2.6</p>
|
691
679
|
</div>
|
692
680
|
<hr>
|
693
|
-
<div class="refsect2"
|
681
|
+
<div class="refsect2">
|
694
682
|
<a name="g-key-file-load-from-dirs"></a><h3>g_key_file_load_from_dirs ()</h3>
|
695
683
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> g_key_file_load_from_dirs (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
696
684
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *file</code></em>,
|
697
685
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> **search_dirs</code></em>,
|
698
686
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> **full_path</code></em>,
|
699
687
|
<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFileFlags" title="enum GKeyFileFlags"><span class="type">GKeyFileFlags</span></a> flags</code></em>,
|
700
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
688
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
701
689
|
<p>
|
702
690
|
This function looks for a key file named <em class="parameter"><code>file</code></em> in the paths
|
703
691
|
specified in <em class="parameter"><code>search_dirs</code></em>, loads the file into <em class="parameter"><code>key_file</code></em> and
|
@@ -710,24 +698,21 @@ be loaded then an <code class="literal">error</code> is set to either a <a class
|
|
710
698
|
<tbody>
|
711
699
|
<tr>
|
712
700
|
<td><p><span class="term"><em class="parameter"><code>key_file</code></em> :</span></p></td>
|
713
|
-
<td>an empty <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> struct
|
714
|
-
</td>
|
701
|
+
<td>an empty <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> struct</td>
|
715
702
|
</tr>
|
716
703
|
<tr>
|
717
704
|
<td><p><span class="term"><em class="parameter"><code>file</code></em> :</span></p></td>
|
718
|
-
<td>a relative path to a filename to open and parse
|
719
|
-
</td>
|
705
|
+
<td>a relative path to a filename to open and parse</td>
|
720
706
|
</tr>
|
721
707
|
<tr>
|
722
708
|
<td><p><span class="term"><em class="parameter"><code>search_dirs</code></em> :</span></p></td>
|
723
709
|
<td>
|
724
|
-
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array of directories to search
|
725
|
-
</td>
|
710
|
+
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array of directories to search</td>
|
726
711
|
</tr>
|
727
712
|
<tr>
|
728
713
|
<td><p><span class="term"><em class="parameter"><code>full_path</code></em> :</span></p></td>
|
729
714
|
<td>return location for a string containing the full path
|
730
|
-
|
715
|
+
of the file, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
731
716
|
</td>
|
732
717
|
</tr>
|
733
718
|
<tr>
|
@@ -737,25 +722,24 @@ be loaded then an <code class="literal">error</code> is set to either a <a class
|
|
737
722
|
</tr>
|
738
723
|
<tr>
|
739
724
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
740
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
725
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
741
726
|
</td>
|
742
727
|
</tr>
|
743
728
|
<tr>
|
744
729
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
745
|
-
<td>
|
746
|
-
|
747
|
-
</td>
|
730
|
+
<td>
|
731
|
+
<a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a key file could be loaded, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</td>
|
748
732
|
</tr>
|
749
733
|
</tbody>
|
750
734
|
</table></div>
|
751
735
|
<p class="since">Since 2.14</p>
|
752
736
|
</div>
|
753
737
|
<hr>
|
754
|
-
<div class="refsect2"
|
738
|
+
<div class="refsect2">
|
755
739
|
<a name="g-key-file-to-data"></a><h3>g_key_file_to_data ()</h3>
|
756
740
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> * g_key_file_to_data (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
757
741
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> *length</code></em>,
|
758
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
742
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
759
743
|
<p>
|
760
744
|
This function outputs <em class="parameter"><code>key_file</code></em> as a string.
|
761
745
|
</p>
|
@@ -773,20 +757,19 @@ so it is safe to pass <a class="link" href="glib-Standard-Macros.html#NULL:CAPS"
|
|
773
757
|
</tr>
|
774
758
|
<tr>
|
775
759
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
776
|
-
<td>return location for the length of the
|
777
|
-
|
760
|
+
<td>return location for the length of the
|
761
|
+
returned string, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
778
762
|
</td>
|
779
763
|
</tr>
|
780
764
|
<tr>
|
781
765
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
782
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
766
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
783
767
|
</td>
|
784
768
|
</tr>
|
785
769
|
<tr>
|
786
770
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
787
|
-
<td>
|
788
|
-
|
789
|
-
|
771
|
+
<td>a newly allocated string holding
|
772
|
+
the contents of the <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a>
|
790
773
|
</td>
|
791
774
|
</tr>
|
792
775
|
</tbody>
|
@@ -794,7 +777,7 @@ so it is safe to pass <a class="link" href="glib-Standard-Macros.html#NULL:CAPS"
|
|
794
777
|
<p class="since">Since 2.6</p>
|
795
778
|
</div>
|
796
779
|
<hr>
|
797
|
-
<div class="refsect2"
|
780
|
+
<div class="refsect2">
|
798
781
|
<a name="g-key-file-get-start-group"></a><h3>g_key_file_get_start_group ()</h3>
|
799
782
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> * g_key_file_get_start_group (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>);</pre>
|
800
783
|
<p>
|
@@ -810,16 +793,14 @@ Returns the name of the start group of the file.
|
|
810
793
|
</tr>
|
811
794
|
<tr>
|
812
795
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
813
|
-
<td>
|
814
|
-
|
815
|
-
</td>
|
796
|
+
<td>The start group of the key file.</td>
|
816
797
|
</tr>
|
817
798
|
</tbody>
|
818
799
|
</table></div>
|
819
800
|
<p class="since">Since 2.6</p>
|
820
801
|
</div>
|
821
802
|
<hr>
|
822
|
-
<div class="refsect2"
|
803
|
+
<div class="refsect2">
|
823
804
|
<a name="g-key-file-get-groups"></a><h3>g_key_file_get_groups ()</h3>
|
824
805
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> ** g_key_file_get_groups (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
825
806
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> *length</code></em>);</pre>
|
@@ -843,21 +824,20 @@ The array of returned groups will be <a class="link" href="glib-Standard-Macros.
|
|
843
824
|
</tr>
|
844
825
|
<tr>
|
845
826
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
846
|
-
<td>
|
847
|
-
|
848
|
-
</td>
|
827
|
+
<td>a newly-allocated <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array of strings.
|
828
|
+
Use <a class="link" href="glib-String-Utility-Functions.html#g-strfreev" title="g_strfreev ()"><code class="function">g_strfreev()</code></a> to free it.</td>
|
849
829
|
</tr>
|
850
830
|
</tbody>
|
851
831
|
</table></div>
|
852
832
|
<p class="since">Since 2.6</p>
|
853
833
|
</div>
|
854
834
|
<hr>
|
855
|
-
<div class="refsect2"
|
835
|
+
<div class="refsect2">
|
856
836
|
<a name="g-key-file-get-keys"></a><h3>g_key_file_get_keys ()</h3>
|
857
837
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> ** g_key_file_get_keys (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
858
838
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
859
839
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> *length</code></em>,
|
860
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
840
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
861
841
|
<p>
|
862
842
|
Returns all keys for the group name <em class="parameter"><code>group_name</code></em>. The array of
|
863
843
|
returned keys will be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated, so <em class="parameter"><code>length</code></em> may
|
@@ -875,8 +855,7 @@ be found, <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL
|
|
875
855
|
</tr>
|
876
856
|
<tr>
|
877
857
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
878
|
-
<td>a group name
|
879
|
-
</td>
|
858
|
+
<td>a group name</td>
|
880
859
|
</tr>
|
881
860
|
<tr>
|
882
861
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
@@ -885,22 +864,20 @@ be found, <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL
|
|
885
864
|
</tr>
|
886
865
|
<tr>
|
887
866
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
888
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
867
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
889
868
|
</td>
|
890
869
|
</tr>
|
891
870
|
<tr>
|
892
871
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
893
|
-
<td>
|
894
|
-
|
895
|
-
|
896
|
-
</td>
|
872
|
+
<td>a newly-allocated <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array of strings.
|
873
|
+
Use <a class="link" href="glib-String-Utility-Functions.html#g-strfreev" title="g_strfreev ()"><code class="function">g_strfreev()</code></a> to free it.</td>
|
897
874
|
</tr>
|
898
875
|
</tbody>
|
899
876
|
</table></div>
|
900
877
|
<p class="since">Since 2.6</p>
|
901
878
|
</div>
|
902
879
|
<hr>
|
903
|
-
<div class="refsect2"
|
880
|
+
<div class="refsect2">
|
904
881
|
<a name="g-key-file-has-group"></a><h3>g_key_file_has_group ()</h3>
|
905
882
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> g_key_file_has_group (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
906
883
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>);</pre>
|
@@ -917,26 +894,25 @@ Looks whether the key file has the group <em class="parameter"><code>group_name<
|
|
917
894
|
</tr>
|
918
895
|
<tr>
|
919
896
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
920
|
-
<td>a group name
|
921
|
-
</td>
|
897
|
+
<td>a group name</td>
|
922
898
|
</tr>
|
923
899
|
<tr>
|
924
900
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
925
|
-
<td>
|
926
|
-
|
927
|
-
|
901
|
+
<td>
|
902
|
+
<a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>group_name</code></em> is a part of <em class="parameter"><code>key_file</code></em>, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a>
|
903
|
+
otherwise.</td>
|
928
904
|
</tr>
|
929
905
|
</tbody>
|
930
906
|
</table></div>
|
931
907
|
<p class="since">Since 2.6</p>
|
932
908
|
</div>
|
933
909
|
<hr>
|
934
|
-
<div class="refsect2"
|
910
|
+
<div class="refsect2">
|
935
911
|
<a name="g-key-file-has-key"></a><h3>g_key_file_has_key ()</h3>
|
936
912
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> g_key_file_has_key (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
937
913
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
938
914
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
939
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
915
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
940
916
|
<p>
|
941
917
|
Looks whether the key file has the key <em class="parameter"><code>key</code></em> in the group
|
942
918
|
<em class="parameter"><code>group_name</code></em>.
|
@@ -951,37 +927,34 @@ Looks whether the key file has the key <em class="parameter"><code>key</code></e
|
|
951
927
|
</tr>
|
952
928
|
<tr>
|
953
929
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
954
|
-
<td>a group name
|
955
|
-
</td>
|
930
|
+
<td>a group name</td>
|
956
931
|
</tr>
|
957
932
|
<tr>
|
958
933
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
959
|
-
<td>a key name
|
960
|
-
</td>
|
934
|
+
<td>a key name</td>
|
961
935
|
</tr>
|
962
936
|
<tr>
|
963
937
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
964
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>
|
938
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>
|
965
939
|
</td>
|
966
940
|
</tr>
|
967
941
|
<tr>
|
968
942
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
969
|
-
<td>
|
970
|
-
|
971
|
-
|
972
|
-
</td>
|
943
|
+
<td>
|
944
|
+
<a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>key</code></em> is a part of <em class="parameter"><code>group_name</code></em>, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a>
|
945
|
+
otherwise.</td>
|
973
946
|
</tr>
|
974
947
|
</tbody>
|
975
948
|
</table></div>
|
976
949
|
<p class="since">Since 2.6</p>
|
977
950
|
</div>
|
978
951
|
<hr>
|
979
|
-
<div class="refsect2"
|
952
|
+
<div class="refsect2">
|
980
953
|
<a name="g-key-file-get-value"></a><h3>g_key_file_get_value ()</h3>
|
981
954
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> * g_key_file_get_value (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
982
955
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
983
956
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
984
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
957
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
985
958
|
<p>
|
986
959
|
Returns the raw value associated with <em class="parameter"><code>key</code></em> under <em class="parameter"><code>group_name</code></em>.
|
987
960
|
Use <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-string" title="g_key_file_get_string ()"><code class="function">g_key_file_get_string()</code></a> to retrieve an unescaped UTF-8 string.
|
@@ -1002,37 +975,33 @@ and <em class="parameter"><code>error</code></em> is set to <a class="link" href
|
|
1002
975
|
</tr>
|
1003
976
|
<tr>
|
1004
977
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1005
|
-
<td>a group name
|
1006
|
-
</td>
|
978
|
+
<td>a group name</td>
|
1007
979
|
</tr>
|
1008
980
|
<tr>
|
1009
981
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1010
|
-
<td>a key
|
1011
|
-
</td>
|
982
|
+
<td>a key</td>
|
1012
983
|
</tr>
|
1013
984
|
<tr>
|
1014
985
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1015
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
986
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
1016
987
|
</td>
|
1017
988
|
</tr>
|
1018
989
|
<tr>
|
1019
990
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1020
|
-
<td>
|
1021
|
-
|
1022
|
-
|
1023
|
-
</td>
|
991
|
+
<td>a newly allocated string or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the specified
|
992
|
+
key cannot be found.</td>
|
1024
993
|
</tr>
|
1025
994
|
</tbody>
|
1026
995
|
</table></div>
|
1027
996
|
<p class="since">Since 2.6</p>
|
1028
997
|
</div>
|
1029
998
|
<hr>
|
1030
|
-
<div class="refsect2"
|
999
|
+
<div class="refsect2">
|
1031
1000
|
<a name="g-key-file-get-string"></a><h3>g_key_file_get_string ()</h3>
|
1032
1001
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> * g_key_file_get_string (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1033
1002
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
1034
1003
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
1035
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1004
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1036
1005
|
<p>
|
1037
1006
|
Returns the string value associated with <em class="parameter"><code>key</code></em> under <em class="parameter"><code>group_name</code></em>.
|
1038
1007
|
Unlike <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-value" title="g_key_file_get_value ()"><code class="function">g_key_file_get_value()</code></a>, this function handles escape sequences
|
@@ -1054,38 +1023,34 @@ and <em class="parameter"><code>error</code></em> is set to <a class="link" href
|
|
1054
1023
|
</tr>
|
1055
1024
|
<tr>
|
1056
1025
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1057
|
-
<td>a group name
|
1058
|
-
</td>
|
1026
|
+
<td>a group name</td>
|
1059
1027
|
</tr>
|
1060
1028
|
<tr>
|
1061
1029
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1062
|
-
<td>a key
|
1063
|
-
</td>
|
1030
|
+
<td>a key</td>
|
1064
1031
|
</tr>
|
1065
1032
|
<tr>
|
1066
1033
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1067
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
1034
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
1068
1035
|
</td>
|
1069
1036
|
</tr>
|
1070
1037
|
<tr>
|
1071
1038
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1072
|
-
<td>
|
1073
|
-
|
1074
|
-
|
1075
|
-
</td>
|
1039
|
+
<td>a newly allocated string or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the specified
|
1040
|
+
key cannot be found.</td>
|
1076
1041
|
</tr>
|
1077
1042
|
</tbody>
|
1078
1043
|
</table></div>
|
1079
1044
|
<p class="since">Since 2.6</p>
|
1080
1045
|
</div>
|
1081
1046
|
<hr>
|
1082
|
-
<div class="refsect2"
|
1047
|
+
<div class="refsect2">
|
1083
1048
|
<a name="g-key-file-get-locale-string"></a><h3>g_key_file_get_locale_string ()</h3>
|
1084
1049
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> * g_key_file_get_locale_string (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1085
1050
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
1086
1051
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
1087
1052
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *locale</code></em>,
|
1088
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1053
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1089
1054
|
<p>
|
1090
1055
|
Returns the value associated with <em class="parameter"><code>key</code></em> under <em class="parameter"><code>group_name</code></em>
|
1091
1056
|
translated in the given <em class="parameter"><code>locale</code></em> if available. If <em class="parameter"><code>locale</code></em> is
|
@@ -1107,13 +1072,11 @@ be found then the untranslated value is returned.
|
|
1107
1072
|
</tr>
|
1108
1073
|
<tr>
|
1109
1074
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1110
|
-
<td>a group name
|
1111
|
-
</td>
|
1075
|
+
<td>a group name</td>
|
1112
1076
|
</tr>
|
1113
1077
|
<tr>
|
1114
1078
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1115
|
-
<td>a key
|
1116
|
-
</td>
|
1079
|
+
<td>a key</td>
|
1117
1080
|
</tr>
|
1118
1081
|
<tr>
|
1119
1082
|
<td><p><span class="term"><em class="parameter"><code>locale</code></em> :</span></p></td>
|
@@ -1122,27 +1085,25 @@ be found then the untranslated value is returned.
|
|
1122
1085
|
</tr>
|
1123
1086
|
<tr>
|
1124
1087
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1125
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
1088
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
1126
1089
|
</td>
|
1127
1090
|
</tr>
|
1128
1091
|
<tr>
|
1129
1092
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1130
|
-
<td>
|
1131
|
-
|
1132
|
-
|
1133
|
-
</td>
|
1093
|
+
<td>a newly allocated string or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the specified
|
1094
|
+
key cannot be found.</td>
|
1134
1095
|
</tr>
|
1135
1096
|
</tbody>
|
1136
1097
|
</table></div>
|
1137
1098
|
<p class="since">Since 2.6</p>
|
1138
1099
|
</div>
|
1139
1100
|
<hr>
|
1140
|
-
<div class="refsect2"
|
1101
|
+
<div class="refsect2">
|
1141
1102
|
<a name="g-key-file-get-boolean"></a><h3>g_key_file_get_boolean ()</h3>
|
1142
1103
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> g_key_file_get_boolean (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1143
1104
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
1144
1105
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
1145
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1106
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1146
1107
|
<p>
|
1147
1108
|
Returns the value associated with <em class="parameter"><code>key</code></em> under <em class="parameter"><code>group_name</code></em> as a
|
1148
1109
|
boolean.
|
@@ -1163,37 +1124,33 @@ is returned and <em class="parameter"><code>error</code></em> is set to <a class
|
|
1163
1124
|
</tr>
|
1164
1125
|
<tr>
|
1165
1126
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1166
|
-
<td>a group name
|
1167
|
-
</td>
|
1127
|
+
<td>a group name</td>
|
1168
1128
|
</tr>
|
1169
1129
|
<tr>
|
1170
1130
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1171
|
-
<td>a key
|
1172
|
-
</td>
|
1131
|
+
<td>a key</td>
|
1173
1132
|
</tr>
|
1174
1133
|
<tr>
|
1175
1134
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1176
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>
|
1135
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>
|
1177
1136
|
</td>
|
1178
1137
|
</tr>
|
1179
1138
|
<tr>
|
1180
1139
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1181
|
-
<td>
|
1182
|
-
|
1183
|
-
|
1184
|
-
</td>
|
1140
|
+
<td>the value associated with the key as a boolean,
|
1141
|
+
or <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> if the key was not found or could not be parsed.</td>
|
1185
1142
|
</tr>
|
1186
1143
|
</tbody>
|
1187
1144
|
</table></div>
|
1188
1145
|
<p class="since">Since 2.6</p>
|
1189
1146
|
</div>
|
1190
1147
|
<hr>
|
1191
|
-
<div class="refsect2"
|
1148
|
+
<div class="refsect2">
|
1192
1149
|
<a name="g-key-file-get-integer"></a><h3>g_key_file_get_integer ()</h3>
|
1193
1150
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a> g_key_file_get_integer (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1194
1151
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
1195
1152
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
1196
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1153
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1197
1154
|
<p>
|
1198
1155
|
Returns the value associated with <em class="parameter"><code>key</code></em> under <em class="parameter"><code>group_name</code></em> as an
|
1199
1156
|
integer.
|
@@ -1214,37 +1171,33 @@ and <em class="parameter"><code>error</code></em> is set to <a class="link" href
|
|
1214
1171
|
</tr>
|
1215
1172
|
<tr>
|
1216
1173
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1217
|
-
<td>a group name
|
1218
|
-
</td>
|
1174
|
+
<td>a group name</td>
|
1219
1175
|
</tr>
|
1220
1176
|
<tr>
|
1221
1177
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1222
|
-
<td>a key
|
1223
|
-
</td>
|
1178
|
+
<td>a key</td>
|
1224
1179
|
</tr>
|
1225
1180
|
<tr>
|
1226
1181
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1227
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>
|
1182
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>
|
1228
1183
|
</td>
|
1229
1184
|
</tr>
|
1230
1185
|
<tr>
|
1231
1186
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1232
|
-
<td>
|
1233
|
-
|
1234
|
-
|
1235
|
-
</td>
|
1187
|
+
<td>the value associated with the key as an integer, or
|
1188
|
+
0 if the key was not found or could not be parsed.</td>
|
1236
1189
|
</tr>
|
1237
1190
|
</tbody>
|
1238
1191
|
</table></div>
|
1239
1192
|
<p class="since">Since 2.6</p>
|
1240
1193
|
</div>
|
1241
1194
|
<hr>
|
1242
|
-
<div class="refsect2"
|
1195
|
+
<div class="refsect2">
|
1243
1196
|
<a name="g-key-file-get-int64"></a><h3>g_key_file_get_int64 ()</h3>
|
1244
1197
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="returnvalue">gint64</span></a> g_key_file_get_int64 (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1245
1198
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
1246
1199
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
1247
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1200
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1248
1201
|
<p>
|
1249
1202
|
Returns the value associated with <em class="parameter"><code>key</code></em> under <em class="parameter"><code>group_name</code></em> as a signed
|
1250
1203
|
64-bit integer. This is similar to <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-integer" title="g_key_file_get_integer ()"><code class="function">g_key_file_get_integer()</code></a> but can return
|
@@ -1260,37 +1213,33 @@ Returns the value associated with <em class="parameter"><code>key</code></em> un
|
|
1260
1213
|
</tr>
|
1261
1214
|
<tr>
|
1262
1215
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1263
|
-
<td>a non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> group name
|
1264
|
-
</td>
|
1216
|
+
<td>a non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> group name</td>
|
1265
1217
|
</tr>
|
1266
1218
|
<tr>
|
1267
1219
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1268
|
-
<td>a non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> key
|
1269
|
-
</td>
|
1220
|
+
<td>a non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> key</td>
|
1270
1221
|
</tr>
|
1271
1222
|
<tr>
|
1272
1223
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1273
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>
|
1224
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>
|
1274
1225
|
</td>
|
1275
1226
|
</tr>
|
1276
1227
|
<tr>
|
1277
1228
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1278
|
-
<td>
|
1279
|
-
0 if the key was not found or could not be parsed
|
1280
|
-
|
1281
|
-
</td>
|
1229
|
+
<td>the value associated with the key as a signed 64-bit integer, or
|
1230
|
+
0 if the key was not found or could not be parsed.</td>
|
1282
1231
|
</tr>
|
1283
1232
|
</tbody>
|
1284
1233
|
</table></div>
|
1285
1234
|
<p class="since">Since 2.26</p>
|
1286
1235
|
</div>
|
1287
1236
|
<hr>
|
1288
|
-
<div class="refsect2"
|
1237
|
+
<div class="refsect2">
|
1289
1238
|
<a name="g-key-file-get-uint64"></a><h3>g_key_file_get_uint64 ()</h3>
|
1290
1239
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint64" title="guint64"><span class="returnvalue">guint64</span></a> g_key_file_get_uint64 (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1291
1240
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
1292
1241
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
1293
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1242
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1294
1243
|
<p>
|
1295
1244
|
Returns the value associated with <em class="parameter"><code>key</code></em> under <em class="parameter"><code>group_name</code></em> as an unsigned
|
1296
1245
|
64-bit integer. This is similar to <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-integer" title="g_key_file_get_integer ()"><code class="function">g_key_file_get_integer()</code></a> but can return
|
@@ -1306,37 +1255,33 @@ large positive results without truncation.
|
|
1306
1255
|
</tr>
|
1307
1256
|
<tr>
|
1308
1257
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1309
|
-
<td>a non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> group name
|
1310
|
-
</td>
|
1258
|
+
<td>a non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> group name</td>
|
1311
1259
|
</tr>
|
1312
1260
|
<tr>
|
1313
1261
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1314
|
-
<td>a non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> key
|
1315
|
-
</td>
|
1262
|
+
<td>a non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> key</td>
|
1316
1263
|
</tr>
|
1317
1264
|
<tr>
|
1318
1265
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1319
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>
|
1266
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>
|
1320
1267
|
</td>
|
1321
1268
|
</tr>
|
1322
1269
|
<tr>
|
1323
1270
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1324
|
-
<td>
|
1325
|
-
or 0 if the key was not found or could not be parsed
|
1326
|
-
|
1327
|
-
</td>
|
1271
|
+
<td>the value associated with the key as an unsigned 64-bit integer,
|
1272
|
+
or 0 if the key was not found or could not be parsed.</td>
|
1328
1273
|
</tr>
|
1329
1274
|
</tbody>
|
1330
1275
|
</table></div>
|
1331
1276
|
<p class="since">Since 2.26</p>
|
1332
1277
|
</div>
|
1333
1278
|
<hr>
|
1334
|
-
<div class="refsect2"
|
1279
|
+
<div class="refsect2">
|
1335
1280
|
<a name="g-key-file-get-double"></a><h3>g_key_file_get_double ()</h3>
|
1336
1281
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="returnvalue">gdouble</span></a> g_key_file_get_double (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1337
1282
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
1338
1283
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
1339
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1284
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1340
1285
|
<p>
|
1341
1286
|
Returns the value associated with <em class="parameter"><code>key</code></em> under <em class="parameter"><code>group_name</code></em> as a
|
1342
1287
|
double. If <em class="parameter"><code>group_name</code></em> is <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, the start_group is used.
|
@@ -1357,38 +1302,34 @@ and <em class="parameter"><code>error</code></em> is set to <a class="link" href
|
|
1357
1302
|
</tr>
|
1358
1303
|
<tr>
|
1359
1304
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1360
|
-
<td>a group name
|
1361
|
-
</td>
|
1305
|
+
<td>a group name</td>
|
1362
1306
|
</tr>
|
1363
1307
|
<tr>
|
1364
1308
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1365
|
-
<td>a key
|
1366
|
-
</td>
|
1309
|
+
<td>a key</td>
|
1367
1310
|
</tr>
|
1368
1311
|
<tr>
|
1369
1312
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1370
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>
|
1313
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>
|
1371
1314
|
</td>
|
1372
1315
|
</tr>
|
1373
1316
|
<tr>
|
1374
1317
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1375
|
-
<td>
|
1376
|
-
|
1377
|
-
|
1378
|
-
</td>
|
1318
|
+
<td>the value associated with the key as a double, or
|
1319
|
+
0.0 if the key was not found or could not be parsed.</td>
|
1379
1320
|
</tr>
|
1380
1321
|
</tbody>
|
1381
1322
|
</table></div>
|
1382
1323
|
<p class="since">Since 2.12</p>
|
1383
1324
|
</div>
|
1384
1325
|
<hr>
|
1385
|
-
<div class="refsect2"
|
1326
|
+
<div class="refsect2">
|
1386
1327
|
<a name="g-key-file-get-string-list"></a><h3>g_key_file_get_string_list ()</h3>
|
1387
1328
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> ** g_key_file_get_string_list (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1388
1329
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
1389
1330
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
1390
1331
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> *length</code></em>,
|
1391
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1332
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1392
1333
|
<p>
|
1393
1334
|
Returns the values associated with <em class="parameter"><code>key</code></em> under <em class="parameter"><code>group_name</code></em>.
|
1394
1335
|
</p>
|
@@ -1408,13 +1349,11 @@ and <em class="parameter"><code>error</code></em> is set to <a class="link" href
|
|
1408
1349
|
</tr>
|
1409
1350
|
<tr>
|
1410
1351
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1411
|
-
<td>a group name
|
1412
|
-
</td>
|
1352
|
+
<td>a group name</td>
|
1413
1353
|
</tr>
|
1414
1354
|
<tr>
|
1415
1355
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1416
|
-
<td>a key
|
1417
|
-
</td>
|
1356
|
+
<td>a key</td>
|
1418
1357
|
</tr>
|
1419
1358
|
<tr>
|
1420
1359
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
@@ -1423,29 +1362,27 @@ and <em class="parameter"><code>error</code></em> is set to <a class="link" href
|
|
1423
1362
|
</tr>
|
1424
1363
|
<tr>
|
1425
1364
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1426
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
1365
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
1427
1366
|
</td>
|
1428
1367
|
</tr>
|
1429
1368
|
<tr>
|
1430
1369
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1431
|
-
<td>
|
1432
|
-
|
1433
|
-
|
1434
|
-
</td>
|
1370
|
+
<td>a <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated string array or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the specified
|
1371
|
+
key cannot be found. The array should be freed with <a class="link" href="glib-String-Utility-Functions.html#g-strfreev" title="g_strfreev ()"><code class="function">g_strfreev()</code></a>.</td>
|
1435
1372
|
</tr>
|
1436
1373
|
</tbody>
|
1437
1374
|
</table></div>
|
1438
1375
|
<p class="since">Since 2.6</p>
|
1439
1376
|
</div>
|
1440
1377
|
<hr>
|
1441
|
-
<div class="refsect2"
|
1378
|
+
<div class="refsect2">
|
1442
1379
|
<a name="g-key-file-get-locale-string-list"></a><h3>g_key_file_get_locale_string_list ()</h3>
|
1443
1380
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> ** g_key_file_get_locale_string_list (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1444
1381
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
1445
1382
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
1446
1383
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *locale</code></em>,
|
1447
1384
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> *length</code></em>,
|
1448
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1385
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1449
1386
|
<p>
|
1450
1387
|
Returns the values associated with <em class="parameter"><code>key</code></em> under <em class="parameter"><code>group_name</code></em>
|
1451
1388
|
translated in the given <em class="parameter"><code>locale</code></em> if available. If <em class="parameter"><code>locale</code></em> is
|
@@ -1469,13 +1406,11 @@ be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code
|
|
1469
1406
|
</tr>
|
1470
1407
|
<tr>
|
1471
1408
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1472
|
-
<td>a group name
|
1473
|
-
</td>
|
1409
|
+
<td>a group name</td>
|
1474
1410
|
</tr>
|
1475
1411
|
<tr>
|
1476
1412
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1477
|
-
<td>a key
|
1478
|
-
</td>
|
1413
|
+
<td>a key</td>
|
1479
1414
|
</tr>
|
1480
1415
|
<tr>
|
1481
1416
|
<td><p><span class="term"><em class="parameter"><code>locale</code></em> :</span></p></td>
|
@@ -1489,29 +1424,27 @@ be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code
|
|
1489
1424
|
</tr>
|
1490
1425
|
<tr>
|
1491
1426
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1492
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
1427
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
1493
1428
|
</td>
|
1494
1429
|
</tr>
|
1495
1430
|
<tr>
|
1496
1431
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1497
|
-
<td>
|
1498
|
-
|
1499
|
-
|
1500
|
-
|
1501
|
-
</td>
|
1432
|
+
<td>a newly allocated <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated string array
|
1433
|
+
or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the key isn't found. The string array should be freed
|
1434
|
+
with <a class="link" href="glib-String-Utility-Functions.html#g-strfreev" title="g_strfreev ()"><code class="function">g_strfreev()</code></a>.</td>
|
1502
1435
|
</tr>
|
1503
1436
|
</tbody>
|
1504
1437
|
</table></div>
|
1505
1438
|
<p class="since">Since 2.6</p>
|
1506
1439
|
</div>
|
1507
1440
|
<hr>
|
1508
|
-
<div class="refsect2"
|
1441
|
+
<div class="refsect2">
|
1509
1442
|
<a name="g-key-file-get-boolean-list"></a><h3>g_key_file_get_boolean_list ()</h3>
|
1510
1443
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> * g_key_file_get_boolean_list (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1511
1444
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
1512
1445
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
1513
1446
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> *length</code></em>,
|
1514
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1447
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1515
1448
|
<p>
|
1516
1449
|
Returns the values associated with <em class="parameter"><code>key</code></em> under <em class="parameter"><code>group_name</code></em> as
|
1517
1450
|
booleans.
|
@@ -1532,43 +1465,38 @@ and <em class="parameter"><code>error</code></em> is set to <a class="link" href
|
|
1532
1465
|
</tr>
|
1533
1466
|
<tr>
|
1534
1467
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1535
|
-
<td>a group name
|
1536
|
-
</td>
|
1468
|
+
<td>a group name</td>
|
1537
1469
|
</tr>
|
1538
1470
|
<tr>
|
1539
1471
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1540
|
-
<td>a key
|
1541
|
-
</td>
|
1472
|
+
<td>a key</td>
|
1542
1473
|
</tr>
|
1543
1474
|
<tr>
|
1544
1475
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
1545
|
-
<td>the number of booleans returned
|
1546
|
-
</td>
|
1476
|
+
<td>the number of booleans returned</td>
|
1547
1477
|
</tr>
|
1548
1478
|
<tr>
|
1549
1479
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1550
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>
|
1480
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>
|
1551
1481
|
</td>
|
1552
1482
|
</tr>
|
1553
1483
|
<tr>
|
1554
1484
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1555
|
-
<td>
|
1556
|
-
|
1557
|
-
|
1558
|
-
</td>
|
1485
|
+
<td>the values associated with the key as a list of
|
1486
|
+
booleans, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the key was not found or could not be parsed.</td>
|
1559
1487
|
</tr>
|
1560
1488
|
</tbody>
|
1561
1489
|
</table></div>
|
1562
1490
|
<p class="since">Since 2.6</p>
|
1563
1491
|
</div>
|
1564
1492
|
<hr>
|
1565
|
-
<div class="refsect2"
|
1493
|
+
<div class="refsect2">
|
1566
1494
|
<a name="g-key-file-get-integer-list"></a><h3>g_key_file_get_integer_list ()</h3>
|
1567
1495
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a> * g_key_file_get_integer_list (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1568
1496
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
1569
1497
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
1570
1498
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> *length</code></em>,
|
1571
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1499
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1572
1500
|
<p>
|
1573
1501
|
Returns the values associated with <em class="parameter"><code>key</code></em> under <em class="parameter"><code>group_name</code></em> as
|
1574
1502
|
integers.
|
@@ -1589,43 +1517,38 @@ and <em class="parameter"><code>error</code></em> is set to <a class="link" href
|
|
1589
1517
|
</tr>
|
1590
1518
|
<tr>
|
1591
1519
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1592
|
-
<td>a group name
|
1593
|
-
</td>
|
1520
|
+
<td>a group name</td>
|
1594
1521
|
</tr>
|
1595
1522
|
<tr>
|
1596
1523
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1597
|
-
<td>a key
|
1598
|
-
</td>
|
1524
|
+
<td>a key</td>
|
1599
1525
|
</tr>
|
1600
1526
|
<tr>
|
1601
1527
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
1602
|
-
<td>the number of integers returned
|
1603
|
-
</td>
|
1528
|
+
<td>the number of integers returned</td>
|
1604
1529
|
</tr>
|
1605
1530
|
<tr>
|
1606
1531
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1607
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>
|
1532
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>
|
1608
1533
|
</td>
|
1609
1534
|
</tr>
|
1610
1535
|
<tr>
|
1611
1536
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1612
|
-
<td>
|
1613
|
-
|
1614
|
-
|
1615
|
-
</td>
|
1537
|
+
<td>the values associated with the key as a list of
|
1538
|
+
integers, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the key was not found or could not be parsed.</td>
|
1616
1539
|
</tr>
|
1617
1540
|
</tbody>
|
1618
1541
|
</table></div>
|
1619
1542
|
<p class="since">Since 2.6</p>
|
1620
1543
|
</div>
|
1621
1544
|
<hr>
|
1622
|
-
<div class="refsect2"
|
1545
|
+
<div class="refsect2">
|
1623
1546
|
<a name="g-key-file-get-double-list"></a><h3>g_key_file_get_double_list ()</h3>
|
1624
1547
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="returnvalue">gdouble</span></a> * g_key_file_get_double_list (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1625
1548
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
1626
1549
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
1627
1550
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> *length</code></em>,
|
1628
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1551
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1629
1552
|
<p>
|
1630
1553
|
Returns the values associated with <em class="parameter"><code>key</code></em> under <em class="parameter"><code>group_name</code></em> as
|
1631
1554
|
doubles.
|
@@ -1646,42 +1569,37 @@ and <em class="parameter"><code>error</code></em> is set to <a class="link" href
|
|
1646
1569
|
</tr>
|
1647
1570
|
<tr>
|
1648
1571
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1649
|
-
<td>a group name
|
1650
|
-
</td>
|
1572
|
+
<td>a group name</td>
|
1651
1573
|
</tr>
|
1652
1574
|
<tr>
|
1653
1575
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1654
|
-
<td>a key
|
1655
|
-
</td>
|
1576
|
+
<td>a key</td>
|
1656
1577
|
</tr>
|
1657
1578
|
<tr>
|
1658
1579
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
1659
|
-
<td>the number of doubles returned
|
1660
|
-
</td>
|
1580
|
+
<td>the number of doubles returned</td>
|
1661
1581
|
</tr>
|
1662
1582
|
<tr>
|
1663
1583
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1664
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>
|
1584
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>
|
1665
1585
|
</td>
|
1666
1586
|
</tr>
|
1667
1587
|
<tr>
|
1668
1588
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1669
|
-
<td>
|
1670
|
-
|
1671
|
-
|
1672
|
-
</td>
|
1589
|
+
<td>the values associated with the key as a list of
|
1590
|
+
doubles, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the key was not found or could not be parsed.</td>
|
1673
1591
|
</tr>
|
1674
1592
|
</tbody>
|
1675
1593
|
</table></div>
|
1676
1594
|
<p class="since">Since 2.12</p>
|
1677
1595
|
</div>
|
1678
1596
|
<hr>
|
1679
|
-
<div class="refsect2"
|
1597
|
+
<div class="refsect2">
|
1680
1598
|
<a name="g-key-file-get-comment"></a><h3>g_key_file_get_comment ()</h3>
|
1681
1599
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> * g_key_file_get_comment (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1682
1600
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
1683
1601
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
1684
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1602
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1685
1603
|
<p>
|
1686
1604
|
Retrieves a comment above <em class="parameter"><code>key</code></em> from <em class="parameter"><code>group_name</code></em>.
|
1687
1605
|
If <em class="parameter"><code>key</code></em> is <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> then <em class="parameter"><code>comment</code></em> will be read from above
|
@@ -1703,18 +1621,16 @@ If <em class="parameter"><code>key</code></em> is <a class="link" href="glib-Sta
|
|
1703
1621
|
</tr>
|
1704
1622
|
<tr>
|
1705
1623
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1706
|
-
<td>a key
|
1707
|
-
</td>
|
1624
|
+
<td>a key</td>
|
1708
1625
|
</tr>
|
1709
1626
|
<tr>
|
1710
1627
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1711
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>
|
1628
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>
|
1712
1629
|
</td>
|
1713
1630
|
</tr>
|
1714
1631
|
<tr>
|
1715
1632
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1716
|
-
<td>
|
1717
|
-
|
1633
|
+
<td>a comment that should be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>
|
1718
1634
|
</td>
|
1719
1635
|
</tr>
|
1720
1636
|
</tbody>
|
@@ -1722,7 +1638,7 @@ If <em class="parameter"><code>key</code></em> is <a class="link" href="glib-Sta
|
|
1722
1638
|
<p class="since">Since 2.6</p>
|
1723
1639
|
</div>
|
1724
1640
|
<hr>
|
1725
|
-
<div class="refsect2"
|
1641
|
+
<div class="refsect2">
|
1726
1642
|
<a name="g-key-file-set-value"></a><h3>g_key_file_set_value ()</h3>
|
1727
1643
|
<pre class="programlisting"><span class="returnvalue">void</span> g_key_file_set_value (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1728
1644
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
@@ -1747,25 +1663,22 @@ characters that need escaping (such as newlines or spaces), use
|
|
1747
1663
|
</tr>
|
1748
1664
|
<tr>
|
1749
1665
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1750
|
-
<td>a group name
|
1751
|
-
</td>
|
1666
|
+
<td>a group name</td>
|
1752
1667
|
</tr>
|
1753
1668
|
<tr>
|
1754
1669
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1755
|
-
<td>a key
|
1756
|
-
</td>
|
1670
|
+
<td>a key</td>
|
1757
1671
|
</tr>
|
1758
1672
|
<tr>
|
1759
1673
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
1760
|
-
<td>a string
|
1761
|
-
</td>
|
1674
|
+
<td>a string</td>
|
1762
1675
|
</tr>
|
1763
1676
|
</tbody>
|
1764
1677
|
</table></div>
|
1765
1678
|
<p class="since">Since 2.6</p>
|
1766
1679
|
</div>
|
1767
1680
|
<hr>
|
1768
|
-
<div class="refsect2"
|
1681
|
+
<div class="refsect2">
|
1769
1682
|
<a name="g-key-file-set-string"></a><h3>g_key_file_set_string ()</h3>
|
1770
1683
|
<pre class="programlisting"><span class="returnvalue">void</span> g_key_file_set_string (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1771
1684
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
@@ -1788,25 +1701,22 @@ that need escaping, such as newlines.
|
|
1788
1701
|
</tr>
|
1789
1702
|
<tr>
|
1790
1703
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1791
|
-
<td>a group name
|
1792
|
-
</td>
|
1704
|
+
<td>a group name</td>
|
1793
1705
|
</tr>
|
1794
1706
|
<tr>
|
1795
1707
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1796
|
-
<td>a key
|
1797
|
-
</td>
|
1708
|
+
<td>a key</td>
|
1798
1709
|
</tr>
|
1799
1710
|
<tr>
|
1800
1711
|
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
1801
|
-
<td>a string
|
1802
|
-
</td>
|
1712
|
+
<td>a string</td>
|
1803
1713
|
</tr>
|
1804
1714
|
</tbody>
|
1805
1715
|
</table></div>
|
1806
1716
|
<p class="since">Since 2.6</p>
|
1807
1717
|
</div>
|
1808
1718
|
<hr>
|
1809
|
-
<div class="refsect2"
|
1719
|
+
<div class="refsect2">
|
1810
1720
|
<a name="g-key-file-set-locale-string"></a><h3>g_key_file_set_locale_string ()</h3>
|
1811
1721
|
<pre class="programlisting"><span class="returnvalue">void</span> g_key_file_set_locale_string (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1812
1722
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
@@ -1827,30 +1737,26 @@ If the translation for <em class="parameter"><code>key</code></em> cannot be fou
|
|
1827
1737
|
</tr>
|
1828
1738
|
<tr>
|
1829
1739
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1830
|
-
<td>a group name
|
1831
|
-
</td>
|
1740
|
+
<td>a group name</td>
|
1832
1741
|
</tr>
|
1833
1742
|
<tr>
|
1834
1743
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1835
|
-
<td>a key
|
1836
|
-
</td>
|
1744
|
+
<td>a key</td>
|
1837
1745
|
</tr>
|
1838
1746
|
<tr>
|
1839
1747
|
<td><p><span class="term"><em class="parameter"><code>locale</code></em> :</span></p></td>
|
1840
|
-
<td>a locale identifier
|
1841
|
-
</td>
|
1748
|
+
<td>a locale identifier</td>
|
1842
1749
|
</tr>
|
1843
1750
|
<tr>
|
1844
1751
|
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
1845
|
-
<td>a string
|
1846
|
-
</td>
|
1752
|
+
<td>a string</td>
|
1847
1753
|
</tr>
|
1848
1754
|
</tbody>
|
1849
1755
|
</table></div>
|
1850
1756
|
<p class="since">Since 2.6</p>
|
1851
1757
|
</div>
|
1852
1758
|
<hr>
|
1853
|
-
<div class="refsect2"
|
1759
|
+
<div class="refsect2">
|
1854
1760
|
<a name="g-key-file-set-boolean"></a><h3>g_key_file_set_boolean ()</h3>
|
1855
1761
|
<pre class="programlisting"><span class="returnvalue">void</span> g_key_file_set_boolean (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1856
1762
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
@@ -1870,13 +1776,11 @@ If <em class="parameter"><code>key</code></em> cannot be found then it is create
|
|
1870
1776
|
</tr>
|
1871
1777
|
<tr>
|
1872
1778
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1873
|
-
<td>a group name
|
1874
|
-
</td>
|
1779
|
+
<td>a group name</td>
|
1875
1780
|
</tr>
|
1876
1781
|
<tr>
|
1877
1782
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1878
|
-
<td>a key
|
1879
|
-
</td>
|
1783
|
+
<td>a key</td>
|
1880
1784
|
</tr>
|
1881
1785
|
<tr>
|
1882
1786
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
@@ -1889,7 +1793,7 @@ If <em class="parameter"><code>key</code></em> cannot be found then it is create
|
|
1889
1793
|
<p class="since">Since 2.6</p>
|
1890
1794
|
</div>
|
1891
1795
|
<hr>
|
1892
|
-
<div class="refsect2"
|
1796
|
+
<div class="refsect2">
|
1893
1797
|
<a name="g-key-file-set-integer"></a><h3>g_key_file_set_integer ()</h3>
|
1894
1798
|
<pre class="programlisting"><span class="returnvalue">void</span> g_key_file_set_integer (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1895
1799
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
@@ -1909,25 +1813,22 @@ If <em class="parameter"><code>key</code></em> cannot be found then it is create
|
|
1909
1813
|
</tr>
|
1910
1814
|
<tr>
|
1911
1815
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1912
|
-
<td>a group name
|
1913
|
-
</td>
|
1816
|
+
<td>a group name</td>
|
1914
1817
|
</tr>
|
1915
1818
|
<tr>
|
1916
1819
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1917
|
-
<td>a key
|
1918
|
-
</td>
|
1820
|
+
<td>a key</td>
|
1919
1821
|
</tr>
|
1920
1822
|
<tr>
|
1921
1823
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
1922
|
-
<td>an integer value
|
1923
|
-
</td>
|
1824
|
+
<td>an integer value</td>
|
1924
1825
|
</tr>
|
1925
1826
|
</tbody>
|
1926
1827
|
</table></div>
|
1927
1828
|
<p class="since">Since 2.6</p>
|
1928
1829
|
</div>
|
1929
1830
|
<hr>
|
1930
|
-
<div class="refsect2"
|
1831
|
+
<div class="refsect2">
|
1931
1832
|
<a name="g-key-file-set-int64"></a><h3>g_key_file_set_int64 ()</h3>
|
1932
1833
|
<pre class="programlisting"><span class="returnvalue">void</span> g_key_file_set_int64 (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1933
1834
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
@@ -1947,25 +1848,22 @@ If <em class="parameter"><code>key</code></em> cannot be found then it is create
|
|
1947
1848
|
</tr>
|
1948
1849
|
<tr>
|
1949
1850
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1950
|
-
<td>a group name
|
1951
|
-
</td>
|
1851
|
+
<td>a group name</td>
|
1952
1852
|
</tr>
|
1953
1853
|
<tr>
|
1954
1854
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1955
|
-
<td>a key
|
1956
|
-
</td>
|
1855
|
+
<td>a key</td>
|
1957
1856
|
</tr>
|
1958
1857
|
<tr>
|
1959
1858
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
1960
|
-
<td>an integer value
|
1961
|
-
</td>
|
1859
|
+
<td>an integer value</td>
|
1962
1860
|
</tr>
|
1963
1861
|
</tbody>
|
1964
1862
|
</table></div>
|
1965
1863
|
<p class="since">Since 2.26</p>
|
1966
1864
|
</div>
|
1967
1865
|
<hr>
|
1968
|
-
<div class="refsect2"
|
1866
|
+
<div class="refsect2">
|
1969
1867
|
<a name="g-key-file-set-uint64"></a><h3>g_key_file_set_uint64 ()</h3>
|
1970
1868
|
<pre class="programlisting"><span class="returnvalue">void</span> g_key_file_set_uint64 (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1971
1869
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
@@ -1985,25 +1883,22 @@ If <em class="parameter"><code>key</code></em> cannot be found then it is create
|
|
1985
1883
|
</tr>
|
1986
1884
|
<tr>
|
1987
1885
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1988
|
-
<td>a group name
|
1989
|
-
</td>
|
1886
|
+
<td>a group name</td>
|
1990
1887
|
</tr>
|
1991
1888
|
<tr>
|
1992
1889
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
1993
|
-
<td>a key
|
1994
|
-
</td>
|
1890
|
+
<td>a key</td>
|
1995
1891
|
</tr>
|
1996
1892
|
<tr>
|
1997
1893
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
1998
|
-
<td>an integer value
|
1999
|
-
</td>
|
1894
|
+
<td>an integer value</td>
|
2000
1895
|
</tr>
|
2001
1896
|
</tbody>
|
2002
1897
|
</table></div>
|
2003
1898
|
<p class="since">Since 2.26</p>
|
2004
1899
|
</div>
|
2005
1900
|
<hr>
|
2006
|
-
<div class="refsect2"
|
1901
|
+
<div class="refsect2">
|
2007
1902
|
<a name="g-key-file-set-double"></a><h3>g_key_file_set_double ()</h3>
|
2008
1903
|
<pre class="programlisting"><span class="returnvalue">void</span> g_key_file_set_double (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
2009
1904
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
@@ -2023,25 +1918,22 @@ If <em class="parameter"><code>key</code></em> cannot be found then it is create
|
|
2023
1918
|
</tr>
|
2024
1919
|
<tr>
|
2025
1920
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
2026
|
-
<td>a group name
|
2027
|
-
</td>
|
1921
|
+
<td>a group name</td>
|
2028
1922
|
</tr>
|
2029
1923
|
<tr>
|
2030
1924
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
2031
|
-
<td>a key
|
2032
|
-
</td>
|
1925
|
+
<td>a key</td>
|
2033
1926
|
</tr>
|
2034
1927
|
<tr>
|
2035
1928
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
2036
|
-
<td>an double value
|
2037
|
-
</td>
|
1929
|
+
<td>an double value</td>
|
2038
1930
|
</tr>
|
2039
1931
|
</tbody>
|
2040
1932
|
</table></div>
|
2041
1933
|
<p class="since">Since 2.12</p>
|
2042
1934
|
</div>
|
2043
1935
|
<hr>
|
2044
|
-
<div class="refsect2"
|
1936
|
+
<div class="refsect2">
|
2045
1937
|
<a name="g-key-file-set-string-list"></a><h3>g_key_file_set_string_list ()</h3>
|
2046
1938
|
<pre class="programlisting"><span class="returnvalue">void</span> g_key_file_set_string_list (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
2047
1939
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
@@ -2063,18 +1955,15 @@ If <em class="parameter"><code>group_name</code></em> cannot be found then it is
|
|
2063
1955
|
</tr>
|
2064
1956
|
<tr>
|
2065
1957
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
2066
|
-
<td>a group name
|
2067
|
-
</td>
|
1958
|
+
<td>a group name</td>
|
2068
1959
|
</tr>
|
2069
1960
|
<tr>
|
2070
1961
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
2071
|
-
<td>a key
|
2072
|
-
</td>
|
1962
|
+
<td>a key</td>
|
2073
1963
|
</tr>
|
2074
1964
|
<tr>
|
2075
1965
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
2076
|
-
<td>an array of string values
|
2077
|
-
</td>
|
1966
|
+
<td>an array of string values</td>
|
2078
1967
|
</tr>
|
2079
1968
|
<tr>
|
2080
1969
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
@@ -2086,7 +1975,7 @@ If <em class="parameter"><code>group_name</code></em> cannot be found then it is
|
|
2086
1975
|
<p class="since">Since 2.6</p>
|
2087
1976
|
</div>
|
2088
1977
|
<hr>
|
2089
|
-
<div class="refsect2"
|
1978
|
+
<div class="refsect2">
|
2090
1979
|
<a name="g-key-file-set-locale-string-list"></a><h3>g_key_file_set_locale_string_list ()</h3>
|
2091
1980
|
<pre class="programlisting"><span class="returnvalue">void</span> g_key_file_set_locale_string_list (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
2092
1981
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
@@ -2109,23 +1998,19 @@ it is created.
|
|
2109
1998
|
</tr>
|
2110
1999
|
<tr>
|
2111
2000
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
2112
|
-
<td>a group name
|
2113
|
-
</td>
|
2001
|
+
<td>a group name</td>
|
2114
2002
|
</tr>
|
2115
2003
|
<tr>
|
2116
2004
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
2117
|
-
<td>a key
|
2118
|
-
</td>
|
2005
|
+
<td>a key</td>
|
2119
2006
|
</tr>
|
2120
2007
|
<tr>
|
2121
2008
|
<td><p><span class="term"><em class="parameter"><code>locale</code></em> :</span></p></td>
|
2122
|
-
<td>a locale identifier
|
2123
|
-
</td>
|
2009
|
+
<td>a locale identifier</td>
|
2124
2010
|
</tr>
|
2125
2011
|
<tr>
|
2126
2012
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
2127
|
-
<td>a <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array of locale string values
|
2128
|
-
</td>
|
2013
|
+
<td>a <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array of locale string values</td>
|
2129
2014
|
</tr>
|
2130
2015
|
<tr>
|
2131
2016
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
@@ -2137,7 +2022,7 @@ it is created.
|
|
2137
2022
|
<p class="since">Since 2.6</p>
|
2138
2023
|
</div>
|
2139
2024
|
<hr>
|
2140
|
-
<div class="refsect2"
|
2025
|
+
<div class="refsect2">
|
2141
2026
|
<a name="g-key-file-set-boolean-list"></a><h3>g_key_file_set_boolean_list ()</h3>
|
2142
2027
|
<pre class="programlisting"><span class="returnvalue">void</span> g_key_file_set_boolean_list (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
2143
2028
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
@@ -2159,18 +2044,15 @@ If <em class="parameter"><code>group_name</code></em> is <a class="link" href="g
|
|
2159
2044
|
</tr>
|
2160
2045
|
<tr>
|
2161
2046
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
2162
|
-
<td>a group name
|
2163
|
-
</td>
|
2047
|
+
<td>a group name</td>
|
2164
2048
|
</tr>
|
2165
2049
|
<tr>
|
2166
2050
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
2167
|
-
<td>a key
|
2168
|
-
</td>
|
2051
|
+
<td>a key</td>
|
2169
2052
|
</tr>
|
2170
2053
|
<tr>
|
2171
2054
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
2172
|
-
<td>an array of boolean values
|
2173
|
-
</td>
|
2055
|
+
<td>an array of boolean values</td>
|
2174
2056
|
</tr>
|
2175
2057
|
<tr>
|
2176
2058
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
@@ -2182,7 +2064,7 @@ If <em class="parameter"><code>group_name</code></em> is <a class="link" href="g
|
|
2182
2064
|
<p class="since">Since 2.6</p>
|
2183
2065
|
</div>
|
2184
2066
|
<hr>
|
2185
|
-
<div class="refsect2"
|
2067
|
+
<div class="refsect2">
|
2186
2068
|
<a name="g-key-file-set-integer-list"></a><h3>g_key_file_set_integer_list ()</h3>
|
2187
2069
|
<pre class="programlisting"><span class="returnvalue">void</span> g_key_file_set_integer_list (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
2188
2070
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
@@ -2203,18 +2085,15 @@ If <em class="parameter"><code>key</code></em> cannot be found then it is create
|
|
2203
2085
|
</tr>
|
2204
2086
|
<tr>
|
2205
2087
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
2206
|
-
<td>a group name
|
2207
|
-
</td>
|
2088
|
+
<td>a group name</td>
|
2208
2089
|
</tr>
|
2209
2090
|
<tr>
|
2210
2091
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
2211
|
-
<td>a key
|
2212
|
-
</td>
|
2092
|
+
<td>a key</td>
|
2213
2093
|
</tr>
|
2214
2094
|
<tr>
|
2215
2095
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
2216
|
-
<td>an array of integer values
|
2217
|
-
</td>
|
2096
|
+
<td>an array of integer values</td>
|
2218
2097
|
</tr>
|
2219
2098
|
<tr>
|
2220
2099
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
@@ -2226,7 +2105,7 @@ If <em class="parameter"><code>key</code></em> cannot be found then it is create
|
|
2226
2105
|
<p class="since">Since 2.6</p>
|
2227
2106
|
</div>
|
2228
2107
|
<hr>
|
2229
|
-
<div class="refsect2"
|
2108
|
+
<div class="refsect2">
|
2230
2109
|
<a name="g-key-file-set-double-list"></a><h3>g_key_file_set_double_list ()</h3>
|
2231
2110
|
<pre class="programlisting"><span class="returnvalue">void</span> g_key_file_set_double_list (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
2232
2111
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
@@ -2247,18 +2126,15 @@ Associates a list of double values with <em class="parameter"><code>key</code></
|
|
2247
2126
|
</tr>
|
2248
2127
|
<tr>
|
2249
2128
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
2250
|
-
<td>a group name
|
2251
|
-
</td>
|
2129
|
+
<td>a group name</td>
|
2252
2130
|
</tr>
|
2253
2131
|
<tr>
|
2254
2132
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
2255
|
-
<td>a key
|
2256
|
-
</td>
|
2133
|
+
<td>a key</td>
|
2257
2134
|
</tr>
|
2258
2135
|
<tr>
|
2259
2136
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
2260
|
-
<td>an array of double values
|
2261
|
-
</td>
|
2137
|
+
<td>an array of double values</td>
|
2262
2138
|
</tr>
|
2263
2139
|
<tr>
|
2264
2140
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
@@ -2270,13 +2146,13 @@ Associates a list of double values with <em class="parameter"><code>key</code></
|
|
2270
2146
|
<p class="since">Since 2.12</p>
|
2271
2147
|
</div>
|
2272
2148
|
<hr>
|
2273
|
-
<div class="refsect2"
|
2149
|
+
<div class="refsect2">
|
2274
2150
|
<a name="g-key-file-set-comment"></a><h3>g_key_file_set_comment ()</h3>
|
2275
2151
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> g_key_file_set_comment (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
2276
2152
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
2277
2153
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
2278
2154
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *comment</code></em>,
|
2279
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
2155
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
2280
2156
|
<p>
|
2281
2157
|
Places a comment above <em class="parameter"><code>key</code></em> from <em class="parameter"><code>group_name</code></em>.
|
2282
2158
|
If <em class="parameter"><code>key</code></em> is <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> then <em class="parameter"><code>comment</code></em> will be written above <em class="parameter"><code>group_name</code></em>.
|
@@ -2298,35 +2174,32 @@ written above the first group in the file.
|
|
2298
2174
|
</tr>
|
2299
2175
|
<tr>
|
2300
2176
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
2301
|
-
<td>a key
|
2302
|
-
</td>
|
2177
|
+
<td>a key</td>
|
2303
2178
|
</tr>
|
2304
2179
|
<tr>
|
2305
2180
|
<td><p><span class="term"><em class="parameter"><code>comment</code></em> :</span></p></td>
|
2306
|
-
<td>a comment
|
2307
|
-
</td>
|
2181
|
+
<td>a comment</td>
|
2308
2182
|
</tr>
|
2309
2183
|
<tr>
|
2310
2184
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
2311
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>
|
2185
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>
|
2312
2186
|
</td>
|
2313
2187
|
</tr>
|
2314
2188
|
<tr>
|
2315
2189
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2316
|
-
<td>
|
2317
|
-
|
2318
|
-
</td>
|
2190
|
+
<td>
|
2191
|
+
<a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the comment was written, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</td>
|
2319
2192
|
</tr>
|
2320
2193
|
</tbody>
|
2321
2194
|
</table></div>
|
2322
2195
|
<p class="since">Since 2.6</p>
|
2323
2196
|
</div>
|
2324
2197
|
<hr>
|
2325
|
-
<div class="refsect2"
|
2198
|
+
<div class="refsect2">
|
2326
2199
|
<a name="g-key-file-remove-group"></a><h3>g_key_file_remove_group ()</h3>
|
2327
2200
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> g_key_file_remove_group (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
2328
2201
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
2329
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
2202
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
2330
2203
|
<p>
|
2331
2204
|
Removes the specified group, <em class="parameter"><code>group_name</code></em>,
|
2332
2205
|
from the key file.
|
@@ -2341,31 +2214,29 @@ from the key file.
|
|
2341
2214
|
</tr>
|
2342
2215
|
<tr>
|
2343
2216
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
2344
|
-
<td>a group name
|
2345
|
-
</td>
|
2217
|
+
<td>a group name</td>
|
2346
2218
|
</tr>
|
2347
2219
|
<tr>
|
2348
2220
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
2349
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
2221
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
2350
2222
|
</td>
|
2351
2223
|
</tr>
|
2352
2224
|
<tr>
|
2353
2225
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2354
|
-
<td>
|
2355
|
-
|
2356
|
-
</td>
|
2226
|
+
<td>
|
2227
|
+
<a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the group was removed, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</td>
|
2357
2228
|
</tr>
|
2358
2229
|
</tbody>
|
2359
2230
|
</table></div>
|
2360
2231
|
<p class="since">Since 2.6</p>
|
2361
2232
|
</div>
|
2362
2233
|
<hr>
|
2363
|
-
<div class="refsect2"
|
2234
|
+
<div class="refsect2">
|
2364
2235
|
<a name="g-key-file-remove-key"></a><h3>g_key_file_remove_key ()</h3>
|
2365
2236
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> g_key_file_remove_key (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
2366
2237
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
2367
2238
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
2368
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
2239
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
2369
2240
|
<p>
|
2370
2241
|
Removes <em class="parameter"><code>key</code></em> in <em class="parameter"><code>group_name</code></em> from the key file.
|
2371
2242
|
</p>
|
@@ -2379,36 +2250,33 @@ Removes <em class="parameter"><code>key</code></em> in <em class="parameter"><co
|
|
2379
2250
|
</tr>
|
2380
2251
|
<tr>
|
2381
2252
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
2382
|
-
<td>a group name
|
2383
|
-
</td>
|
2253
|
+
<td>a group name</td>
|
2384
2254
|
</tr>
|
2385
2255
|
<tr>
|
2386
2256
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
2387
|
-
<td>a key name to remove
|
2388
|
-
</td>
|
2257
|
+
<td>a key name to remove</td>
|
2389
2258
|
</tr>
|
2390
2259
|
<tr>
|
2391
2260
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
2392
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
2261
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
2393
2262
|
</td>
|
2394
2263
|
</tr>
|
2395
2264
|
<tr>
|
2396
2265
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2397
|
-
<td>
|
2398
|
-
|
2399
|
-
</td>
|
2266
|
+
<td>
|
2267
|
+
<a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the key was removed, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</td>
|
2400
2268
|
</tr>
|
2401
2269
|
</tbody>
|
2402
2270
|
</table></div>
|
2403
2271
|
<p class="since">Since 2.6</p>
|
2404
2272
|
</div>
|
2405
2273
|
<hr>
|
2406
|
-
<div class="refsect2"
|
2274
|
+
<div class="refsect2">
|
2407
2275
|
<a name="g-key-file-remove-comment"></a><h3>g_key_file_remove_comment ()</h3>
|
2408
2276
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a> g_key_file_remove_comment (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
2409
2277
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
2410
2278
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
2411
|
-
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
2279
|
+
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
2412
2280
|
<p>
|
2413
2281
|
Removes a comment above <em class="parameter"><code>key</code></em> from <em class="parameter"><code>group_name</code></em>.
|
2414
2282
|
If <em class="parameter"><code>key</code></em> is <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> then <em class="parameter"><code>comment</code></em> will be removed above <em class="parameter"><code>group_name</code></em>.
|
@@ -2430,26 +2298,24 @@ be removed above the first group in the file.
|
|
2430
2298
|
</tr>
|
2431
2299
|
<tr>
|
2432
2300
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
2433
|
-
<td>a key
|
2434
|
-
</td>
|
2301
|
+
<td>a key</td>
|
2435
2302
|
</tr>
|
2436
2303
|
<tr>
|
2437
2304
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
2438
|
-
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="GError"><span class="type">GError</span></a>
|
2305
|
+
<td>return location for a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>
|
2439
2306
|
</td>
|
2440
2307
|
</tr>
|
2441
2308
|
<tr>
|
2442
2309
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2443
|
-
<td>
|
2444
|
-
|
2445
|
-
</td>
|
2310
|
+
<td>
|
2311
|
+
<a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the comment was removed, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</td>
|
2446
2312
|
</tr>
|
2447
2313
|
</tbody>
|
2448
2314
|
</table></div>
|
2449
2315
|
<p class="since">Since 2.6</p>
|
2450
2316
|
</div>
|
2451
2317
|
<hr>
|
2452
|
-
<div class="refsect2"
|
2318
|
+
<div class="refsect2">
|
2453
2319
|
<a name="G-KEY-FILE-DESKTOP-GROUP:CAPS"></a><h3>G_KEY_FILE_DESKTOP_GROUP</h3>
|
2454
2320
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_GROUP "Desktop Entry"
|
2455
2321
|
</pre>
|
@@ -2462,7 +2328,7 @@ details about the meanings of the keys below.
|
|
2462
2328
|
<p class="since">Since 2.14</p>
|
2463
2329
|
</div>
|
2464
2330
|
<hr>
|
2465
|
-
<div class="refsect2"
|
2331
|
+
<div class="refsect2">
|
2466
2332
|
<a name="G-KEY-FILE-DESKTOP-KEY-TYPE:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_TYPE</h3>
|
2467
2333
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_TYPE "Type"
|
2468
2334
|
</pre>
|
@@ -2476,7 +2342,7 @@ whose value is a string giving the type of the desktop entry. Usually
|
|
2476
2342
|
<p class="since">Since 2.14</p>
|
2477
2343
|
</div>
|
2478
2344
|
<hr>
|
2479
|
-
<div class="refsect2"
|
2345
|
+
<div class="refsect2">
|
2480
2346
|
<a name="G-KEY-FILE-DESKTOP-KEY-VERSION:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_VERSION</h3>
|
2481
2347
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_VERSION "Version"
|
2482
2348
|
</pre>
|
@@ -2488,7 +2354,7 @@ Entry Specification used for the desktop entry file.
|
|
2488
2354
|
<p class="since">Since 2.14</p>
|
2489
2355
|
</div>
|
2490
2356
|
<hr>
|
2491
|
-
<div class="refsect2"
|
2357
|
+
<div class="refsect2">
|
2492
2358
|
<a name="G-KEY-FILE-DESKTOP-KEY-NAME:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_NAME</h3>
|
2493
2359
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_NAME "Name"
|
2494
2360
|
</pre>
|
@@ -2500,7 +2366,7 @@ desktop entry.
|
|
2500
2366
|
<p class="since">Since 2.14</p>
|
2501
2367
|
</div>
|
2502
2368
|
<hr>
|
2503
|
-
<div class="refsect2"
|
2369
|
+
<div class="refsect2">
|
2504
2370
|
<a name="G-KEY-FILE-DESKTOP-KEY-GENERIC-NAME:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_GENERIC_NAME</h3>
|
2505
2371
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_GENERIC_NAME "GenericName"
|
2506
2372
|
</pre>
|
@@ -2512,7 +2378,7 @@ desktop entry.
|
|
2512
2378
|
<p class="since">Since 2.14</p>
|
2513
2379
|
</div>
|
2514
2380
|
<hr>
|
2515
|
-
<div class="refsect2"
|
2381
|
+
<div class="refsect2">
|
2516
2382
|
<a name="G-KEY-FILE-DESKTOP-KEY-NO-DISPLAY:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY</h3>
|
2517
2383
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY "NoDisplay"
|
2518
2384
|
</pre>
|
@@ -2524,7 +2390,7 @@ shown in menus.
|
|
2524
2390
|
<p class="since">Since 2.14</p>
|
2525
2391
|
</div>
|
2526
2392
|
<hr>
|
2527
|
-
<div class="refsect2"
|
2393
|
+
<div class="refsect2">
|
2528
2394
|
<a name="G-KEY-FILE-DESKTOP-KEY-COMMENT:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_COMMENT</h3>
|
2529
2395
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_COMMENT "Comment"
|
2530
2396
|
</pre>
|
@@ -2536,7 +2402,7 @@ entry.
|
|
2536
2402
|
<p class="since">Since 2.14</p>
|
2537
2403
|
</div>
|
2538
2404
|
<hr>
|
2539
|
-
<div class="refsect2"
|
2405
|
+
<div class="refsect2">
|
2540
2406
|
<a name="G-KEY-FILE-DESKTOP-KEY-ICON:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_ICON</h3>
|
2541
2407
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_ICON "Icon"
|
2542
2408
|
</pre>
|
@@ -2548,7 +2414,7 @@ displayed for the desktop entry.
|
|
2548
2414
|
<p class="since">Since 2.14</p>
|
2549
2415
|
</div>
|
2550
2416
|
<hr>
|
2551
|
-
<div class="refsect2"
|
2417
|
+
<div class="refsect2">
|
2552
2418
|
<a name="G-KEY-FILE-DESKTOP-KEY-HIDDEN:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_HIDDEN</h3>
|
2553
2419
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_HIDDEN "Hidden"
|
2554
2420
|
</pre>
|
@@ -2560,7 +2426,7 @@ deleted by the user.
|
|
2560
2426
|
<p class="since">Since 2.14</p>
|
2561
2427
|
</div>
|
2562
2428
|
<hr>
|
2563
|
-
<div class="refsect2"
|
2429
|
+
<div class="refsect2">
|
2564
2430
|
<a name="G-KEY-FILE-DESKTOP-KEY-ONLY-SHOW-IN:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN</h3>
|
2565
2431
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN "OnlyShowIn"
|
2566
2432
|
</pre>
|
@@ -2572,7 +2438,7 @@ should display the desktop entry.
|
|
2572
2438
|
<p class="since">Since 2.14</p>
|
2573
2439
|
</div>
|
2574
2440
|
<hr>
|
2575
|
-
<div class="refsect2"
|
2441
|
+
<div class="refsect2">
|
2576
2442
|
<a name="G-KEY-FILE-DESKTOP-KEY-NOT-SHOW-IN:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN</h3>
|
2577
2443
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN "NotShowIn"
|
2578
2444
|
</pre>
|
@@ -2584,7 +2450,7 @@ should not display the desktop entry.
|
|
2584
2450
|
<p class="since">Since 2.14</p>
|
2585
2451
|
</div>
|
2586
2452
|
<hr>
|
2587
|
-
<div class="refsect2"
|
2453
|
+
<div class="refsect2">
|
2588
2454
|
<a name="G-KEY-FILE-DESKTOP-KEY-TRY-EXEC:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_TRY_EXEC</h3>
|
2589
2455
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_TRY_EXEC "TryExec"
|
2590
2456
|
</pre>
|
@@ -2598,7 +2464,7 @@ type.
|
|
2598
2464
|
<p class="since">Since 2.14</p>
|
2599
2465
|
</div>
|
2600
2466
|
<hr>
|
2601
|
-
<div class="refsect2"
|
2467
|
+
<div class="refsect2">
|
2602
2468
|
<a name="G-KEY-FILE-DESKTOP-KEY-EXEC:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_EXEC</h3>
|
2603
2469
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_EXEC "Exec"
|
2604
2470
|
</pre>
|
@@ -2611,7 +2477,7 @@ type.
|
|
2611
2477
|
<p class="since">Since 2.14</p>
|
2612
2478
|
</div>
|
2613
2479
|
<hr>
|
2614
|
-
<div class="refsect2"
|
2480
|
+
<div class="refsect2">
|
2615
2481
|
<a name="G-KEY-FILE-DESKTOP-KEY-PATH:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_PATH</h3>
|
2616
2482
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_PATH "Path"
|
2617
2483
|
</pre>
|
@@ -2624,7 +2490,7 @@ program in. It is only valid for desktop entries with the
|
|
2624
2490
|
<p class="since">Since 2.14</p>
|
2625
2491
|
</div>
|
2626
2492
|
<hr>
|
2627
|
-
<div class="refsect2"
|
2493
|
+
<div class="refsect2">
|
2628
2494
|
<a name="G-KEY-FILE-DESKTOP-KEY-TERMINAL:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_TERMINAL</h3>
|
2629
2495
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_TERMINAL "Terminal"
|
2630
2496
|
</pre>
|
@@ -2637,7 +2503,7 @@ the <code class="literal">Application</code> type.
|
|
2637
2503
|
<p class="since">Since 2.14</p>
|
2638
2504
|
</div>
|
2639
2505
|
<hr>
|
2640
|
-
<div class="refsect2"
|
2506
|
+
<div class="refsect2">
|
2641
2507
|
<a name="G-KEY-FILE-DESKTOP-KEY-MIME-TYPE:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_MIME_TYPE</h3>
|
2642
2508
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_MIME_TYPE "MimeType"
|
2643
2509
|
</pre>
|
@@ -2649,7 +2515,7 @@ by this desktop entry.
|
|
2649
2515
|
<p class="since">Since 2.14</p>
|
2650
2516
|
</div>
|
2651
2517
|
<hr>
|
2652
|
-
<div class="refsect2"
|
2518
|
+
<div class="refsect2">
|
2653
2519
|
<a name="G-KEY-FILE-DESKTOP-KEY-CATEGORIES:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_CATEGORIES</h3>
|
2654
2520
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_CATEGORIES "Categories"
|
2655
2521
|
</pre>
|
@@ -2661,7 +2527,7 @@ desktop entry should be shown in a menu.
|
|
2661
2527
|
<p class="since">Since 2.14</p>
|
2662
2528
|
</div>
|
2663
2529
|
<hr>
|
2664
|
-
<div class="refsect2"
|
2530
|
+
<div class="refsect2">
|
2665
2531
|
<a name="G-KEY-FILE-DESKTOP-KEY-STARTUP-NOTIFY:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY</h3>
|
2666
2532
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY "StartupNotify"
|
2667
2533
|
</pre>
|
@@ -2674,7 +2540,7 @@ Notification Protocol Specification</a>.
|
|
2674
2540
|
<p class="since">Since 2.14</p>
|
2675
2541
|
</div>
|
2676
2542
|
<hr>
|
2677
|
-
<div class="refsect2"
|
2543
|
+
<div class="refsect2">
|
2678
2544
|
<a name="G-KEY-FILE-DESKTOP-KEY-STARTUP-WM-CLASS:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS</h3>
|
2679
2545
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS "StartupWMClass"
|
2680
2546
|
</pre>
|
@@ -2687,7 +2553,7 @@ Startup Notification with older applications.
|
|
2687
2553
|
<p class="since">Since 2.14</p>
|
2688
2554
|
</div>
|
2689
2555
|
<hr>
|
2690
|
-
<div class="refsect2"
|
2556
|
+
<div class="refsect2">
|
2691
2557
|
<a name="G-KEY-FILE-DESKTOP-KEY-URL:CAPS"></a><h3>G_KEY_FILE_DESKTOP_KEY_URL</h3>
|
2692
2558
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_KEY_URL "URL"
|
2693
2559
|
</pre>
|
@@ -2699,7 +2565,7 @@ for desktop entries with the <code class="literal">Link</code> type.
|
|
2699
2565
|
<p class="since">Since 2.14</p>
|
2700
2566
|
</div>
|
2701
2567
|
<hr>
|
2702
|
-
<div class="refsect2"
|
2568
|
+
<div class="refsect2">
|
2703
2569
|
<a name="G-KEY-FILE-DESKTOP-TYPE-APPLICATION:CAPS"></a><h3>G_KEY_FILE_DESKTOP_TYPE_APPLICATION</h3>
|
2704
2570
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_TYPE_APPLICATION "Application"
|
2705
2571
|
</pre>
|
@@ -2710,7 +2576,7 @@ key for desktop entries representing applications.
|
|
2710
2576
|
<p class="since">Since 2.14</p>
|
2711
2577
|
</div>
|
2712
2578
|
<hr>
|
2713
|
-
<div class="refsect2"
|
2579
|
+
<div class="refsect2">
|
2714
2580
|
<a name="G-KEY-FILE-DESKTOP-TYPE-LINK:CAPS"></a><h3>G_KEY_FILE_DESKTOP_TYPE_LINK</h3>
|
2715
2581
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_TYPE_LINK "Link"
|
2716
2582
|
</pre>
|
@@ -2721,7 +2587,7 @@ key for desktop entries representing links to documents.
|
|
2721
2587
|
<p class="since">Since 2.14</p>
|
2722
2588
|
</div>
|
2723
2589
|
<hr>
|
2724
|
-
<div class="refsect2"
|
2590
|
+
<div class="refsect2">
|
2725
2591
|
<a name="G-KEY-FILE-DESKTOP-TYPE-DIRECTORY:CAPS"></a><h3>G_KEY_FILE_DESKTOP_TYPE_DIRECTORY</h3>
|
2726
2592
|
<pre class="programlisting">#define G_KEY_FILE_DESKTOP_TYPE_DIRECTORY "Directory"
|
2727
2593
|
</pre>
|
@@ -2735,6 +2601,6 @@ key for desktop entries representing directories.
|
|
2735
2601
|
</div>
|
2736
2602
|
<div class="footer">
|
2737
2603
|
<hr>
|
2738
|
-
Generated by GTK-Doc V1.
|
2604
|
+
Generated by GTK-Doc V1.16.1</div>
|
2739
2605
|
</body>
|
2740
2606
|
</html>
|