summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-03-08 21:34:17 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-03-08 21:34:17 -0500
commit2036d9262e84feed7d89e22a25cf1918c598c797 (patch)
treeefe73dadd9cec1d2201c0329ec9303217180531d
parentbc284541a95c97dbcc92b2f50958d97952fa272d (diff)
downloadgdk-pixbuf-2036d9262e84feed7d89e22a25cf1918c598c797.tar.gz
Add missing colons
-rw-r--r--gtk/gtkdnd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c
index c64ec6190..491555d50 100644
--- a/gtk/gtkdnd.c
+++ b/gtk/gtkdnd.c
@@ -1216,7 +1216,7 @@ gtk_drag_dest_set_internal (GtkWidget *widget,
* gtk_drag_dest_set:
* @widget: a #GtkWidget
* @flags: which types of default drag behavior to use
- * @targets (allow-none): a pointer to an array of #GtkTargetEntry<!-- -->s
+ * @targets: (allow-none): a pointer to an array of #GtkTargetEntry<!-- -->s
* indicating the drop types that this @widget will accept, or %NULL.
* Later you can access the list with gtk_drag_dest_get_target_list()
* and gtk_drag_dest_find_target().
@@ -2583,7 +2583,7 @@ gtk_drag_begin (GtkWidget *widget,
* gtk_drag_source_set:
* @widget: a #GtkWidget
* @start_button_mask: the bitmask of buttons that can start the drag
- * @targets (allow-none): the table of targets that the drag will support,
+ * @targets: (allow-none): the table of targets that the drag will support,
* may be %NULL
* @n_targets: the number of items in @targets
* @actions: the bitmask of possible actions for a drag from this widget