Signal

AgsAudioOscParser::value

since: 3.0.0

Declaration

gpointer
value (
  AgsOscParser* self,
  guint v_type,
  gpointer user_data
)

Description [src]

The ::value signal is emited during parsing.

Default handler:

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

Available since: 3.0.0

Parameters

v_type

Type: guint

Value type.

Return value

Type: gpointer

The XML node representing value.

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