aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-factory.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-05-13 21:02:16 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:49:56 +0800
commit872178334e6171c60b5bcf1cede7ae5a36645da1 (patch)
tree08eb889157773a04419ae5e688da35aa38eba0e6 /libempathy/empathy-ft-factory.h
parent46881a51c2c317d482de1889ad29f3e58a0cfe10 (diff)
downloadgsoc2013-empathy-872178334e6171c60b5bcf1cede7ae5a36645da1.tar
gsoc2013-empathy-872178334e6171c60b5bcf1cede7ae5a36645da1.tar.gz
gsoc2013-empathy-872178334e6171c60b5bcf1cede7ae5a36645da1.tar.bz2
gsoc2013-empathy-872178334e6171c60b5bcf1cede7ae5a36645da1.tar.lz
gsoc2013-empathy-872178334e6171c60b5bcf1cede7ae5a36645da1.tar.xz
gsoc2013-empathy-872178334e6171c60b5bcf1cede7ae5a36645da1.tar.zst
gsoc2013-empathy-872178334e6171c60b5bcf1cede7ae5a36645da1.zip
Add use_hash params for incoming transfers
Add use_hash params for incoming transfers to the FT Factory and Handler, so that we will use them to check hash for received files.
Diffstat (limited to 'libempathy/empathy-ft-factory.h')
-rw-r--r--libempathy/empathy-ft-factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-ft-factory.h b/libempathy/empathy-ft-factory.h
index 18310bd2d..82dcb660b 100644
--- a/libempathy/empathy-ft-factory.h
+++ b/libempathy/empathy-ft-factory.h
@@ -64,7 +64,7 @@ void empathy_ft_factory_claim_channel (EmpathyFTFactory *factory,
EmpathyDispatchOperation *operation);
void empathy_ft_factory_set_destination_for_incoming_handler
(EmpathyFTFactory *factory, EmpathyFTHandler *handler,
- GFile *destination);
+ GFile *destination, gboolean use_hash);
G_END_DECLS