Top | ![]() |
![]() |
![]() |
![]() |
AgsStopSequencer * | ags_stop_sequencer_new () |
#define | AGS_IS_STOP_SEQUENCER() |
#define | AGS_STOP_SEQUENCER() |
#define | AGS_STOP_SEQUENCER_CLASS() |
#define | AGS_STOP_SEQUENCER_GET_CLASS() |
GType | ags_stop_sequencer_get_type () |
#define | AGS_TYPE_STOP_SEQUENCER |
struct | AgsStopSequencer |
struct | AgsStopSequencerClass |
AgsStopSequencer *
ags_stop_sequencer_new (AgsApplicationContext *application_context
);
Creates an AgsStopSequencer.
Since: 2.1.0
#define AGS_IS_STOP_SEQUENCER(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_STOP_SEQUENCER))
#define AGS_STOP_SEQUENCER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_STOP_SEQUENCER, AgsStopSequencer))
#define AGS_STOP_SEQUENCER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_STOP_SEQUENCER, AgsStopSequencerClass))
#define AGS_STOP_SEQUENCER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_STOP_SEQUENCER, AgsStopSequencerClass))
“application-context”
property“application-context” AgsApplicationContext *
The assigned AgsApplicationContext
Flags: Read / Write
Since: 2.1.0