Top |
gpointer ags_osc_info_controller_get_info (AgsOscInfoController *osc_info_controller
,AgsOscConnection *osc_connection
,guchar *message
,guint message_size
);
Get info.
osc_info_controller |
||
osc_connection |
the AgsOscConnection |
|
message |
the message received |
|
message_size |
the message size |
Since: 3.0.0
AgsOscInfoController * ags_osc_info_controller_new ();
Instantiate new AgsOscInfoController
Since: 3.0.0
“get-info”
signalgpointer user_function (AgsOscInfoController *osc_info_controller, GObject *osc_connection, gpointer message, guint message_size, gpointer user_data)
The ::get-info signal is emited during get info of info controller.
osc_info_controller |
||
osc_connection |
the AgsOscConnection |
|
message |
the message received |
|
message_size |
the message size |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 3.0.0