Top | ![]() |
![]() |
![]() |
![]() |
AgsSetInputDevice * | ags_set_input_device_new () |
#define | AGS_IS_SET_INPUT_DEVICE() |
#define | AGS_IS_SET_INPUT_DEVICE_CLASS() |
#define | AGS_SET_INPUT_DEVICE() |
#define | AGS_SET_INPUT_DEVICE_CLASS() |
#define | AGS_SET_INPUT_DEVICE_GET_CLASS() |
GType | ags_set_input_device_get_type () |
#define | AGS_TYPE_SET_INPUT_DEVICE |
struct | AgsSetInputDevice |
struct | AgsSetInputDeviceClass |
AgsSetInputDevice * ags_set_input_device_new (GObject *sequencer
,char *device
);
Creates an AgsSetInputDevice.
Since: 0.7.111
#define AGS_IS_SET_INPUT_DEVICE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SET_INPUT_DEVICE))
#define AGS_IS_SET_INPUT_DEVICE_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SET_INPUT_DEVICE))
#define AGS_SET_INPUT_DEVICE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SET_INPUT_DEVICE, AgsSetInputDevice))
#define AGS_SET_INPUT_DEVICE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SET_INPUT_DEVICE, AgsSetInputDeviceClass))
#define AGS_SET_INPUT_DEVICE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SET_INPUT_DEVICE, AgsSetInputDeviceClass))
“device”
property“device” gchar *
The sequencer indentifier
Flags: Read / Write
Default value: NULL
Since: 0.7.111
“sequencer”
property“sequencer” GObject *
The assigned AgsSequencer instance.
Flags: Read / Write
Since: 0.7.111