| Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkMisc ╰── GtkLabel ╰── PhoshTimestampLabel
The PhoshTimestampLabel is used to display the time difference between the timestamp stored in the PhoshTimestampLabel and the current time.
void phosh_timestamp_label_set_timestamp (PhoshTimestampLabel *self,GDateTime *date);
GDateTime *
phosh_timestamp_label_get_timestamp (PhoshTimestampLabel *self);
“timestamp” property“timestamp” GDateTime *
The label's timestamp.
Owner: PhoshTimestampLabel
Flags: Read / Write