mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 10:48:07 +02:00
Fix documentation for libinput_log_set_handler
user_data argument was dropped in 97a6bf10f9.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
79898da377
commit
6b328c314a
1 changed files with 4 additions and 4 deletions
|
|
@ -1084,7 +1084,8 @@ libinput_log_get_priority(const struct libinput *libinput);
|
||||||
* @param format Message format in printf-style
|
* @param format Message format in printf-style
|
||||||
* @param args Message arguments
|
* @param args Message arguments
|
||||||
*
|
*
|
||||||
* @see libinput_set_log_priority
|
* @see libinput_log_set_priority
|
||||||
|
* @see libinput_log_get_priority
|
||||||
* @see libinput_log_set_handler
|
* @see libinput_log_set_handler
|
||||||
*/
|
*/
|
||||||
typedef void (*libinput_log_handler)(struct libinput *libinput,
|
typedef void (*libinput_log_handler)(struct libinput *libinput,
|
||||||
|
|
@ -1103,10 +1104,9 @@ typedef void (*libinput_log_handler)(struct libinput *libinput,
|
||||||
*
|
*
|
||||||
* @param libinput A previously initialized libinput context
|
* @param libinput A previously initialized libinput context
|
||||||
* @param log_handler The log handler for library messages.
|
* @param log_handler The log handler for library messages.
|
||||||
* @param user_data Caller-specific data pointer, passed into the log
|
|
||||||
* handler.
|
|
||||||
*
|
*
|
||||||
* @see libinput_log_set_handler
|
* @see libinput_log_set_priority
|
||||||
|
* @see libinput_log_get_priority
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
libinput_log_set_handler(struct libinput *libinput,
|
libinput_log_set_handler(struct libinput *libinput,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue