summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2025-08-08 15:01:19 +1000
committerMarge Bot <marge-bot@fdo.invalid>2025-08-08 05:06:04 +0000
commitc0519c3b5e2d7777b27c861fc40dc5477741cf5c (patch)
tree600469c4a38c70fe8ae36384a7321ba6f1f0c4e7
parent960df4d8b836959fc9fbfde70383e9e9f92df6ca (diff)
Correct the @since tags for the new plugin functions
Fixes: d557a649fd3a ("Add a public plugin system to libinput") Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1295>
-rw-r--r--src/libinput.h6
1 files 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,