From 6df3ef163888f7a3656e0a02db5e47a53c90c9c8 Mon Sep 17 00:00:00 2001 From: Gwangbok Kim Date: Fri, 7 Jun 2013 16:32:12 +0900 Subject: [PATCH] add description for SetUserProfile() Change-Id: I79f1c85b78d7a5cbac011bba49a5851b3e031995 Signed-off-by: Gwangbok Kim --- inc/FSclAddressbook.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/FSclAddressbook.h b/inc/FSclAddressbook.h index 4b640ed..6e8a88e 100644 --- a/inc/FSclAddressbook.h +++ b/inc/FSclAddressbook.h @@ -1075,6 +1075,8 @@ public: /** * Sets a user profile of this addressbook. @n + * If user profile exists, removes existing user profile and adds new user profile. @n + * To update the user profile, gets existing user profile and modifies the user profile and sets modified user profile. @n * To remove the user profile, @c null must be passed. * * @since 2.1 -- 2.7.4