Top | ![]() |
![]() |
![]() |
![]() |
Functions
#define | AGS_TIMESTAMP_GET_OBJ_MUTEX() |
|
ags_timestamp_test_flags () |
|
ags_timestamp_set_flags () |
|
ags_timestamp_unset_flags () |
|
ags_timestamp_get_unix_time () |
|
ags_timestamp_set_unix_time () |
|
ags_timestamp_get_ags_offset () |
|
ags_timestamp_set_ags_offset () |
AgsTimestamp * | ags_timestamp_new () |
#define | AGS_IS_TIMESTAMP() |
#define | AGS_IS_TIMESTAMP_CLASS() |
#define | AGS_TIMESTAMP() |
#define | AGS_TIMESTAMP_CLASS() |
#define | AGS_TIMESTAMP_GET_CLASS() |
|
ags_timestamp_flags_get_type () |
|
ags_timestamp_get_type () |
Types and Values
enum | AgsTimestampFlags |
#define | AGS_TYPE_TIMESTAMP |
#define | AGS_TYPE_TIMESTAMP_FLAGS |
struct | AgsTimestamp |
struct | AgsTimestampClass |
Functions
AGS_TIMESTAMP_GET_OBJ_MUTEX()
#define AGS_TIMESTAMP_GET_OBJ_MUTEX(obj) (&(((AgsTimestamp *) obj)->obj_mutex))
ags_timestamp_test_flags ()
gboolean ags_timestamp_test_flags (AgsTimestamp *timestamp
,AgsTimestampFlags flags
);
Test flags
to be set.
Since:
ags_timestamp_set_flags ()
void ags_timestamp_set_flags (AgsTimestamp *timestamp
,AgsTimestampFlags flags
);
Set flags
of timestamp
.
Since:
ags_timestamp_unset_flags ()
void ags_timestamp_unset_flags (AgsTimestamp *timestamp
,AgsTimestampFlags flags
);
Unset flags
of timestamp
.
Since:
ags_timestamp_get_unix_time ()
time_t ags_timestamp_get_unix_time (AgsTimestamp *timestamp
);
Get unix time.
Since:
ags_timestamp_set_unix_time ()
void ags_timestamp_set_unix_time (AgsTimestamp *timestamp
,);
time_t unix_time
Set unix time.
Since:
ags_timestamp_get_ags_offset ()
guint64 ags_timestamp_get_ags_offset (AgsTimestamp *timestamp
);
Get AGS offset.
Since:
ags_timestamp_set_ags_offset ()
void ags_timestamp_set_ags_offset (AgsTimestamp *timestamp
,);
guint64 ags_offset
Set AGS offset as unsigned 64 bit integer.
Since:
AGS_IS_TIMESTAMP()
#define AGS_IS_TIMESTAMP(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_TIMESTAMP))
AGS_IS_TIMESTAMP_CLASS()
#define AGS_IS_TIMESTAMP_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_TIMESTAMP))
AGS_TIMESTAMP()
#define AGS_TIMESTAMP(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TIMESTAMP, AgsTimestamp))
AGS_TIMESTAMP_CLASS()
#define AGS_TIMESTAMP_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TIMESTAMP, AgsTimestampClass))
AGS_TIMESTAMP_GET_CLASS()
#define AGS_TIMESTAMP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_TIMESTAMP, AgsTimestampClass))
Types and Values
enum AgsTimestampFlags
Enum values to control the behavior or indicate internal state of AgsTimestamp by enable/disable as sync_flags.