krähemann.com

AgsGenericRecallRecycling

AgsGenericRecallRecycling — generic recycling context of recall

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsGenericRecallRecycling

Implemented Interfaces

AgsGenericRecallRecycling implements AgsConnectable.

Includes

#include <ags/audio/ags_generic_recall_recycling.h>

Description

AgsGenericRecallRecycling acts as generic recycling recall.

Functions

ags_generic_recall_recycling_new ()

AgsGenericRecallRecycling *
ags_generic_recall_recycling_new (AgsRecycling *recycling,
                                  GType child_type);

Creates an AgsGenericRecallRecycling.

Parameters

recycling

the source AgsRecycling

 

child_type

child type

 

Returns

a new AgsGenericRecallRecycling.

Since: 3.0.0


AGS_GENERIC_RECALL_RECYCLING()

#define AGS_GENERIC_RECALL_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_GENERIC_RECALL_RECYCLING, AgsGenericRecallRecycling))

AGS_GENERIC_RECALL_RECYCLING_CLASS()

#define AGS_GENERIC_RECALL_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_GENERIC_RECALL_RECYCLING, AgsGenericRecallRecyclingClass))

AGS_GENERIC_RECALL_RECYCLING_GET_CLASS()

#define AGS_GENERIC_RECALL_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_GENERIC_RECALL_RECYCLING, AgsGenericRecallRecyclingClass))

AGS_IS_GENERIC_RECALL_RECYCLING()

#define AGS_IS_GENERIC_RECALL_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_GENERIC_RECALL_RECYCLING))

AGS_IS_GENERIC_RECALL_RECYCLING_CLASS()

#define AGS_IS_GENERIC_RECALL_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_GENERIC_RECALL_RECYCLING))

ags_generic_recall_recycling_get_type ()

GType
ags_generic_recall_recycling_get_type ();

Types and Values

AGS_TYPE_GENERIC_RECALL_RECYCLING

#define AGS_TYPE_GENERIC_RECALL_RECYCLING                (ags_generic_recall_recycling_get_type())

struct AgsGenericRecallRecycling

struct AgsGenericRecallRecycling;

struct AgsGenericRecallRecyclingClass

struct AgsGenericRecallRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};