diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-02-18 02:48:01 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:46:05 +0800 |
commit | a5440333ee18a3174acc2437e2ba1e30365b1bca (patch) | |
tree | ca3106c11551fa5c0dd6ba9ecec73b544fe347ff /libempathy/empathy-ft-handler.h | |
parent | 5f52c3e662e717f2246f505eb590c32caca0883d (diff) | |
download | gsoc2013-empathy-a5440333ee18a3174acc2437e2ba1e30365b1bca.tar gsoc2013-empathy-a5440333ee18a3174acc2437e2ba1e30365b1bca.tar.gz gsoc2013-empathy-a5440333ee18a3174acc2437e2ba1e30365b1bca.tar.bz2 gsoc2013-empathy-a5440333ee18a3174acc2437e2ba1e30365b1bca.tar.lz gsoc2013-empathy-a5440333ee18a3174acc2437e2ba1e30365b1bca.tar.xz gsoc2013-empathy-a5440333ee18a3174acc2437e2ba1e30365b1bca.tar.zst gsoc2013-empathy-a5440333ee18a3174acc2437e2ba1e30365b1bca.zip |
Modify EmpathyFTHandler to adapt to the changes in EmpathyTpFile API.
Diffstat (limited to 'libempathy/empathy-ft-handler.h')
-rw-r--r-- | libempathy/empathy-ft-handler.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libempathy/empathy-ft-handler.h b/libempathy/empathy-ft-handler.h index 41e33d76c..ee32ffd31 100644 --- a/libempathy/empathy-ft-handler.h +++ b/libempathy/empathy-ft-handler.h @@ -60,8 +60,9 @@ typedef void (* EmpathyFTHandlerReadyCallback) (EmpathyFTHandler *handler, GType empathy_ft_handler_get_type (void); /* public methods */ -EmpathyFTHandler * empathy_ft_handler_new_outgoing (EmpathyContact *contact, - GFile *source); +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); |