summaryrefslogtreecommitdiff
path: root/gtk/gtkdroptarget.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkdroptarget.c')
-rw-r--r--gtk/gtkdroptarget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdroptarget.c b/gtk/gtkdroptarget.c
index b2dc6f0eed..24ff0427c2 100644
--- a/gtk/gtkdroptarget.c
+++ b/gtk/gtkdroptarget.c
@@ -793,7 +793,7 @@ gtk_drop_target_class_init (GtkDropTargetClass *class)
/**
* GtkDropTarget::drop:
* @self: the `GtkDropTarget`
- * @value: the #GValue being dropped
+ * @value: the `GValue` being dropped
* @x: the x coordinate of the current pointer position
* @y: the y coordinate of the current pointer position
*