GObject.Object
Gio.SocketAddress
Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GSocketAddress |
Class : | SocketAddress |
Implements: | Gio.SocketConnectable |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
family : Gio.SocketFamily
read only
|
Gio.SocketAddress | |
parent_instance : GObject.Object
read only
|
Gio.SocketAddress |
Method / Constructor | Defined By | |
---|---|---|
new Gio.SocketAddress
(Object properties)
Create a new Gio.SocketAddress
Create a new Gio.SocketAddress
|
||
Create a new Gio.SocketAddress
Create a new Gio.SocketAddress
|
||
enumerate
()
:
Gio.SocketAddressEnumerator
|
Gio.SocketConnectable | |
get_family
()
:
Gio.SocketFamily
|
Gio.SocketAddress | |
get_native_size
()
:
Number
|
Gio.SocketAddress | |
Gio.SocketAddress |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio.Socket
Property |
local_address : Gio.SocketAddress
read only
|
Gio.Socket
Property |
remote_address : Gio.SocketAddress
read only
|
Gio.Socket
Method |
get_local_address
()
:
Gio.SocketAddress
|
Gio.Socket
Method |
get_remote_address
()
:
Gio.SocketAddress
|
Gio.Socket
Method |
|
Gio.Socket
Method |
|
Gio.Socket
Method |
|
Gio.Socket
Method |
|
Gio.Socket
Method |
receive_message
(SocketAddress address, InputVector vectors, Number num_vectors, SocketControlMessage messages, Object out_values, Number flags, Cancellable cancellable)
:
Number
|
Gio.Socket
Method |
send_message
(SocketAddress address, OutputVector vectors, Number num_vectors, SocketControlMessage messages, Number num_messages, Number flags, Cancellable cancellable)
:
Number
|
Gio.SocketAddressEnumerator
Method |
next
(Cancellable cancellable)
:
Gio.SocketAddress
|
Gio.SocketAddressEnumerator
Method |
next_finish
(AsyncResult result)
:
Gio.SocketAddress
|
Gio.SocketClient
Property |
local_address : Gio.SocketAddress
|
Gio.SocketClient
Method |
get_local_address
()
:
Gio.SocketAddress
|
Gio.SocketClient
Method |
set_local_address
(SocketAddress address)
:
none
|
Gio.SocketConnection
Method |
get_local_address
()
:
Gio.SocketAddress
|
Gio.SocketConnection
Method |
get_remote_address
()
:
Gio.SocketAddress
|
Gio.SocketListener
Method |
add_address
(SocketAddress address, SocketType type, SocketProtocol protocol, Object source_object, SocketAddress effective_address)
:
Boolean
|