aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-handler.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-23 21:33:08 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-23 23:21:32 +0800
commitf1ec59d5dadee9765977dbacee888f51e3b8a415 (patch)
tree4d648fe9f2e1244a035c2898c4466b369b3b444e /src/empathy-call-handler.c
parentb87990d88e8a9291908d3be694db267835b5ab40 (diff)
downloadgsoc2013-empathy-f1ec59d5dadee9765977dbacee888f51e3b8a415.tar
gsoc2013-empathy-f1ec59d5dadee9765977dbacee888f51e3b8a415.tar.gz
gsoc2013-empathy-f1ec59d5dadee9765977dbacee888f51e3b8a415.tar.bz2
gsoc2013-empathy-f1ec59d5dadee9765977dbacee888f51e3b8a415.tar.lz
gsoc2013-empathy-f1ec59d5dadee9765977dbacee888f51e3b8a415.tar.xz
gsoc2013-empathy-f1ec59d5dadee9765977dbacee888f51e3b8a415.tar.zst
gsoc2013-empathy-f1ec59d5dadee9765977dbacee888f51e3b8a415.zip
add empathy_call_handler_get_contact()
Diffstat (limited to 'src/empathy-call-handler.c')
-rw-r--r--src/empathy-call-handler.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/empathy-call-handler.c b/src/empathy-call-handler.c
index 3389c8374..7fac79965 100644
--- a/src/empathy-call-handler.c
+++ b/src/empathy-call-handler.c
@@ -1051,3 +1051,9 @@ empathy_call_handler_get_video_local_candidate (
return priv->video_local_candidate;
}
+
+EmpathyContact *
+empathy_call_handler_get_contact (EmpathyCallHandler *self)
+{
+ return self->priv->contact;
+}