libsysprof-profile: add writer as record parameter

This commit is contained in:
Christian Hergert
2023-05-25 17:17:04 -07:00
parent 9498d15170
commit a8fbb645d0
2 changed files with 7 additions and 4 deletions

View File

@ -41,6 +41,7 @@ void sysprof_profiler_add_instrument (SysprofProfiler *self,
SysprofInstrument *instrument);
SYSPROF_AVAILABLE_IN_ALL
void sysprof_profiler_record_async (SysprofProfiler *self,
SysprofCaptureWriter *writer,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);