]> git.0d.be Git - empathy.git/commitdiff
add empathy_call_handler_get_contact()
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 23 Feb 2012 13:33:08 +0000 (14:33 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 23 Feb 2012 15:21:32 +0000 (16:21 +0100)
src/empathy-call-handler.c
src/empathy-call-handler.h

index 3389c83747685978bddd74725f69a58f35e51bd4..7fac79965f608087466846c431fe8fe6db517068 100644 (file)
@@ -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;
+}
index d0f15eecc4cf61d36a4461ca35eff6b67cedb934..36c6cfdc2d6fd17a2650a677e0cd66314b24e860 100644 (file)
@@ -104,6 +104,8 @@ FsCandidate * empathy_call_handler_get_video_remote_candidate (
 FsCandidate * empathy_call_handler_get_video_local_candidate (
     EmpathyCallHandler *self);
 
+EmpathyContact * empathy_call_handler_get_contact (EmpathyCallHandler *self);
+
 G_END_DECLS
 
 #endif /* #ifndef __EMPATHY_CALL_HANDLER_H__*/