From 1f2fda47fc7924cb3f2bb9ab836c971cee6f7e5c Mon Sep 17 00:00:00 2001 From: Arun Ravindran Date: Wed, 24 Nov 2010 16:56:11 +0200 Subject: [PATCH] doc: Update voicecallmanager-api.txt --- doc/voicecallmanager-api.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt index d960f3c4..a4048d2b 100644 --- a/doc/voicecallmanager-api.txt +++ b/doc/voicecallmanager-api.txt @@ -5,7 +5,14 @@ Service org.ofono Interface org.ofono.VoiceCallManager Object path [variable prefix]/{modem0,modem1,...} -Methods array{object,dict} GetCalls() +Methods dict GetProperties() + + Returns properties for the VoiceCallManager Interface. + See the properties section for available properties. + + Possible Errors: [service].Error.InvalidArguments + + array{object,dict} GetCalls() Get an array of call object paths and properties that represents the currently present calls.