[empathy] remove empathy_dispatcher_send_file_to_contact prototype



commit 56e0f6c86b79bfd6ac8807f15c098e627922cb30
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Aug 10 17:30:53 2010 +0200

    remove empathy_dispatcher_send_file_to_contact prototype

 libempathy/empathy-dispatcher.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h
index 93adb06..1cc39cf 100644
--- a/libempathy/empathy-dispatcher.h
+++ b/libempathy/empathy-dispatcher.h
@@ -85,12 +85,6 @@ void  empathy_dispatcher_chat_with_contact (EmpathyContact *contact,
   EmpathyDispatcherRequestCb *callback,
   gpointer user_data);
 
-/* Request a file channel to a specific contact */
-void empathy_dispatcher_send_file_to_contact (EmpathyContact *contact,
-  const gchar *filename, guint64 size, guint64 date,
-  const gchar *content_type, EmpathyDispatcherRequestCb *callback,
-  gpointer user_data);
-
 /* Request a muc channel */
 void empathy_dispatcher_join_muc (TpConnection *connection,
   const gchar *roomname,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]