sysprof: add default app macro

This commit is contained in:
Christian Hergert
2023-07-07 13:41:28 -07:00
parent d6539c1bdb
commit 33e03b4458

View File

@ -22,7 +22,8 @@
G_BEGIN_DECLS
#define SYSPROF_TYPE_APPLICATION (sysprof_application_get_type())
#define SYSPROF_TYPE_APPLICATION (sysprof_application_get_type())
#define SYSPROF_APPLICATION_DEFAULT (SYSPROF_APPLICATION(g_application_get_default()))
G_DECLARE_FINAL_TYPE (SysprofApplication, sysprof_application, SYSPROF, APPLICATION, AdwApplication)