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
This commit is contained in:
Marcel Hollerbach 2018-08-14 17:09:22 -04:00 committed by Mike Blumenkrantz
parent 64c26edd52
commit 55a2e77d60
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include "eina_prefix.h" #include "eina_prefix.h"
#ifdef EFL_BETA_API_SUPPORT
/** /**
* Eina vpath is a path that can be prefixed with a virtual path. * 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/ * Additional info: https://phab.enlightenment.org/w/eina_vpath/
* *
* @since 1.21
*
*/ */
typedef const char * Eina_Vpath; 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 * @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); EAPI char *eina_vpath_resolve(Eina_Vpath path);
#endif #endif
#endif