glib.glist

Undocumented in source.

Members

Aliases

g_list_free1
alias g_list_free1 = g_list_free_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_list_alloc
GList* g_list_alloc()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_append
GList* g_list_append(GList* list, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_concat
GList* g_list_concat(GList* list1, GList* list2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_copy
GList* g_list_copy(GList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_copy_deep
GList* g_list_copy_deep(GList* list, GCopyFunc 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_list_delete_link
GList* g_list_delete_link(GList* list, GList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_find
GList* g_list_find(GList* list, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_find_custom
GList* g_list_find_custom(GList* list, gconstpointer data, GCompareFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_first
GList* g_list_first(GList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_foreach
void g_list_foreach(GList* list, GFunc 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_list_free
void g_list_free(GList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_free_1
void g_list_free_1(GList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_free_full
void g_list_free_full(GList* list, GDestroyNotify free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_index
gint g_list_index(GList* list, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_insert
GList* g_list_insert(GList* list, gpointer data, gint position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_insert_before
GList* g_list_insert_before(GList* list, GList* sibling, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_insert_sorted
GList* g_list_insert_sorted(GList* list, gpointer data, GCompareFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_insert_sorted_with_data
GList* g_list_insert_sorted_with_data(GList* list, gpointer data, GCompareDataFunc 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_list_last
GList* g_list_last(GList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_length
guint g_list_length(GList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_next
auto g_list_next(L list)
Undocumented in source. Be warned that the author may not have intended to support it.
g_list_nth
GList* g_list_nth(GList* list, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_nth_data
gpointer g_list_nth_data(GList* list, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_nth_prev
GList* g_list_nth_prev(GList* list, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_position
gint g_list_position(GList* list, GList* llink)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_prepend
GList* g_list_prepend(GList* list, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_previous
auto g_list_previous(L list)
Undocumented in source. Be warned that the author may not have intended to support it.
g_list_remove
GList* g_list_remove(GList* list, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_remove_all
GList* g_list_remove_all(GList* list, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_remove_link
GList* g_list_remove_link(GList* list, GList* llink)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_reverse
GList* g_list_reverse(GList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_sort
GList* g_list_sort(GList* list, GCompareFunc compare_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_list_sort_with_data
GList* g_list_sort_with_data(GList* list, GCompareDataFunc compare_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.

Structs

GList
struct GList
Undocumented in source.

Meta