Class

AgsTimestamp

[]

Description

class Ags.Timestamp : GObject.Object
{
  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)
[]

Signals

Signals inherited from GObject (1)

Class structure