mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 12:40:10 +00:00
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:
parent
ca75748223
commit
2f940d91a0
@ -1573,7 +1573,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.
|
||||
|
Loading…
Reference in New Issue
Block a user