aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-15 17:53:46 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-15 17:53:46 +0800
commit87f3753ef09050949f28ecdc8272579cb9225641 (patch)
treebed270ee1f03aeb298bb3d8cf5ee5ad3a1c6290d /src/empathy-call-window.h
parent4c7ee0a436cea45e4351e857577ddf944d36b2f3 (diff)
parent42ea425116ef9c079fa199039e3ac5ed0bb8e150 (diff)
downloadgsoc2013-empathy-87f3753ef09050949f28ecdc8272579cb9225641.tar
gsoc2013-empathy-87f3753ef09050949f28ecdc8272579cb9225641.tar.gz
gsoc2013-empathy-87f3753ef09050949f28ecdc8272579cb9225641.tar.bz2
gsoc2013-empathy-87f3753ef09050949f28ecdc8272579cb9225641.tar.lz
gsoc2013-empathy-87f3753ef09050949f28ecdc8272579cb9225641.tar.xz
gsoc2013-empathy-87f3753ef09050949f28ecdc8272579cb9225641.tar.zst
gsoc2013-empathy-87f3753ef09050949f28ecdc8272579cb9225641.zip
Merge remote-tracking branch 'pochu/call-reuse-windows-580794'
Diffstat (limited to 'src/empathy-call-window.h')
-rw-r--r--src/empathy-call-window.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/empathy-call-window.h b/src/empathy-call-window.h
index eebb55f69..81cf170ae 100644
--- a/src/empathy-call-window.h
+++ b/src/empathy-call-window.h
@@ -63,6 +63,12 @@ GType empathy_call_window_get_type (void);
EmpathyCallWindowClass))
EmpathyCallWindow *empathy_call_window_new (EmpathyCallHandler *handler);
+void empathy_call_window_present (EmpathyCallWindow *window,
+ EmpathyCallHandler *handler);
+void empathy_call_window_start_ringing (EmpathyCallWindow *self,
+ TpyCallChannel *channel,
+ TpChannelDispatchOperation *dispatch_operation,
+ TpAddDispatchOperationContext *context);
GtkUIManager *empathy_call_window_get_ui_manager (EmpathyCallWindow *window);