Document GtkWidget::state-changed signal properly

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=598383
This commit is contained in:
Christian Dywan 2010-01-11 10:30:48 +01:00 committed by Tristan Van Berkom
parent a821df1577
commit 174c126b6e

View File

@ -901,7 +901,10 @@ gtk_widget_class_init (GtkWidgetClass *klass)
/**
* GtkWidget::state-changed:
* @widget: the object which received the signal.
* @state:
* @state: the previous state
*
* The ::state-changed signal is emitted when the widget state changes.
* See gtk_widget_get_state().
*/
widget_signals[STATE_CHANGED] =
g_signal_new (I_("state-changed"),