docs: fix a parameter name of GtkEntry::populate-popup

Trivial commit.

The documentation block refers to @widget, not @popup. @widget is a
better name since the type is GtkWidget.
This commit is contained in:
Sébastien Wilmet 2016-11-26 12:23:14 +01:00
parent e2881d1e4f
commit 82b2bf2184

View File

@ -1421,7 +1421,7 @@ gtk_entry_class_init (GtkEntryClass *class)
/**
* GtkEntry::populate-popup:
* @entry: The entry on which the signal is emitted
* @popup: the container that is being populated
* @widget: the container that is being populated
*
* The ::populate-popup signal gets emitted before showing the
* context menu of the entry.