mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-24 12:00:21 +01:00
doc: fix a few typos
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 5f4f211d6d)
This commit is contained in:
parent
58f6eed9db
commit
c69a5bb785
1 changed files with 3 additions and 2 deletions
|
|
@ -1999,7 +1999,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
|
||||
|
|
@ -2047,7 +2047,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