cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ac63a74d1dad0296773e3cca360850b3003bb161

commit ac63a74d1dad0296773e3cca360850b3003bb161
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Mon Dec 11 15:08:48 2017 -0800

    ecore_con: implement FIXME for Efl.Net.Control.Technology by returning 
EINA_VALUE_EMPTY.
---
 src/lib/ecore_con/efl_net_control_technology-connman.c | 2 +-
 src/lib/ecore_con/efl_net_control_technology.eo        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/ecore_con/efl_net_control_technology-connman.c 
b/src/lib/ecore_con/efl_net_control_technology-connman.c
index 898000eab7..704d6afb49 100644
--- a/src/lib/ecore_con/efl_net_control_technology-connman.c
+++ b/src/lib/ecore_con/efl_net_control_technology-connman.c
@@ -367,7 +367,7 @@ _efl_net_control_technology_scan_cb(void *data, const 
Eldbus_Message *msg, Eldbu
         return;
      }
 
-   eina_promise_resolve(promise, eina_value_object_init(o));
+   eina_promise_resolve(promise, EINA_VALUE_EMPTY);
 }
 
 static void
diff --git a/src/lib/ecore_con/efl_net_control_technology.eo 
b/src/lib/ecore_con/efl_net_control_technology.eo
index f9c3e97ff5..b9fc4ccc17 100644
--- a/src/lib/ecore_con/efl_net_control_technology.eo
+++ b/src/lib/ecore_con/efl_net_control_technology.eo
@@ -96,7 +96,7 @@ class Efl.Net.Control.Technology (Efl.Loop_User) {
               state. Otherwise prefer to let the system passively do
               scans in a timely manner.
             ]]
-            return: ptr(Eina.Future) @owned; [[Future return for finished 
background scan]] /* NOTE: This should be future<void> */
+            return: ptr(Eina.Future) @owned; [[Future return for finished 
background scan]]
         }
     }
 

-- 


Reply via email to