[access] use more proper name elm_access_object_get(); instead of elm_access_object_access_get();

SVN revision: 82793
This commit is contained in:
Shinwoo Kim 2013-01-15 06:31:35 +00:00
parent fd66920430
commit 47d2e7a701
2 changed files with 2 additions and 2 deletions

View File

@ -780,7 +780,7 @@ elm_access_object_unregister(Evas_Object *obj)
}
EAPI Evas_Object *
elm_access_object_access_get(const Evas_Object *obj)
elm_access_object_get(const Evas_Object *obj)
{
return evas_object_data_get(obj, "_part_access_obj");
}

View File

@ -52,7 +52,7 @@ EAPI void elm_access_object_unregister(Evas_Object *obj);
*
* @ingroup Access
*/
EAPI Evas_Object *elm_access_object_access_get(const Evas_Object *obj);
EAPI Evas_Object *elm_access_object_get(const Evas_Object *obj);
/**
* @brief Set text to give information for specific type.