Function

AgsAudioRecalltemplate_find_all_type

since: 3.0.0

Declaration [src]

GList*
ags_recall_template_find_all_type (
  GList* recall,
  ...
)

Description [src]

Finds next matching recall for type which is a template, see #AGS_RECALL_TEMPLATE flag. Intended to be used as iteration function.

Available since: 3.0.0

This function is not directly available to language bindings.

Parameters

recall

Type: A list of None

The GList-struct containing AgsRecall.

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

Type: 

A GType.

Return value

Type: A list of None

Next matching GList-struct, or NULL if not found.

The data is owned by the called function.