From 247b08745627b9189ef93c50a346f2a7b7c52e1c Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 29 Jun 2010 17:14:25 +0200 Subject: Use TpSimpleHandler to handle incoming file transfer (#623139) --- libempathy/empathy-ft-factory.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libempathy/empathy-ft-factory.h') 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__ */ -- cgit v1.2.3