elm_object: Add since tag for new elm_object_access_info_get()

This commit is contained in:
Stefan Schmidt 2015-04-08 15:12:44 +02:00
parent ddfa4cb977
commit dcd626973f
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@ EAPI void elm_object_access_info_set(Evas_Object *obj, c
* @return The text that describes the widget to people with poor or no vision
*
* @ingroup General
*
* @since 1.14
*/
EAPI const char *elm_object_access_info_get(Evas_Object *obj);