diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-04-13 10:45:09 +0200 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2018-04-24 09:05:50 -0700 |
commit | a785ba5495567bac5a51ee76c25b52223ec69835 (patch) | |
tree | e6e004fab98ab5e4ac3363cfaad6676e4500a6dd /src/lib/ecore_con/efl_net_socket_ssl.eo | |
parent | 566a36dc99039ec6d7334fac658d8286d144fe82 (diff) |
Efl.Net.Dialer_* (from Efl.Net.Dialer.*)
Ref https://phab.enlightenment.org/T6847
Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_con/efl_net_socket_ssl.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_con/efl_net_socket_ssl.eo b/src/lib/ecore_con/efl_net_socket_ssl.eo index b59f8787db..512ff1b4c5 100644 --- a/src/lib/ecore_con/efl_net_socket_ssl.eo +++ b/src/lib/ecore_con/efl_net_socket_ssl.eo | |||
@@ -6,7 +6,7 @@ class Efl.Net.Socket.Ssl (Efl.Loop_Consumer, Efl.Net.Socket) { | |||
6 | 6 | ||
7 | Use this wrapper around an existing socket for secure | 7 | Use this wrapper around an existing socket for secure |
8 | communication. One common use is to apply it to TCP sockets | 8 | communication. One common use is to apply it to TCP sockets |
9 | created with @Efl.Net.Dialer.Tcp or @Efl.Net.Server.Tcp created | 9 | created with @Efl.Net.Dialer_Tcp or @Efl.Net.Server.Tcp created |
10 | with "client,add" event. | 10 | with "client,add" event. |
11 | 11 | ||
12 | @since 1.19 | 12 | @since 1.19 |