forked from AuroraMiddleware/gtk
Document GtkWidget::state-changed signal properly
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=598383
This commit is contained in:
parent
ccf17a828b
commit
3925408232
@ -887,7 +887,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"),
|
||||
|
Loading…
Reference in New Issue
Block a user