raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f609d6dc992c2626856dd70a321d1fd164762573

commit f609d6dc992c2626856dd70a321d1fd164762573
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Sun Feb 11 14:53:28 2018 +0900

    elm - fix new em_config func prototypes in header to have real param decl
---
 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 a9f428f01d..30bceba323 100644
--- a/src/lib/elementary/elm_config.h
+++ b/src/lib/elementary/elm_config.h
@@ -2209,7 +2209,7 @@ EAPI void elm_config_powersave_set(int set);
   * @since 1.21
   * @see elm_config_drag_anim_duration_set()
   */
-EAPI double elm_config_drag_anim_duration_get();
+EAPI double elm_config_drag_anim_duration_get(void);
 
 /**
   * Set the animation duration for container objects
@@ -2219,7 +2219,7 @@ EAPI double elm_config_drag_anim_duration_get();
   * @since 1.21
   * @see elm_config_drag_anim_duration_get()
   */
-EAPI void elm_config_drag_anim_duration_set();
+EAPI void elm_config_drag_anim_duration_set(double set);
 
 /* new efl.config interface helpers in C */
 

-- 


Reply via email to