From: Jeesun Kim Date: Tue, 5 Jul 2016 10:44:50 +0000 (+0900) Subject: remove snippet string, type in NOT-supported view X-Git-Tag: accepted/tizen/common/20160824.154539^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F78409%2F3;p=platform%2Fcore%2Fpim%2Fcontacts-service.git remove snippet string, type in NOT-supported view Change-Id: I3b32ad40dc1cc7d4deedbee06aa180f354ae498c --- diff --git a/common/ctsvc_view.c b/common/ctsvc_view.c index 2fc9634..ec2549b 100644 --- a/common/ctsvc_view.c +++ b/common/ctsvc_view.c @@ -265,9 +265,7 @@ EXPORT_API const _contacts_group_relation_property_ids _contacts_group_relation .id = CTSVC_PROPERTY_GROUP_RELATION_ID, .group_id = CTSVC_PROPERTY_GROUP_RELATION_GROUP_ID, .contact_id = CTSVC_PROPERTY_GROUP_RELATION_CONTACT_ID, - .name = CTSVC_PROPERTY_GROUP_RELATION_GROUP_NAME, - .snippet_type = CTSVC_PROPERTY_PERSON_SNIPPET_TYPE, - .snippet_string = CTSVC_PROPERTY_PERSON_SNIPPET_STRING + .name = CTSVC_PROPERTY_GROUP_RELATION_GROUP_NAME }; EXPORT_API const _contacts_relationship_property_ids _contacts_relationship = { diff --git a/include/contacts_views.h b/include/contacts_views.h index 57b709d..43fbf88 100644 --- a/include/contacts_views.h +++ b/include/contacts_views.h @@ -623,8 +623,6 @@ _CONTACTS_END_VIEW(_contacts_event) * integer group_id read, write once DB record ID of the group * integer contact_id read, write once DB record ID of the contact * string name read only Group name - * integer snippet_type read only kerword matched data type, refer to they @ref contacts_data_type_e (Since 3.0) - * string snippet_string read only keyword matched data string (Since 3.0) * */ _CONTACTS_BEGIN_VIEW() @@ -632,8 +630,6 @@ _CONTACTS_BEGIN_VIEW() _CONTACTS_PROPERTY_INT(group_id) /* read, write once */ _CONTACTS_PROPERTY_INT(contact_id) /* read, write once */ _CONTACTS_PROPERTY_STR(name) /* read only */ - _CONTACTS_PROPERTY_INT(snippet_type) /* read only (Since 3.0) */ - _CONTACTS_PROPERTY_STR(snippet_string) /* read only (Since 3.0) */ _CONTACTS_END_VIEW(_contacts_group_relation) /**