mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
GKeyFile: Add refcounting API
Adds g_key_file_ref and g_key_file_unref, to be used by a future GKeyFile boxed type for language bindings. Based on the patch by Christian Persch and Emmanuele Bassi. Author: Christian Persch Signed-off-by: Johan Dahlin Signed-off-by: Giovanni Campagna https://bugzilla.gnome.org/show_bug.cgi?id=590808
This commit is contained in:
committed by
Matthias Clasen
parent
dfd75d2ead
commit
a57c9148cf
@@ -1807,6 +1807,8 @@ GKeyFileFlags
|
||||
<SUBSECTION>
|
||||
g_key_file_new
|
||||
g_key_file_free
|
||||
g_key_file_ref
|
||||
g_key_file_unref
|
||||
g_key_file_set_list_separator
|
||||
g_key_file_load_from_file
|
||||
g_key_file_load_from_data
|
||||
|
Reference in New Issue
Block a user