Function

AgsAudioRecallHandleralloc

since: 3.0.0

Declaration [src]

AgsRecallHandler*
ags_recall_handler_alloc (
  const gchar* signal_name,
  GCallback callback,
  GObject* data
)

Description [src]

Allocates AgsRecallHandler-struct.

Available since: 3.0.0

Parameters

signal_name

Type: const gchar*

Signal’s name to connect.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
callback

Type: GCallback

The GCallback function.

data

Type: GObject

The data to pass the callback.

The data is owned by the caller of the function.

Return value

Type: AgsRecallHandler*

The newly allocated AgsRecallHandler-struct.

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