From 1b1f59a0fc3eab222c506b157822b7e6b3170a2c Mon Sep 17 00:00:00 2001 From: "Myoungwoon Roy, Kim" Date: Wed, 24 Jun 2020 22:58:07 +0000 Subject: [PATCH] docs: Fix typo in elm_config API reference I had found a typo in elm_config_scroll_animation_disabled_set() and fixed it Reviewed-by: Stefan Schmidt Differential Revision: https://phab.enlightenment.org/D12029 --- src/lib/elementary/elm_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elementary/elm_config.h b/src/lib/elementary/elm_config.h index c4915ee497..33d4bfad13 100644 --- a/src/lib/elementary/elm_config.h +++ b/src/lib/elementary/elm_config.h @@ -596,14 +596,14 @@ EAPI Eina_Bool elm_config_scroll_animation_disabled_get(void); * This option disables timed animations during scrolling and forces scroll actions * to be performed immediately. * - * @param enable The state of this option + * @param disable The state of this option * * @see elm_config_scroll_animation_disabled_get() * * @since 1.18 * @ingroup Elm_Scrolling */ -EAPI void elm_config_scroll_animation_disabled_set(Eina_Bool enable); +EAPI void elm_config_scroll_animation_disabled_set(Eina_Bool disable); /** * Get the value of this option