mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 05:50:05 +01:00
Add missing doxygen ingroup tag for libinput_device_get_udev_device
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
fd8a29fb69
commit
7d7ea4ec2e
1 changed files with 2 additions and 0 deletions
|
|
@ -1515,6 +1515,8 @@ libinput_device_set_seat_logical_name(struct libinput_device *device,
|
|||
const char *name);
|
||||
|
||||
/**
|
||||
* @ingroup device
|
||||
*
|
||||
* Return a udev handle to the device that is this libinput device, if any.
|
||||
* The returned handle has a refcount of at least 1, the caller must call
|
||||
* udev_device_unref() once to release the associated resources.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue