[gtk+/native-layout] Minor doc clarification for gdk_drag_begin



commit 870fefbfaf132b02d66b9b01765f8a3f382e0560
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Mar 8 20:59:27 2010 -0500

    Minor doc clarification for gdk_drag_begin
    
    Mention that targets is a list of atoms. Bug 611317.

 gdk/x11/gdkdnd-x11.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c
index 824f96d..60adca0 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.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]