mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 11:30:06 +01:00
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:
parent
960df4d8b8
commit
c0519c3b5e
1 changed files with 3 additions and 3 deletions
|
|
@ -3714,7 +3714,7 @@ libinput_path_remove_device(struct libinput_device *device);
|
||||||
*
|
*
|
||||||
* @see libinput_plugin_system_append_default_paths
|
* @see libinput_plugin_system_append_default_paths
|
||||||
*
|
*
|
||||||
* @since 1.29
|
* @since 1.30
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
libinput_plugin_system_append_path(struct libinput *libinput, const char *path);
|
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
|
* @see libinput_plugin_system_append_paths
|
||||||
*
|
*
|
||||||
* @since 1.29
|
* @since 1.30
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
libinput_plugin_system_append_default_paths(struct libinput *libinput);
|
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
|
* @return 0 or a negative errno on failure
|
||||||
* @retval -ENOSYS libinput was compiled without plugin support
|
* @retval -ENOSYS libinput was compiled without plugin support
|
||||||
*
|
*
|
||||||
* @since 1.29
|
* @since 1.30
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
libinput_plugin_system_load_plugins(struct libinput *libinput,
|
libinput_plugin_system_load_plugins(struct libinput *libinput,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue