Modified macro to remove glib dependency from header.
Change-Id: Ic9e8e185f743bd58c064e69437cabf5383c251b3
Signed-off-by: minje.ahn <minje.ahn@samsung.com>
#ifndef __MM_FILE_H__
#define __MM_FILE_H__
-#include <glib.h>
-
+#include <stdint.h>
#include <mm_types.h>
#include "mm_file_error.h"
* @endcode
*/
-int mm_file_get_attrs(MMHandleType attrs, const char *first_attribute_name, ...)G_GNUC_NULL_TERMINATED;
+int mm_file_get_attrs(MMHandleType attrs, const char *first_attribute_name, ...)__attribute__((__sentinel__));
/**
* This function is to get the tag attributes from media data on memory while mm_file_create_tag_attrs() extracts from file.<BR>
Name: libmm-fileinfo
Summary: Media Fileinfo
-Version: 1.0.24
+Version: 1.0.25
Release: 0
Group: System/Libraries
License: Apache-2.0
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
+#include <glib.h>
#include <sys/types.h>
#include <sys/time.h>