aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-handler.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-12 23:16:23 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-12 23:39:43 +0800
commiteaa8e09ab61444d649d88f31c9047f006627b787 (patch)
tree34a842ddca2cc8aa04396129a1eec47f103ed5d7 /libempathy/empathy-call-handler.h
parentf93c1b261ed44eff2bbaa99d8c10ebd39682ca27 (diff)
downloadgsoc2013-empathy-eaa8e09ab61444d649d88f31c9047f006627b787.tar
gsoc2013-empathy-eaa8e09ab61444d649d88f31c9047f006627b787.tar.gz
gsoc2013-empathy-eaa8e09ab61444d649d88f31c9047f006627b787.tar.bz2
gsoc2013-empathy-eaa8e09ab61444d649d88f31c9047f006627b787.tar.lz
gsoc2013-empathy-eaa8e09ab61444d649d88f31c9047f006627b787.tar.xz
gsoc2013-empathy-eaa8e09ab61444d649d88f31c9047f006627b787.tar.zst
gsoc2013-empathy-eaa8e09ab61444d649d88f31c9047f006627b787.zip
call-handler: add audio/video recv codecs properties
Diffstat (limited to 'libempathy/empathy-call-handler.h')
-rw-r--r--libempathy/empathy-call-handler.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h
index b8fa94965..234bc800e 100644
--- a/libempathy/empathy-call-handler.h
+++ b/libempathy/empathy-call-handler.h
@@ -83,6 +83,12 @@ FsCodec * empathy_call_handler_get_send_audio_codec (
FsCodec * empathy_call_handler_get_send_video_codec (
EmpathyCallHandler *self);
+GList * empathy_call_handler_get_recv_audio_codecs (
+ EmpathyCallHandler *self);
+
+GList * empathy_call_handler_get_recv_video_codecs (
+ EmpathyCallHandler *self);
+
G_END_DECLS
#endif /* #ifndef __EMPATHY_CALL_HANDLER_H__*/