GObject.Object
Gio.SocketClient
| Import line: | Gio = imports.gi.Gio; |
| GIR File: | Gio-2.0.gir |
| C documentation: | GSocketClient |
| Class : | SocketClient |
| Extends: | GObject.Object |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
family : Gio.SocketFamily
|
Gio.SocketClient | |
|
local_address : Gio.SocketAddress
|
Gio.SocketClient | |
|
parent_instance : GObject.Object
read only
|
Gio.SocketClient | |
|
priv : Gio.SocketClientPrivate
read only
|
Gio.SocketClient | |
|
protocol : Gio.SocketProtocol
|
Gio.SocketClient | |
|
type : Gio.SocketType
|
Gio.SocketClient | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Gio.SocketClient
(Object properties)
Create a new Gio.SocketClient
Create a new Gio.SocketClient
|
||
|
Gio.SocketClient | |
|
connect_async
(SocketConnectable connectable, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.SocketClient | |
|
connect_finish
(AsyncResult result)
:
Gio.SocketConnection
|
Gio.SocketClient | |
|
connect_to_host
(String host_and_port, Number default_port, Cancellable cancellable)
:
Gio.SocketConnection
|
Gio.SocketClient | |
|
connect_to_host_async
(String host_and_port, Number default_port, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.SocketClient | |
|
connect_to_host_finish
(AsyncResult result)
:
Gio.SocketConnection
|
Gio.SocketClient | |
|
Gio.SocketClient | |
|
connect_to_service_async
(String domain, String service, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.SocketClient | |
|
connect_to_service_finish
(AsyncResult result)
:
Gio.SocketConnection
|
Gio.SocketClient | |
|
get_family
()
:
Gio.SocketFamily
|
Gio.SocketClient | |
|
get_local_address
()
:
Gio.SocketAddress
|
Gio.SocketClient | |
|
get_protocol
()
:
Gio.SocketProtocol
|
Gio.SocketClient | |
|
get_socket_type
()
:
Gio.SocketType
|
Gio.SocketClient | |
|
set_family
(SocketFamily family)
:
none
|
Gio.SocketClient | |
|
set_local_address
(SocketAddress address)
:
none
|
Gio.SocketClient | |
|
set_protocol
(SocketProtocol protocol)
:
none
|
Gio.SocketClient | |
|
set_socket_type
(SocketType type)
:
none
|
Gio.SocketClient | |
| None |