Top |
gpointer ags_osc_config_controller_apply_config (AgsOscConfigController *osc_config_controller
,AgsOscConnection *osc_connection
,guchar *message
,guint message_size
);
Apply config.
osc_config_controller |
||
osc_connection |
the AgsOscConnection |
|
message |
the message received |
|
message_size |
the message size |
Since: 3.0.0
AgsOscConfigController * ags_osc_config_controller_new ();
Instantiate new AgsOscConfigController
Since: 3.0.0
“apply-config”
signalgpointer user_function (AgsOscConfigController *osc_config_controller, GObject *osc_connection, gpointer message, guint message_size, gpointer user_data)
The ::apply-config signal is emited during get data of config controller.
osc_config_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