Method

AgsAudioRecallIDcheck_state_flags

since: 3.0.0

Declaration [src]

gboolean
ags_recall_id_check_state_flags (
  AgsRecallID* recall_id,
  guint state_flags
)

Description [src]

Check the occurence of state_flags in recall_id.

Available since: 3.0.0

Parameters

state_flags

Type: guint

State flags to check.

Return value

Type: gboolean

TRUE if all flags matched, otherwise FALSE.