X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.Account.AccountManager%2FTizen.Account.AccountManager%2FAccountService.cs;h=9e5193ca384cc761a5c18f4602b6e398be0c738c;hb=ad3792f2f3c7e60247d1feac55fa898bb68257ee;hp=d335a8e1d7be2e00cb2926c17f8a35195c7176bb;hpb=20caf26de6bb3219a35dcb2948687a3400345bb4;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountService.cs b/src/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountService.cs index d335a8e..9e5193c 100644 --- a/src/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountService.cs +++ b/src/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountService.cs @@ -200,7 +200,7 @@ namespace Tizen.Account.AccountManager /// The AccountProvider instance associated with the given application ID. /// http://tizen.org/privilege/account.read /// http://tizen.org/feature/account - /// In case of any DB error or record not found for given appid. + /// In case of any DB error or record not found for given appId. /// In case of an invalid parameter. /// In case of privilege not defined. /// The required feature is not supported. @@ -262,6 +262,7 @@ namespace Tizen.Account.AccountManager /// /// 3 /// New Account instance to be added. + /// The account ID of the account instance. /// http://tizen.org/privilege/account.read /// http://tizen.org/privilege/account.write /// http://tizen.org/feature/account @@ -590,10 +591,8 @@ namespace Tizen.Account.AccountManager /// /// 3 /// - /// ContentUpdate event is triggered if the MediaInformaion updated/deleted or new information is inserted. + /// ContentUpdate event is triggered if the MediaInformation updated/deleted or new information is inserted. /// - /// - /// A ContentUpdatedEventArgs object that contains information about the update operation. /// http://tizen.org/privilege/account.read /// http://tizen.org/feature/account /// In case of any DB error.