Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GSocketFamily |
Enum : | SocketFamily |
Properties | |
---|---|
guint32 Gio.SocketFamily.INVALID : 0
|
|
guint32 Gio.SocketFamily.IPV4 : 2
|
|
guint32 Gio.SocketFamily.IPV6 : 10
|
|
guint32 Gio.SocketFamily.UNIX : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio.InetAddress
Property |
family : Gio.SocketFamily
|
Gio.InetAddress
Method |
Create a new Gio.InetAddress
|
Gio.InetAddress
Method |
Create a new Gio.InetAddress
|
Gio.InetAddress
Method |
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 |
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. |