summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdnd-x11.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-03-08 20:59:27 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-03-08 21:01:30 -0500
commit9c8dbc292f9c2f2c216e33f448b32105d8401cf8 (patch)
tree3cbcebff1f2eee7a06a0f1abdf64d230f5ba818e /gdk/x11/gdkdnd-x11.c
parent32b9aeaadd6dbd084344d97c573b0289c1584923 (diff)
downloadgtk+-9c8dbc292f9c2f2c216e33f448b32105d8401cf8.tar.gz
Minor doc clarification for gdk_drag_begin
Mention that targets is a list of atoms. Bug 611317.
Diffstat (limited to 'gdk/x11/gdkdnd-x11.c')
-rw-r--r--gdk/x11/gdkdnd-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c
index 824f96d235..60adca0d3e 100644
--- a/gdk/x11/gdkdnd-x11.c
+++ b/gdk/x11/gdkdnd-x11.c
@@ -3103,7 +3103,7 @@ gdk_drag_do_leave (GdkDragContext *context, guint32 time)
/**
* gdk_drag_begin:
* @window: the source window for this drag.
- * @targets: the list of offered targets.
+ * @targets: the offered targets, as list of #GdkAtom<!-- -->s
*
* Starts a drag and creates a new drag context for it.
*