mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
sysprof: allow adding chart items from API
This commit is contained in:
@ -669,7 +669,7 @@ sysprof_time_scrubber_set_session (SysprofTimeScrubber *self,
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
sysprof_time_scrubber_add_chart (SysprofTimeScrubber *self,
|
||||
GtkWidget *chart)
|
||||
{
|
||||
|
||||
@ -34,5 +34,7 @@ GtkWidget *sysprof_time_scrubber_new (void);
|
||||
SysprofSession *sysprof_time_scrubber_get_session (SysprofTimeScrubber *self);
|
||||
void sysprof_time_scrubber_set_session (SysprofTimeScrubber *self,
|
||||
SysprofSession *session);
|
||||
void sysprof_time_scrubber_add_chart (SysprofTimeScrubber *self,
|
||||
GtkWidget *chart);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user