[gtk+/gtk-3-22] docs: fix a parameter name of GtkEntry::populate-popup
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-22] docs: fix a parameter name of GtkEntry::populate-popup
- Date: Sat, 26 Nov 2016 11:36:07 +0000 (UTC)
commit 2f940d91a0a41b6114d0e51aaa8e35bc266b3890
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sat Nov 26 12:23:14 2016 +0100
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.
gtk/gtkentry.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index b18ee3c..5b06f08 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]