AgsList
AgsList — Complete GList
|
|
Description
Functions completing GList API.
Details
ags_list_duplicate_list ()
void ags_list_duplicate_list (gpointer entry,
gpointer target);
ags_list_free_and_free_link ()
void ags_list_free_and_free_link (GList *list);
Warning
ags_list_free_and_free_link is deprecated and should not be used in newly-written code. Use g_list_free_full() with g_free() instead
Free list and free data.
Since 0.3
ags_list_free_and_unref_link ()
void ags_list_free_and_unref_link (GList *list);
Warning
ags_list_free_and_unref_link is deprecated and should not be used in newly-written code. Use g_list_free_full() with g_ojbect_unref() instead
Free list and unref data.
Since 0.3