summaryrefslogtreecommitdiff
path: root/gtk/gtkscrolledwindow.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-09-23 21:54:15 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-09-23 23:07:43 -0400
commitf141da6b555dcbe6fe16bd2e4b10cf0b2f105bc8 (patch)
tree1b315693c358dfe7b7694975e6a93f6bb8c71333 /gtk/gtkscrolledwindow.h
parent3688ece655860a6a41e7579f513aa9aa771945f4 (diff)
downloadgtk+-f141da6b555dcbe6fe16bd2e4b10cf0b2f105bc8.tar.gz
gtk: Dissolve gtk-autocleanup.h
Move the autocleanup declarations into their respective headers.
Diffstat (limited to 'gtk/gtkscrolledwindow.h')
-rw-r--r--gtk/gtkscrolledwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkscrolledwindow.h b/gtk/gtkscrolledwindow.h
index fa3255f470..6e5517027c 100644
--- a/gtk/gtkscrolledwindow.h
+++ b/gtk/gtkscrolledwindow.h
@@ -182,6 +182,8 @@ void gtk_scrolled_window_set_child (GtkScrolledWindow *scrolled
GDK_AVAILABLE_IN_ALL
GtkWidget *gtk_scrolled_window_get_child (GtkScrolledWindow *scrolled_window);
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkScrolledWindow, g_object_unref)
+
G_END_DECLS