aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-factory.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-05-06 20:59:17 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:47:40 +0800
commitc0a0111bcdb1d0f65e718883eeea4da868374e2e (patch)
tree7ed3503713cdd8f7948b29562ff983b134074a99 /libempathy/empathy-ft-factory.h
parentea3f6d46cbcb8faa50b50c317cfde6952947f9be (diff)
downloadgsoc2013-empathy-c0a0111bcdb1d0f65e718883eeea4da868374e2e.tar
gsoc2013-empathy-c0a0111bcdb1d0f65e718883eeea4da868374e2e.tar.gz
gsoc2013-empathy-c0a0111bcdb1d0f65e718883eeea4da868374e2e.tar.bz2
gsoc2013-empathy-c0a0111bcdb1d0f65e718883eeea4da868374e2e.tar.lz
gsoc2013-empathy-c0a0111bcdb1d0f65e718883eeea4da868374e2e.tar.xz
gsoc2013-empathy-c0a0111bcdb1d0f65e718883eeea4da868374e2e.tar.zst
gsoc2013-empathy-c0a0111bcdb1d0f65e718883eeea4da868374e2e.zip
Update the EmpathyFTFactory API
Update the factory API to make hashing request optional.
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 1adae4af1..18310bd2d 100644
--- a/libempathy/empathy-ft-factory.h
+++ b/libempathy/empathy-ft-factory.h
@@ -59,7 +59,7 @@ GType empathy_ft_factory_get_type (void);
/* public methods */
EmpathyFTFactory* empathy_ft_factory_dup_singleton (void);
void empathy_ft_factory_new_transfer_outgoing (EmpathyFTFactory *factory,
- EmpathyContact *contact, GFile *source);
+ EmpathyContact *contact, GFile *source, gboolean use_hash);
void empathy_ft_factory_claim_channel (EmpathyFTFactory *factory,
EmpathyDispatchOperation *operation);
void empathy_ft_factory_set_destination_for_incoming_handler