mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-26 14:50:41 +02: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);
|
const char *name);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @ingroup device
|
||||||
|
*
|
||||||
* Return a udev handle to the device that is this libinput device, if any.
|
* 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
|
* The returned handle has a refcount of at least 1, the caller must call
|
||||||
* udev_device_unref() once to release the associated resources.
|
* udev_device_unref() once to release the associated resources.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue