AgsRemoveRecall

AgsRemoveRecall — remove recall object to context

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsRemoveRecall

Implemented Interfaces

AgsRemoveRecall implements AgsConnectable.

Includes

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

Description

The AgsRemoveRecall task removes AgsRecall to context.

Functions

ags_remove_recall_new ()

AgsRemoveRecall *
ags_remove_recall_new (GObject *context,
                       AgsRecall *recall,
                       gboolean is_play,
                       gboolean remove_all);

Creates an AgsRemoveRecall.

Parameters

context

may be AgsAudio, AgsChannel or AgsRecall

 

recall

the AgsRecall to remove

 

is_play

if TRUE non-complex recall

 

remove_all

if TRUE all related will be removed

 

Returns

an new AgsRemoveRecall.

Since: 0.4

Types and Values