Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GUnixSocketAddressType |
Enum : | UnixSocketAddressType |
Properties | |
---|---|
guint32 Gio.UnixSocketAddressType.ABSTRACT : 3
|
|
guint32 Gio.UnixSocketAddressType.ABSTRACT_PADDED : 4
|
|
guint32 Gio.UnixSocketAddressType.ANONYMOUS : 1
|
|
guint32 Gio.UnixSocketAddressType.INVALID : 0
|
|
guint32 Gio.UnixSocketAddressType.PATH : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio.UnixSocketAddress
Property |
address_type : Gio.UnixSocketAddressType
|
Gio.UnixSocketAddress
Method |
new Gio.UnixSocketAddress.with_type
(String path, gint32 path_len, UnixSocketAddressType type)
:
Gio.SocketAddress
Create a new Gio.UnixSocketAddress
|
Gio.UnixSocketAddress
Method |
get_address_type
()
:
Gio.UnixSocketAddressType
Gets address's type.
|