[access] use more proper name elm_access_object_get(); instead of elm_access_object_a...
authorShinwoo Kim <kimcinoo.efl@gmail.com>
Tue, 15 Jan 2013 06:31:35 +0000 (06:31 +0000)
committerShinwoo Kim <kimcinoo.efl@gmail.com>
Tue, 15 Jan 2013 06:31:35 +0000 (06:31 +0000)
SVN revision: 82793

src/lib/elm_access.c
src/lib/elm_access.h

index 4355056..736e6bb 100644 (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");
 }
index 01ba757..333f9fe 100644 (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.