Minor doc clarification for gdk_drag_begin

Mention that targets is a list of atoms. Bug 611317.
This commit is contained in:
Matthias Clasen 2010-03-08 20:59:27 -05:00 committed by Tristan Van Berkom
parent 8ea37e551b
commit 870fefbfaf

View File

@ -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.
*