1Gnome2::VFS::Address(3)User Contributed Perl DocumentatioGnnome2::VFS::Address(3)
2
3
4
6 Gnome2::VFS::Address - wrapper for GnomeVFSAddress
7
9 Glib::Boxed
10 +----Gnome2::VFS::Address
11
13 address = Gnome2::VFS::Address->new_from_string ($address)
14 · $address (string)
15
16 boolean = $a->equal ($b)
17 · $b (Gnome2::VFS::Address)
18
19 Since: vfs 2.13
20
21 integer = $address->get_family_type
22 boolean = $a->match ($b, $prefix)
23 · $b (Gnome2::VFS::Address)
24
25 · $prefix (integer)
26
27 Since: vfs 2.13
28
29 string = $address->to_string
31 Gnome2::VFS, Glib::Boxed
32
34 Copyright (C) 2003-2007, 2013 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.28.0 2018-07-14 Gnome2::VFS::Address(3)