AgsRemoveRecallContainer

AgsRemoveRecallContainer — remove recall object to context

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsRemoveRecallContainer

Implemented Interfaces

AgsRemoveRecallContainer implements AgsConnectable.

Includes

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

Description

The AgsRemoveRecallContainer task removes AgsRecallContainer of audio.

Functions

ags_remove_recall_container_new ()

AgsRemoveRecallContainer *
ags_remove_recall_container_new (GObject *audio,
                                 AgsRecallContainer *recall_container);

Creates an AgsRemoveRecallContainer.

Parameters

audio

the AgsAudio

 

recall_container

the AgsRecallContainer to remove

 

Returns

an new AgsRemoveRecallContainer.

Since: 0.4

Types and Values