docs: add keys_changed signal to GtkWindowClass

This commit is contained in:
William Jon McCann 2014-01-21 10:40:52 -05:00
parent 289d77a2d2
commit f49e077c27

View File

@ -63,6 +63,8 @@ struct _GtkWindow
* @set_focus: Sets child as the focus widget for the window.
* @activate_focus: Activates the current focused widget within the window.
* @activate_default: Activates the default widget for the window.
* @keys_changed: Signal gets emitted when the set of accelerators or
* mnemonics that are associated with window changes.
*/
struct _GtkWindowClass
{