Evas: Add 'since' on new functions.

SVN revision: 66544
This commit is contained in:
Christopher Michael 2011-12-26 23:41:24 +00:00
parent 4bd3586d2b
commit e696f0d43f
1 changed files with 3 additions and 0 deletions

View File

@ -9050,7 +9050,10 @@ EAPI void evas_object_polygon_points_clear (Evas_Object *obj) EINA
* @}
*/
/* @since 1.2.0 */
EAPI void evas_object_is_frame_object_set(Evas_Object *obj, Eina_Bool is_frame);
/* @since 1.2.0 */
EAPI Eina_Bool evas_object_is_frame_object_get(Evas_Object *obj);
/**