Correct the @since tags for the new plugin functions

Fixes: d557a649fd ("Add a public plugin system to libinput")
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1295>
This commit is contained in:
Peter Hutterer 2025-08-08 15:01:19 +10:00 committed by Marge Bot
parent 960df4d8b8
commit c0519c3b5e

View file

@ -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,