summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-02-05 20:28:15 +0100
committerMatthias Clasen <mclasen@redhat.com>2018-02-06 01:17:17 -0500
commit5b63583c0b0af62bb65c8488387de0fe0c9aab91 (patch)
treef744bd055c4f12a39c2bdb316d478a3ca0d07ed9
parent0fe3fafac15a23563373b0c44da01360877fe1ec (diff)
downloadgtk+-5b63583c0b0af62bb65c8488387de0fe0c9aab91.tar.gz
Make gdk_event_get_history public
This function is meant to be public, but was missing an annotation in the header.
-rw-r--r--gdk/gdkevents.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h
index 27e0bbc122..086ccea7f1 100644
--- a/gdk/gdkevents.h
+++ b/gdk/gdkevents.h
@@ -615,7 +615,7 @@ GDK_AVAILABLE_IN_ALL
gboolean gdk_event_get_axes (GdkEvent *event,
gdouble **axes,
guint *n_axes);
-GDK_AVAILABLE_IN_3_94
+GDK_AVAILABLE_IN_ALL
GList * gdk_event_get_motion_history (const GdkEvent *event);
G_END_DECLS