summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMinje Ahn <minje.ahn@samsung.com>2016-04-01 09:55:20 +0900
committerMinje Ahn <minje.ahn@samsung.com>2016-04-01 09:55:20 +0900
commitd0b921ba01aa08e758df2c1fa222069de5568255 (patch)
tree76d1e163b871ea6cd1e6ef591f4deb964e13df4c /include
parent787685c66f7e58a92fbadb72f3d30ab5a240b2cd (diff)
downloadmetadata-extractor-d0b921ba01aa08e758df2c1fa222069de5568255.tar.gz
metadata-extractor-d0b921ba01aa08e758df2c1fa222069de5568255.tar.bz2
metadata-extractor-d0b921ba01aa08e758df2c1fa222069de5568255.zip
Change-Id: I65d7380931df515a8a3b2c7c9596a548320db599 Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/metadata_extractor_type.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/metadata_extractor_type.h b/include/metadata_extractor_type.h
index b5cd266..b78cff4 100755
--- a/include/metadata_extractor_type.h
+++ b/include/metadata_extractor_type.h
@@ -39,16 +39,14 @@ extern "C" {
* @ingroup CAPI_METADATA_EXTRACTOR_MODULE
* @brief Enumeration for metadata extractor error.
*/
-typedef enum
-{
+typedef enum {
METADATA_EXTRACTOR_ERROR_NONE = TIZEN_ERROR_NONE, /**< Successful */
METADATA_EXTRACTOR_ERROR_INVALID_PARAMETER = TIZEN_ERROR_INVALID_PARAMETER, /**< Invalid parameter */
METADATA_EXTRACTOR_ERROR_OUT_OF_MEMORY = TIZEN_ERROR_OUT_OF_MEMORY, /**< Out of memory */
METADATA_EXTRACTOR_ERROR_FILE_EXISTS = TIZEN_ERROR_FILE_EXISTS, /**< File does not exist */
METADATA_EXTRACTOR_ERROR_PERMISSION_DENIED = TIZEN_ERROR_PERMISSION_DENIED, /**< Permission denied */
METADATA_EXTRACTOR_ERROR_OPERATION_FAILED = METADATA_EXTRACTOR_ERROR_CLASS | 0x01, /**< Invalid internal operation */
-}
- metadata_extractor_error_e;
+} metadata_extractor_error_e;
/**