summaryrefslogtreecommitdiff
path: root/src/lib/eo/eo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/eo/eo.c')
-rw-r--r--src/lib/eo/eo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c
index 2cf9cabe6b..17595e055e 100644
--- a/src/lib/eo/eo.c
+++ b/src/lib/eo/eo.c
@@ -1904,7 +1904,7 @@ efl_unref(const Eo *obj_id)
}
EAPI int
-efl_ref_get(const Eo *obj_id)
+efl_ref_count(const Eo *obj_id)
{
EO_OBJ_POINTER_RETURN_VAL(obj_id, obj, 0);
int ref;
@@ -1914,7 +1914,7 @@ efl_ref_get(const Eo *obj_id)
}
EAPI int
-___efl_ref2_get(const Eo *obj_id)
+___efl_ref2_count(const Eo *obj_id)
{
EO_OBJ_POINTER_RETURN_VAL(obj_id, obj, 0);
int ref;