diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-05-25 18:38:44 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-05-25 18:38:44 -0400 |
commit | bd4609b14042a91646cd9057764eecfbc6faf42b (patch) | |
tree | 8721405d2b45a998f87cccc672b4070780907fb8 /gdk/gdkdnd.h | |
parent | a538f639b69a39d7bb85b39af2dfd296d28fc0aa (diff) | |
download | gtk+-bd4609b14042a91646cd9057764eecfbc6faf42b.tar.gz |
Merge the xi2-for-master branch
Diffstat (limited to 'gdk/gdkdnd.h')
-rw-r--r-- | gdk/gdkdnd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdk/gdkdnd.h b/gdk/gdkdnd.h index 7fa98a5e88..2b6ceb0406 100644 --- a/gdk/gdkdnd.h +++ b/gdk/gdkdnd.h @@ -32,6 +32,7 @@ #define __GDK_DND_H__ #include <gdk/gdktypes.h> +#include <gdk/gdkdevice.h> G_BEGIN_DECLS @@ -106,6 +107,10 @@ struct _GdkDragContextClass { GType gdk_drag_context_get_type (void) G_GNUC_CONST; GdkDragContext * gdk_drag_context_new (void); +void gdk_drag_context_set_device (GdkDragContext *context, + GdkDevice *device); +GdkDevice * gdk_drag_context_get_device (GdkDragContext *context); + GList *gdk_drag_context_list_targets (GdkDragContext *context); GdkDragAction gdk_drag_context_get_actions (GdkDragContext *context); GdkDragAction gdk_drag_context_get_suggested_action (GdkDragContext *context); |