Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Enum Gio.SocketFamily

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GSocketFamily
Enum : SocketFamily
The protocol family of a GSocketAddress. (These values are
identical to the system defines AF_INET, AF_INET6 and AF_UNIX,
if available.)
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.InetAddress
Property
family : Gio.SocketFamily
Gio.InetAddress
Method
new Gio.InetAddress.any (SocketFamily family) : Gio.InetAddress
Create a new Gio.InetAddress
Gio.InetAddress
Method
new Gio.InetAddress.from_bytes (guint8 bytes, SocketFamily family) : Gio.InetAddress
Create a new Gio.InetAddress
Gio.InetAddress
Method
new Gio.InetAddress.loopback (SocketFamily family) : Gio.InetAddress
Create a new Gio.InetAddress
Gio.InetAddress
Method
get_family () : Gio.SocketFamily
Gets address's family
Gio.Socket
Property
family : Gio.SocketFamily
Gio.Socket
Method
new Gio.Socket.c_new (SocketFamily family, SocketType type, SocketProtocol protocol) : Gio.Socket
Create a new Gio.Socket
Gio.Socket
Method
get_family () : Gio.SocketFamily
Gets the socket family of the socket.
Gio.SocketAddress
Property
family : Gio.SocketFamily read only
Gio.SocketAddress
Method
get_family () : Gio.SocketFamily
Gets the socket family type of address.
Gio.SocketClient
Property
family : Gio.SocketFamily
Gio.SocketClient
Method
get_family () : Gio.SocketFamily
Gets the socket family of the socket client.
Gio.SocketClient
Method
set_family (SocketFamily family) : none
Sets the socket family of the socket client.
Gio.SocketConnection
Method
Gio.SocketConnection.factory_lookup_type (SocketFamily family, SocketType type, gint32 protocol_id) : Number
Looks up the GType to be used when creating socket connections on
sockets with the specified family,type and protocol_id.
Gio.SocketConnection
Method
Gio.SocketConnection.factory_register_type (Number g_type, SocketFamily family, SocketType type, gint32 protocol) : none
Looks up the GType to be used when creating socket connections on
sockets with the specified family,type and protocol.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:37 GMT+0800 (HKT)