Top | ![]() |
![]() |
![]() |
![]() |
AgsRemoveSoundcard * | ags_remove_soundcard_new () |
#define | AGS_IS_REMOVE_SOUNDCARD() |
#define | AGS_REMOVE_SOUNDCARD() |
#define | AGS_REMOVE_SOUNDCARD_CLASS() |
#define | AGS_REMOVE_SOUNDCARD_GET_CLASS() |
GType | ags_remove_soundcard_get_type () |
AgsApplicationContext * | application-context | Read / Write |
GObject * | soundcard | Read / Write |
#define | AGS_TYPE_REMOVE_SOUNDCARD |
struct | AgsRemoveSoundcard |
struct | AgsRemoveSoundcardClass |
AgsRemoveSoundcard * ags_remove_soundcard_new (AgsApplicationContext *application_context
,GObject *soundcard
);
Create a new instance of AgsRemoveSoundcard.
Since: 2.0.0
#define AGS_IS_REMOVE_SOUNDCARD(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_REMOVE_SOUNDCARD))
#define AGS_REMOVE_SOUNDCARD(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REMOVE_SOUNDCARD, AgsRemoveSoundcard))
#define AGS_REMOVE_SOUNDCARD_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_REMOVE_SOUNDCARD, AgsRemoveSoundcardClass))
#define AGS_REMOVE_SOUNDCARD_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_REMOVE_SOUNDCARD, AgsRemoveSoundcardClass))
“application-context”
property“application-context” AgsApplicationContext *
The assigned AgsApplicationContext
Flags: Read / Write
Since: 2.0.0
“soundcard”
property“soundcard” GObject *
The assigned AgsSoundcard
Flags: Read / Write
Since: 2.0.0