summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 10:40:52 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 13:33:45 -0500
commitf49e077c27d7065e63e92f4cf1a2c9eecd6b0b27 (patch)
tree954788a2a4b4d6188f9e5d9ae0a6d1a041a192b1 /gtk/gtkwindow.h
parent289d77a2d28f9de7921161c888d5ca00b20e151d (diff)
downloadgtk+-f49e077c27d7065e63e92f4cf1a2c9eecd6b0b27.tar.gz
docs: add keys_changed signal to GtkWindowClass
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r--gtk/gtkwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h
index 426970e597..dce09f11fd 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -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
{