From 60c5fdbc2fb2b906557f5fda3a09ce7ca80305d0 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 24 Oct 2025 11:17:03 +1000 Subject: [PATCH] doc: fix wrong reference to the plugin system Part-of: --- src/libinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libinput.h b/src/libinput.h index 23f88b67..996561e8 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -3772,7 +3772,7 @@ enum libinput_plugin_system_flags { * ``` * struct libinput *li = libinput_udev_create_context(...); * libinput_plugin_system_append_default_paths(li); - * libinput_plugin_system_load(li, flags); + * libinput_plugin_system_load_plugins(li, flags); * ``` * * This function must be called before libinput iterates through the