diff options
author | Derek Foreman <derekf@osg.samsung.com> | 2017-11-09 12:41:22 -0600 |
---|---|---|
committer | Derek Foreman <derekf@osg.samsung.com> | 2017-11-09 12:41:22 -0600 |
commit | 51da93da28bd52be2a29652c8789cc3f3588c7b8 (patch) | |
tree | a2a4c4e11e0c2917c8e45eed85101b90cab9bab8 /src/lib/efl_wl/Efl_Wl.h | |
parent | 1e83d963d905447588a91e1beafd382631d447bd (diff) |
efl_wl: Add missing @since to new functions
These ones were introduced for 1.21.
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl_wl/Efl_Wl.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); | |||
112 | * | 112 | * |
113 | * @param obj The compositor widget | 113 | * @param obj The compositor widget |
114 | * @param set Whether to enable aspect setting | 114 | * @param set Whether to enable aspect setting |
115 | * @since 1.21 | ||
115 | */ | 116 | */ |
116 | EAPI void efl_wl_aspect_set(Evas_Object *obj, Eina_Bool set); | 117 | EAPI void efl_wl_aspect_set(Evas_Object *obj, Eina_Bool set); |
117 | 118 | ||
@@ -120,6 +121,7 @@ EAPI void efl_wl_aspect_set(Evas_Object *obj, Eina_Bool set); | |||
120 | * | 121 | * |
121 | * @param obj The compositor widget | 122 | * @param obj The compositor widget |
122 | * @param set Whether to enable min/max setting | 123 | * @param set Whether to enable min/max setting |
124 | * @since 1.21 | ||
123 | */ | 125 | */ |
124 | EAPI void efl_wl_minmax_set(Evas_Object *obj, Eina_Bool set); | 126 | EAPI void efl_wl_minmax_set(Evas_Object *obj, Eina_Bool set); |
125 | 127 | ||