Class

AgsTimestamp

Description

class Ags.Timestamp : GObject.Object {
  gobject: GObject,
  flags: guint,
  obj_mutex: GRecMutex,
  delay: gdouble,
  attack: guint
}
No description available.

Ancestors

Constructors

ags_timestamp_new

Creates an AgsTimestamp.

since: 3.0.0

Instance methods

ags_timestamp_get_ags_offset

Get AGS offset.

since: 3.0.0

ags_timestamp_get_unix_time

Get unix time.

since: 3.0.0

ags_timestamp_set_ags_offset

Set AGS offset as unsigned 64 bit integer.

since: 3.0.0

ags_timestamp_set_flags

Set flags of timestamp.

since: 3.0.0

ags_timestamp_set_unix_time

Set unix time.

since: 3.0.0

ags_timestamp_test_flags

Test flags to be set.

since: 3.0.0

ags_timestamp_unset_flags

Unset flags of timestamp.

since: 3.0.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AgsTimestampClass {
  GObjectClass gobject;
  
}
No description available.
Class members
gobject: GObjectClass
No description available.