AgsList

AgsList — Complete GList

Functions

Includes

#include <ags/lib/ags_list.h>

Description

Functions completing GList API.

Functions

ags_list_free_and_free_link ()

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() with g_free() instead

Free list and free data.

Parameters

list

the GList

 

Since 0.3


ags_list_free_and_unref_link ()

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() with g_ojbect_unref() instead

Free list and unref data.

Parameters

list

the GList

 

Since 0.3


ags_list_duplicate_list ()

void
ags_list_duplicate_list (gpointer entry,
                         gpointer target);

Types and Values