All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] API documentation fixes
@ 2009-10-16  9:47 Marko Saukko
  2009-10-16 18:22 ` Denis Kenzior
  2009-10-16 19:18 ` Bastian, Waldo
  0 siblings, 2 replies; 3+ messages in thread
From: Marko Saukko @ 2009-10-16  9:47 UTC (permalink / raw)
  To: ofono

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

Hi,

Fixes for API documentation.

Regards,
Marko

---
 doc/call-settings-api.txt    |    4 ++--
 doc/sim-api.txt              |   10 +++++-----
 doc/voicecall-api.txt        |    2 +-
 doc/voicecallmanager-api.txt |    2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/call-settings-api.txt b/doc/call-settings-api.txt
index 870c748..5e5eb40 100644
--- a/doc/call-settings-api.txt
+++ b/doc/call-settings-api.txt
@@ -1,7 +1,7 @@
-Call Forwarding hierarchy
+Call Settings hierarchy
 ===============
 Service		org.ofono
-Interface	org.ofono.CallForwarding
+Interface	org.ofono.CallSettings
 Object path	[variable prefix]/{modem0,modem1,...}

 Methods		dict GetProperties()
diff --git a/doc/sim-api.txt b/doc/sim-api.txt
index 11ee4c8..9fe9a92 100644
--- a/doc/sim-api.txt
+++ b/doc/sim-api.txt
@@ -12,22 +12,22 @@ Methods		dict GetProperties()

 			Possible Errors: [service].Error.InvalidArguments

-		ChangePin(string type, string oldpin, string newpin)
+		void ChangePin(string type, string oldpin, string newpin)

 			Changes the pin given by string type.

-		EnterPin(string type, string pin)
+		void EnterPin(string type, string pin)

 			Enters the currently pending pin.  The type value must
 			match the pin type being asked in the PinRequired
 			property.

-		ResetPin(string type, string puk, string newpin)
+		void ResetPin(string type, string puk, string newpin)

 			Provides the unblock key to the modem and if correct
 			resets the pin to the new value of newpin.

-		LockPin(string type, string pin)
+		void LockPin(string type, string pin)

 			Activates the lock for the particular pin type.  The
 			device will ask for a PIN automatically next time the
@@ -35,7 +35,7 @@ Methods		dict GetProperties()
 			re-inserter.  The current PIN is required for the
 			operation to succeed.

-		UnlockPin(string type, string pin)
+		void UnlockPin(string type, string pin)

 			Deactivates the lock for the particular pin type.  The
 			current PIN is required for the operation to succeed.
diff --git a/doc/voicecall-api.txt b/doc/voicecall-api.txt
index 62db5a1..b360cca 100644
--- a/doc/voicecall-api.txt
+++ b/doc/voicecall-api.txt
@@ -3,7 +3,7 @@ VoiceCall hierarchy

 Service		org.ofono
 Interface	org.ofono.VoiceCall
-Object path	[variable prefix]/{modem0,modem1,...}/{call0,call1,...}
+Object path	[variable prefix]/{modem0,modem1,...}/{voicecall01,voicecall02,...}

 Methods		dict GetProperties()

diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt
index 361370a..7877ac5 100644
--- a/doc/voicecallmanager-api.txt
+++ b/doc/voicecallmanager-api.txt
@@ -70,7 +70,7 @@ Methods		dict GetProperties()
 			Held calls is invalid, since in GSM a user can have
 			only a single Held call at a time.

-		void HangupAllCalls()
+		void HangupAll()

 			Releases all calls.

-- 
1.6.0.4

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

* Re: [PATCH] API documentation fixes
  2009-10-16  9:47 [PATCH] API documentation fixes Marko Saukko
@ 2009-10-16 18:22 ` Denis Kenzior
  2009-10-16 19:18 ` Bastian, Waldo
  1 sibling, 0 replies; 3+ messages in thread
From: Denis Kenzior @ 2009-10-16 18:22 UTC (permalink / raw)
  To: ofono

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

Hi Marko,

Patch has been applied.  Thanks.

Regards,
-Denis

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

* RE: [PATCH] API documentation fixes
  2009-10-16  9:47 [PATCH] API documentation fixes Marko Saukko
  2009-10-16 18:22 ` Denis Kenzior
@ 2009-10-16 19:18 ` Bastian, Waldo
  1 sibling, 0 replies; 3+ messages in thread
From: Bastian, Waldo @ 2009-10-16 19:18 UTC (permalink / raw)
  To: ofono

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

> From: ofono-bounces(a)ofono.org [mailto:ofono-bounces(a)ofono.org] On Behalf
> Of Marko Saukko
> Sent: Friday, October 16, 2009 2:48 AM
> To: ofono(a)ofono.org
> Subject: [PATCH] API documentation fixes
> 
> Hi,
> 
> Fixes for API documentation.
> 
> Regards,
> Marko

While you are at it,
MobileCountryCode / MobileNetworkCode in doc/network-api.txt are still listed as uint16

Cheers,
Waldo

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

end of thread, other threads:[~2009-10-16 19:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-16  9:47 [PATCH] API documentation fixes Marko Saukko
2009-10-16 18:22 ` Denis Kenzior
2009-10-16 19:18 ` Bastian, Waldo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.