summaryrefslogtreecommitdiff
path: root/gdk/gdkdnd.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-10 00:58:33 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-10 00:58:33 -0500
commitfe5e0e4502943e9c52141b295766fba124c1e7f3 (patch)
tree52ae3e4266cd97260d4b9501f292794495b0e804 /gdk/gdkdnd.h
parentbb87eada6ba87a9eb398289ff8558898169f1a3d (diff)
downloadgtk+-fe5e0e4502943e9c52141b295766fba124c1e7f3.tar.gz
Add some forgotten accessors for GdkDragContext
These fields are accessed in gtk.
Diffstat (limited to 'gdk/gdkdnd.h')
-rw-r--r--gdk/gdkdnd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/gdkdnd.h b/gdk/gdkdnd.h
index b257d1e8f0..e383c957e2 100644
--- a/gdk/gdkdnd.h
+++ b/gdk/gdkdnd.h
@@ -146,6 +146,8 @@ GdkDragAction gdk_drag_context_get_suggested_action (GdkDragContext *context)
GdkDragAction gdk_drag_context_get_selected_action (GdkDragContext *context);
GdkWindow *gdk_drag_context_get_source_window (GdkDragContext *context);
+GdkWindow *gdk_drag_context_get_dest_window (GdkDragContext *context);
+GdkDragProtocol gdk_drag_context_get_protocol (GdkDragContext *context);
/* Destination side */