diff options
Diffstat (limited to 'libempathy/empathy-ft-handler.h')
-rw-r--r-- | libempathy/empathy-ft-handler.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libempathy/empathy-ft-handler.h b/libempathy/empathy-ft-handler.h index ee32ffd31..695d9c22d 100644 --- a/libempathy/empathy-ft-handler.h +++ b/libempathy/empathy-ft-handler.h @@ -63,12 +63,17 @@ GType empathy_ft_handler_get_type (void); void empathy_ft_handler_new_outgoing (EmpathyContact *contact, GFile *source, EmpathyFTHandlerReadyCallback callback, gpointer user_data); + void empathy_ft_handler_new_incoming (EmpathyTpFile *tp_file, - GFile *destination, EmpathyFTHandlerReadyCallback callback, - gpointer user_data); + EmpathyFTHandlerReadyCallback callback, gpointer user_data); +void empathy_ft_handler_incoming_set_destination (EmpathyFTHandler *handler, + GFile *destination); + void empathy_ft_handler_start_transfer (EmpathyFTHandler *handler, GCancellable *cancellable); +const char * empathy_ft_handler_get_filename (EmpathyFTHandler *handler); + G_END_DECLS #endif /* __EMPATHY_FT_HANDLER_H__ */ |