Make gdk_event_get_history public

This function is meant to be public, but was missing
an annotation in the header.
This commit is contained in:
Matthias Clasen 2018-02-05 20:28:15 +01:00
parent 0fe3fafac1
commit 5b63583c0b

View File

@ -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