aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-handler.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-05-04 07:44:24 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:47:37 +0800
commit059082374fc8d1cda07486e5e3eb9546a1739811 (patch)
tree1903e69be204f9df20478c6b6c57134d78d98998 /libempathy/empathy-ft-handler.h
parent74817d7509831f225de813fa82fa8d53c3a44f58 (diff)
downloadgsoc2013-empathy-059082374fc8d1cda07486e5e3eb9546a1739811.tar
gsoc2013-empathy-059082374fc8d1cda07486e5e3eb9546a1739811.tar.gz
gsoc2013-empathy-059082374fc8d1cda07486e5e3eb9546a1739811.tar.bz2
gsoc2013-empathy-059082374fc8d1cda07486e5e3eb9546a1739811.tar.lz
gsoc2013-empathy-059082374fc8d1cda07486e5e3eb9546a1739811.tar.xz
gsoc2013-empathy-059082374fc8d1cda07486e5e3eb9546a1739811.tar.zst
gsoc2013-empathy-059082374fc8d1cda07486e5e3eb9546a1739811.zip
Rework the logic of cancelling transfers
Rework the logic of cancelling transfers so that the GCancellable object is not used from an UI frontend, as that would require to duplicate storage for each EmpathyFTHandler in the manager.
Diffstat (limited to 'libempathy/empathy-ft-handler.h')
-rw-r--r--libempathy/empathy-ft-handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-ft-handler.h b/libempathy/empathy-ft-handler.h
index 221f4e5b5..085abab52 100644
--- a/libempathy/empathy-ft-handler.h
+++ b/libempathy/empathy-ft-handler.h
@@ -69,8 +69,8 @@ void empathy_ft_handler_new_incoming (EmpathyTpFile *tp_file,
void empathy_ft_handler_incoming_set_destination (EmpathyFTHandler *handler,
GFile *destination);
-void empathy_ft_handler_start_transfer (EmpathyFTHandler *handler,
- GCancellable *cancellable);
+void empathy_ft_handler_start_transfer (EmpathyFTHandler *handler);
+void empathy_ft_handler_cancel_transfer (EmpathyFTHandler *handler);
/* properties of the transfer */
const char * empathy_ft_handler_get_filename (EmpathyFTHandler *handler);