libsysprof-analyze: add document type for task exit

We don't have any extra data here currently, but it can be nice to be able
to check a gtype when consuming frames.
This commit is contained in:
Christian Hergert
2023-04-27 17:50:28 -07:00
parent 89f9bba8e2
commit d878fbf372
5 changed files with 92 additions and 0 deletions

View File

@ -26,6 +26,7 @@ G_BEGIN_DECLS
#define SYSPROF_ANALYZE_INSIDE
# include "sysprof-document.h"
# include "sysprof-document-exit.h"
# include "sysprof-document-frame.h"
# include "sysprof-document-log.h"
# include "sysprof-document-mark.h"