summaryrefslogtreecommitdiff
path: root/gdk/gdkdrag.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-02-24 08:32:15 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-02-24 14:38:42 -0500
commit3c95798cd33ceb9dc8a875b20570d6d7013223d5 (patch)
treea79af65f660bfe90d668f5a60c201184d6dbfe7c /gdk/gdkdrag.h
parentec76f65d0984c0a0eb6aa72510c1ff072fead403 (diff)
downloadgtk+-3c95798cd33ceb9dc8a875b20570d6d7013223d5.tar.gz
Add missing GdkDrag getters
Diffstat (limited to 'gdk/gdkdrag.h')
-rw-r--r--gdk/gdkdrag.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdk/gdkdrag.h b/gdk/gdkdrag.h
index 80301eb293..2c093c4eb2 100644
--- a/gdk/gdkdrag.h
+++ b/gdk/gdkdrag.h
@@ -91,6 +91,13 @@ void gdk_drag_set_hotspot (GdkDrag *drag,
gint hot_x,
gint hot_y);
+GDK_AVAILABLE_IN_ALL
+GdkContentProvider *
+ gdk_drag_get_content (GdkDrag *drag);
+
+GDK_AVAILABLE_IN_ALL
+GdkSurface * gdk_drag_get_surface (GdkDrag *drag);
+
G_END_DECLS
#endif /* __GDK_DND_H__ */