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.NetworkAddress
Method
Gio.NetworkAddress.c_new (String hostname, guint16 port) : Gio.SocketConnectable
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.NetworkService
Method
Gio.NetworkService.c_new (String service, String protocol, String domain) : Gio.SocketConnectable
Gio.ProxyAddressEnumerator
Property
connectable : Gio.SocketConnectable
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
set_server_identity (SocketConnectable identity) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Thu Mar 31 2011 03:02:57 GMT+0800 (HKT)