aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-handler.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-23 19:14:06 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-23 22:50:44 +0800
commit87c608d6bb63b59625331e764333ca49d464559a (patch)
treec102670f3dd5407476e5cd2eaa645541ffb4dd13 /src/empathy-call-handler.h
parent2f18a9a0364fa63dc21ec68fda25406303f58483 (diff)
downloadgsoc2013-empathy-87c608d6bb63b59625331e764333ca49d464559a.tar
gsoc2013-empathy-87c608d6bb63b59625331e764333ca49d464559a.tar.gz
gsoc2013-empathy-87c608d6bb63b59625331e764333ca49d464559a.tar.bz2
gsoc2013-empathy-87c608d6bb63b59625331e764333ca49d464559a.tar.lz
gsoc2013-empathy-87c608d6bb63b59625331e764333ca49d464559a.tar.xz
gsoc2013-empathy-87c608d6bb63b59625331e764333ca49d464559a.tar.zst
gsoc2013-empathy-87c608d6bb63b59625331e764333ca49d464559a.zip
Add TargetContact property that's guaranteed to exist on CallHandler
Diffstat (limited to 'src/empathy-call-handler.h')
-rw-r--r--src/empathy-call-handler.h3
1 files changed, 2 insertions, 1 deletions
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);