diff options
Diffstat (limited to 'libempathy/empathy-ft-handler.h')
-rw-r--r-- | libempathy/empathy-ft-handler.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libempathy/empathy-ft-handler.h b/libempathy/empathy-ft-handler.h index a76db1014..57dcc0c89 100644 --- a/libempathy/empathy-ft-handler.h +++ b/libempathy/empathy-ft-handler.h @@ -56,9 +56,10 @@ typedef struct { GType empathy_ft_handler_get_type (void); /* public methods */ -EmpathyFTHandler * empathy_ft_handler_new (EmpathyContact *contact, - GFile *file); -EmpathyFTHandler * empathy_ft_handler_new_for_channel (EmpathyTpFile *file); +EmpathyFTHandler * empathy_ft_handler_new_outgoing (EmpathyContact *contact, + GFile *source); +EmpathyFTHandler * empathy_ft_handler_new_incoming (EmpathyTpFile *tp_file, + GFile *destination); void empathy_ft_handler_start_transfer (EmpathyFTHandler *handler); G_END_DECLS |