GObject.Object
Gio.OutputStream
| Import line: | Gio = imports.gi.Gio; |
| GIR File: | Gio-2.0.gir |
| C documentation: | GOutputStream |
| Class : | OutputStream |
| Extends: | GObject.Object |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
parent_instance : GObject.Object
read only
|
Gio.OutputStream | |
|
priv : Gio.OutputStreamPrivate
read only
|
Gio.OutputStream | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Gio.OutputStream
(Object properties)
Create a new Gio.OutputStream
Create a new Gio.OutputStream
|
||
|
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 | |
|
has_pending
()
:
Boolean
|
Gio.OutputStream | |
|
is_closed
()
:
Boolean
|
Gio.OutputStream | |
|
is_closing
()
:
Boolean
|
Gio.OutputStream | |
|
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 |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gio.BufferedOutputStream
Method |
Create a new Gio.BufferedOutputStream
|
|
Gio.BufferedOutputStream
Method |
new Gio.BufferedOutputStream.sized
(OutputStream base_stream, Number size)
:
Gio.BufferedOutputStream
Create a new Gio.BufferedOutputStream
|
|
Gio.ConverterOutputStream
Method |
new Gio.ConverterOutputStream.c_new
(OutputStream base_stream, Converter converter)
:
Gio.ConverterOutputStream
Create a new Gio.ConverterOutputStream
|
|
Gio.DataOutputStream
Method |
Create a new Gio.DataOutputStream
|
|
Gio.FilterOutputStream
Property |
base_stream : Gio.OutputStream
|
|
Gio.FilterOutputStream
Method |
get_base_stream
()
:
Gio.OutputStream
|
|
Gio.IOStream
Property |
output_stream : Gio.OutputStream
read only
|
|
Gio.IOStream
Method |
get_output_stream
()
:
Gio.OutputStream
|