diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2011-03-03 16:05:28 -0500 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2011-03-03 16:05:28 -0500 |
commit | cdf69b4bede018994230590acd856ab56465d09b (patch) | |
tree | 695eee23e5dfbbb404c5a5ba3dd7e662a817e9f1 /gtk/gtkentry.c | |
parent | 57fa43d44b1b35b975c9b360a1961752bd0c7d0f (diff) | |
download | gtk+-cdf69b4bede018994230590acd856ab56465d09b.tar.gz |
[gi] add missing annotations for signals that emit Gdk.Events
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r-- | gtk/gtkentry.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 1d299d331d..e468fcbf48 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -1603,7 +1603,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: the button press event + * @event: (type Gdk.EventButton): the button press event * * The ::icon-press signal is emitted when an activatable icon * is clicked. @@ -1625,7 +1625,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: the button release event + * @event: (type Gdk.EventButton): the button release event * * The ::icon-release signal is emitted on the button release from a * mouse click over an activatable icon. @@ -5880,7 +5880,7 @@ gtk_entry_reset_im_context (GtkEntry *entry) /** * gtk_entry_im_context_filter_keypress: * @entry: a #GtkEntry - * @event: the key event + * @event: (type Gdk.EventKey): the key event * * Allow the #GtkEntry input method to internally handle key press * and release events. If this function returns %TRUE, then no further |