aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-handler.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-05 18:06:53 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-05 18:06:53 +0800
commitd4397c1120f65ce0f4051156c255857d08b1b4ae (patch)
tree5aa19f107ddd1be34fcaebe33c067610b1cd3b7c /libempathy/empathy-call-handler.h
parent493056ec895710376ee79e403e6c17ea93029e4a (diff)
parent6d744e08f1cc7169b79fedade4681d5c67fadcd4 (diff)
downloadgsoc2013-empathy-d4397c1120f65ce0f4051156c255857d08b1b4ae.tar
gsoc2013-empathy-d4397c1120f65ce0f4051156c255857d08b1b4ae.tar.gz
gsoc2013-empathy-d4397c1120f65ce0f4051156c255857d08b1b4ae.tar.bz2
gsoc2013-empathy-d4397c1120f65ce0f4051156c255857d08b1b4ae.tar.lz
gsoc2013-empathy-d4397c1120f65ce0f4051156c255857d08b1b4ae.tar.xz
gsoc2013-empathy-d4397c1120f65ce0f4051156c255857d08b1b4ae.tar.zst
gsoc2013-empathy-d4397c1120f65ce0f4051156c255857d08b1b4ae.zip
Merge branch 'av-candidate-624344'
Diffstat (limited to 'libempathy/empathy-call-handler.h')
-rw-r--r--libempathy/empathy-call-handler.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h
index 234bc800e..9f6fd9e3b 100644
--- a/libempathy/empathy-call-handler.h
+++ b/libempathy/empathy-call-handler.h
@@ -89,6 +89,18 @@ GList * empathy_call_handler_get_recv_audio_codecs (
GList * empathy_call_handler_get_recv_video_codecs (
EmpathyCallHandler *self);
+FsCandidate * empathy_call_handler_get_audio_remote_candidate (
+ EmpathyCallHandler *self);
+
+FsCandidate * empathy_call_handler_get_audio_local_candidate (
+ EmpathyCallHandler *self);
+
+FsCandidate * empathy_call_handler_get_video_remote_candidate (
+ EmpathyCallHandler *self);
+
+FsCandidate * empathy_call_handler_get_video_local_candidate (
+ EmpathyCallHandler *self);
+
G_END_DECLS
#endif /* #ifndef __EMPATHY_CALL_HANDLER_H__*/