evas: add missing since tag for new evas_object_type_get() API

This commit is contained in:
Stefan Schmidt 2016-08-05 21:57:52 +02:00
parent 7e8c6b212d
commit bb984760cd
1 changed files with 1 additions and 0 deletions

View File

@ -687,6 +687,7 @@ EAPI void evas_object_del(Evas_Object *obj) EINA_ARG_NONNULL(1);
* @return The type of the object.
*
* @ingroup Evas_Object_Group_Basic
* @since 1.18
*/
EAPI const char *evas_object_type_get(const Evas_Object *obj);