GObject.Object
Gio.IOStream
Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GIOStream |
Class : | IOStream |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
closed : Boolean
|
Gio.IOStream | |
input_stream : Gio.InputStream
read only
|
Gio.IOStream | |
output_stream : Gio.OutputStream
read only
|
Gio.IOStream | |
parent_instance : GObject.Object
read only
|
Gio.IOStream | |
priv : Gio.IOStreamPrivate
read only
|
Gio.IOStream |
Method / Constructor | Defined By | |
---|---|---|
new Gio.IOStream
(Object properties)
Create a new Gio.IOStream
Create a new Gio.IOStream
|
||
clear_pending
()
:
none
|
Gio.IOStream | |
close
(Cancellable cancellable)
:
Boolean
|
Gio.IOStream | |
close_async
(Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.IOStream | |
close_finish
(AsyncResult result)
:
Boolean
|
Gio.IOStream | |
get_input_stream
()
:
Gio.InputStream
|
Gio.IOStream | |
get_output_stream
()
:
Gio.OutputStream
|
Gio.IOStream | |
has_pending
()
:
Boolean
|
Gio.IOStream | |
is_closed
()
:
Boolean
|
Gio.IOStream | |
set_pending
()
:
Boolean
|
Gio.IOStream |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio
Method |
|
Gio
Method |
Gio.dbus_address_get_stream_sync
(String address, Array out_guid, Cancellable cancellable)
:
Gio.IOStream
|
Gio.DBusAuthObserver
Signal |
|
Gio.DBusAuthObserver
Method |
|
Gio.DBusConnection
Property |
stream : Gio.IOStream
|
Gio.DBusConnection
Method |
new Gio.DBusConnection.sync
(IOStream stream, String guid, DBusConnectionFlags flags, DBusAuthObserver observer, Cancellable cancellable)
:
Gio.DBusConnection
Create a new Gio.DBusConnection
|
Gio.DBusConnection
Method |
Gio.DBusConnection.c_new
(IOStream stream, String guid, DBusConnectionFlags flags, DBusAuthObserver observer, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.DBusConnection
Method |
get_stream
()
:
Gio.IOStream
|