Top | ![]() |
![]() |
![]() |
![]() |
gpointer | ags_osc_info_controller_get_info () |
AgsOscInfoController * | ags_osc_info_controller_new () |
#define | AGS_IS_OSC_INFO_CONTROLLER() |
#define | AGS_OSC_INFO_CONTROLLER() |
#define | AGS_OSC_INFO_CONTROLLER_CLASS() |
#define | AGS_OSC_INFO_CONTROLLER_GET_CLASS() |
GType | ags_osc_info_controller_get_type () |
#define | AGS_TYPE_OSC_INFO_CONTROLLER |
struct | AgsOscInfoController |
struct | AgsOscInfoControllerClass |
gpointer ags_osc_info_controller_get_info (AgsOscInfoController *info_controller
,AgsOscConnection *osc_connection
,unsigned char *message
,guint message_size
);
Get info.
osc_info_controller |
||
osc_connection |
the AgsOscConnection |
|
message |
the message received |
|
message_size |
the message size |
Since: 2.1.0
AgsOscInfoController * ags_osc_info_controller_new ();
Instantiate new AgsOscInfoController
Since: 2.1.0
#define AGS_IS_OSC_INFO_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_OSC_INFO_CONTROLLER))
#define AGS_OSC_INFO_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_OSC_INFO_CONTROLLER, AgsOscInfoController))
#define AGS_OSC_INFO_CONTROLLER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_OSC_INFO_CONTROLLER, AgsOscInfoControllerClass))
#define AGS_OSC_INFO_CONTROLLER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_OSC_INFO_CONTROLLER, AgsOscInfoControllerClass))
#define AGS_TYPE_OSC_INFO_CONTROLLER (ags_osc_info_controller_get_type())
“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: 2.1.0