- g_key_file_error_quark
GQuark g_key_file_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_free
void g_key_file_free(GKeyFile* key_file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_boolean
gboolean g_key_file_get_boolean(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_boolean_list
gboolean* g_key_file_get_boolean_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_comment
gchar* g_key_file_get_comment(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_double
gdouble g_key_file_get_double(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_double_list
gdouble* g_key_file_get_double_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_groups
gchar** g_key_file_get_groups(GKeyFile* key_file, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_int64
gint64 g_key_file_get_int64(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_integer
gint g_key_file_get_integer(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_integer_list
gint* g_key_file_get_integer_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_keys
gchar** g_key_file_get_keys(GKeyFile* key_file, const(gchar)* group_name, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_locale_string
gchar* g_key_file_get_locale_string(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* locale, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_locale_string_list
gchar** g_key_file_get_locale_string_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* locale, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_start_group
gchar* g_key_file_get_start_group(GKeyFile* key_file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_string
gchar* g_key_file_get_string(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_string_list
gchar** g_key_file_get_string_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_uint64
guint64 g_key_file_get_uint64(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_get_value
gchar* g_key_file_get_value(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_has_group
gboolean g_key_file_has_group(GKeyFile* key_file, const(gchar)* group_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_has_key
gboolean g_key_file_has_key(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_load_from_data
gboolean g_key_file_load_from_data(GKeyFile* key_file, const(gchar)* data, gsize length, GKeyFileFlags flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_load_from_data_dirs
gboolean g_key_file_load_from_data_dirs(GKeyFile* key_file, const(gchar)* file, gchar** full_path, GKeyFileFlags flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_load_from_dirs
gboolean g_key_file_load_from_dirs(GKeyFile* key_file, const(gchar)* file, const(gchar)** search_dirs, gchar** full_path, GKeyFileFlags flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_load_from_file
gboolean g_key_file_load_from_file(GKeyFile* key_file, const(gchar)* file, GKeyFileFlags flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_new
GKeyFile* g_key_file_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_ref
GKeyFile* g_key_file_ref(GKeyFile* key_file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_remove_comment
gboolean g_key_file_remove_comment(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_remove_group
gboolean g_key_file_remove_group(GKeyFile* key_file, const(gchar)* group_name, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_remove_key
gboolean g_key_file_remove_key(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_save_to_file
gboolean g_key_file_save_to_file(GKeyFile* key_file, const(gchar)* filename, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_set_boolean
void g_key_file_set_boolean(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gboolean value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_set_boolean_list
void g_key_file_set_boolean_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gboolean* list, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_set_comment
gboolean g_key_file_set_comment(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* comment, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_set_double
void g_key_file_set_double(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gdouble value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_set_double_list
void g_key_file_set_double_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gdouble* list, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_set_int64
void g_key_file_set_int64(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gint64 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_set_integer
void g_key_file_set_integer(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_set_integer_list
void g_key_file_set_integer_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gint* list, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_set_list_separator
void g_key_file_set_list_separator(GKeyFile* key_file, gchar separator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_set_locale_string
void g_key_file_set_locale_string(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* locale, const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_set_locale_string_list
void g_key_file_set_locale_string_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* locale, const(gchar*)* list, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_set_string
void g_key_file_set_string(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_set_string_list
void g_key_file_set_string_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar*)* list, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_set_uint64
void g_key_file_set_uint64(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, guint64 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_set_value
void g_key_file_set_value(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_to_data
gchar* g_key_file_to_data(GKeyFile* key_file, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_key_file_unref
void g_key_file_unref(GKeyFile* key_file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.