diff options
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.eo | 2 |
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 dc262099bd..f97ba2ddd0 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) { | |||
108 | EINPROGRESS (the connection was already ongoing) and | 108 | EINPROGRESS (the connection was already ongoing) and |
109 | EALREADY (the connection was already established). | 109 | EALREADY (the connection was already established). |
110 | ]] | 110 | ]] |
111 | return: ptr(Eina.Future) @owned; [[Future for asynchronous connect]] /* NOTE: This should be future<void> */ | 111 | return: future<void> @owned; [[Future for asynchronous connect]] |
112 | } | 112 | } |
113 | 113 | ||
114 | disconnect { | 114 | disconnect { |