mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Document gdk_device_tool_get_axes
This commit is contained in:
parent
2a92ee22da
commit
fc47e79cb6
@ -210,6 +210,14 @@ gdk_device_tool_get_tool_type (GdkDeviceTool *tool)
|
||||
return tool->type;
|
||||
}
|
||||
|
||||
/**
|
||||
* gdk_device_tool_get_axes:
|
||||
* @tool: a #GdkDeviceTool
|
||||
*
|
||||
* Gets the axes of the tool.
|
||||
*
|
||||
* Returns: the axes of @tool
|
||||
*/
|
||||
GdkAxisFlags
|
||||
gdk_device_tool_get_axes (GdkDeviceTool *tool)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user