1Gnome2::VFS::Monitor(3)User Contributed Perl DocumentatioGnnome2::VFS::Monitor(3)
2
3
4
6 Gnome2::VFS::Monitor
7
9 list = Gnome2::VFS::Monitor->add ($text_uri, $monitor_type, $func,
10 $data=undef)
11
12 * $text_uri (string)
13 * $monitor_type (Gnome2::VFS::MonitorType)
14 * $func (scalar)
15 * $data (scalar)
16
17 Returns a GnomeVFSResult and a GnomeVFSMonitorHandle.
18
20 enum Gnome2::VFS::MonitorType
21
22 * 'file' / 'GNOME_VFS_MONITOR_FILE'
23 * 'directory' / 'GNOME_VFS_MONITOR_DIRECTORY'
24
26 Gnome2::VFS
27
29 Copyright (C) 2003-2007 by the gtk2-perl team.
30
31 This software is licensed under the LGPL. See Gnome2::VFS for a full
32 notice.
33
34
35
36perl v5.8.8 2007-10-24 Gnome2::VFS::Monitor(3)