libgnomevfsmm 2.26.0
|
#include <glibmm.h>
#include <libgnomevfs/gnome-vfs-async-ops.h>
#include <libgnomevfs/gnome-vfs-file-info.h>
#include <libgnomevfsmm/enums.h>
#include <libgnomevfsmm/file-info.h>
#include <libgnomevfsmm/uri.h>
#include <libgnomevfsmm/transfer-2.h>
Go to the source code of this file.
Classes | |
class | Gnome::Vfs::FileInfoResult |
Encapsulates the details of an individual file info request that was part of a mass file info request launched through Async2::Handle::get_file_info(), and is passed to a Async2::Handle::SlotGetFileInfo. More... | |
class | Gnome::Vfs::FindDirectoryResult |
This class is passed to a Async2::Handle::SlotFindDirectory by Async2::Handle::find_directory() and contains the information associated with a single Gnome::Vfs::Uri matching the specified find request. More... | |
class | Gnome::Vfs::Async2::Handle |
Namespaces | |
namespace | Gnome |
namespace | Gnome::Vfs |
namespace | Gnome::Vfs::Async2 |
Asynchronous file operations: POSIX-style file operations that run outside your main loop. | |
namespace | Glib |
Typedefs | |
typedef Glib::ListHandle < Glib::RefPtr< const Uri > > | Gnome::Vfs::Async2::ListHandleUris |
typedef Glib::ListHandle < FileInfoResult, FileInfoResultTraits > | Gnome::Vfs::Async2::ListHandleFileInfoResults |
typedef Glib::ListHandle < FindDirectoryResult, FindDirectoryResultTraits > | Gnome::Vfs::Async2::ListHandleFindDirectoryResult |
Enumerations | |
enum | Gnome::Vfs::FindDirectoryKind { Gnome::Vfs::DIRECTORY_KIND_DESKTOP = 1000, Gnome::Vfs::DIRECTORY_KIND_TRASH } |