1Gnome2::VFS::Async::HanUdsleer(3C)ontributed Perl DocumeGnntoamtei2o:n:VFS::Async::Handle(3)
2
3
4
6 Gnome2::VFS::Async::Handle
7
9 $handle->cancel
10 $handle->close ($func, $data=undef)
11 • $func (scalar)
12
13 • $data (scalar)
14
15 $handle->read ($bytes, $func, $data=undef)
16 • $bytes (integer)
17
18 • $func (scalar)
19
20 • $data (scalar)
21
22 $handle->seek ($whence, $offset, $func, $data=undef)
23 • $whence (Gnome2::VFS::SeekPosition)
24
25 • $offset (unsigned)
26
27 • $func (scalar)
28
29 • $data (scalar)
30
31 Since: vfs 2.6
32
33 $handle->write ($buffer, $bytes, $func, $data=undef)
34 • $buffer (string)
35
36 • $bytes (integer)
37
38 • $func (scalar)
39
40 • $data (scalar)
41
43 enum Gnome2::VFS::SeekPosition
44 • 'start' / 'GNOME_VFS_SEEK_START'
45
46 • 'current' / 'GNOME_VFS_SEEK_CURRENT'
47
48 • 'end' / 'GNOME_VFS_SEEK_END'
49
51 Gnome2::VFS
52
54 Copyright (C) 2003-2007, 2013 by the gtk2-perl team.
55
56 This software is licensed under the LGPL. See Gnome2::VFS for a full
57 notice.
58
59
60
61perl v5.32.1 2021-01-27 Gnome2::VFS::Async::Handle(3)