From 9aa8d321f6f3d15ce767e1bd926debe0260f5abe Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Mon, 29 May 2017 17:30:28 +0900 Subject: [PATCH] Fix description Change-Id: I49676071378eed8f3a260280a976a3e9c3ae8fde Signed-off-by: Minje Ahn --- .../Tizen.Content.MediaContent/ContentColumns.cs | 6 +++--- .../Tizen.Content.MediaContent/ContentDatabase.cs | 2 +- .../Tizen.Content.MediaContent/ContentFilter.cs | 9 ++------- packaging/csapi-media-content.spec | 2 +- 4 files changed, 7 insertions(+), 12 deletions(-) diff --git a/Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentColumns.cs b/Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentColumns.cs index 3f9fe52..1f4b0be 100755 --- a/Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentColumns.cs +++ b/Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentColumns.cs @@ -978,7 +978,7 @@ namespace Tizen.Content.MediaContent /// /// Bookmark column set. \n /// You can use this define to set the condition of bookmark filter and order keyword. - /// public class Bookmark { /// @@ -996,7 +996,7 @@ namespace Tizen.Content.MediaContent /// /// Storage column set. \n /// You can use this define to set the condition of storage filter and order keyword. - /// public class Storage { /// @@ -1025,7 +1025,7 @@ namespace Tizen.Content.MediaContent /// /// Face column set. \n /// You can use this define to set the condition of face filter and order keyword. - /// public class Face { /// diff --git a/Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentDatabase.cs b/Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentDatabase.cs index fdbaa57..1a9416b 100755 --- a/Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentDatabase.cs +++ b/Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentDatabase.cs @@ -110,7 +110,7 @@ namespace Tizen.Content.MediaContent } /// - /// Gets the count of ContentCollections for the ContentCollectionType & passed filter from the media database. + /// Gets the count of ContentCollections for the ContentCollectionType and passed filter from the media database. /// /// The media filter /// The count of contents present in the media database for a ContentSourceType diff --git a/Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentFilter.cs b/Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentFilter.cs index de26f7c..eaf358c 100755 --- a/Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentFilter.cs +++ b/Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentFilter.cs @@ -26,9 +26,8 @@ namespace Tizen.Content.MediaContent /// /// A Content filter is required for filtering information associated with Media Folder, Tag, Audio, MediaBookmark and Media Information on basis of details like offset, count, order and condition for searching. /// It provide functionality to set properties associated with a given content filter. - /// Setting content filter properties helps to limit the number of filtered items as following: - /// + /// /// /// Offset - Used to set starting position of the filter's search /// @@ -42,10 +41,8 @@ namespace Tizen.Content.MediaContent /// Order - Used to set type of media to be ordered by the filter /// /// - /// Searchable expression can use one of the following forms: - - /// + /// /// /// column = value /// @@ -92,8 +89,6 @@ namespace Tizen.Content.MediaContent /// expression1 AND expression2 OR expression3 /// /// - - /// Note that if you want to set qoutation(" ' " or " " ") as value of LIKE operator, you should use two times.(" '' " or " "" ") \n And the optional ESCAPE clause is supported. Both percent symbol("%") and underscore symbol("_") are used in the LIKE pattern. /// If these characters are used as value of LIKE operation, then the expression following the ESCAPE caluse of sqlite. /// diff --git a/packaging/csapi-media-content.spec b/packaging/csapi-media-content.spec index 4e50fa8..3f7ed47 100755 --- a/packaging/csapi-media-content.spec +++ b/packaging/csapi-media-content.spec @@ -1,6 +1,6 @@ Name: csapi-media-content Summary: Tizen Media Content API for C# -Version: 1.0.19 +Version: 1.0.20 Release: 1 Group: Development/Libraries License: Apache-2.0 -- 2.7.4