Signal

AgsAudioChannel::check-scope

since: 3.0.0

Declaration

gpointer
check_scope (
  AgsChannel* self,
  gint sound_scope,
  gpointer user_data
)

Description [src]

The ::check-scope signal gives you control of checking scope.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0.0

Parameters

sound_scope

Type: gint

The sound scope.

Return value

Type: gpointer

The GList-struct containing AgsRecallID.

The data is owned by the called function.
The return value can be NULL.