debian man page for gnome2::vfs::async::handle

Query: gnome2::vfs::async::handle

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Gnome2::VFS::Async::Handle(3pm) 			User Contributed Perl Documentation			   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. perl v5.14.2 2011-11-15 Gnome2::VFS::Async::Handle(3pm)
Related Man Pages
gnome2::icontheme(3pm) - debian
gnome2::vfs::application(3pm) - debian
gnome2::vfs::handle(3pm) - debian
gnome2::vfs::volume(3pm) - debian
gnome2::wnck::tasklist(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?