mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-profile: add writer as record parameter
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user