Gnome2::VFS::Async::Handle(3pm)
NAME
Gnome2::VFS::Async::Handle - handles asynchronous file operations
METHODS
- $handle->cancel
$handle->close ($func, $data=undef) - o $func (scalar)
- o $data (scalar)
- $handle->read ($bytes, $func, $data=undef)
- o $bytes (integer)
- o $func (scalar)
- o $data (scalar)
- $handle->seek ($whence, $offset, $func, $data=undef)
- o $whence (Gnome2::VFS::SeekPosition)
- o $offset (unsigned)
- o $func (scalar)
- o $data (scalar)
- Since: vfs 2.6
- $handle->write ($buffer, $bytes, $func, $data=undef)
- o $buffer (string)
- o $bytes (integer)
- o $func (scalar)
- o $data (scalar)
ENUMS AND FLAGS
- enum Gnome2::VFS::SeekPosition
- o 'start' / 'GNOME_VFS_SEEK_START'
- o 'current' / 'GNOME_VFS_SEEK_CURRENT'
- o 'end' / 'GNOME_VFS_SEEK_END'
SEE ALSO
Gnome2::VFS
COPYRIGHT
Copyright (C) 2003-2007 by the gtk2-perl team.
- This software is licensed under the LGPL. See Gnome2::VFS for a full
notice.