AgsRemoveRecall — remove recall object to context
GObject ╰── AgsTask ╰── AgsRemoveRecall
AgsRemoveRecall implements AgsConnectable.
#include <ags/audio/task/ags_remove_recall.h>
The AgsRemoveRecall task removes AgsRecall to context.
AgsRemoveRecall * ags_remove_recall_new (GObject *context, AgsRecall *recall, gboolean is_play, gboolean remove_all);
GObject *context
AgsRecall *recall
gboolean is_play
gboolean remove_all
Creates an AgsRemoveRecall.
context
may be AgsAudio, AgsChannel or AgsRecall
recall
the AgsRecall to remove
is_play
if TRUE non-complex recall
TRUE
remove_all
if TRUE all related will be removed
an new AgsRemoveRecall.
Since: 0.4