libsysprof-gtk: add missing unref func

This commit is contained in:
Christian Hergert
2023-07-14 17:09:12 -07:00
parent 5e958d9026
commit ea7fe3c55f

View File

@ -48,4 +48,6 @@ SYSPROF_AVAILABLE_IN_ALL
void sysprof_value_axis_set_max_value (SysprofValueAxis *self,
double max_value);
G_DEFINE_AUTOPTR_CLEANUP_FUNC (SysprofValueAxis, g_object_unref)
G_END_DECLS