Add introspection annotations to gtk_drag_(source|dest)_set

Also move docs inline at the same time. Bug 610905.
This commit is contained in:
Matthias Clasen
2010-03-08 19:21:32 -05:00
parent fcc43e7b6d
commit ac6525b27c
2 changed files with 22 additions and 24 deletions

View File

@ -348,17 +348,14 @@ a widget.
<!-- ##### FUNCTION gtk_drag_source_set ##### -->
<para>
Sets up a widget so that GTK+ will start a drag
operation when the user clicks and drags on the
widget. The widget must have a window.
</para>
@widget: a #GtkWidget
@start_button_mask: the bitmask of buttons that can start the drag
@targets: the table of targets that the drag will support
@n_targets: the number of items in @targets
@actions: the bitmask of possible actions for a drag from this
widget.
@widget:
@start_button_mask:
@targets:
@n_targets:
@actions:
<!-- ##### FUNCTION gtk_drag_source_set_icon ##### -->