From cfe3efeee775663368e1aa4f5f452dbc2da07c90 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 22 Dec 2012 18:25:35 +0200 Subject: [PATCH] doc: Convert more upper case enums to lower case in obex-api --- doc/obex-api.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/obex-api.txt b/doc/obex-api.txt index 0cd5a8b8b..b2998de73 100644 --- a/doc/obex-api.txt +++ b/doc/obex-api.txt @@ -307,9 +307,9 @@ Methods void Select(string location, string phonebook) location : Where the phonebook is stored, possible inputs : - "INT" ( "INTERNAL" which is default ) - "SIM" ( "SIM1" ) - "SIM2" + "int" ( "internal" which is default ) + "sim" ( "sim1" ) + "sim2" ... phonebook : Possible inputs : @@ -458,9 +458,9 @@ Methods void SetLocation(string location) location: Where the phonebook is stored, possible values: - "INT" ( "INTERNAL" which is default ) - "SIM1" - "SIM2" + "int" ( "internal" which is default ) + "sim1" + "sim2" ...... Possible errors: org.bluez.obex.Error.InvalidArguments @@ -580,8 +580,8 @@ Methods void SetFolder(string name) Message type - Possible values: "EMAIL", "SMS_GSM", - "SMS_CDMA" and "MMS" + Possible values: "email", "sms-gsm", + "sms-cdma" and "mms" uint64 Size: @@ -728,8 +728,8 @@ Properties string Subject [readonly] Message type - Possible values: "EMAIL", "SMS_GSM", - "SMS_CDMA" and "MMS" + Possible values: "email", "sms-gsm", + "sms-cdma" and "mms" uint64 Size [readonly] -- 2.47.3