From 13d92a7c5ec8dbb4c1878464bc48c627e4432df3 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 20 Oct 2016 12:45:48 +0200 Subject: [PATCH] docs: ecore_con: add description for efl net dialer errors --- src/lib/ecore_con/efl_net_dialer.eo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/ecore_con/efl_net_dialer.eo b/src/lib/ecore_con/efl_net_dialer.eo index f1aa39c1e4..e93fb2d006 100644 --- a/src/lib/ecore_con/efl_net_dialer.eo +++ b/src/lib/ecore_con/efl_net_dialer.eo @@ -1,7 +1,7 @@ -var Efl.Net.Dialer.Error.COULDNT_CONNECT: Eina.Error; -var Efl.Net.Dialer.Error.COULDNT_RESOLVE_PROXY: Eina.Error; -var Efl.Net.Dialer.Error.COULDNT_RESOLVE_HOST: Eina.Error; -var Efl.Net.Dialer.Error.PROXY_AUTHENTICATION_FAILED: Eina.Error; +var Efl.Net.Dialer.Error.COULDNT_CONNECT: Eina.Error; [[The dialer could not connect to the remote]] +var Efl.Net.Dialer.Error.COULDNT_RESOLVE_PROXY: Eina.Error; [[The dialer could not resolve the given proxy server]] +var Efl.Net.Dialer.Error.COULDNT_RESOLVE_HOST: Eina.Error; [[The dialer could not resolve the given host name ]] +var Efl.Net.Dialer.Error.PROXY_AUTHENTICATION_FAILED: Eina.Error; [[The dialer failed to authenticate against the proxy server]] interface Efl.Net.Dialer (Efl.Net.Socket) { [[Creates a client socket to reach a remote peer.