From 5904667c45d07fa8172d64a151b140e291eb6e16 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 28 Jan 2025 12:32:26 -0800 Subject: [PATCH] sysprof: add missing constructor for recording template --- src/sysprof/sysprof-recording-template.h | 1 + 1 file changed, 1 insertion(+) 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,