diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-03-22 14:52:05 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-03-22 15:17:33 -0500 |
commit | ba1f2b2e47ac004413135a3f020fe91d84d16671 (patch) | |
tree | c02fbc43b42c503e2f2e88dd695fb0d2c95d6ace | |
parent | a8a720d983e32f839b3a237caff2513781ab68b2 (diff) | |
download | ofono-ba1f2b2e47ac004413135a3f020fe91d84d16671.tar.bz2 |
Add phonebook-api document
-rw-r--r-- | doc/phonebook-api.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/phonebook-api.txt b/doc/phonebook-api.txt new file mode 100644 index 00000000..dc8b95dd --- /dev/null +++ b/doc/phonebook-api.txt @@ -0,0 +1,18 @@ +Phonebook hierarchy +=============== + +Service org.ofono +Interface org.ofono.Phonebook +Object path [variable prefix]/{modem0,modem1,...} + +Methods string Import() + + Returns the contents of the SIM and ME phonebook in + VCard 3.0 format. If several entries are determined + to be related to the same contact, then they are + merged into a single VCard entry. + + The phonebook is returned as a single UTF8 encoded + string with zero or more VCard entries. + + Possible Errors: [service].Error.Failed |