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
  Show / Hide Inherited methods, properties and signals
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.from_bytes (String 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
new Gio.InetAddress.any (SocketFamily family) : Gio.InetAddress
Create a new Gio.InetAddress
Gio.InetAddress
Method
get_family () : Gio.SocketFamily
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
Gio.SocketAddress
Property
family : Gio.SocketFamily read only
Gio.SocketAddress
Method
get_family () : Gio.SocketFamily
Gio.SocketClient
Property
family : Gio.SocketFamily
Gio.SocketClient
Method
get_family () : Gio.SocketFamily
Gio.SocketClient
Method
set_family (SocketFamily family) : none
Gio.SocketConnection
Method
Gio.SocketConnection.factory_register_type (Number g_type, SocketFamily family, SocketType type, Number protocol) : none
Gio.SocketConnection
Method
Gio.SocketConnection.factory_lookup_type (SocketFamily family, SocketType type, Number protocol_id) : Number
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:33 GMT+0800 (HKT)