AgsListUtil
AgsListUtil — list util
|
|
Stability Level
Stable, unless otherwise indicated
Object Hierarchy
GBoxed
╰── AgsListUtil
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
.
Returns
the next matching GList.
[transfer none][element-type GObject]
Since: 3.0.0
ags_list_util_get_type ()
GType
ags_list_util_get_type (void
);
Types and Values
AGS_TYPE_LIST_UTIL
#define AGS_TYPE_LIST_UTIL (ags_list_util_get_type())
struct AgsListUtil
struct AgsListUtil {
//empty
};