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