Open Source Telephony
 help / color / mirror / Atom feed
* [PATCHv2 1/2] voicecall: document voicecall driver methods
@ 2010-10-20 17:00 Pekka.Pessi
  2010-10-20 17:00 ` [PATCHv2 2/2] isi: fix hangup_active and set_udub methods Pekka.Pessi
  2010-10-20 17:55 ` [PATCHv2 1/2] voicecall: document voicecall driver methods Denis Kenzior
  0 siblings, 2 replies; 3+ messages in thread
From: Pekka.Pessi @ 2010-10-20 17:00 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1273 bytes --]

From: Pekka Pessi <Pekka.Pessi@nokia.com>

---
 include/voicecall.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/voicecall.h b/include/voicecall.h
index 2356fcf..f07d52b 100644
--- a/include/voicecall.h
+++ b/include/voicecall.h
@@ -67,6 +67,7 @@ struct ofono_voicecall_driver {
 			ofono_voicecall_cb_t cb, void *data);
 	void (*answer)(struct ofono_voicecall *vc,
 			ofono_voicecall_cb_t cb, void *data);
+	/* Release active, alerting, dialing, or incoming calls */
 	void (*hangup_active)(struct ofono_voicecall *vc,
 			ofono_voicecall_cb_t cb, void *data);
 	void (*hangup_all)(struct ofono_voicecall *vc,
@@ -75,8 +76,13 @@ struct ofono_voicecall_driver {
 			ofono_voicecall_cb_t cb, void *data);
 	void (*release_all_held)(struct ofono_voicecall *vc,
 			ofono_voicecall_cb_t cb, void *data);
+	/* Release waiting calls */
 	void (*set_udub)(struct ofono_voicecall *vc,
 			ofono_voicecall_cb_t cb, void *data);
+	/*
+	 * Release active, alerting, dialing, or incoming calls
+	 * and answer the waiting call.
+	 */
 	void (*release_all_active)(struct ofono_voicecall *vc,
 			ofono_voicecall_cb_t cb, void *data);
 	void (*release_specific)(struct ofono_voicecall *vc, int id,
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-20 17:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-20 17:00 [PATCHv2 1/2] voicecall: document voicecall driver methods Pekka.Pessi
2010-10-20 17:00 ` [PATCHv2 2/2] isi: fix hangup_active and set_udub methods Pekka.Pessi
2010-10-20 17:55 ` [PATCHv2 1/2] voicecall: document voicecall driver methods Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox