glib.gslist

Undocumented in source.

Members

Aliases

g_slist_free1
alias g_slist_free1 = g_slist_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_slist_alloc
GSList* g_slist_alloc()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slist_append
GSList* g_slist_append(GSList* 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_slist_concat
GSList* g_slist_concat(GSList* list1, GSList* list2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slist_copy
GSList* g_slist_copy(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slist_copy_deep
GSList* g_slist_copy_deep(GSList* 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_slist_delete_link
GSList* g_slist_delete_link(GSList* list, GSList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slist_find
GSList* g_slist_find(GSList* 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_slist_find_custom
GSList* g_slist_find_custom(GSList* 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_slist_foreach
void g_slist_foreach(GSList* 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_slist_free
void g_slist_free(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slist_free_1
void g_slist_free_1(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slist_free_full
void g_slist_free_full(GSList* 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_slist_index
gint g_slist_index(GSList* 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_slist_insert
GSList* g_slist_insert(GSList* 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_slist_insert_before
GSList* g_slist_insert_before(GSList* slist, GSList* 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_slist_insert_sorted
GSList* g_slist_insert_sorted(GSList* 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_slist_insert_sorted_with_data
GSList* g_slist_insert_sorted_with_data(GSList* 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_slist_last
GSList* g_slist_last(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slist_length
guint g_slist_length(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slist_next
auto g_slist_next(S slist)
Undocumented in source. Be warned that the author may not have intended to support it.
g_slist_nth
GSList* g_slist_nth(GSList* 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_slist_nth_data
gpointer g_slist_nth_data(GSList* 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_slist_position
gint g_slist_position(GSList* list, GSList* llink)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slist_prepend
GSList* g_slist_prepend(GSList* 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_slist_remove
GSList* g_slist_remove(GSList* 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_slist_remove_all
GSList* g_slist_remove_all(GSList* 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_slist_remove_link
GSList* g_slist_remove_link(GSList* list, GSList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slist_reverse
GSList* g_slist_reverse(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slist_sort
GSList* g_slist_sort(GSList* 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_slist_sort_with_data
GSList* g_slist_sort_with_data(GSList* 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

GSList
struct GSList
Undocumented in source.

Meta