aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-10 23:30:53 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-10 23:31:45 +0800
commit56e0f6c86b79bfd6ac8807f15c098e627922cb30 (patch)
treed3852c03a2f9bb3fdb9f7e502bdf8a8329fad63d /libempathy
parent9db18eddff2b697256b6fcde7bbcb57bcef5c48d (diff)
downloadgsoc2013-empathy-56e0f6c86b79bfd6ac8807f15c098e627922cb30.tar
gsoc2013-empathy-56e0f6c86b79bfd6ac8807f15c098e627922cb30.tar.gz
gsoc2013-empathy-56e0f6c86b79bfd6ac8807f15c098e627922cb30.tar.bz2
gsoc2013-empathy-56e0f6c86b79bfd6ac8807f15c098e627922cb30.tar.lz
gsoc2013-empathy-56e0f6c86b79bfd6ac8807f15c098e627922cb30.tar.xz
gsoc2013-empathy-56e0f6c86b79bfd6ac8807f15c098e627922cb30.tar.zst
gsoc2013-empathy-56e0f6c86b79bfd6ac8807f15c098e627922cb30.zip
remove empathy_dispatcher_send_file_to_contact prototype
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-dispatcher.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h
index 93adb0691..1cc39cfbb 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,