mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-31 04:10:08 +01:00
doc/api: fix wrong references to the tap drag config
It's _tap_get_drag_, not _tap_drag_get_ (and same for set/get_default) Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1039>
This commit is contained in:
parent
f159abdc57
commit
41b3f5cc29
1 changed files with 6 additions and 6 deletions
|
|
@ -4876,8 +4876,8 @@ enum libinput_config_drag_state {
|
|||
* @param enable @ref LIBINPUT_CONFIG_DRAG_ENABLED to enable, @ref
|
||||
* LIBINPUT_CONFIG_DRAG_DISABLED to disable tap-and-drag
|
||||
*
|
||||
* @see libinput_device_config_tap_drag_get_enabled
|
||||
* @see libinput_device_config_tap_drag_get_default_enabled
|
||||
* @see libinput_device_config_tap_get_drag_enabled
|
||||
* @see libinput_device_config_tap_get_default_drag_enabled
|
||||
*
|
||||
* @since 1.2
|
||||
*/
|
||||
|
|
@ -4895,8 +4895,8 @@ libinput_device_config_tap_set_drag_enabled(struct libinput_device *device,
|
|||
* @retval LIBINPUT_CONFIG_DRAG_DISABLED if tap-and-drag is
|
||||
* disabled
|
||||
*
|
||||
* @see libinput_device_config_tap_drag_set_enabled
|
||||
* @see libinput_device_config_tap_drag_get_default_enabled
|
||||
* @see libinput_device_config_tap_set_drag_enabled
|
||||
* @see libinput_device_config_tap_get_default_default_enabled
|
||||
*
|
||||
* @since 1.2
|
||||
*/
|
||||
|
|
@ -4915,8 +4915,8 @@ libinput_device_config_tap_get_drag_enabled(struct libinput_device *device);
|
|||
* @retval LIBINPUT_CONFIG_DRAG_DISABLED if tap-and-drag is
|
||||
* disabled by default
|
||||
*
|
||||
* @see libinput_device_config_tap_drag_set_enabled
|
||||
* @see libinput_device_config_tap_drag_get_enabled
|
||||
* @see libinput_device_config_tap_set_drag_enabled
|
||||
* @see libinput_device_config_tap_get_drag_enabled
|
||||
*
|
||||
* @since 1.2
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue