After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 767880 - gkeyfile: add g_key_file_load_from_bytes() API
gkeyfile: add g_key_file_load_from_bytes() API
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gkeyfile
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2016-06-20 17:16 UTC by Cosimo Cecchi
Modified: 2016-06-21 00:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gkeyfile: add g_key_file_load_from_bytes() API (4.67 KB, patch)
2016-06-20 17:16 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2016-06-20 17:16:02 UTC
See attached patch.
Comment 1 Cosimo Cecchi 2016-06-20 17:16:05 UTC
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.
Comment 2 Matthias Clasen 2016-06-21 00:01:56 UTC
Can't say that I have a strong reaction to this. If you have a use for it, why not...
Comment 3 Matthias Clasen 2016-06-21 00:44:39 UTC
Review of attachment 330096 [details] [review]:

.
Comment 4 Cosimo Cecchi 2016-06-21 00:53:26 UTC
Attachment 330096 [details] pushed as d07e166 - gkeyfile: add g_key_file_load_from_bytes() API