Signal

AgsAudioOscConfigController::apply-config

since: 3.0.0

Declaration

gpointer
apply_config (
  AgsOscConfigController* self,
  GObject* osc_connection,
  gpointer message,
  guint message_size,
  gpointer user_data
)

Description [src]

The ::apply-config signal is emited during get data of config controller.

Default handler:

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

Available since: 3.0.0

Parameters

osc_connection

Type: GObject

The AgsOscConnection.

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

Type: gpointer

The message received.

The argument can be NULL.
The data is owned by the caller of the function.
message_size

Type: guint

The message size.

Return value

Type: gpointer

The AgsOscResponse.

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