mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-30 06:00:07 +01:00
doc: fix a few typos
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f6fc03ab12
commit
5f4f211d6d
1 changed files with 3 additions and 2 deletions
|
|
@ -2011,7 +2011,7 @@ libinput_event_tablet_tool_get_time_usec(struct libinput_event_tablet_tool *even
|
|||
/**
|
||||
* @ingroup event_tablet
|
||||
*
|
||||
* Return the type of tool type for a tool object, see @ref
|
||||
* Return the tool type for a tool object, see @ref
|
||||
* tablet-tool-types for details.
|
||||
*
|
||||
* @param tool The libinput tool
|
||||
|
|
@ -2059,7 +2059,8 @@ libinput_tablet_tool_ref(struct libinput_tablet_tool *tool);
|
|||
* @ingroup event_tablet
|
||||
*
|
||||
* Decrement the reference count of the tool by one. When the reference
|
||||
* count of tool reaches 0, the memory allocated for tool will be freed.
|
||||
* count of the tool reaches 0, the memory allocated for the tool will be
|
||||
* freed.
|
||||
*
|
||||
* @param tool The tool to decrement the ref count of
|
||||
* @return NULL if the tool was destroyed otherwise the passed tool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue