Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
gio-unix-2.0
GLib
UnixConnection
UnixConnection
receive_credentials
receive_fd
send_credentials
send_fd
UnixConnection
Object Hierarchy:
Description:
public
class
UnixConnection
:
SocketConnection
Namespace:
GLib
Package:
gio-unix-2.0
Content:
Creation methods:
protected
UnixConnection
()
Methods:
public
weak
Credentials
receive_credentials
(
Cancellable
? cancellable =
null
)
throws
Error
public
int
receive_fd
(
Cancellable
? cancellable =
null
)
throws
Error
public
bool
send_credentials
(
Cancellable
? cancellable =
null
)
throws
Error
public
bool
send_fd
(
int
fd,
Cancellable
? cancellable =
null
)
throws
Error