GObject.Object
Gio.InputStream
Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GInputStream |
Class : | InputStream |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
parent_instance : GObject.Object
read only
|
Gio.InputStream | |
priv : Gio.InputStreamPrivate
read only
|
Gio.InputStream |
Method / Constructor | Defined By | |
---|---|---|
new Gio.InputStream
(Object properties)
Create a new Gio.InputStream
Create a new Gio.InputStream
|
||
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 | |
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_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 |
Class / Namespace | Method / Signal / Properties |
---|---|
GdkPixbuf.Pixbuf
Method |
Create a new GdkPixbuf.Pixbuf
|
GdkPixbuf.Pixbuf
Method |
new GdkPixbuf.Pixbuf.from_stream_at_scale
(InputStream stream, Number width, Number height, Boolean preserve_aspect_ratio, Cancellable cancellable)
:
GdkPixbuf.Pixbuf
Create a new GdkPixbuf.Pixbuf
|
Gio.BufferedInputStream
Method |
Create a new Gio.BufferedInputStream
|
Gio.BufferedInputStream
Method |
Create a new Gio.BufferedInputStream
|
Gio.ConverterInputStream
Method |
new Gio.ConverterInputStream.c_new
(InputStream base_stream, Converter converter)
:
Gio.ConverterInputStream
Create a new Gio.ConverterInputStream
|
Gio.DataInputStream
Method |
Create a new Gio.DataInputStream
|
Gio.FilterInputStream
Property |
base_stream : Gio.InputStream
|
Gio.FilterInputStream
Method |
get_base_stream
()
:
Gio.InputStream
|
Gio.IOStream
Property |
input_stream : Gio.InputStream
read only
|
Gio.IOStream
Method |
get_input_stream
()
:
Gio.InputStream
|
Gio.LoadableIcon
Method |
|
Gio.LoadableIcon
Method |
|
Gio.OutputStream
Method |
|
Gio.OutputStream
Method |
splice_async
(InputStream source, OutputStreamSpliceFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|