libsysprof-ui: hide unused sections

This commit is contained in:
Christian Hergert
2019-05-19 21:04:59 -07:00
parent aff39523ca
commit 8a394aaf0f
5 changed files with 22 additions and 7 deletions

View File

@ -20,6 +20,7 @@
#pragma once
#include "sysprof-callgraph-view.h"
#include "sysprof-marks-view.h"
#include "sysprof-visualizer-view.h"
@ -46,6 +47,7 @@ void _sysprof_rounded_rectangle (cairo_t
gint x_radius,
gint y_radius);
gchar *_sysprof_format_duration (gint64 duration);
void _sysprof_callgraph_view_set_failed (SysprofCallgraphView *self);
G_DEFINE_AUTOPTR_CLEANUP_FUNC (SysprofMarkStat, _sysprof_mark_stat_free)