Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gio.SocketAddress

Class 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
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
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
bind (SocketAddress address, Boolean allow_reuse) : Boolean
Gio.Socket
Method
connect (SocketAddress address, Cancellable cancellable) : Boolean
Gio.Socket
Method
receive_from (SocketAddress address, String buffer, Number size, Cancellable cancellable) : Number
Gio.Socket
Method
send_to (SocketAddress address, String buffer, Number size, Cancellable cancellable) : Number
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
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:30 GMT+0800 (HKT)