summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@osg.samsung.com>2016-11-10 16:02:44 +0100
committerDaniel Kolesa <d.kolesa@osg.samsung.com>2016-11-10 16:02:44 +0100
commit5c54c53975b3bb8f4d7ea55ba33bee6d7dcabbe4 (patch)
tree636008bfc0e6eeca06436be5a7e0595e6b38bb1c
parent596a3968871d0d4d6b18cf05df836323f99597fa (diff)
downloadefl-5c54c53975b3bb8f4d7ea55ba33bee6d7dcabbe4.tar.gz
efl_net_control: remove pointer
-rw-r--r--src/lib/ecore_con/efl_net_control.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_con/efl_net_control.eo b/src/lib/ecore_con/efl_net_control.eo
index 14b7ceb773..e1fd4f6be3 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.]]