Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
gio-unix-2.0
GLib
UnixOutputStream
close_fd
fd
UnixOutputStream
get_close_fd
get_fd
set_close_fd
UnixOutputStream
Object Hierarchy:
Description:
public
class
UnixOutputStream
:
OutputStream
,
PollableOutputStream
Namespace:
GLib
Package:
gio-unix-2.0
Content:
Properties:
public
bool
close_fd
{
set
;
get
; }
public
int
fd
{
construct
set
;
get
; }
Creation methods:
public
UnixOutputStream
(
int
fd,
bool
close_fd)
Methods:
public
bool
get_close_fd
()
public
int
get_fd
()
public
void
set_close_fd
(
bool
close_fd)