]> Pileus Git - ~andy/gtk/commitdiff
Move docs inline
authorMatthias Clasen <mclasen@redhat.com>
Tue, 8 Jun 2010 19:21:18 +0000 (15:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 8 Jun 2010 19:37:52 +0000 (15:37 -0400)
gdk/gdkdnd.c

index e601b961e7121a463934be0c0ae2374425be6ecd..690e4a5a7a27aa8553c2a8a9b059b863b74c44b5 100644 (file)
 #include <gdkdisplay.h>
 #include "gdkalias.h"
 
+/**
+ * SECTION:dnd
+ * @title: Drag And Drop
+ * @short_description: Functions for controlling drag and drop handling
+ *
+ * These functions provide a low level interface for drag and drop.
+ * The X backend of GDK supports both the Xdnd and Motif drag and drop
+ * protocols transparently, the Win32 backend supports the WM_DROPFILES
+ * protocol.
+ *
+ * GTK+ provides a higher level abstraction based on top of these functions,
+ * and so they are not normally needed in GTK+ applications.
+ * See the <link linkend="gtk-Drag-and-Drop">Drag and Drop</link> section of
+ * the GTK+ documentation for more information.
+ */
+
 /**
  * gdk_drag_find_window:
  * @context: a #GdkDragContext.