summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcutswindow.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-02-08 22:49:01 +0100
committerTimm Bäder <mail@baedert.org>2016-02-08 22:56:52 +0100
commitc5369356e86171c5d955cf9252e5c6bcde88d554 (patch)
tree51b9ff5b30293be1c93a33828d40715c4dc1628e /gtk/gtkshortcutswindow.c
parent76fedc188289c595ec3cf965b77803e362020973 (diff)
downloadgtk+-c5369356e86171c5d955cf9252e5c6bcde88d554.tar.gz
Various documentation fixes
Always have Since: annotations at the very bottom, use the correct ClassName::signal-name/ClassName:property-name syntax, fix a few typos in type names, wrong function names, non-existing type names, etc.
Diffstat (limited to 'gtk/gtkshortcutswindow.c')
-rw-r--r--gtk/gtkshortcutswindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkshortcutswindow.c b/gtk/gtkshortcutswindow.c
index 6edb4ee756..109c17fc2f 100644
--- a/gtk/gtkshortcutswindow.c
+++ b/gtk/gtkshortcutswindow.c
@@ -45,7 +45,7 @@
* The recommended way to construct a GtkShortcutsWindow is with GtkBuilder,
* by populating a #GtkShortcutsWindow with one or more #GtkShortcutsSection
* objects, which contain #GtkShortcutsGroups that in turn contain objects of
- * class #GtkShortcutsShortcut or #GtkShortcutsGesture.
+ * class #GtkShortcutsShortcut.
*
* # A simple example:
*