summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2018-08-14 17:09:22 -0400
committerMike Blumenkrantz <zmike@samsung.com>2018-08-14 17:09:22 -0400
commit55a2e77d60db910a433fade1c845402f45817fb6 (patch)
tree063faa5f69f6b5393100975f6e13095979e77612
parent64c26edd528438698550006ca2f079a15bd6ba31 (diff)
downloadefl-55a2e77d60db910a433fade1c845402f45817fb6.tar.gz
eina_vpath: specilice the eina_vpath headers
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
-rw-r--r--src/lib/eina/eina_vpath.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/eina/eina_vpath.h b/src/lib/eina/eina_vpath.h
index 757b6ed683..5c1e80e5bf 100644
--- a/src/lib/eina/eina_vpath.h
+++ b/src/lib/eina/eina_vpath.h
@@ -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