summaryrefslogtreecommitdiff
path: root/gtk/gtkseparator.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/gtkseparator.h
parent3688ece655860a6a41e7579f513aa9aa771945f4 (diff)
downloadgtk+-f141da6b555dcbe6fe16bd2e4b10cf0b2f105bc8.tar.gz
gtk: Dissolve gtk-autocleanup.h
Move the autocleanup declarations into their respective headers.
Diffstat (limited to 'gtk/gtkseparator.h')
-rw-r--r--gtk/gtkseparator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkseparator.h b/gtk/gtkseparator.h
index cdc91ecf6c..8b41481085 100644
--- a/gtk/gtkseparator.h
+++ b/gtk/gtkseparator.h
@@ -46,6 +46,7 @@ GType gtk_separator_get_type (void) G_GNUC_CONST;
GDK_AVAILABLE_IN_ALL
GtkWidget * gtk_separator_new (GtkOrientation orientation);
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkSeparator, g_object_unref)
G_END_DECLS