aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-handler.h
diff options
context:
space:
mode:
authorJonathan Tellier <jonathan.tellier@gmail.com>2009-05-08 03:13:04 +0800
committerjtellier <jonathan.tellier@collabora.co.uk>2009-06-09 21:24:10 +0800
commit9d2cfd58eccb1e5fa985b14b0b744c3766f7988d (patch)
tree72caa58e96501ee8457164579c58d10b31d64197 /libempathy/empathy-call-handler.h
parent08fb04d03b17c44e401d89cfd0e957c41cdf3b56 (diff)
downloadgsoc2013-empathy-9d2cfd58eccb1e5fa985b14b0b744c3766f7988d.tar
gsoc2013-empathy-9d2cfd58eccb1e5fa985b14b0b744c3766f7988d.tar.gz
gsoc2013-empathy-9d2cfd58eccb1e5fa985b14b0b744c3766f7988d.tar.bz2
gsoc2013-empathy-9d2cfd58eccb1e5fa985b14b0b744c3766f7988d.tar.lz
gsoc2013-empathy-9d2cfd58eccb1e5fa985b14b0b744c3766f7988d.tar.xz
gsoc2013-empathy-9d2cfd58eccb1e5fa985b14b0b744c3766f7988d.tar.zst
gsoc2013-empathy-9d2cfd58eccb1e5fa985b14b0b744c3766f7988d.zip
Added a "Redial" button to the call window.
Diffstat (limited to 'libempathy/empathy-call-handler.h')
-rw-r--r--libempathy/empathy-call-handler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h
index 9a039f06a..112a3139a 100644
--- a/libempathy/empathy-call-handler.h
+++ b/libempathy/empathy-call-handler.h
@@ -1,6 +1,6 @@
/*
* empathy-call-handler.h - Header for EmpathyCallHandler
- * Copyright (C) 2008 Collabora Ltd.
+ * Copyright (C) 2008-2009 Collabora Ltd.
* @author Sjoerd Simons <sjoerd.simons@collabora.co.uk>
*
* This library is free software; you can redistribute it and/or
@@ -71,6 +71,7 @@ EmpathyCallHandler * empathy_call_handler_new_for_channel (
EmpathyTpCall *call);
void empathy_call_handler_start_call (EmpathyCallHandler *handler);
+void empathy_call_handler_stop_call (EmpathyCallHandler *handler);
void empathy_call_handler_bus_message (EmpathyCallHandler *handler,
GstBus *bus, GstMessage *message);