From: Johan Hedberg <johan.hedberg@gmail.com>
To: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH obexd 7/7] client-doc: Update documentation of PhonebookAccess interface
Date: Mon, 27 Aug 2012 18:17:08 -0700 [thread overview]
Message-ID: <20120828011708.GA11305@x220.sheraton.com> (raw)
In-Reply-To: <1345816795-14092-7-git-send-email-luiz.dentz@gmail.com>
Hi Luiz,
On Fri, Aug 24, 2012, Luiz Augusto von Dentz wrote:
> ---
> doc/client-api.txt | 180 ++++++++++++++++++++++++++++++++++++++++++-----------
> 1 file changed, 145 insertions(+), 35 deletions(-)
I had a chat with Marcel about this API which resulted with the
following change proposals:
> + string Order:
> +
> + Items order
> +
> + Possible values: "indexed" (default),
> + "alphanumeric" or "phonetic"
> +
> + uint16 Offset:
> +
> + Offset of the first item, default is 0
> +
> + uint16 Items:
> +
> + Maximum number of items, default is
> + unlimited (65535)
Call this MaxCount or Count to make it clearer.
> +
> + array{string} Fields:
> +
> + Item vcard fields, default is all
> + values.
> +
> + Possible values:
> +
> + "VERSION",
> + "FN",
> + "N",
> + "PHOTO",
> + "BDAY",
> + "ADR",
> + "LABEL",
> + "TEL",
> + "EMAIL",
> + "MAILER",
> + "TZ",
> + "GEO",
> + "TITLE",
> + "ROLE",
> + "LOGO",
> + "AGENT",
> + "ORG",
> + "NOTE",
> + "REV",
> + "SOUND",
> + "URL",
> + "UID",
> + "KEY",
> + "NICKNAME",
> + "CATEGORIES",
> + "PROID",
> + "CLASS",
> + "SORT-STRING",
> + "X-IRMC-CALL-DATETIME"
Make these lower case (I know it's upper case in the spec. but let's
keep the consistency with the rest of the D-Bus API).
> @@ -244,8 +325,54 @@ Methods void Select(string location, string phonebook)
> The properties of this transfer are also returned along
> with the object path, to avoid a call to GetProperties.
>
> + filters:
> +
> + string Format:
> +
> + Items vcard format
> +
> + Possible values: "vcard21" (default) or
> + "vcard30"
> +
> + array{string} Fields:
> +
> + Item vcard fields, default is all
> + values.
> +
> + Possible values:
> +
> + "VERSION",
> + "FN",
> + "N",
> + "PHOTO",
> + "BDAY",
> + "ADR",
> + "LABEL",
> + "TEL",
> + "EMAIL",
> + "MAILER",
> + "TZ",
> + "GEO",
> + "TITLE",
> + "ROLE",
> + "LOGO",
> + "AGENT",
> + "ORG",
> + "NOTE",
> + "REV",
> + "SOUND",
> + "URL",
> + "UID",
> + "KEY",
> + "NICKNAME",
> + "CATEGORIES",
> + "PROID",
> + "CLASS",
> + "SORT-STRING",
> + "X-IRMC-CALL-DATETIME"
Is this a duplicate of the previous section. Maybe just move this out to
a common section and the refer to it from the places that need it.
Johan
next prev parent reply other threads:[~2012-08-28 1:17 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-24 13:59 [PATCH obexd 1/7] client: Add filters to Phonebook.PullAll Luiz Augusto von Dentz
2012-08-24 13:59 ` [PATCH obexd 2/7] client: Add filters to PhonebookAccess.Pull Luiz Augusto von Dentz
2012-08-24 13:59 ` [PATCH obexd 3/7] client: Add filters to PhonebookAccess.List and PhonebookAccess.Search Luiz Augusto von Dentz
2012-08-24 13:59 ` [PATCH obexd 4/7] client: Remove SetOrder, SetFormat and SetFilter from PhonebookAccess Luiz Augusto von Dentz
2012-08-24 13:59 ` [PATCH obexd 5/7] test: Update pbap-client to work with changes in PhonebookAcess Luiz Augusto von Dentz
2012-08-24 13:59 ` [PATCH obexd 6/7] client: Move common code to pull_phonebook Luiz Augusto von Dentz
2012-08-24 13:59 ` [PATCH obexd 7/7] client-doc: Update documentation of PhonebookAccess interface Luiz Augusto von Dentz
2012-08-28 1:17 ` Johan Hedberg [this message]
2012-08-28 7:00 ` Luiz Augusto von Dentz
2012-08-28 9:24 ` Luiz Augusto von Dentz
2012-08-28 6:56 ` Patrick Ohly
2012-08-28 7:52 ` Luiz Augusto von Dentz
2012-08-28 9:33 ` Patrick Ohly
2012-08-28 12:03 ` Luiz Augusto von Dentz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120828011708.GA11305@x220.sheraton.com \
--to=johan.hedberg@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox