libsysprof-analyze: give SysprofDocument a title

This commit is contained in:
Christian Hergert
2023-06-30 13:23:54 -07:00
parent 1713c978c3
commit d8ba258051
4 changed files with 53 additions and 0 deletions

View File

@ -51,6 +51,8 @@ void _sysprof_document_new_async (GMappedFile *mappe
gpointer user_data);
SysprofDocument *_sysprof_document_new_finish (GAsyncResult *result,
GError **error);
void _sysprof_document_set_title (SysprofDocument *self,
const char *title);
void _sysprof_document_symbolize_async (SysprofDocument *self,
SysprofSymbolizer *symbolizer,
ProgressFunc progress_func,