sysprof: add missing constructor for recording template

This commit is contained in:
Christian Hergert
2025-01-28 12:32:26 -08:00
parent 55bbee1ce1
commit 5904667c45

View File

@ -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,