aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-factory.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-02-05 22:26:08 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:46:04 +0800
commitaab63c16b9ded12295e0fa354757c77b002a6fbd (patch)
tree52df9e21c9a22fd360aaaf0ebd0cb9702ad48751 /libempathy/empathy-ft-factory.h
parent0ff13177916385b78b069c851b1b9442c57dbbb2 (diff)
downloadgsoc2013-empathy-aab63c16b9ded12295e0fa354757c77b002a6fbd.tar
gsoc2013-empathy-aab63c16b9ded12295e0fa354757c77b002a6fbd.tar.gz
gsoc2013-empathy-aab63c16b9ded12295e0fa354757c77b002a6fbd.tar.bz2
gsoc2013-empathy-aab63c16b9ded12295e0fa354757c77b002a6fbd.tar.lz
gsoc2013-empathy-aab63c16b9ded12295e0fa354757c77b002a6fbd.tar.xz
gsoc2013-empathy-aab63c16b9ded12295e0fa354757c77b002a6fbd.tar.zst
gsoc2013-empathy-aab63c16b9ded12295e0fa354757c77b002a6fbd.zip
Implement empathy_ft_factory_claim_channel and make naming uniform.
Diffstat (limited to 'libempathy/empathy-ft-factory.h')
-rw-r--r--libempathy/empathy-ft-factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-ft-factory.h b/libempathy/empathy-ft-factory.h
index d838499f6..745d1520e 100644
--- a/libempathy/empathy-ft-factory.h
+++ b/libempathy/empathy-ft-factory.h
@@ -58,9 +58,9 @@ GType empathy_ft_factory_get_type (void);
/* public methods */
EmpathyFTFactory* empathy_ft_factory_dup_singleton (void);
void empathy_ft_factory_new_transfer (EmpathyFTFactory *factory,
- EmpathyContact *contact, GFile *file);
+ EmpathyContact *contact, GFile *source);
void empathy_ft_factory_claim_channel (EmpathyFTFactory *factory,
- EmpathyDispatchOperation *operation);
+ EmpathyDispatchOperation *operation, GFile *destination);
G_END_DECLS