From e4d87c86b48f802e3db448792f0d2ff516e7ddf4 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 14:57:45 -0500 Subject: [PATCH] docs: fix typo in argument type --- gtk/gtkentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 362fa16253..bdbf026e17 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -8796,7 +8796,7 @@ gtk_entry_set_icon_drag_source (GtkEntry *entry, /** * gtk_entry_get_current_icon_drag_source: - * @entry: a #GtkIconEntry + * @entry: a #GtkEntry * * Returns the index of the icon which is the source of the current * DND operation, or -1.