evas: add missing since tag for new evas_object_type_get() API
authorStefan Schmidt <stefan@osg.samsung.com>
Fri, 5 Aug 2016 19:57:52 +0000 (21:57 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 5 Aug 2016 21:14:56 +0000 (23:14 +0200)
src/lib/evas/Evas_Legacy.h

index 0aa2406..2360546 100644 (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);