efl.access: root -> access_root

fix T6702
This commit is contained in:
Mike Blumenkrantz 2018-02-14 21:14:52 -05:00
parent 7372802c32
commit bfc5647298
2 changed files with 2 additions and 2 deletions

View File

@ -644,7 +644,7 @@ _efl_access_relationships_clear(Eo *obj EINA_UNUSED, Efl_Access_Data *sd)
}
EOLIAN Eo*
_efl_access_root_get(Eo *class EINA_UNUSED, void *pd EINA_UNUSED)
_efl_access_access_root_get(Eo *class EINA_UNUSED, void *pd EINA_UNUSED)
{
if (!root)
root = efl_add(ELM_ATSPI_APP_OBJECT_CLASS, NULL);

View File

@ -448,7 +448,7 @@ mixin Efl.Access (Efl.Interface, Efl.Object)
relationships_clear @beta {
[[Removes all relationships in accessible object.]]
}
@property root @class @beta {
@property access_root @class @beta {
get {
[[Get root object of accessible object hierarchy]]
values {