diff options
Diffstat (limited to 'src/empathy-call-handler.c')
-rw-r--r-- | src/empathy-call-handler.c | 6 |
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; +} |