GObject.Object
Gio.OutputStream
Gio.UnixOutputStream
Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GUnixOutputStream |
Class : | UnixOutputStream |
Extends: | Gio.OutputStream |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
close_fd : Boolean
|
Gio.UnixOutputStream | |
fd : Number
|
Gio.UnixOutputStream | |
parent_instance : Gio.OutputStream
read only
|
Gio.UnixOutputStream | |
priv : Gio.UnixOutputStreamPrivate
read only
|
Gio.UnixOutputStream |
Method / Constructor | Defined By | |
---|---|---|
new Gio.UnixOutputStream
(Object properties)
Create a new Gio.UnixOutputStream
Create a new Gio.UnixOutputStream
|
||
Create a new Gio.UnixOutputStream
Create a new Gio.UnixOutputStream
|
||
clear_pending
()
:
none
|
Gio.OutputStream | |
close
(Cancellable cancellable)
:
Boolean
|
Gio.OutputStream | |
close_async
(Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.OutputStream | |
close_finish
(AsyncResult result)
:
Boolean
|
Gio.OutputStream | |
flush
(Cancellable cancellable)
:
Boolean
|
Gio.OutputStream | |
flush_async
(Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.OutputStream | |
flush_finish
(AsyncResult result)
:
Boolean
|
Gio.OutputStream | |
get_close_fd
()
:
Boolean
|
Gio.UnixOutputStream | |
get_fd
()
:
Number
|
Gio.UnixOutputStream | |
has_pending
()
:
Boolean
|
Gio.OutputStream | |
is_closed
()
:
Boolean
|
Gio.OutputStream | |
is_closing
()
:
Boolean
|
Gio.OutputStream | |
set_close_fd
(Boolean close_fd)
:
none
|
Gio.UnixOutputStream | |
set_pending
()
:
Boolean
|
Gio.OutputStream | |
|
Gio.OutputStream | |
splice_async
(InputStream source, OutputStreamSpliceFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.OutputStream | |
splice_finish
(AsyncResult result)
:
Number
|
Gio.OutputStream | |
|
Gio.OutputStream | |
Gio.OutputStream | ||
write_async
(void* buffer, Number count, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.OutputStream | |
write_finish
(AsyncResult result)
:
Number
|
Gio.OutputStream |
None |