aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:16:18 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:16:18 +0800
commitc47c4a79684c8c6964bcc13fc840481fb5b837b4 (patch)
treeb33f76bfd1c2f39af2bdd9391d2757f778a64a7f /libempathy/empathy-utils.h
parent9e89f58da0ad01ab99da182cea96bdf917aeda69 (diff)
downloadgsoc2013-empathy-c47c4a79684c8c6964bcc13fc840481fb5b837b4.tar
gsoc2013-empathy-c47c4a79684c8c6964bcc13fc840481fb5b837b4.tar.gz
gsoc2013-empathy-c47c4a79684c8c6964bcc13fc840481fb5b837b4.tar.bz2
gsoc2013-empathy-c47c4a79684c8c6964bcc13fc840481fb5b837b4.tar.lz
gsoc2013-empathy-c47c4a79684c8c6964bcc13fc840481fb5b837b4.tar.xz
gsoc2013-empathy-c47c4a79684c8c6964bcc13fc840481fb5b837b4.tar.zst
gsoc2013-empathy-c47c4a79684c8c6964bcc13fc840481fb5b837b4.zip
Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1776 4ee84921-47dd-4033-b63a-18d7a039a3e4
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