ListSG.alloc

Allocates space for one GSList element. It is called by the g_slist_append(), g_slist_prepend(), g_slist_insert() and g_slist_insert_sorted() functions and so is rarely used on its own.

class ListSG
static
alloc
()

Return Value

Type: ListSG

a pointer to the newly-allocated GSList element.