API Version: 7.0
Library Version: 7.0.5
Generated by gi-docgen 2024.1
since: 3.0.0
GList* ags_list_util_find_type ( GList* list, GType gtype )
Find gtype within list.
gtype
list
Available since: 3.0.0
Type: A list of GObject*
GObject*
The GList-struct.
GList
Type: GType
GType
The GType to find.
The next matching GList-struct.