AgsRemoveRecall

AgsRemoveRecall — remove recall object to context

Functions

AgsRemoveRecall * ags_remove_recall_new ()

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);

Creates an AgsRemoveRecall.

Parameters

context

may be AgsAudio, AgsChannel or AgsRecall

 

recall

the AgsRecall to remove

 

is_play

if TRUE non-complex recall

 

Returns

an new AgsRemoveRecall.

Since 0.4

Types and Values