libsysprof-capture: add helper to list files in capture

This commit is contained in:
Christian Hergert
2019-05-27 15:43:00 -07:00
parent 7650d6e7c6
commit 336dae4d1f
3 changed files with 45 additions and 0 deletions

View File

@ -97,6 +97,8 @@ gboolean sysprof_capture_reader_get_stat
SYSPROF_AVAILABLE_IN_ALL
void sysprof_capture_reader_set_stat (SysprofCaptureReader *self,
const SysprofCaptureStat *st_buf);
SYSPROF_AVAILABLE_IN_ALL
gchar **sysprof_capture_reader_list_files (SysprofCaptureReader *self);
G_DEFINE_AUTOPTR_CLEANUP_FUNC (SysprofCaptureReader, sysprof_capture_reader_unref)