mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-27 10:20:07 +01:00
doc: fix doxygen references for libinput_get_user_data
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
988d5b6328
commit
a60b5b0f8f
1 changed files with 2 additions and 1 deletions
|
|
@ -3159,7 +3159,8 @@ libinput_set_user_data(struct libinput *libinput,
|
|||
*
|
||||
* @param libinput A previously initialized libinput context
|
||||
* @return The caller-specific data previously assigned in
|
||||
* libinput_create_udev().
|
||||
* libinput_set_user_data(), libinput_path_create_context() or
|
||||
* libinput_udev_create_context().
|
||||
*/
|
||||
void *
|
||||
libinput_get_user_data(struct libinput *libinput);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue