From eaa8e09ab61444d649d88f31c9047f006627b787 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 12 Jul 2010 17:16:23 +0200 Subject: call-handler: add audio/video recv codecs properties --- libempathy/empathy-call-handler.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libempathy/empathy-call-handler.h') 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__*/ -- cgit v1.2.3