diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-06-20 10:36:09 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-06-20 10:36:09 -0400 |
commit | d642ae78fc3bd98cd6c6223637fda7b09c08aabb (patch) | |
tree | 5f8140566c29a875105dc2f6c8e46b2ed3df5863 /gtk/gtkwindow.h | |
parent | 5981e1511562d677bc03b702856e7bf110c2cf2b (diff) | |
download | gtk+-d642ae78fc3bd98cd6c6223637fda7b09c08aabb.tar.gz |
GtkWindow: Small documentation addition
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r-- | gtk/gtkwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h index 4d97020ea8..b40efdc875 100644 --- a/gtk/gtkwindow.h +++ b/gtk/gtkwindow.h @@ -65,6 +65,8 @@ struct _GtkWindow * @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. + * @enable_debugging: Class handler for the #GtkWindow::enable-debugging + * keybinding signal. Since: 3.14 */ struct _GtkWindowClass { |