Ecore_Con: Fix CLOEXEC documentation.

The socket attributes are inherited by the child.
This commit is contained in:
Guilherme Iscaro 2017-07-28 11:02:42 -03:00
parent 8e500c6835
commit 0a51ac2997
2 changed files with 4 additions and 4 deletions

View File

@ -71,9 +71,9 @@ class Efl.Net.Server.Fd (Efl.Loop.Fd, Efl.Net.Server) {
@property close_on_exec { @property close_on_exec {
[[Controls Close-on-Exec() using FD_CLOEXEC. [[Controls Close-on-Exec() using FD_CLOEXEC.
Children socket will not inherit the server's setting by Children socket will inherit the server's setting by
default. One can change the behavior using each instance default. One can change the behavior using each instance
@Efl.Io.Closer.close_on_exec.set. @Efl.Io.Closer.close_on_exec.set. Defaults to $true.
]] ]]
get { } get { }
set { set {

View File

@ -71,9 +71,9 @@ class Efl.Net.Server.Ssl (Efl.Loop_User, Efl.Net.Server) {
@property close_on_exec { @property close_on_exec {
[[Controls Close-on-Exec() using FD_CLOEXEC. [[Controls Close-on-Exec() using FD_CLOEXEC.
Children socket will not inherit the server's setting by Children socket will inherit the server's setting by
default. One can change the behavior using each instance default. One can change the behavior using each instance
@Efl.Io.Closer.close_on_exec.set. @Efl.Io.Closer.close_on_exec.set. Defaults to $true.
]] ]]
get { } get { }
set { set {