From c0519c3b5e2d7777b27c861fc40dc5477741cf5c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 8 Aug 2025 15:01:19 +1000 Subject: [PATCH] Correct the @since tags for the new plugin functions Fixes: d557a649fd3a ("Add a public plugin system to libinput") Part-of: --- src/libinput.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libinput.h b/src/libinput.h index 70a14372..cfc0af3a 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -3714,7 +3714,7 @@ libinput_path_remove_device(struct libinput_device *device); * * @see libinput_plugin_system_append_default_paths * - * @since 1.29 + * @since 1.30 */ void libinput_plugin_system_append_path(struct libinput *libinput, const char *path); @@ -3737,7 +3737,7 @@ libinput_plugin_system_append_path(struct libinput *libinput, const char *path); * * @see libinput_plugin_system_append_paths * - * @since 1.29 + * @since 1.30 */ void libinput_plugin_system_append_default_paths(struct libinput *libinput); @@ -3767,7 +3767,7 @@ enum libinput_plugins_flags { * @return 0 or a negative errno on failure * @retval -ENOSYS libinput was compiled without plugin support * - * @since 1.29 + * @since 1.30 */ int libinput_plugin_system_load_plugins(struct libinput *libinput,