raster pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=6a3db30c084a2b3a0d2dd2f9516589b628564649

commit 6a3db30c084a2b3a0d2dd2f9516589b628564649
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Sun Mar 9 12:55:17 2014 +0900

    add @since (missing)
---
 src/lib/elm_config.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/elm_config.h b/src/lib/elm_config.h
index c17987e..bd5a8b5 100644
--- a/src/lib/elm_config.h
+++ b/src/lib/elm_config.h
@@ -816,6 +816,7 @@ EAPI void        elm_config_preferred_engine_set(const char 
*engine);
  * returns what was set by this call, nothing more.
  * 
  * @see elm_config_accel_preference_set()
+ * @since 1.10
  */
 EAPI const char *elm_config_accel_preference_get(void);
 
@@ -837,6 +838,7 @@ EAPI const char *elm_config_accel_preference_get(void);
  * elm_config_preferred_engine_set().
  * 
  * @see elm_win_add()
+ * @since 1.10
  */
 EAPI void        elm_config_accel_preference_set(const char *pref);
 

-- 


Reply via email to