aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:20:00 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:20:00 +0800
commit407d58374ffc00f2d85d8964e0e91c19942e97d0 (patch)
tree8adebf1dcc59101edab1cf510bb483010aa7f30b /libempathy/empathy-utils.h
parent4be58185a967f1bf2bd09bd0f4721c3298a0f469 (diff)
downloadgsoc2013-empathy-407d58374ffc00f2d85d8964e0e91c19942e97d0.tar
gsoc2013-empathy-407d58374ffc00f2d85d8964e0e91c19942e97d0.tar.gz
gsoc2013-empathy-407d58374ffc00f2d85d8964e0e91c19942e97d0.tar.bz2
gsoc2013-empathy-407d58374ffc00f2d85d8964e0e91c19942e97d0.tar.lz
gsoc2013-empathy-407d58374ffc00f2d85d8964e0e91c19942e97d0.tar.xz
gsoc2013-empathy-407d58374ffc00f2d85d8964e0e91c19942e97d0.tar.zst
gsoc2013-empathy-407d58374ffc00f2d85d8964e0e91c19942e97d0.zip
Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1835 4ee84921-47dd-4033-b63a-18d7a039a3e4
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