diff --git a/src/sysprof/sysprof-recording-template.h b/src/sysprof/sysprof-recording-template.h index a207effe..f03bc639 100644 --- a/src/sysprof/sysprof-recording-template.h +++ b/src/sysprof/sysprof-recording-template.h @@ -37,6 +37,7 @@ G_DECLARE_FINAL_TYPE (SysprofRecordingTemplate, sysprof_recording_template, SYSP GQuark sysprof_recording_template_error_quark (void) G_GNUC_CONST; SysprofProfiler *sysprof_recording_template_apply (SysprofRecordingTemplate *self, GError **error); +SysprofRecordingTemplate *sysprof_recording_template_new (void); SysprofRecordingTemplate *sysprof_recording_template_new_from_file (GFile *file, GError **error); gboolean sysprof_recording_template_save (SysprofRecordingTemplate *self,