derekf pushed a commit to branch master.

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

commit 51da93da28bd52be2a29652c8789cc3f3588c7b8
Author: Derek Foreman <[email protected]>
Date:   Thu Nov 9 12:41:22 2017 -0600

    efl_wl: Add missing @since to new functions
    
    These ones were introduced for 1.21.
---
 src/lib/efl_wl/Efl_Wl.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/efl_wl/Efl_Wl.h b/src/lib/efl_wl/Efl_Wl.h
index cf3de2112e..a2da869637 100644
--- a/src/lib/efl_wl/Efl_Wl.h
+++ b/src/lib/efl_wl/Efl_Wl.h
@@ -112,6 +112,7 @@ EAPI void efl_wl_scale_set(Evas_Object *obj, double scale);
  *
  * @param obj The compositor widget
  * @param set Whether to enable aspect setting
+ * @since 1.21
  */
 EAPI void efl_wl_aspect_set(Evas_Object *obj, Eina_Bool set);
 
@@ -120,6 +121,7 @@ EAPI void efl_wl_aspect_set(Evas_Object *obj, Eina_Bool 
set);
  *
  * @param obj The compositor widget
  * @param set Whether to enable min/max setting
+ * @since 1.21
  */
 EAPI void efl_wl_minmax_set(Evas_Object *obj, Eina_Bool set);
 

-- 


Reply via email to