diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-09-22 14:48:10 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-09-22 14:48:10 +0000 |
commit | 596dbc3ce881419f2931277a18b2dd0aac96a73b (patch) | |
tree | ef82ffd191365cf8c5278c4c10e44db3f1a0743e /gtk/gtkwidget.c | |
parent | cd90db1183084ee3060cd7c1257cdeea98eb944b (diff) | |
download | gdk-pixbuf-596dbc3ce881419f2931277a18b2dd0aac96a73b.tar.gz |
Fix the documentation for the grab-broken-event signal, noticed by Damon
2005-09-22 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init): Fix the documentation
for the grab-broken-event signal, noticed by Damon Chaplin.
Diffstat (limited to 'gtk/gtkwidget.c')
-rw-r--r-- | gtk/gtkwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 4125db088..146ee989c 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -1328,7 +1328,7 @@ gtk_widget_class_init (GtkWidgetClass *klass) G_TYPE_BOOLEAN, 1, GDK_TYPE_EVENT | G_SIGNAL_TYPE_STATIC_SCOPE); /** - * GtkWidget::grab-broken: + * GtkWidget::grab-broken-event: * @widget: the object which received the signal * @event: the #GdkEventGrabBroken event * |