aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2008-11-22 00:16:18 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:16:18 +0800
commitdb8a45489640b5e911b0336a9867e7b698433889 (patch)
treeb33f76bfd1c2f39af2bdd9391d2757f778a64a7f /libempathy/empathy-utils.h
parent0eb2d66616230fff2a14feb16d1ad36650443acf (diff)
downloadgsoc2013-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/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index 2d4734feb..277a8a3ea 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -36,7 +36,7 @@
#include <libmissioncontrol/mission-control.h>
#include "empathy-contact.h"
-#include "empathy-file.h"
+#include "empathy-tp-file.h"
G_BEGIN_DECLS
@@ -130,8 +130,8 @@ EmpathyFile * empathy_send_file_from_stream (EmpathyContact *contact,
EmpathyFile * empathy_send_file (EmpathyContact *contact,
GFile *file);
/* File transfer */
-EmpathyFile *empathy_send_file (EmpathyContact *contact,
- GFile *file);
+EmpathyTpFile *empathy_send_file (EmpathyContact *contact,
+ GFile *file);
G_END_DECLS