libsysprof-profile: give access to GSubprocess

This is needed to be able to proxy exit/signal information via
sysprof-agent.
This commit is contained in:
Christian Hergert
2023-07-17 11:39:35 -07:00
parent f6fa18bfe5
commit ee962d93cd
2 changed files with 29 additions and 5 deletions

View File

@ -38,6 +38,8 @@ gint64 sysprof_recording_get_duration (SysprofRecording *
SYSPROF_AVAILABLE_IN_ALL
gint64 sysprof_recording_get_event_count (SysprofRecording *self);
SYSPROF_AVAILABLE_IN_ALL
GSubprocess *sysprof_recording_get_subprocess (SysprofRecording *self);
SYSPROF_AVAILABLE_IN_ALL
void sysprof_recording_wait_async (SysprofRecording *self,
GCancellable *cancellable,
GAsyncReadyCallback callback,