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
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-06-09 17:20:06 +0800
commit2d6c887b9369e2db3c3bff166ee6c2c8a595faa4 (patch)
treef3aeb521b4f43daef3bf61893a4b1ff7618d8582 /src/empathy-call-handler.h
parenta6b59ff12bf5563ad4db0427c0c9e41bd8842c25 (diff)
downloadgsoc2013-empathy-2d6c887b9369e2db3c3bff166ee6c2c8a595faa4.tar
gsoc2013-empathy-2d6c887b9369e2db3c3bff166ee6c2c8a595faa4.tar.gz
gsoc2013-empathy-2d6c887b9369e2db3c3bff166ee6c2c8a595faa4.tar.bz2
gsoc2013-empathy-2d6c887b9369e2db3c3bff166ee6c2c8a595faa4.tar.lz
gsoc2013-empathy-2d6c887b9369e2db3c3bff166ee6c2c8a595faa4.tar.xz
gsoc2013-empathy-2d6c887b9369e2db3c3bff166ee6c2c8a595faa4.tar.zst
gsoc2013-empathy-2d6c887b9369e2db3c3bff166ee6c2c8a595faa4.zip
Add TargetContact property that's guaranteed to exist on CallHandler
Conflicts: src/empathy-call-factory.c
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);