mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
sysprof: add missing constructor for recording template
This commit is contained in:
@ -37,6 +37,7 @@ G_DECLARE_FINAL_TYPE (SysprofRecordingTemplate, sysprof_recording_template, SYSP
|
|||||||
GQuark sysprof_recording_template_error_quark (void) G_GNUC_CONST;
|
GQuark sysprof_recording_template_error_quark (void) G_GNUC_CONST;
|
||||||
SysprofProfiler *sysprof_recording_template_apply (SysprofRecordingTemplate *self,
|
SysprofProfiler *sysprof_recording_template_apply (SysprofRecordingTemplate *self,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
SysprofRecordingTemplate *sysprof_recording_template_new (void);
|
||||||
SysprofRecordingTemplate *sysprof_recording_template_new_from_file (GFile *file,
|
SysprofRecordingTemplate *sysprof_recording_template_new_from_file (GFile *file,
|
||||||
GError **error);
|
GError **error);
|
||||||
gboolean sysprof_recording_template_save (SysprofRecordingTemplate *self,
|
gboolean sysprof_recording_template_save (SysprofRecordingTemplate *self,
|
||||||
|
|||||||
Reference in New Issue
Block a user