summaryrefslogtreecommitdiffstats
path: root/include/voicecall.h
diff options
context:
space:
mode:
authorPekka Pessi <Pekka.Pessi@nokia.com>2011-01-14 17:16:11 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-01-14 09:48:56 -0600
commita0e3d9ffc386a4b4ea50d724e98fbb17c34917af (patch)
treee4beff0ca5f888cc31bb40b0c7d0923ab87849b9 /include/voicecall.h
parent802b3acbd955de1e4b891a4d94509ec29a6e0711 (diff)
downloadofono-a0e3d9ffc386a4b4ea50d724e98fbb17c34917af.tar.bz2
include: Clarify hold_all_active semantics
Diffstat (limited to 'include/voicecall.h')
-rw-r--r--include/voicecall.h3
1 files changed, 2 insertions, 1 deletions
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,