aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2008-11-22 00:20:00 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:20:00 +0800
commitc874dc0493070088fac7b22f35f28107283b33cd (patch)
tree8adebf1dcc59101edab1cf510bb483010aa7f30b /libempathy/empathy-utils.h
parent1df27a669a4650a50f6b924b47155a512e789ae7 (diff)
downloadgsoc2013-empathy-c874dc0493070088fac7b22f35f28107283b33cd.tar
gsoc2013-empathy-c874dc0493070088fac7b22f35f28107283b33cd.tar.gz
gsoc2013-empathy-c874dc0493070088fac7b22f35f28107283b33cd.tar.bz2
gsoc2013-empathy-c874dc0493070088fac7b22f35f28107283b33cd.tar.lz
gsoc2013-empathy-c874dc0493070088fac7b22f35f28107283b33cd.tar.xz
gsoc2013-empathy-c874dc0493070088fac7b22f35f28107283b33cd.tar.zst
gsoc2013-empathy-c874dc0493070088fac7b22f35f28107283b33cd.zip
Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1835
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index 9a57679ef..83c19e1c4 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -37,7 +37,6 @@
#include <libmissioncontrol/mission-control.h>
#include "empathy-contact.h"
-#include "empathy-tp-file.h"
G_BEGIN_DECLS
@@ -124,15 +123,6 @@ void empathy_connection_request_channel (TpConnection *proxy,
gpointer user_data,
GDestroyNotify destroy,
GObject *weak_object);
-EmpathyFile * empathy_send_file_from_stream (EmpathyContact *contact,
- GInputStream *in_stream,
- const gchar *filename,
- guint64 size);
-EmpathyFile * empathy_send_file (EmpathyContact *contact,
- GFile *file);
-/* File transfer */
-EmpathyTpFile *empathy_send_file (EmpathyContact *contact,
- GFile *file);
G_END_DECLS