libsysprof-ui: add access to control source from .ui

This commit is contained in:
Christian Hergert
2020-03-13 15:18:16 -07:00
parent e0de0a94df
commit 390c5cde18
3 changed files with 5 additions and 0 deletions

View File

@ -26,8 +26,10 @@ G_BEGIN_DECLS
#define SYSPROF_TYPE_CONTROL_SOURCE (sysprof_control_source_get_type())
SYSPROF_AVAILABLE_IN_3_38
G_DECLARE_FINAL_TYPE (SysprofControlSource, sysprof_control_source, SYSPROF, CONTROL_SOURCE, GObject)
SYSPROF_AVAILABLE_IN_3_38
SysprofControlSource *sysprof_control_source_new (void);
G_END_DECLS