mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
libsysprof-profile: add getter for capture writer
This commit is contained in:
@ -288,3 +288,11 @@ _sysprof_recording_get_spawnable (SysprofRecording *self)
|
|||||||
|
|
||||||
return self->spawnable;
|
return self->spawnable;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SysprofCaptureWriter *
|
||||||
|
_sysprof_recording_writer (SysprofRecording *self)
|
||||||
|
{
|
||||||
|
g_return_val_if_fail (SYSPROF_IS_RECORDING (self), NULL);
|
||||||
|
|
||||||
|
return self->writer;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user