From 87c608d6bb63b59625331e764333ca49d464559a Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Wed, 23 Feb 2011 11:14:06 +0000 Subject: Add TargetContact property that's guaranteed to exist on CallHandler --- src/empathy-call-handler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/empathy-call-handler.h') diff --git a/src/empathy-call-handler.h b/src/empathy-call-handler.h index 8ad1da720..3cc0421c7 100644 --- a/src/empathy-call-handler.h +++ b/src/empathy-call-handler.h @@ -67,7 +67,8 @@ EmpathyCallHandler * empathy_call_handler_new_for_contact ( EmpathyContact *contact); EmpathyCallHandler * empathy_call_handler_new_for_channel ( - TpyCallChannel *call); + TpyCallChannel *call, + EmpathyContact *contact); void empathy_call_handler_start_call (EmpathyCallHandler *handler, gint64 timestamp); -- cgit v1.2.3