q66 pushed a commit to branch master.

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

commit 5c54c53975b3bb8f4d7ea55ba33bee6d7dcabbe4
Author: Daniel Kolesa <d.kol...@osg.samsung.com>
Date:   Thu Nov 10 16:02:44 2016 +0100

    efl_net_control: remove pointer
---
 src/lib/ecore_con/efl_net_control.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_con/efl_net_control.eo 
b/src/lib/ecore_con/efl_net_control.eo
index 14b7ceb..e1fd4f6 100644
--- a/src/lib/ecore_con/efl_net_control.eo
+++ b/src/lib/ecore_con/efl_net_control.eo
@@ -197,7 +197,7 @@ class Efl.Net.Control (Efl.Loop_User) {
             [[If event "agent_request_input" was emitted, this will reply with 
the requested data]]
             params {
                 name: string @nullable; [[If 
@Efl.Net.Control.Agent_Request_Input.Field.name was present, this should 
contain the network name or the 'ssid' parameter should be used.]]
-                ssid: const(Eina.Slice)* @nullable; [[If 
@Efl.Net.Control.Agent_Request_Input.Field.ssid was present, this should 
contain the network SSID or the 'name' parameter should be used.]]
+                ssid: ptr(const(Eina.Slice)) @nullable; [[If 
@Efl.Net.Control.Agent_Request_Input.Field.ssid was present, this should 
contain the network SSID or the 'name' parameter should be used.]]
                 username: string @nullable; [[If 
@Efl.Net.Control.Agent_Request_Input.Field.username was present, this should 
contain the identity or username]]
                 passphrase: string @nullable; [[If 
@Efl.Net.Control.Agent_Request_Input.Field.passphrase was present, this should 
contain the password or passphrase, more details on how it should be 
interpreted was given in Efl.Net.Control.Agent_Request_Input.passphrase_type.]]
                 wps: string @nullable; [[If 
@Efl.Net.Control.Agent_Request_Input.Field.wps was present, this should contain 
the WPS PIN or an empty string "" to use the WPS push button instead.]]

-- 


Reply via email to