libsysprof-analyze: add property for mark end time

This commit is contained in:
Christian Hergert
2023-06-26 16:46:18 -07:00
parent c40338bb0f
commit 2b96da9567
2 changed files with 21 additions and 0 deletions

View File

@ -42,6 +42,8 @@ SYSPROF_AVAILABLE_IN_ALL
const char *sysprof_document_mark_get_name (SysprofDocumentMark *self);
SYSPROF_AVAILABLE_IN_ALL
const char *sysprof_document_mark_get_message (SysprofDocumentMark *self);
SYSPROF_AVAILABLE_IN_ALL
gint64 sysprof_document_mark_get_end_time (SysprofDocumentMark *self);
G_DEFINE_AUTOPTR_CLEANUP_FUNC (SysprofDocumentMark, g_object_unref)