mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
libsysprof-gtk: add missing unref func
This commit is contained in:
@ -48,4 +48,6 @@ SYSPROF_AVAILABLE_IN_ALL
|
|||||||
void sysprof_value_axis_set_max_value (SysprofValueAxis *self,
|
void sysprof_value_axis_set_max_value (SysprofValueAxis *self,
|
||||||
double max_value);
|
double max_value);
|
||||||
|
|
||||||
|
G_DEFINE_AUTOPTR_CLEANUP_FUNC (SysprofValueAxis, g_object_unref)
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|||||||
Reference in New Issue
Block a user