diff options
-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 | ||