summaryrefslogtreecommitdiff
path: root/gtk/gtktextchild.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/gtktextchild.h
parent3688ece655860a6a41e7579f513aa9aa771945f4 (diff)
downloadgtk+-f141da6b555dcbe6fe16bd2e4b10cf0b2f105bc8.tar.gz
gtk: Dissolve gtk-autocleanup.h
Move the autocleanup declarations into their respective headers.
Diffstat (limited to 'gtk/gtktextchild.h')
-rw-r--r--gtk/gtktextchild.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktextchild.h b/gtk/gtktextchild.h
index 5fab753feb..01e3288011 100644
--- a/gtk/gtktextchild.h
+++ b/gtk/gtktextchild.h
@@ -88,6 +88,8 @@ GtkWidget **gtk_text_child_anchor_get_widgets (GtkTextChildAnchor *anchor,
GDK_AVAILABLE_IN_ALL
gboolean gtk_text_child_anchor_get_deleted (GtkTextChildAnchor *anchor);
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkTextChildAnchor, g_object_unref)
+
G_END_DECLS
#endif