summaryrefslogtreecommitdiff
path: root/gtk/gtkgesture.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2023-02-02 10:36:06 +0100
committerCarlos Garnacho <carlosg@gnome.org>2023-02-02 11:21:22 +0100
commitfbf4817ef5f308983fa6f2df122917057eed8e6b (patch)
treefbfae140a6d481af79989b482cc40ed4b036dd6d /gtk/gtkgesture.h
parentdb43e0669fc1e1f235c626027a4118e6dae7c74f (diff)
downloadgtk+-fbf4817ef5f308983fa6f2df122917057eed8e6b.tar.gz
gtkgesture: Deprecate gtk_gesture_set_sequence_state()
We can abstract widgets about the specific ongoing sequences that are triggering a GtkGesture. This used to be more necessary in GTK3 world where complex widgets might have required handling different events in different areas, but in GTK4 world that would be done with multiple widgets. This is no longer necessary to carry forward.
Diffstat (limited to 'gtk/gtkgesture.h')
-rw-r--r--gtk/gtkgesture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkgesture.h b/gtk/gtkgesture.h
index fc9eb8e799..9ca88900de 100644
--- a/gtk/gtkgesture.h
+++ b/gtk/gtkgesture.h
@@ -51,7 +51,7 @@ GDK_AVAILABLE_IN_ALL
GtkEventSequenceState
gtk_gesture_get_sequence_state (GtkGesture *gesture,
GdkEventSequence *sequence);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_4_10
gboolean gtk_gesture_set_sequence_state (GtkGesture *gesture,
GdkEventSequence *sequence,
GtkEventSequenceState state);