|
void | Gnome::Vfs::Transfer2::transfer_list (const Glib::StringArrayHandle &source_uri_list, const Glib::StringArrayHandle &target_uri_list, TransferOptions options, ErrorMode error_mode, OverwriteMode overwrite_mode, const SlotProgress &slot) |
| This function will transfer multiple files to multiple targets, given source URIs and destination URIs. More...
|
|
void | Gnome::Vfs::Transfer2::transfer_list_uris (const ListHandleUris &source_uri_list, const ListHandleUris &target_uri_list, TransferOptions options=XFER_DEFAULT, ErrorMode error_mode=XFER_ERROR_MODE_ABORT, OverwriteMode overwrite_mode=XFER_OVERWRITE_MODE_ABORT, const SlotProgress &progress_callback=SlotProgress()) |
| This function will transfer multiple files to multiple targets, given source URIs and destination URIs. More...
|
|
void | Gnome::Vfs::Transfer2::transfer (const Glib::ustring &source_uri, const Glib::ustring &target_uri, TransferOptions options=XFER_DEFAULT, ErrorMode error_mode=XFER_ERROR_MODE_ABORT, OverwriteMode overwrite_mode=XFER_OVERWRITE_MODE_ABORT, const SlotProgress &progress_callback=SlotProgress()) |
| This function works exactly like transfer_list(), and is a convenience wrapper for only acting on one source/target URI pair. More...
|
|
void | Gnome::Vfs::Transfer2::transfer (const Glib::RefPtr< const Uri > &source_uri, const Glib::RefPtr< const Uri > &target_uri, TransferOptions options=XFER_DEFAULT, ErrorMode error_mode=XFER_ERROR_MODE_ABORT, OverwriteMode overwrite_mode=XFER_OVERWRITE_MODE_ABORT, const SlotProgress &progress_callback=SlotProgress()) |
| This function works exactly like transfer_list_uris(), and is a convenience wrapper for only acting on one source/target URI pair. More...
|
|
void | Gnome::Vfs::Transfer2::remove_list (const Glib::StringArrayHandle &source_uri_list, TransferOptions options, ErrorMode error_mode, const SlotProgress &slot) |
| Unlinks items in the source_uri_list from their filesystems. More...
|
|
void | Gnome::Vfs::Transfer2::remove_list_uris (const ListHandleUris &source_uri_list, TransferOptions options=XFER_DEFAULT, ErrorMode error_mode=XFER_ERROR_MODE_ABORT, const SlotProgress &progress_callback=SlotProgress()) |
| Unlinks items in the source_uri_list from their filesystems. More...
|
|
void | Gnome::Vfs::Transfer2::remove (const Glib::ustring &source_uri, TransferOptions options=XFER_DEFAULT, ErrorMode error_mode=XFER_ERROR_MODE_ABORT, const SlotProgress &progress_callback=SlotProgress()) |
| This function works exactly like remove_list(), and is a convenience wrapper for only acting on one source URI. More...
|
|
void | Gnome::Vfs::Transfer2::remove (const Glib::RefPtr< const Uri > &source_uri, TransferOptions options=XFER_DEFAULT, ErrorMode error_mode=XFER_ERROR_MODE_ABORT, const SlotProgress &progress_callback=SlotProgress()) |
| This function works exactly like remove_list_uris(), and is a convenience wrapper for only acting on one source URI. More...
|
|