GNOME Bugzilla – Bug 767880
gkeyfile: add g_key_file_load_from_bytes() API
Last modified: 2016-06-21 00:53:29 UTC
See attached patch.
Created attachment 330096 [details] [review] gkeyfile: add g_key_file_load_from_bytes() API This makes it easier to use GKeyFile from language bindings, and makes the API more consistent and modern with the new data type available in GLib.
Can't say that I have a strong reaction to this. If you have a use for it, why not...
Review of attachment 330096 [details] [review]: .
Attachment 330096 [details] pushed as d07e166 - gkeyfile: add g_key_file_load_from_bytes() API