GObject.Object
Gio.InputStream
Gio.UnixInputStream
| Import line: | Gio = imports.gi.Gio; |
| GIR File: | Gio-2.0.gir |
| C documentation: | GUnixInputStream |
| Class : | UnixInputStream |
| Extends: | Gio.InputStream |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
close_fd : Boolean
|
Gio.UnixInputStream | |
|
fd : Number
|
Gio.UnixInputStream | |
|
parent_instance : Gio.InputStream
read only
|
Gio.UnixInputStream | |
|
priv : Gio.UnixInputStreamPrivate
read only
|
Gio.UnixInputStream | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Gio.UnixInputStream
(Object properties)
Create a new Gio.UnixInputStream
Create a new Gio.UnixInputStream
|
||
|
Create a new Gio.UnixInputStream
Create a new Gio.UnixInputStream
|
||
|
clear_pending
()
:
none
|
Gio.InputStream | |
|
close
(Cancellable cancellable)
:
Boolean
|
Gio.InputStream | |
|
close_async
(Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.InputStream | |
|
close_finish
(AsyncResult result)
:
Boolean
|
Gio.InputStream | |
|
get_close_fd
()
:
Boolean
|
Gio.UnixInputStream | |
|
get_fd
()
:
Number
|
Gio.UnixInputStream | |
|
has_pending
()
:
Boolean
|
Gio.InputStream | |
|
is_closed
()
:
Boolean
|
Gio.InputStream | |
|
Gio.InputStream | |
| Gio.InputStream | ||
|
read_async
(void* buffer, Number count, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.InputStream | |
|
read_finish
(AsyncResult result)
:
Number
|
Gio.InputStream | |
|
set_close_fd
(Boolean close_fd)
:
none
|
Gio.UnixInputStream | |
|
set_pending
()
:
Boolean
|
Gio.InputStream | |
|
Gio.InputStream | |
|
skip_async
(Number count, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.InputStream | |
|
skip_finish
(AsyncResult result)
:
Number
|
Gio.InputStream | |
| None |