diff options
author | Benjamin Otte <otte@redhat.com> | 2017-11-17 17:31:59 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-11-20 23:12:33 +0100 |
commit | 0638bbb5d58d783519fd07dc548996d405398f4f (patch) | |
tree | 5da6e5e369c1e62da96ca907fe76794181c20f00 /gdk/gdk-autocleanup.h | |
parent | 0b40ad32f3cd496a65a96eca37f675f2b5dd1b75 (diff) | |
download | gtk+-0638bbb5d58d783519fd07dc548996d405398f4f.tar.gz |
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.
Diffstat (limited to 'gdk/gdk-autocleanup.h')
-rw-r--r-- | gdk/gdk-autocleanup.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |