Fix Doxygen mistakes
[platform/core/api/media-content.git] / include_product / media_content_internal.h
index 1275311..d4c6a91 100755 (executable)
@@ -16,8 +16,8 @@
 
 
 
-#ifndef __TIZEN_MEDIA_CONTENT_INTERNAL_H__
-#define __TIZEN_MEDIA_CONTENT_INTERNAL_H__
+#ifndef __TIZEN_CONTENT_MEDIA_CONTENT_INTERNAL_H__
+#define __TIZEN_CONTENT_MEDIA_CONTENT_INTERNAL_H__
 
 #include <media_content_type.h>
 
@@ -55,7 +55,11 @@ int media_filter_set_order_v2(filter_h filter, const char *order);
 int media_filter_get_order_v2(filter_h filter, char **order);
 
 
+/* Only for system session process */
+int media_content_connect_with_uid(uid_t uid);
+
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */
-#endif /*__TIZEN_MEDIA_CONTENT_INTERNAL_H__*/
+#endif /*__TIZEN_CONTENT_MEDIA_CONTENT_INTERNAL_H__*/