c
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
Subclasses: Gio.InetSocketAddress, Gio.ProxyAddress
Extends: GObject.Object
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
bind (SocketAddress address, gboolean allow_reuse) : gboolean
Gio.Socket
Method
connect (SocketAddress address, Cancellable cancellable) : gboolean
Gio.Socket
Method
get_local_address () : Gio.SocketAddress
Gio.Socket
Method
get_remote_address () : Gio.SocketAddress
Gio.Socket
Method
send_message (SocketAddress address, Array vectors, gint32 num_vectors, Array messages, gint32 num_messages, gint32 flags, Cancellable cancellable) : gint64
Gio.Socket
Method
send_to (SocketAddress address, String buffer, guint64 size, Cancellable cancellable) : gint64
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
connect (SocketAddress address, Cancellable cancellable) : gboolean
Gio.SocketConnection
Method
connect_async (SocketAddress address, Cancellable cancellable, Function callback, void* user_data) : 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, Object out_values) : gboolean
Soup.Address
Method
get_gsockaddr () : Gio.SocketAddress
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:20:09 GMT+0800 (HKT)