Re: GKeyFile use on Windows
- From: Roger Leigh <rleigh whinlatter ukfsn org>
- To: Richard Gipps <rgipps netspace net au>
- Cc: gtk-list gnome org
- Subject: Re: GKeyFile use on Windows
- Date: Wed, 09 Nov 2005 19:31:28 +0000
Richard Gipps <rgipps netspace net au> writes:
> While I can see how to retrieve the setting from a file there does
> not seem to be a function to write a GKeyFile to a disk file. So
> does this mean you have to create a GKeyFile using g_key_file_new(),
> add the keys, then use g_key_file_to_data() to write the data to a
> string, then write the string to a file?
Yes. You could use a GIOChannel, FILE or fd.
Personally, I write it out by hand using printf, since my application
data is not contained within the GKeyFile after I initially read the
GKeyFile off disk and extract the needed information. I may revisit
that, though.
> Or is the GKeyFile written to the registry some how?
They have nothing to do with each other.
--
Roger Leigh
Printing on GNU/Linux? http://gimp-print.sourceforge.net/
Debian GNU/Linux http://www.debian.org/
GPG Public Key: 0x25BFB848. Please sign and encrypt your mail.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]