mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: add missing autoptr cleanup
This commit is contained in:
@ -68,4 +68,6 @@ SYSPROF_AVAILABLE_IN_ALL
|
||||
const float *sysprof_normalized_series_get_values (SysprofNormalizedSeries *self,
|
||||
guint *n_values);
|
||||
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (SysprofNormalizedSeries, g_object_unref)
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
@ -52,4 +52,6 @@ SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_time_series_set_duration_expression (SysprofTimeSeries *self,
|
||||
GtkExpression *duration_expression);
|
||||
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (SysprofTimeSeries, g_object_unref)
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
@ -52,4 +52,6 @@ SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_xy_series_set_y_expression (SysprofXYSeries *self,
|
||||
GtkExpression *y_expression);
|
||||
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (SysprofXYSeries, g_object_unref)
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user