summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-28 16:10:49 +0000
committerMatthias Clasen <mclasen@redhat.com>2020-09-28 16:10:49 +0000
commit0eda000cef282034d968e03c4cec4168594b9fd9 (patch)
tree6a17ac883ad20f690a1d2e65ea6297aab174d84d
parent9f04a52b5101062aecfe3727e53920c3c7ce6f8d (diff)
parentec1a48e830b63272ee4cb505aa7f902cc29699e4 (diff)
downloadgtk+-0eda000cef282034d968e03c4cec4168594b9fd9.tar.gz
Merge branch 'entry-icon-press-event-type-3.24' into 'gtk-3-24'
[3.24] Fix event type annotation on GtkEntry::icon-press / icon-release See merge request GNOME/gtk!2524
-rw-r--r--gtk/gtkentry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index e3d512ba6f..864c217408 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -1851,7 +1851,7 @@ gtk_entry_class_init (GtkEntryClass *class)
* GtkEntry::icon-press:
* @entry: The entry on which the signal is emitted
* @icon_pos: The position of the clicked icon
- * @event: (type Gdk.EventButton): the button press event
+ * @event: the button press event
*
* The ::icon-press signal is emitted when an activatable icon
* is clicked.
@@ -1873,7 +1873,7 @@ gtk_entry_class_init (GtkEntryClass *class)
* GtkEntry::icon-release:
* @entry: The entry on which the signal is emitted
* @icon_pos: The position of the clicked icon
- * @event: (type Gdk.EventButton): the button release event
+ * @event: the button release event
*
* The ::icon-release signal is emitted on the button release from a
* mouse click over an activatable icon.