glib.gdataset

Undocumented in source.

Members

Aliases

GDataForeachFunc
alias GDataForeachFunc = void function(GQuark key_id, gpointer data, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDuplicateFunc
alias GDuplicateFunc = gpointer function(gpointer data, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_datalist_clear
void g_datalist_clear(GData** datalist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_datalist_foreach
void g_datalist_foreach(GData** datalist, GDataForeachFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_datalist_get_data
gpointer g_datalist_get_data(GData** datalist, const(gchar)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_datalist_get_flags
guint g_datalist_get_flags(GData** datalist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_datalist_id_dup_data
gpointer g_datalist_id_dup_data(GData** datalist, GQuark key_id, GDuplicateFunc dup_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_datalist_id_get_data
gpointer g_datalist_id_get_data(GData** datalist, GQuark key_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_datalist_id_remove_data
auto g_datalist_id_remove_data(DL dl, Q q)
Undocumented in source. Be warned that the author may not have intended to support it.
g_datalist_id_remove_no_notify
gpointer g_datalist_id_remove_no_notify(GData** datalist, GQuark key_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_datalist_id_replace_data
gboolean g_datalist_id_replace_data(GData** datalist, GQuark key_id, gpointer oldval, gpointer newval, GDestroyNotify destroy, GDestroyNotify* old_destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_datalist_id_set_data
auto g_datalist_id_set_data(DL dl, Q q, D d)
Undocumented in source. Be warned that the author may not have intended to support it.
g_datalist_id_set_data_full
void g_datalist_id_set_data_full(GData** datalist, GQuark key_id, gpointer data, GDestroyNotify destroy_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_datalist_init
void g_datalist_init(GData** datalist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_datalist_remove_data
auto g_datalist_remove_data(DL dl, K k)
Undocumented in source. Be warned that the author may not have intended to support it.
g_datalist_remove_no_notify
auto g_datalist_remove_no_notify(DK dl, K k)
Undocumented in source. Be warned that the author may not have intended to support it.
g_datalist_set_data
auto g_datalist_set_data(DL dl, K k, D d)
Undocumented in source. Be warned that the author may not have intended to support it.
g_datalist_set_data_full
auto g_datalist_set_data_full(DL dl, K k, D d, F f)
Undocumented in source. Be warned that the author may not have intended to support it.
g_datalist_set_flags
void g_datalist_set_flags(GData** datalist, guint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_datalist_unset_flags
void g_datalist_unset_flags(GData** datalist, guint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dataset_destroy
void g_dataset_destroy(gconstpointer dataset_location)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dataset_foreach
void g_dataset_foreach(gconstpointer dataset_location, GDataForeachFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dataset_get_data
auto g_dataset_get_data(L l, K k)
Undocumented in source. Be warned that the author may not have intended to support it.
g_dataset_id_get_data
gpointer g_dataset_id_get_data(gconstpointer dataset_location, GQuark key_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dataset_id_remove_data
auto g_dataset_id_remove_data(L l, K k)
Undocumented in source. Be warned that the author may not have intended to support it.
g_dataset_id_remove_no_notify
gpointer g_dataset_id_remove_no_notify(gconstpointer dataset_location, GQuark key_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dataset_id_set_data
auto g_dataset_id_set_data(L l, K k, D d)
Undocumented in source. Be warned that the author may not have intended to support it.
g_dataset_id_set_data_full
void g_dataset_id_set_data_full(gconstpointer dataset_location, GQuark key_id, gpointer data, GDestroyNotify destroy_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dataset_remove_data
auto g_dataset_remove_data(L l, K k)
Undocumented in source. Be warned that the author may not have intended to support it.
g_dataset_remove_no_notify
auto g_dataset_remove_no_notify(L dl, K k)
Undocumented in source. Be warned that the author may not have intended to support it.
g_dataset_set_data
auto g_dataset_set_data(L l, K k, D d)
Undocumented in source. Be warned that the author may not have intended to support it.
g_dataset_set_data_full
auto g_dataset_set_data_full(L l, K k, D d, F f)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

G_DATALIST_FLAGS_MASK
enum G_DATALIST_FLAGS_MASK;
Undocumented in source.

Structs

GData
struct GData
Undocumented in source.

Meta