]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-ft-factory.h
local-xmpp-assistant-widget: increase row-spacing
[empathy.git] / libempathy / empathy-ft-factory.h
index cffb73301d14e735df0fe333e71e8e777d45078e..dcbffe1e1eb66879c10b8f6ee26abd651ecbba3f 100644 (file)
@@ -29,7 +29,6 @@
 
 #include "empathy-contact.h"
 #include "empathy-ft-handler.h"
-#include "empathy-dispatch-operation.h"
 
 G_BEGIN_DECLS
 
@@ -63,14 +62,16 @@ 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);
-void empathy_ft_factory_claim_channel (EmpathyFTFactory *factory,
-    EmpathyDispatchOperation *operation);
+    GFile *source,
+    gint64 user_action_time);
 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__ */