diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-29 23:14:25 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-11 15:43:56 +0800 |
commit | 247b08745627b9189ef93c50a346f2a7b7c52e1c (patch) | |
tree | 2d00e3ad603ba5c66b6353cac18269c0a5369486 /libempathy/empathy-ft-factory.h | |
parent | a3392a992e98b330d9a604a7b539dbed60e6f375 (diff) | |
download | gsoc2013-empathy-247b08745627b9189ef93c50a346f2a7b7c52e1c.tar.gz gsoc2013-empathy-247b08745627b9189ef93c50a346f2a7b7c52e1c.tar.zst gsoc2013-empathy-247b08745627b9189ef93c50a346f2a7b7c52e1c.zip |
Use TpSimpleHandler to handle incoming file transfer (#623139)
Diffstat (limited to 'libempathy/empathy-ft-factory.h')
-rw-r--r-- | libempathy/empathy-ft-factory.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libempathy/empathy-ft-factory.h b/libempathy/empathy-ft-factory.h index cffb73301..00b2af5a9 100644 --- a/libempathy/empathy-ft-factory.h +++ b/libempathy/empathy-ft-factory.h @@ -64,13 +64,14 @@ EmpathyFTFactory* empathy_ft_factory_dup_singleton (void); void empathy_ft_factory_new_transfer_outgoing (EmpathyFTFactory *factory, EmpathyContact *contact, 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 empathy_ft_factory_register (EmpathyFTFactory *self, + GError **error); + G_END_DECLS #endif /* __EMPATHY_FT_FACTORY_H__ */ |