Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_OSC_RENEW_CONTROLLER_CONTEXT_PATH_LENGTH |
#define | AGS_TYPE_OSC_RENEW_CONTROLLER |
struct | AgsOscRenewController |
struct | AgsOscRenewControllerClass |
gpointer ags_osc_renew_controller_set_data (AgsOscRenewController *osc_renew_controller
,AgsOscConnection *osc_connection
,unsigned char *message
,guint message_size
);
Renew data.
osc_renew_controller |
||
osc_connection |
the AgsOscConnection |
|
message |
the message received |
|
message_size |
the message size |
Since: 2.1.0
AgsOscRenewController * ags_osc_renew_controller_new ();
Instantiate new AgsOscRenewController
Since: 2.1.0
#define AGS_IS_OSC_RENEW_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_OSC_RENEW_CONTROLLER))
#define AGS_OSC_RENEW_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_OSC_RENEW_CONTROLLER, AgsOscRenewController))
#define AGS_OSC_RENEW_CONTROLLER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_OSC_RENEW_CONTROLLER, AgsOscRenewControllerClass))
#define AGS_OSC_RENEW_CONTROLLER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_OSC_RENEW_CONTROLLER, AgsOscRenewControllerClass))
#define AGS_OSC_RENEW_CONTROLLER_CONTEXT_PATH_LENGTH (8)
#define AGS_TYPE_OSC_RENEW_CONTROLLER (ags_osc_renew_controller_get_type())
“set-data”
signalgpointer user_function (AgsOscRenewController *osc_renew_controller, GObject *osc_connection, gpointer message, guint message_size, gpointer user_data)
The ::set-data signal is emited during get data of renew controller.
osc_renew_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