Edje: Fixed the docs of mirrored mode to include starting version.

SVN revision: 56647
This commit is contained in:
Tom Hacohen 2011-02-02 09:03:43 +00:00
parent eaf0368b9c
commit 7404a67e5d
1 changed files with 4 additions and 4 deletions

View File

@ -268,8 +268,8 @@ edje_object_scale_get(const Evas_Object *obj)
*
* @param obj the smart object
* @return if flag is set or not.
*
**/
* @since 1.1.0
*/
EAPI Eina_Bool
edje_object_mirrored_get(const Evas_Object *obj)
{
@ -295,8 +295,8 @@ _edje_object_orientation_inform(Evas_Object *obj)
*
* @param obj the smart object
* @rtl new value of flag EINA_TRUE/EINA_FALSE
*
**/
* @since 1.1.0
*/
EAPI void
edje_object_mirrored_set(Evas_Object *obj, Eina_Bool rtl)
{