| Advanced Gtk+ Sequencer Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#include <ags/audio/task/ags_remove_recall.h> struct AgsRemoveRecall; struct AgsRemoveRecallClass; AgsRemoveRecall * ags_remove_recall_new (,GObject *contextAgsRecall *recall,);gboolean is_play
struct AgsRemoveRecall {
AgsTask task;
GObject *context;
AgsRecall *recall;
gboolean is_play;
};
AgsRemoveRecall * ags_remove_recall_new (,GObject *contextAgsRecall *recall,);gboolean is_play
Creates an AgsRemoveRecall.
|
may be AgsAudio, AgsChannel or AgsRecall |
|
the AgsRecall to remove |
|
if TRUE |
Returns : |
an new AgsRemoveRecall. |
Since 0.4