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:
Peter Hutterer 2024-09-06 11:28:30 +10:00 committed by Marge Bot
parent f159abdc57
commit 41b3f5cc29

View file

@ -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
*/