forked from AuroraMiddleware/gtk
gdkevents: Fix GDK_AVAILABLE_IN annotation
These functions have just been added. An oversight prior to merging wayland tablet.
This commit is contained in:
parent
6628ffd686
commit
d3a3d0673f
@ -1443,10 +1443,10 @@ GDK_AVAILABLE_IN_ALL
|
||||
gboolean gdk_setting_get (const gchar *name,
|
||||
GValue *value);
|
||||
|
||||
GDK_AVAILABLE_IN_3_16
|
||||
GDK_AVAILABLE_IN_3_22
|
||||
GdkDeviceTool *gdk_event_get_device_tool (const GdkEvent *event);
|
||||
|
||||
GDK_AVAILABLE_IN_3_16
|
||||
GDK_AVAILABLE_IN_3_22
|
||||
void gdk_event_set_device_tool (GdkEvent *event,
|
||||
GdkDeviceTool *tool);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user