mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 23:51:06 +00:00
libsysprof-gtk: always show time for start column
But allow hiding it for the duration column.
This commit is contained in:
@ -29,6 +29,9 @@ G_BEGIN_DECLS
|
||||
G_DECLARE_FINAL_TYPE (SysprofTimeLabel, sysprof_time_label, SYSPROF, TIME_LABEL, GtkWidget)
|
||||
|
||||
GtkWidget *sysprof_time_label_new (void);
|
||||
gboolean sysprof_time_label_get_show_zero (SysprofTimeLabel *self);
|
||||
void sysprof_time_label_set_show_zero (SysprofTimeLabel *self,
|
||||
gboolean show_zero);
|
||||
gint64 sysprof_time_label_get_duration (SysprofTimeLabel *self);
|
||||
void sysprof_time_label_set_duration (SysprofTimeLabel *self,
|
||||
gint64 duration);
|
||||
|
||||
Reference in New Issue
Block a user