diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-18 17:05:26 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-20 19:17:49 -0400 |
commit | 8ba16eb4f1e6df67d79a9d509a3a45126a032e46 (patch) | |
tree | bb493f2acbf893de29db9e393a4f364b7dd05ac2 /gtk/gtkshortcutaction.h | |
parent | ab6a5be0f860c29432b4a8e9d3a4cd3bbad0a63a (diff) | |
download | gtk+-8ba16eb4f1e6df67d79a9d509a3a45126a032e46.tar.gz |
Documentation fixes
Mostly fixing up indentation of continuation lines,
and other small cleanups.
Diffstat (limited to 'gtk/gtkshortcutaction.h')
-rw-r--r-- | gtk/gtkshortcutaction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkshortcutaction.h b/gtk/gtkshortcutaction.h index de2403e186..495fbbc44c 100644 --- a/gtk/gtkshortcutaction.h +++ b/gtk/gtkshortcutaction.h @@ -45,8 +45,8 @@ typedef gboolean (* GtkShortcutFunc) (GtkWidget *widget, /** * GtkShortcutActionFlags: * @GTK_SHORTCUT_ACTION_EXCLUSIVE: The action is the only - * action that can be activated. If this flag is not set, - * a future activation may select a different action. + * action that can be activated. If this flag is not set, + * a future activation may select a different action. * * List of flags that can be passed to action activation. * |