AgsHistory

AgsHistory

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsHistory

Implemented Interfaces

AgsHistory implements AgsConnectable.

Description

Functions

ags_history_new ()

AgsHistory *
ags_history_new ();

AGS_HISTORY()

#define AGS_HISTORY(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_HISTORY, AgsHistory))

AGS_HISTORY_CLASS()

#define AGS_HISTORY_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_HISTORY, AgsHistory))

AGS_HISTORY_GET_CLASS()

#define AGS_HISTORY_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_HISTORY, AgsHistoryClass))

AGS_IS_HISTORY()

#define AGS_IS_HISTORY(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_HISTORY))

ags_history_get_type ()

GType
ags_history_get_type ();

Types and Values

AgsHistoryAppend

typedef struct _AgsHistoryAppend AgsHistoryAppend;

AGS_TYPE_HISTORY

#define AGS_TYPE_HISTORY                (ags_history_get_type())

struct AgsHistory

struct AgsHistory;

struct AgsHistoryClass

struct AgsHistoryClass {
  GObjectClass gobject;
};