diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-02-05 22:16:41 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:46:04 +0800 |
commit | 0390c52061551390ea77877700c18e7ae57afc08 (patch) | |
tree | a3278ad97153fee0d12b7892d65458d620c815ba /libempathy/empathy-ft-handler.h | |
parent | 606bffede10826c02b8e5f14d161701720e94e70 (diff) | |
download | gsoc2013-empathy-0390c52061551390ea77877700c18e7ae57afc08.tar gsoc2013-empathy-0390c52061551390ea77877700c18e7ae57afc08.tar.gz gsoc2013-empathy-0390c52061551390ea77877700c18e7ae57afc08.tar.bz2 gsoc2013-empathy-0390c52061551390ea77877700c18e7ae57afc08.tar.lz gsoc2013-empathy-0390c52061551390ea77877700c18e7ae57afc08.tar.xz gsoc2013-empathy-0390c52061551390ea77877700c18e7ae57afc08.tar.zst gsoc2013-empathy-0390c52061551390ea77877700c18e7ae57afc08.zip |
Set more meaningful names for EmpathyFTHandler public methods.
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 |