krähemann.com

AgsCopyRecycling

AgsCopyRecycling — copy recycling

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsCopyRecycling

Implemented Interfaces

AgsCopyRecycling implements AgsConnectable.

Includes

#include <ags/audio/recall/ags_copy_recycling.h>

Description

The AgsCopyRecycling class copies the recycling.

Functions

ags_copy_recycling_new ()

AgsCopyRecycling *
ags_copy_recycling_new (AgsRecycling *destination,
                        AgsRecycling *source);

Create a new instance of AgsCopyRecycling

Parameters

destination

the destination AgsRecycling

 

source

the source AgsRecycling

 

Returns

the new AgsCopyRecycling

Since: 3.0.0


AGS_COPY_RECYCLING()

#define AGS_COPY_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_RECYCLING, AgsCopyRecycling))

AGS_COPY_RECYCLING_CLASS()

#define AGS_COPY_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_RECYCLING, AgsCopyRecyclingClass))

AGS_COPY_RECYCLING_GET_CLASS()

#define AGS_COPY_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_RECYCLING, AgsCopyRecyclingClass))

AGS_IS_COPY_RECYCLING()

#define AGS_IS_COPY_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_RECYCLING))

ags_copy_recycling_get_type ()

GType
ags_copy_recycling_get_type ();

Types and Values

AGS_TYPE_COPY_RECYCLING

#define AGS_TYPE_COPY_RECYCLING                (ags_copy_recycling_get_type())

struct AgsCopyRecycling

struct AgsCopyRecycling;

struct AgsCopyRecyclingClass

struct AgsCopyRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};