From c874dc0493070088fac7b22f35f28107283b33cd Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 21 Nov 2008 16:20:00 +0000 Subject: Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb) Signed-off-by: Jonny Lamb svn path=/trunk/; revision=1835 --- libempathy/empathy-utils.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libempathy/empathy-utils.h') 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 #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 -- cgit v1.2.3