[content] Reflection of inspected header files
[platform/framework/native/content.git] / inc / FCntContentManagerUtil.h
index 0a4dd65..9ad61ea 100644 (file)
@@ -86,7 +86,7 @@ class _OSP_EXPORT_ ContentManagerUtil
 {
 public:
        /**
-        * Gets the metadata of an image from the file.
+        * Gets the metadata for an image from the file.
         *
         * @if OSPCOMPAT
         * @brief       <i> [Compatibility] </i>
@@ -108,7 +108,7 @@ public:
        static Tizen::Content::ImageMetadata* GetImageMetaN(const Tizen::Base::String& filePath);
 
        /**
-        * Gets the metadata of an image from the buffer.
+        * Gets the metadata for an image from the buffer.
         *
         * @since               2.1
         *
@@ -123,7 +123,7 @@ public:
        static Tizen::Content::ImageMetadata* GetImageMetaN(const Tizen::Base::ByteBuffer& byteBuffer);
 
        /**
-        * Gets the metadata of an audio from the file.
+        * Gets the metadata for an audio from the file.
         *
         * @if OSPCOMPAT
         * @brief       <i> [Compatibility] </i>
@@ -145,7 +145,7 @@ public:
        static Tizen::Content::AudioMetadata* GetAudioMetaN(const Tizen::Base::String& filePath);
 
        /**
-        * Gets the metadata of an audio from the buffer.
+        * Gets the metadata for an audio from the buffer.
         *
         * @since               2.1
         *
@@ -160,7 +160,7 @@ public:
        static Tizen::Content::AudioMetadata* GetAudioMetaN(const Tizen::Base::ByteBuffer& byteBuffer);
 
        /**
-        * Gets the metadata of a video from the file.
+        * Gets the metadata for a video from the file.
         *
         * @if OSPCOMPAT
         * @brief       <i> [Compatibility] </i>
@@ -182,7 +182,7 @@ public:
        static Tizen::Content::VideoMetadata* GetVideoMetaN(const Tizen::Base::String& filePath);
 
        /**
-        * Gets the metadata of a video from the buffer.
+        * Gets the metadata for a video from the buffer.
         *
         * @since               2.1
         *