Function

AgsListUtilfind_type

since: 3.0.0

Declaration [src]

GList*
ags_list_util_find_type (
  GList* list,
  GType gtype
)

Description [src]

Find gtype within list.

Available since: 3.0.0

Parameters

list

Type: A list of GObject*

The GList-struct.

The data is owned by the caller of the function.
gtype

Type: GType

The GType to find.

Return value

Type: A list of GObject*

The next matching GList-struct.

The data is owned by the called function.