blob: 854130e51224866a40dce277e10345e2fc11c615 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
class Efl.Net.Socket_Unix extends Efl.Net.Socket_Fd {
[[A base UNIX socket.
This is the common class and takes an existing FD, usually
created by an dialer or server.
@since 1.19
]]
implements {
Efl.Loop_Fd.fd { set; }
}
}
|