mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 01:48:03 +02:00
Add two doxygen cross-references for the logging functions
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2bf748701d
commit
509d31b810
1 changed files with 2 additions and 0 deletions
|
|
@ -967,6 +967,7 @@ libinput_destroy(struct libinput *libinput);
|
|||
* @param priority The minimum priority of log messages to print.
|
||||
*
|
||||
* @see libinput_log_set_handler
|
||||
* @see libinput_log_get_priority
|
||||
*/
|
||||
void
|
||||
libinput_log_set_priority(enum libinput_log_priority priority);
|
||||
|
|
@ -982,6 +983,7 @@ libinput_log_set_priority(enum libinput_log_priority priority);
|
|||
* @return The minimum priority of log messages to print.
|
||||
*
|
||||
* @see libinput_log_set_handler
|
||||
* @see libinput_log_set_priority
|
||||
*/
|
||||
enum libinput_log_priority
|
||||
libinput_log_get_priority(void);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue