From a0e3d9ffc386a4b4ea50d724e98fbb17c34917af Mon Sep 17 00:00:00 2001 From: Pekka Pessi Date: Fri, 14 Jan 2011 17:16:11 +0200 Subject: include: Clarify hold_all_active semantics --- include/voicecall.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/voicecall.h') diff --git a/include/voicecall.h b/include/voicecall.h index e37d73bd..f3c2bf49 100644 --- a/include/voicecall.h +++ b/include/voicecall.h @@ -76,7 +76,8 @@ struct ofono_voicecall_driver { void (*hangup_all)(struct ofono_voicecall *vc, ofono_voicecall_cb_t cb, void *data); /* - * Holds all active and retrieves held or waiting calls, this usually + * Holds all active calls and answers waiting call. If there is + * no waiting calls, retrieves held call. This usually * corresponds to +CHLD=2 */ void (*hold_all_active)(struct ofono_voicecall *vc, -- cgit v1.2.3