aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2008-11-22 00:20:16 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:20:16 +0800
commit9b5fff6c237ef9fb5c816c50aa58f2ce439b0ca2 (patch)
tree434a8e88a2559833113078616a63dd4ea544c2c4 /libempathy/empathy-dispatcher.h
parent85ed795c100c111a32c2e2a017977747713329ee (diff)
downloadgsoc2013-empathy-9b5fff6c237ef9fb5c816c50aa58f2ce439b0ca2.tar
gsoc2013-empathy-9b5fff6c237ef9fb5c816c50aa58f2ce439b0ca2.tar.gz
gsoc2013-empathy-9b5fff6c237ef9fb5c816c50aa58f2ce439b0ca2.tar.bz2
gsoc2013-empathy-9b5fff6c237ef9fb5c816c50aa58f2ce439b0ca2.tar.lz
gsoc2013-empathy-9b5fff6c237ef9fb5c816c50aa58f2ce439b0ca2.tar.xz
gsoc2013-empathy-9b5fff6c237ef9fb5c816c50aa58f2ce439b0ca2.tar.zst
gsoc2013-empathy-9b5fff6c237ef9fb5c816c50aa58f2ce439b0ca2.zip
Use _call_request_channel instead of _run_request_channel. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1839
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r--libempathy/empathy-dispatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h
index 491089d30..4c47df651 100644
--- a/libempathy/empathy-dispatcher.h
+++ b/libempathy/empathy-dispatcher.h
@@ -73,7 +73,7 @@ void empathy_dispatcher_call_with_contact_id (McAccount
void empathy_dispatcher_chat_with_contact_id (McAccount *account,
const gchar *contact_id);
void empathy_dispatcher_chat_with_contact (EmpathyContact *contact);
-EmpathyTpFile * empathy_dispatcher_send_file (EmpathyContact *contact,
+void empathy_dispatcher_send_file (EmpathyContact *contact,
GFile *gfile);
G_END_DECLS