3#ifndef _LIBGNOMEVFSMM_TRANSFER_PROGRESS_H
4#define _LIBGNOMEVFSMM_TRANSFER_PROGRESS_H
26#include <libgnomevfs/gnome-vfs-xfer.h>
44#ifndef DOXYGEN_SHOULD_SKIP_THIS
46 typedef GnomeVFSXferProgressInfo BaseObjectType;
58 operator bool()
const;
63#ifndef DOXYGEN_SHOULD_SKIP_THIS
64 void assign_gobj(GnomeVFSXferProgressInfo* src);
Definition transfer-progress.h:42
GnomeVFSXferProgressInfo * gobj()
Definition transfer-progress.h:60
FileSize get_total_bytes() const
Glib::ustring get_duplicate_name() const
ProgressStatus get_status() const
Glib::ustring get_source_name() const
long int get_total_files() const
int get_duplicate_count() const
ProgressInfo(GnomeVFSXferProgressInfo *src)
FileSize get_total_bytes_copied() const
Glib::ustring get_target_name() const
GnomeVFSXferProgressInfo * gobject_
Definition transfer-progress.h:86
bool get_top_level_item() const
long int get_file_index() const
FileSize get_bytes_copied() const
Result get_vfs_status() const
FileSize get_file_size() const
const GnomeVFSXferProgressInfo * gobj() const
Definition transfer-progress.h:61
GnomeVFSFileSize FileSize
Definition types.h:29