forked from AuroraMiddleware/gtk
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.
This commit is contained in:
parent
67a0d5df3d
commit
155cfe3e9e
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2005-09-21 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkselection-win32.c (gdk_selection_convert,
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2005-09-21 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkselection-win32.c (gdk_selection_convert,
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user