projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7afa0ba
)
gdk: Remove leftover type from autocleanup
author
Benjamin Otte
<otte@redhat.com>
Wed, 30 May 2018 19:04:05 +0000
(21:04 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 18 Jun 2018 21:49:52 +0000
(23:49 +0200)
gdk/gdk-autocleanup.h
patch
|
blob
|
history
diff --git
a/gdk/gdk-autocleanup.h
b/gdk/gdk-autocleanup.h
index 1a2e18eaf0c6999c4f71205c78e9a86def81a037..7d2cc3f733ee23d8a940581972768f37bec2928a 100644
(file)
--- a/
gdk/gdk-autocleanup.h
+++ b/
gdk/gdk-autocleanup.h
@@
-28,7
+28,6
@@
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkDevice, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkDisplay, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkDisplayManager, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkDragContext, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkDrawingContext, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkDrawContext, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkFrameClock, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkGLContext, g_object_unref)