AgsRecallRecyclingDummy

AgsRecallRecyclingDummy — recycling dummy dynamic context of recall

Synopsis

#include <ags/audio/ags_recall_recycling_dummy.h>

struct              AgsRecallRecyclingDummy;
struct              AgsRecallRecyclingDummyClass;
AgsRecallRecyclingDummy * ags_recall_recycling_dummy_new
                                                        (AgsRecycling *recycling,
                                                         GType child_type);

Description

AgsRecallRecyclingDummy acts as recycling dummy dynamic recall.

Details

struct AgsRecallRecyclingDummy

struct AgsRecallRecyclingDummy {
  AgsRecallRecycling recall_recycling;
};

struct AgsRecallRecyclingDummyClass

struct AgsRecallRecyclingDummyClass {
  AgsRecallRecyclingClass recall_recycling;
};

ags_recall_recycling_dummy_new ()

AgsRecallRecyclingDummy * ags_recall_recycling_dummy_new
                                                        (AgsRecycling *recycling,
                                                         GType child_type);

Creates an AgsRecallRecyclingDummy.

Returns :

a new AgsRecallRecyclingDummy.

Since 0.4