]> Pileus Git - ~andy/gtk/commitdiff
Move documentation for gtk_drag_dest_set to gtkdnd.c.
authorMathias Hasselmann <hasselmm@src.gnome.org>
Tue, 11 Dec 2007 18:57:00 +0000 (18:57 +0000)
committerMathias Hasselmann <hasselmm@src.gnome.org>
Tue, 11 Dec 2007 18:57:00 +0000 (18:57 +0000)
* docs/reference/gtk/tmpl/gtkdnd.sgml:
Move documentation for gtk_drag_dest_set to gtkdnd.c.

svn path=/trunk/; revision=19160

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkdnd.sgml

index 1f00a873afddc36acf4973a8ec4ae2c797692547..36606159912f4f608f5f419be83bc7bd08f3056c 100644 (file)
@@ -1,3 +1,8 @@
+2007-12-11  Mathias Hasselmann  <mathias@openismus.com>
+
+       * docs/reference/gtk/tmpl/gtkdnd.sgml:
+       Move documentation for gtk_drag_dest_set to gtkdnd.c.
+
 2007-11-30  Matthias Clasen <mclasen@redhat.com>
 
        * gkt/question-index.sgml: Correct a typo. (#500686, 
index eeec72ffec2d26917ba3cbf4b956a096db23f38f..3f899d314b2d1bed66f02ac7a8ade976aaaed564 100644 (file)
@@ -78,19 +78,13 @@ constraints on an entry in a #GtkTargetTable.
 
 <!-- ##### FUNCTION gtk_drag_dest_set ##### -->
 <para>
-Sets a widget as a potential drop destination.
 </para>
 
-@widget: a #GtkWidget
-@flags: the flags that specify what actions GTK+ should take
- on behalf of a widget for drops onto that widget. The @targets
- and @actions fields only are used if %GTK_DEST_DEFAULT_MOTION
- or %GTK_DEST_DEFAULT_DROP are given.
-@targets: a pointer to an array of #GtkTargetEntry<!-- -->s indicating
- the drop types that this widget will accept.
-@n_targets: the number of entries in @targets.
-@actions: a bitmask of possible actions for a drop onto this
- widget.
+@widget: 
+@flags: 
+@targets: 
+@n_targets: 
+@actions: 
 
 
 <!-- ##### FUNCTION gtk_drag_dest_set_proxy ##### -->