projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c03bbe
)
Properly export GtkDragIcon
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 9 Jan 2020 05:30:41 +0000
(
00:30
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 9 Jan 2020 05:30:41 +0000
(
00:30
-0500)
The get_type function was missing.
gtk/gtkdragicon.h
patch
|
blob
|
history
diff --git
a/gtk/gtkdragicon.h
b/gtk/gtkdragicon.h
index 416dcd17756d9eef9773a7ff19b58944c883645a..b8d7ffb38a709439a6ab82f706ded8818d77a0cb 100644
(file)
--- a/
gtk/gtkdragicon.h
+++ b/
gtk/gtkdragicon.h
@@
-34,6
+34,7
@@
G_BEGIN_DECLS
#define GTK_TYPE_DRAG_ICON (gtk_drag_icon_get_type ())
+GDK_AVAILABLE_IN_ALL
G_DECLARE_FINAL_TYPE (GtkDragIcon, gtk_drag_icon, GTK, DRAG_ICON, GtkContainer)
GDK_AVAILABLE_IN_ALL