diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:20:00 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:20:00 +0800 |
commit | c874dc0493070088fac7b22f35f28107283b33cd (patch) | |
tree | 8adebf1dcc59101edab1cf510bb483010aa7f30b /libempathy/empathy-dispatcher.h | |
parent | 1df27a669a4650a50f6b924b47155a512e789ae7 (diff) | |
download | gsoc2013-empathy-c874dc0493070088fac7b22f35f28107283b33cd.tar gsoc2013-empathy-c874dc0493070088fac7b22f35f28107283b33cd.tar.gz gsoc2013-empathy-c874dc0493070088fac7b22f35f28107283b33cd.tar.bz2 gsoc2013-empathy-c874dc0493070088fac7b22f35f28107283b33cd.tar.lz gsoc2013-empathy-c874dc0493070088fac7b22f35f28107283b33cd.tar.xz gsoc2013-empathy-c874dc0493070088fac7b22f35f28107283b33cd.tar.zst gsoc2013-empathy-c874dc0493070088fac7b22f35f28107283b33cd.zip |
Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1835
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r-- | libempathy/empathy-dispatcher.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h index b14a460e4..491089d30 100644 --- a/libempathy/empathy-dispatcher.h +++ b/libempathy/empathy-dispatcher.h @@ -27,6 +27,7 @@ #include <telepathy-glib/channel.h> #include "empathy-contact.h" +#include "empathy-tp-file.h" G_BEGIN_DECLS @@ -72,6 +73,8 @@ 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, + GFile *gfile); G_END_DECLS |