diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:16:18 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:16:18 +0800 |
commit | db8a45489640b5e911b0336a9867e7b698433889 (patch) | |
tree | b33f76bfd1c2f39af2bdd9391d2757f778a64a7f /libempathy-gtk/empathy-ft-manager.h | |
parent | 0eb2d66616230fff2a14feb16d1ad36650443acf (diff) | |
download | gsoc2013-empathy-db8a45489640b5e911b0336a9867e7b698433889.tar gsoc2013-empathy-db8a45489640b5e911b0336a9867e7b698433889.tar.gz gsoc2013-empathy-db8a45489640b5e911b0336a9867e7b698433889.tar.bz2 gsoc2013-empathy-db8a45489640b5e911b0336a9867e7b698433889.tar.lz gsoc2013-empathy-db8a45489640b5e911b0336a9867e7b698433889.tar.xz gsoc2013-empathy-db8a45489640b5e911b0336a9867e7b698433889.tar.zst gsoc2013-empathy-db8a45489640b5e911b0336a9867e7b698433889.zip |
Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1776
Diffstat (limited to 'libempathy-gtk/empathy-ft-manager.h')
-rw-r--r-- | libempathy-gtk/empathy-ft-manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-ft-manager.h b/libempathy-gtk/empathy-ft-manager.h index b254c0988..ddfb08373 100644 --- a/libempathy-gtk/empathy-ft-manager.h +++ b/libempathy-gtk/empathy-ft-manager.h @@ -25,7 +25,7 @@ #include <glib-object.h> #include <glib.h> -#include <libempathy/empathy-file.h> +#include <libempathy/empathy-tp-file.h> #include <libempathy/empathy-contact.h> G_BEGIN_DECLS @@ -54,7 +54,7 @@ struct _EmpathyFTManagerClass GType empathy_ft_manager_get_type (void); EmpathyFTManager *empathy_ft_manager_get_default (void); -void empathy_ft_manager_add_file (EmpathyFTManager *ft_manager, EmpathyFile *file); +void empathy_ft_manager_add_tp_file (EmpathyFTManager *ft_manager, EmpathyTpFile *tp_file); GtkWidget *empathy_ft_manager_get_dialog (EmpathyFTManager *ft_manager); G_END_DECLS |