aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-factory.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-05-24 19:04:33 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:53:24 +0800
commit69cf2699ca14176d12c980d8de401abf81c435c4 (patch)
treefa58b298ca4608cf5e7bfd2c6c4bc7f9f09e436d /libempathy/empathy-ft-factory.h
parentab0ce8a4bde442384f0e2ca6b0de973e75183607 (diff)
downloadgsoc2013-empathy-69cf2699ca14176d12c980d8de401abf81c435c4.tar
gsoc2013-empathy-69cf2699ca14176d12c980d8de401abf81c435c4.tar.gz
gsoc2013-empathy-69cf2699ca14176d12c980d8de401abf81c435c4.tar.bz2
gsoc2013-empathy-69cf2699ca14176d12c980d8de401abf81c435c4.tar.lz
gsoc2013-empathy-69cf2699ca14176d12c980d8de401abf81c435c4.tar.xz
gsoc2013-empathy-69cf2699ca14176d12c980d8de401abf81c435c4.tar.zst
gsoc2013-empathy-69cf2699ca14176d12c980d8de401abf81c435c4.zip
Remove the use_hash arg and property
Remove the use_hash construct arg and property from EmpathyFTHandler and make it clear in the docs how clients are supposed to know whether we are hashing or not. Also, port EmpathyFTFactory to the new API
Diffstat (limited to 'libempathy/empathy-ft-factory.h')
-rw-r--r--libempathy/empathy-ft-factory.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libempathy/empathy-ft-factory.h b/libempathy/empathy-ft-factory.h
index 27fad9a13..cffb73301 100644
--- a/libempathy/empathy-ft-factory.h
+++ b/libempathy/empathy-ft-factory.h
@@ -63,15 +63,13 @@ GType empathy_ft_factory_get_type (void);
EmpathyFTFactory* empathy_ft_factory_dup_singleton (void);
void empathy_ft_factory_new_transfer_outgoing (EmpathyFTFactory *factory,
EmpathyContact *contact,
- GFile *source,
- gboolean use_hash);
+ GFile *source);
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,
- gboolean use_hash);
+ GFile *destination);
G_END_DECLS