summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcutsshortcut.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-02-05 20:13:20 +0100
committerMatthias Clasen <mclasen@redhat.com>2018-02-06 01:16:32 -0500
commit4c150d8eb518c35c484802e5cd7da572e4030f25 (patch)
tree8867f973fd6c9737b5d7f05d6945817f354a37e2 /gtk/gtkshortcutsshortcut.h
parent2616e6857cc136c654b64dd16839ddf89f4b5c62 (diff)
downloadgtk+-4c150d8eb518c35c484802e5cd7da572e4030f25.tar.gz
The big versioning cleanup
Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
Diffstat (limited to 'gtk/gtkshortcutsshortcut.h')
-rw-r--r--gtk/gtkshortcutsshortcut.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/gtk/gtkshortcutsshortcut.h b/gtk/gtkshortcutsshortcut.h
index 9f6a1cff71..b8eeeca2c9 100644
--- a/gtk/gtkshortcutsshortcut.h
+++ b/gtk/gtkshortcutsshortcut.h
@@ -55,14 +55,12 @@ typedef struct _GtkShortcutsShortcutClass GtkShortcutsShortcutClass;
* The shortcut is a gesture. The #GtkShortcutsShortcut:icon property will be
* used.
* @GTK_SHORTCUT_GESTURE_SWIPE_LEFT:
- * The shortcut is a swipe gesture. GTK+ provides an icon and subtitle. Since 3.90
+ * The shortcut is a swipe gesture. GTK+ provides an icon and subtitle.
* @GTK_SHORTCUT_GESTURE_SWIPE_RIGHT:
- * The shortcut is a swipe gesture. GTK+ provides an icon and subtitle. Since 3.90
+ * The shortcut is a swipe gesture. GTK+ provides an icon and subtitle.
*
* GtkShortcutType specifies the kind of shortcut that is being described.
* More values may be added to this enumeration over time.
- *
- * Since: 3.20
*/
typedef enum {
GTK_SHORTCUT_ACCELERATOR,
@@ -77,7 +75,7 @@ typedef enum {
GTK_SHORTCUT_GESTURE_SWIPE_RIGHT
} GtkShortcutType;
-GDK_AVAILABLE_IN_3_20
+GDK_AVAILABLE_IN_ALL
GType gtk_shortcuts_shortcut_get_type (void) G_GNUC_CONST;
G_END_DECLS