Top | ![]() |
![]() |
![]() |
![]() |
|
ags_list_free_and_free_link () |
|
ags_list_free_and_unref_link () |
|
ags_list_duplicate_list () |
void ags_list_free_and_free_link ();
GList *list
ags_list_free_and_free_link
is deprecated and should not be used in newly-written code.
Use g_list_free_full()
g_free()
Free list and free data.
Since 0.3
void ags_list_free_and_unref_link ();
GList *list
ags_list_free_and_unref_link
is deprecated and should not be used in newly-written code.
Use g_list_free_full()
g_ojbect_unref()
Free list and unref data.
Since 0.3