diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-01-10 00:14:07 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:14:07 +0800 |
commit | 3fc0800fa97d410b2ce39ee5b61e1a49967d4b06 (patch) | |
tree | 81716b4c39f5e9af3300c21925869273df54189b /libempathy/empathy-dispatcher.h | |
parent | a9ddf2bc00f20ac6fae42479921538950c1a8d07 (diff) | |
download | gsoc2013-empathy-3fc0800fa97d410b2ce39ee5b61e1a49967d4b06.tar gsoc2013-empathy-3fc0800fa97d410b2ce39ee5b61e1a49967d4b06.tar.gz gsoc2013-empathy-3fc0800fa97d410b2ce39ee5b61e1a49967d4b06.tar.bz2 gsoc2013-empathy-3fc0800fa97d410b2ce39ee5b61e1a49967d4b06.tar.lz gsoc2013-empathy-3fc0800fa97d410b2ce39ee5b61e1a49967d4b06.tar.xz gsoc2013-empathy-3fc0800fa97d410b2ce39ee5b61e1a49967d4b06.tar.zst gsoc2013-empathy-3fc0800fa97d410b2ce39ee5b61e1a49967d4b06.zip |
Add code to request a streamed media channel
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2164
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r-- | libempathy/empathy-dispatcher.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h index d43dcf89d..1c1793f90 100644 --- a/libempathy/empathy-dispatcher.h +++ b/libempathy/empathy-dispatcher.h @@ -71,9 +71,6 @@ GType empathy_dispatcher_get_type (void) G_GNUC_CONST; /* Requesting 1 to 1 stream media channels */ void empathy_dispatcher_call_with_contact (EmpathyContact *contact, EmpathyDispatcherRequestCb *callback, gpointer user_data); -void empathy_dispatcher_call_with_contact_id (McAccount *account, - const gchar *contact_id, EmpathyDispatcherRequestCb *callback, - gpointer user_data); /* Requesting 1 to 1 text channels */ void empathy_dispatcher_chat_with_contact_id (McAccount *account, |