c
Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gio.IOStream

Class Gio.IOStream

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GIOStream
Class : IOStream
Subclasses: Gio.FileIOStream
Extends: GObject.Object
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio
Method
Gio.dbus_address_get_stream_finish (AsyncResult res, String out_guid) : Gio.IOStream
Gio
Method
Gio.dbus_address_get_stream_sync (String address, String out_guid, Cancellable cancellable) : Gio.IOStream
Gio
Method
Gio.tls_client_connection_new (IOStream base_io_stream, SocketConnectable server_identity) : Gio.TlsClientConnection
Gio
Method
Gio.tls_server_connection_new (IOStream base_io_stream, TlsCertificate certificate) : Gio.TlsServerConnection
Gio.DBusAuthObserver
Signal
authorize_authenticated_peer (DBusAuthObserver self, IOStream stream, Credentials credentials) : gboolean
Gio.DBusAuthObserver
Method
authorize_authenticated_peer (IOStream stream, Credentials credentials) : gboolean
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
Gio.Proxy
Method
connect (IOStream connection, ProxyAddress proxy_address, Cancellable cancellable) : Gio.IOStream
Gio.Proxy
Method
connect_async (IOStream connection, ProxyAddress proxy_address, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Proxy
Method
connect_finish (AsyncResult result) : Gio.IOStream
Gio.SocketClient
Signal
event (SocketClient self, SocketClientEvent event, SocketConnectable connectable, IOStream connection) : none
Gio.TcpWrapperConnection
Property
base_io_stream : Gio.IOStream
Gio.TcpWrapperConnection
Method
new Gio.TcpWrapperConnection.c_new (IOStream base_io_stream, Socket socket) : Gio.SocketConnection
Create a new Gio.TcpWrapperConnection
Gio.TcpWrapperConnection
Method
get_base_io_stream () : Gio.IOStream
Gio.TlsClientConnection
Method
Gio.TlsClientConnection.c_new (IOStream base_io_stream, SocketConnectable server_identity) : Gio.TlsClientConnection
Gio.TlsConnection
Property
base_io_stream : Gio.IOStream
Gio.TlsServerConnection
Method
Gio.TlsServerConnection.c_new (IOStream base_io_stream, TlsCertificate certificate) : Gio.TlsServerConnection
Soup.Message
Signal
network_event (Message self, SocketClientEvent event, IOStream connection) : none
Soup.Socket
Signal
event (Socket self, SocketClientEvent event, IOStream connection) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:20:07 GMT+0800 (HKT)