From 0638bbb5d58d783519fd07dc548996d405398f4f Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 17 Nov 2017 17:31:59 +0100 Subject: gdk: Move GtkTargetList to GDK It's gonna be renamed next, so put it in the right source file already. For now retain the old name to keep the diff small. --- gdk/gdk-autocleanup.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdk/gdk-autocleanup.h') diff --git a/gdk/gdk-autocleanup.h b/gdk/gdk-autocleanup.h index 4941827663..76660c950b 100644 --- a/gdk/gdk-autocleanup.h +++ b/gdk/gdk-autocleanup.h @@ -33,6 +33,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkGLContext, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkKeymap, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkWindow, g_object_unref) +G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkTargetList, gtk_target_list_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkEvent, gdk_event_free) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkFrameTimings, gdk_frame_timings_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkRGBA, gdk_rgba_free) -- cgit v1.2.1