eina_vpath: specilice the eina_vpath headers
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Tue, 14 Aug 2018 21:09:22 +0000 (17:09 -0400)
committerShinwoo Kim <cinoo.kim@samsung.com>
Fri, 17 Aug 2018 04:15:03 +0000 (13:15 +0900)
Summary: For now its beta, and the since tag is added.

Reviewers: zmike

Reviewed By: zmike

Subscribers: #reviewers, kimcinoo, Hermet, cedric, #committers, zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6751

src/lib/eina/eina_vpath.h

index 757b6ed..5c1e80e 100644 (file)
@@ -3,6 +3,8 @@
 
 #include "eina_prefix.h"
 
+#ifdef EFL_BETA_API_SUPPORT
+
 /**
  * Eina vpath is a path that can be prefixed with a virtual path.
  *
@@ -77,6 +79,8 @@
  *
  * Additional info: https://phab.enlightenment.org/w/eina_vpath/
  *
+ * @since 1.21
+ *
  */
 typedef const char * Eina_Vpath;
 
@@ -85,7 +89,10 @@ typedef const char * Eina_Vpath;
  *
  * @return NULL if failed, or a full normal string file path that is resolved
  *
+ * @since 1.21
+ *
  */
 EAPI char *eina_vpath_resolve(Eina_Vpath path);
 
 #endif
+#endif