libsysprof: fix flags get type generation

This commit is contained in:
Christian Hergert
2023-07-20 11:24:04 -07:00
parent c3918bc261
commit 5afb315be5
3 changed files with 16 additions and 3 deletions

View File

@ -70,8 +70,6 @@ typedef enum _SysprofCallgraphFlags
SYSPROF_CALLGRAPH_FLAGS_BOTTOM_UP = 1 << 3,
} SysprofCallgraphFlags;
SYSPROF_AVAILABLE_IN_ALL
GType sysprof_callgraph_flags_get_type (void) G_GNUC_CONST;
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_callgraph_list_symbols (SysprofCallgraph *self);
SYSPROF_AVAILABLE_IN_ALL