diff options
Diffstat (limited to 'gtk/gtkbutton.c')
-rw-r--r-- | gtk/gtkbutton.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index 178513dbd4..d1c7c16104 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -328,6 +328,7 @@ gtk_button_class_init (GtkButtonClass *klass) /** * GtkButton::activate: + * @widget: the object which received the signal. * * The "activate" signal on GtkButton is an action signal and * emitting it causes the button to animate press then release. |