[gtk/wip/antoniof/expression-autocleanup] fixup to squash



commit 100795d3b22ebd8ec3db575ab3d8ba488a944a36
Author: António Fernandes <antoniojpfernandes gmail com>
Date:   Sun Jan 2 14:56:19 2022 +0000

    fixup to squash

 gtk/gtk-autocleanups.h | 1 -
 gtk/gtkexpression.h    | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtk-autocleanups.h b/gtk/gtk-autocleanups.h
index 8203c067a6..3ee5d261a5 100644
--- a/gtk/gtk-autocleanups.h
+++ b/gtk/gtk-autocleanups.h
@@ -161,7 +161,6 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkTreeViewColumn, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkViewport, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkVolumeButton, g_object_unref)
 
-G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkExpression, gtk_expression_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkPaperSize, gtk_paper_size_free)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkRecentInfo, gtk_recent_info_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkTextIter, gtk_text_iter_free)
diff --git a/gtk/gtkexpression.h b/gtk/gtkexpression.h
index 4cea8fb57a..6a2eb30bcc 100644
--- a/gtk/gtkexpression.h
+++ b/gtk/gtkexpression.h
@@ -77,6 +77,7 @@ GDK_AVAILABLE_IN_ALL
 GtkExpressionWatch *    gtk_expression_watch_ref                (GtkExpressionWatch             *watch);
 GDK_AVAILABLE_IN_ALL
 void                    gtk_expression_watch_unref              (GtkExpressionWatch             *watch);
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkExpression, gtk_expression_unref)
 GDK_AVAILABLE_IN_ALL
 gboolean                gtk_expression_watch_evaluate           (GtkExpressionWatch             *watch,
                                                                  GValue                         *value);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]