Signal
AgsAudioOscFrontController::do-request
since: 3.0.0
Declaration
gpointer
do_request (
AgsOscFrontController* self,
GObject* osc_connection,
gpointer packet,
gint64 packet_size,
gpointer user_data
)
Description [src]
The ::do-request signal is emited during do request of front controller.
Default handler: The default handler is called after the handlers added via |
Available since: 3.0.0 |
Parameters
osc_connection
-
Type:
GObject
The
AgsOscConnection
.The data is owned by the caller of the function. packet
-
Type:
gpointer
The packet received.
The argument can be NULL
.The data is owned by the caller of the function. packet_size
-
Type:
gint64
The packet size.