aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-file.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-04-24 00:54:21 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-04-25 03:21:28 +0800
commit063625395264373ce915fac0ac03562527c7bf51 (patch)
treea74015a59c10cee83bf636e4b2ca00fde4c1a5f6 /libempathy/empathy-tp-file.h
parent207f9d47f2630cf9c8919d41bd2a246103520c14 (diff)
downloadgsoc2013-empathy-063625395264373ce915fac0ac03562527c7bf51.tar
gsoc2013-empathy-063625395264373ce915fac0ac03562527c7bf51.tar.gz
gsoc2013-empathy-063625395264373ce915fac0ac03562527c7bf51.tar.bz2
gsoc2013-empathy-063625395264373ce915fac0ac03562527c7bf51.tar.lz
gsoc2013-empathy-063625395264373ce915fac0ac03562527c7bf51.tar.xz
gsoc2013-empathy-063625395264373ce915fac0ac03562527c7bf51.tar.zst
gsoc2013-empathy-063625395264373ce915fac0ac03562527c7bf51.zip
Display the file transfer speed and calculate remaining time more dynamically.
Diffstat (limited to 'libempathy/empathy-tp-file.h')
-rw-r--r--libempathy/empathy-tp-file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h
index 5f239c8e0..357372f1b 100644
--- a/libempathy/empathy-tp-file.h
+++ b/libempathy/empathy-tp-file.h
@@ -80,6 +80,7 @@ TpFileTransferState empathy_tp_file_get_state (
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);
+gdouble empathy_tp_file_get_speed (EmpathyTpFile *tp_file);
const gchar *empathy_tp_file_get_content_type (EmpathyTpFile *tp_file);
gboolean empathy_tp_file_is_ready (EmpathyTpFile *tp_file);