summaryrefslogtreecommitdiff
path: root/src/lib/ecore_con/efl_net_control_access_point.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore_con/efl_net_control_access_point.eo')
-rw-r--r--src/lib/ecore_con/efl_net_control_access_point.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_con/efl_net_control_access_point.eo b/src/lib/ecore_con/efl_net_control_access_point.eo
index 1e52774235..0287b52c57 100644
--- a/src/lib/ecore_con/efl_net_control_access_point.eo
+++ b/src/lib/ecore_con/efl_net_control_access_point.eo
@@ -108,7 +108,7 @@ class Efl.Net.Control.Access_Point (Efl.Loop.Consumer) {
EINPROGRESS (the connection was already ongoing) and
EALREADY (the connection was already established).
]]
- return: future<void_ptr>; [[Future for asynchronous connect]] /* NOTE: This should be future<void> */
+ return: ptr(Eina.Future) @owned; [[Future for asynchronous connect]] /* NOTE: This should be future<void> */
}
disconnect {