Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_TYPE_OSC_CONFIG_CONTROLLER |
struct | AgsOscConfigController |
struct | AgsOscConfigControllerClass |
gpointer ags_osc_config_controller_apply_config (AgsOscConfigController *osc_config_controller
,AgsOscConnection *osc_connection
,unsigned char *message
,guint message_size
);
Apply config.
osc_config_controller |
||
osc_connection |
the AgsOscConnection |
|
message |
the message received |
|
message_size |
the message size |
Since: 2.1.0
AgsOscConfigController * ags_osc_config_controller_new ();
Instantiate new AgsOscConfigController
Since: 2.1.0
#define AGS_IS_OSC_CONFIG_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_OSC_CONFIG_CONTROLLER))
#define AGS_OSC_CONFIG_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_OSC_CONFIG_CONTROLLER, AgsOscConfigController))
#define AGS_OSC_CONFIG_CONTROLLER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_OSC_CONFIG_CONTROLLER, AgsOscConfigControllerClass))
#define AGS_OSC_CONFIG_CONTROLLER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_OSC_CONFIG_CONTROLLER, AgsOscConfigControllerClass))
#define AGS_TYPE_OSC_CONFIG_CONTROLLER (ags_osc_config_controller_get_type())
“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: 2.1.0