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 • $text_uri (string)
12
13 • $monitor_type (Gnome2::VFS::MonitorType)
14
15 • $func (scalar)
16
17 • $data (scalar)
18
19 Returns a GnomeVFSResult and a GnomeVFSMonitorHandle.
20
22 enum Gnome2::VFS::MonitorType
23 • 'file' / 'GNOME_VFS_MONITOR_FILE'
24
25 • 'directory' / 'GNOME_VFS_MONITOR_DIRECTORY'
26
28 Gnome2::VFS
29
31 Copyright (C) 2003-2007, 2013 by the gtk2-perl team.
32
33 This software is licensed under the LGPL. See Gnome2::VFS for a full
34 notice.
35
36
37
38perl v5.32.1 2021-01-27 Gnome2::VFS::Monitor(3)