AgsRemoveSoundcard

AgsRemoveSoundcard — remove soundcard object of application context

Functions

Properties

GObject * soundcard Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsRemoveSoundcard

Includes

#include <ags/audio/task/ags_remove_soundcard.h>

Description

The AgsRemoveSoundcard task removes AgsSoundcard of application context.

Functions

ags_remove_soundcard_new ()

AgsRemoveSoundcard *
ags_remove_soundcard_new (GObject *soundcard);

Create a new instance of AgsRemoveSoundcard.

Parameters

soundcard

the AgsSoundcard to remove

 

Returns

the new AgsRemoveSoundcard.

Since: 3.0.0


AGS_IS_REMOVE_SOUNDCARD()

#define AGS_IS_REMOVE_SOUNDCARD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_REMOVE_SOUNDCARD))

AGS_REMOVE_SOUNDCARD()

#define AGS_REMOVE_SOUNDCARD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REMOVE_SOUNDCARD, AgsRemoveSoundcard))

AGS_REMOVE_SOUNDCARD_CLASS()

#define AGS_REMOVE_SOUNDCARD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_REMOVE_SOUNDCARD, AgsRemoveSoundcardClass))

AGS_REMOVE_SOUNDCARD_GET_CLASS()

#define AGS_REMOVE_SOUNDCARD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_REMOVE_SOUNDCARD, AgsRemoveSoundcardClass))

ags_remove_soundcard_get_type ()

GType
ags_remove_soundcard_get_type ();

Types and Values

AGS_TYPE_REMOVE_SOUNDCARD

#define AGS_TYPE_REMOVE_SOUNDCARD                (ags_remove_soundcard_get_type())

struct AgsRemoveSoundcard

struct AgsRemoveSoundcard;

struct AgsRemoveSoundcardClass

struct AgsRemoveSoundcardClass {
  AgsTaskClass task;
};

Property Details

The “soundcard” property

  “soundcard”                GObject *

The assigned AgsSoundcard

Owner: AgsRemoveSoundcard

Flags: Read / Write

Since: 3.0.0