| Top |
| #define | AGS_TIMESTAMP_GET_OBJ_MUTEX() |
| gboolean | ags_timestamp_test_flags () |
| void | ags_timestamp_set_flags () |
| void | ags_timestamp_unset_flags () |
| time_t | ags_timestamp_get_unix_time () |
| void | ags_timestamp_set_unix_time () |
| guint64 | ags_timestamp_get_ags_offset () |
| void | ags_timestamp_set_ags_offset () |
| AgsTimestamp * | ags_timestamp_new () |
#define AGS_TIMESTAMP_GET_OBJ_MUTEX(obj) (&(((AgsTimestamp *) obj)->obj_mutex))
gboolean ags_timestamp_test_flags (AgsTimestamp *timestamp,AgsTimestampFlags flags);
Test flags
to be set.
Since: 3.0.0
void ags_timestamp_set_flags (AgsTimestamp *timestamp,AgsTimestampFlags flags);
Set flags
of timestamp
.
Since: 3.0.0
void ags_timestamp_unset_flags (AgsTimestamp *timestamp,AgsTimestampFlags flags);
Unset flags
of timestamp
.
Since: 3.0.0
time_t
ags_timestamp_get_unix_time (AgsTimestamp *timestamp);
Get unix time.
Since: 3.0.0
void ags_timestamp_set_unix_time (AgsTimestamp *timestamp,time_t unix_time);
Set unix time.
Since: 3.0.0
guint64
ags_timestamp_get_ags_offset (AgsTimestamp *timestamp);
Get AGS offset.
Since: 3.0.0
void ags_timestamp_set_ags_offset (AgsTimestamp *timestamp,guint64 ags_offset);
Set AGS offset as unsigned 64 bit integer.
Since: 3.0.0
Enum values to control the behavior or indicate internal state of AgsTimestamp by enable/disable as sync_flags.