AgsListUtil

AgsListUtil — list util

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

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 .

Parameters

list

the GList.

[transfer none][element-type GObject]

gtype

the GType to find

 

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
};