glib.gkeyfile

Undocumented in source.

Members

Enums

GKeyFileError
enum GKeyFileError
Undocumented in source.
GKeyFileFlags
enum GKeyFileFlags
Undocumented in source.

Functions

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.

Manifest constants

G_KEY_FILE_DESKTOP_GROUP
enum G_KEY_FILE_DESKTOP_GROUP;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_ACTIONS
enum G_KEY_FILE_DESKTOP_KEY_ACTIONS;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_CATEGORIES
enum G_KEY_FILE_DESKTOP_KEY_CATEGORIES;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_COMMENT
enum G_KEY_FILE_DESKTOP_KEY_COMMENT;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_DBUS_ACTIVATABLE
enum G_KEY_FILE_DESKTOP_KEY_DBUS_ACTIVATABLE;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_EXEC
enum G_KEY_FILE_DESKTOP_KEY_EXEC;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_GENERIC_NAME
enum G_KEY_FILE_DESKTOP_KEY_GENERIC_NAME;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_HIDDEN
enum G_KEY_FILE_DESKTOP_KEY_HIDDEN;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_ICON
enum G_KEY_FILE_DESKTOP_KEY_ICON;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_MIME_TYPE
enum G_KEY_FILE_DESKTOP_KEY_MIME_TYPE;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_NAME
enum G_KEY_FILE_DESKTOP_KEY_NAME;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN
enum G_KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY
enum G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN
enum G_KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_PATH
enum G_KEY_FILE_DESKTOP_KEY_PATH;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY
enum G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS
enum G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_TERMINAL
enum G_KEY_FILE_DESKTOP_KEY_TERMINAL;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_TRY_EXEC
enum G_KEY_FILE_DESKTOP_KEY_TRY_EXEC;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_TYPE
enum G_KEY_FILE_DESKTOP_KEY_TYPE;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_URL
enum G_KEY_FILE_DESKTOP_KEY_URL;
Undocumented in source.
G_KEY_FILE_DESKTOP_KEY_VERSION
enum G_KEY_FILE_DESKTOP_KEY_VERSION;
Undocumented in source.
G_KEY_FILE_DESKTOP_TYPE_APPLICATION
enum G_KEY_FILE_DESKTOP_TYPE_APPLICATION;
Undocumented in source.
G_KEY_FILE_DESKTOP_TYPE_DIRECTORY
enum G_KEY_FILE_DESKTOP_TYPE_DIRECTORY;
Undocumented in source.
G_KEY_FILE_DESKTOP_TYPE_LINK
enum G_KEY_FILE_DESKTOP_TYPE_LINK;
Undocumented in source.

Structs

GKeyFile
struct GKeyFile
Undocumented in source.

Meta