AgsTimestampFactory

AgsTimestampFactory — Factory pattern

Functions

Signals

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTimestampFactory

Includes

#include <ags/thread/ags_timestamp_factory.h>

Description

AgsTimestampFactory pattern.

Functions

ags_timestamp_factory_create ()

AgsTimestamp *
ags_timestamp_factory_create (AgsTimestampFactory *timestamp_factory,
                              AgsTimestamp *predecor);


ags_timestamp_factory_get_instance ()

AgsTimestampFactory *
ags_timestamp_factory_get_instance ();


ags_timestamp_factory_new ()

AgsTimestampFactory *
ags_timestamp_factory_new ();

Creates an AgsTimestampFactory

Returns

a new AgsTimestampFactory

Since: 0.4

Types and Values

enum AgsTimestampFactoryFlags

Members

AGS_TIMESTAMP_FACTORY_UNIX

   

Signal Details

The “create” signal

GObject*
user_function (AgsTimestampFactory *agstimestampfactory,
               GObject             *arg1,
               GObject             *arg2,
               gpointer             user_data)

Flags: Run Last