From 9c8dbc292f9c2f2c216e33f448b32105d8401cf8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 8 Mar 2010 20:59:27 -0500 Subject: [PATCH] Minor doc clarification for gdk_drag_begin Mention that targets is a list of atoms. Bug 611317. --- gdk/x11/gdkdnd-x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c index 824f96d23..60adca0d3 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 #GdkAtoms * * Starts a drag and creates a new drag context for it. *