1Gnome2::VFS::Address(3)User Contributed Perl DocumentatioGnnome2::VFS::Address(3)
2
3
4
6 Gnome2::VFS::Address
7
9 Glib::Boxed
10 +----Gnome2::VFS::Address
11
13 address = Gnome2::VFS::Address->new_from_string ($address)
14
15 * $address (string)
16
17 boolean = $a->equal ($b)
18
19 * $b (Gnome2::VFS::Address)
20
21 integer = $address->get_family_type
22
23 boolean = $a->match ($b, $prefix)
24
25 * $b (Gnome2::VFS::Address)
26 * $prefix (integer)
27
28 string = $address->to_string
29
31 Gnome2::VFS, Glib::Boxed
32
34 Copyright (C) 2003-2007 by the gtk2-perl team.
35
36 This software is licensed under the LGPL. See Gnome2::VFS for a full
37 notice.
38
39
40
41perl v5.8.8 2007-10-24 Gnome2::VFS::Address(3)