aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-handler.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-05-13 23:35:25 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:49:56 +0800
commitcecbf767e3364d3342aef9b73206d4e29c692953 (patch)
tree726f46de215c100caf269d827d520099f0107ad9 /libempathy/empathy-ft-handler.h
parent1cde27a07305bc03e8f7d6d676a24e9ccda8e566 (diff)
downloadgsoc2013-empathy-cecbf767e3364d3342aef9b73206d4e29c692953.tar
gsoc2013-empathy-cecbf767e3364d3342aef9b73206d4e29c692953.tar.gz
gsoc2013-empathy-cecbf767e3364d3342aef9b73206d4e29c692953.tar.bz2
gsoc2013-empathy-cecbf767e3364d3342aef9b73206d4e29c692953.tar.lz
gsoc2013-empathy-cecbf767e3364d3342aef9b73206d4e29c692953.tar.xz
gsoc2013-empathy-cecbf767e3364d3342aef9b73206d4e29c692953.tar.zst
gsoc2013-empathy-cecbf767e3364d3342aef9b73206d4e29c692953.zip
Add empathy_ft_handler_get_use_hash
This is needed, as the GConf property might change during the transfer.
Diffstat (limited to 'libempathy/empathy-ft-handler.h')
-rw-r--r--libempathy/empathy-ft-handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-ft-handler.h b/libempathy/empathy-ft-handler.h
index 654c3a6f1..7ad2a9308 100644
--- a/libempathy/empathy-ft-handler.h
+++ b/libempathy/empathy-ft-handler.h
@@ -77,6 +77,7 @@ const char * empathy_ft_handler_get_filename (EmpathyFTHandler *handler);
const char * empathy_ft_handler_get_content_type (EmpathyFTHandler *handler);
EmpathyContact * empathy_ft_handler_get_contact (EmpathyFTHandler *handler);
GFile * empathy_ft_handler_get_gfile (EmpathyFTHandler *handler);
+gboolean empathy_ft_handler_get_use_hash (EmpathyFTHandler *handler);
gboolean empathy_ft_handler_is_incoming (EmpathyFTHandler *handler);
guint64 empathy_ft_handler_get_transferred_bytes (EmpathyFTHandler *handler);
guint64 empathy_ft_handler_get_total_bytes (EmpathyFTHandler *handler);