AgsListUtil

AgsListUtil — list util

Functions

Includes

#include <ags/util/ags_list_util.h>

Description

List utility.

Functions

ags_list_util_find_type ()

GList *
ags_list_util_find_type (GList *list,
                         GType gtype);

Find gtype within list .

Parameters

list

the GList

 

gtype

the GType to find

 

Returns

the next matching GList

Since: 2.0.0


ags_list_util_copy_and_ref ()

GList *
ags_list_util_copy_and_ref (GList *list);

Copy list and increase ref count on entries.

Parameters

list

the GList

 

Returns

the start of the copied GList

Since: 2.0.0

Types and Values