From e220e4d2f6962f7b3535cd69bcf3fb3ab7573c39 Mon Sep 17 00:00:00 2001 From: JunsuChoi Date: Fri, 21 Sep 2018 20:03:18 +0900 Subject: [PATCH] Docs: Fix incorrectly information for elm_config_softcursor_mode_set Summary: N/A Test Plan: make doc Reviewers: cedric, Hermet, zmike, Jaehyun_Cho Reviewed By: Jaehyun_Cho Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D7094 --- src/lib/elementary/elm_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_config.h b/src/lib/elementary/elm_config.h index 539a790dd8..91c99fa8c1 100644 --- a/src/lib/elementary/elm_config.h +++ b/src/lib/elementary/elm_config.h @@ -1003,7 +1003,7 @@ EAPI void elm_config_longpress_timeout_set(double longpress_timeout); * canvas windows in the event the native display system does not provide one * or the native one is not wanted. * - * @param longpress_timeout Timeout for long press event + * @param mode The mode for software cursors * @ingroup Softcursor * * @see elm_config_softcursor_mode_get()