aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-file.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:23:21 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:23:21 +0800
commit9556d5dee269424664b0863a372e926b1172e049 (patch)
treec61c6ee8c12aaa3a9696d2a4370c0eb9744c8805 /libempathy/empathy-tp-file.h
parente7d0410043afbe679e5f530a09e7513002faba50 (diff)
downloadgsoc2013-empathy-9556d5dee269424664b0863a372e926b1172e049.tar
gsoc2013-empathy-9556d5dee269424664b0863a372e926b1172e049.tar.gz
gsoc2013-empathy-9556d5dee269424664b0863a372e926b1172e049.tar.bz2
gsoc2013-empathy-9556d5dee269424664b0863a372e926b1172e049.tar.lz
gsoc2013-empathy-9556d5dee269424664b0863a372e926b1172e049.tar.xz
gsoc2013-empathy-9556d5dee269424664b0863a372e926b1172e049.tar.zst
gsoc2013-empathy-9556d5dee269424664b0863a372e926b1172e049.zip
When the channel is invalidated, change state to CANCELLED.
svn path=/trunk/; revision=1885
Diffstat (limited to 'libempathy/empathy-tp-file.h')
-rw-r--r--libempathy/empathy-tp-file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h
index 3243451e0..34cbb7ff2 100644
--- a/libempathy/empathy-tp-file.h
+++ b/libempathy/empathy-tp-file.h
@@ -78,8 +78,8 @@ guint64 empathy_tp_file_get_transferred_bytes (EmpathyTpFile *tp_file);
EmpathyContact *empathy_tp_file_get_contact (EmpathyTpFile *tp_file);
const gchar *empathy_tp_file_get_filename (EmpathyTpFile *tp_file);
gboolean empathy_tp_file_is_incoming (EmpathyTpFile *tp_file);
-EmpFileTransferState empathy_tp_file_get_state (EmpathyTpFile *tp_file);
-EmpFileTransferStateChangeReason empathy_tp_file_get_state_change_reason (EmpathyTpFile *tp_file);
+EmpFileTransferState empathy_tp_file_get_state (EmpathyTpFile *tp_file,
+ EmpFileTransferStateChangeReason *reason);
guint64 empathy_tp_file_get_size (EmpathyTpFile *tp_file);
guint64 empathy_tp_file_get_transferred_bytes (EmpathyTpFile *tp_file);
gint empathy_tp_file_get_remaining_time (EmpathyTpFile *tp_file);