c
Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Interface Gio.SocketConnectable

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GSocketConnectable
Interface : SocketConnectable
Implementations: Gio.InetSocketAddress, Gio.NetworkAddress, Gio.NetworkService, Gio.ProxyAddress, Gio.SocketAddress, Gio.UnixSocketAddress
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio
Method
Gio.tls_client_connection_new (IOStream base_io_stream, SocketConnectable server_identity) : Gio.TlsClientConnection
Gio.NetworkAddress
Method
Gio.NetworkAddress.parse (String host_and_port, guint16 default_port) : Gio.SocketConnectable
Gio.NetworkAddress
Method
Gio.NetworkAddress.parse_uri (String uri, guint16 default_port) : Gio.SocketConnectable
Gio.NetworkMonitor
Method
can_reach (SocketConnectable connectable, Cancellable cancellable) : gboolean
Gio.NetworkMonitor
Method
can_reach_async (SocketConnectable connectable, Cancellable cancellable, Function callback, void* user_data) : none
Gio.ProxyAddressEnumerator
Property
connectable : Gio.SocketConnectable
Gio.SocketClient
Signal
event (SocketClient self, SocketClientEvent event, SocketConnectable connectable, IOStream connection) : none
Gio.SocketClient
Method
connect (SocketConnectable connectable, Cancellable cancellable) : Gio.SocketConnection
Gio.SocketClient
Method
connect_async (SocketConnectable connectable, Cancellable cancellable, Function callback, void* user_data) : none
Gio.TlsCertificate
Method
verify (SocketConnectable identity, TlsCertificate trusted_ca) : Gio.TlsCertificateFlags
Gio.TlsClientConnection
Property
server_identity : Gio.SocketConnectable
Gio.TlsClientConnection
Method
Gio.TlsClientConnection.c_new (IOStream base_io_stream, SocketConnectable server_identity) : Gio.TlsClientConnection
Gio.TlsClientConnection
Method
get_server_identity () : Gio.SocketConnectable
Gio.TlsClientConnection
Method
set_server_identity (SocketConnectable identity) : none
Gio.TlsDatabase
Method
verify_chain (TlsCertificate chain, String purpose, SocketConnectable identity, TlsInteraction interaction, TlsDatabaseVerifyFlags flags, Cancellable cancellable) : Gio.TlsCertificateFlags
Gio.TlsDatabase
Method
verify_chain_async (TlsCertificate chain, String purpose, SocketConnectable identity, TlsInteraction interaction, TlsDatabaseVerifyFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:20:12 GMT+0800 (HKT)