mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-11 15:40:28 +01:00
doc: fix wrong reference to the plugin system
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1345>
This commit is contained in:
parent
cc7dfccd22
commit
60c5fdbc2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue