GnomeVFS.Address – gnome-vfs-2.0 Reference Manual
Packages
gnome-vfs-2.0
GnomeVFS
Address
Address.from_ipv4
Address.from_string
dup
equal
get_family_type
get_ipv4
get_sockaddr
match
to_string
Address
Object Hierarchy:
Description:
[
CCode
( type_id =
"gnome_vfs_address_get_type ()"
) ]
[
Compact
]
public
class
Address
Namespace:
GnomeVFS
Package:
gnome-vfs-2.0
Content:
Creation methods:
public
Address.from_ipv4
(
uint32
ipv4_address)
public
Address.from_string
(
string
address)
Methods:
public
unowned
Address
dup
()
public
bool
equal
(
Address
b)
public
int
get_family_type
()
public
uint32
get_ipv4
()
public
void
*
get_sockaddr
(
uint16
port,
int
len)
public
bool
match
(
Address
b,
uint
prefix)
public
unowned
string
to_string
()