Skip to content

Commit

Permalink
doc: fix doxygen references for libinput_get_user_data
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit a60b5b0)
  • Loading branch information
whot committed Jan 7, 2019
1 parent 0cfabd6 commit bb07025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libinput.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bb07025

Please sign in to comment.