summaryrefslogtreecommitdiff
path: root/src/examples/eldbus/dbusmodel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/eldbus/dbusmodel.c')
-rw-r--r--src/examples/eldbus/dbusmodel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/eldbus/dbusmodel.c b/src/examples/eldbus/dbusmodel.c
index ea43bc4020..5edbcc82ed 100644
--- a/src/examples/eldbus/dbusmodel.c
+++ b/src/examples/eldbus/dbusmodel.c
@@ -134,7 +134,7 @@ main(int argc, char **argv EINA_UNUSED)
if (argc > 1) bus = argv[1];
if (argc > 2) path = argv[2];
- root = eo_add_ref(ELDBUS_MODEL_OBJECT_CLASS, NULL, eldbus_model_object_constructor(eo_self, ELDBUS_CONNECTION_TYPE_SESSION, NULL, EINA_FALSE, bus, path));
+ root = efl_add_ref(ELDBUS_MODEL_OBJECT_CLASS, NULL, eldbus_model_object_constructor(efl_self, ELDBUS_CONNECTION_TYPE_SESSION, NULL, EINA_FALSE, bus, path));
Eina_Promise *promises[] = { NULL, NULL, NULL};
promises[0] = efl_model_children_slice_get(root, 0, 0);
@@ -145,6 +145,6 @@ main(int argc, char **argv EINA_UNUSED)
ecore_main_loop_begin();
- eo_unref(root);
+ efl_unref(root);
eldbus_shutdown();
}