mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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;
|
||||
}
|
||||
|
||||
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