raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=272d1b5fc29f94982f47a75e436d5f9575731f0c

commit 272d1b5fc29f94982f47a75e436d5f9575731f0c
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Mar 5 12:12:32 2019 +0000

    eina vpath - document that resolved strings need to be freed
---
 src/lib/eina/eina_vpath.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/eina/eina_vpath.h b/src/lib/eina/eina_vpath.h
index 788ff3602a..d06cb431c3 100644
--- a/src/lib/eina/eina_vpath.h
+++ b/src/lib/eina/eina_vpath.h
@@ -86,6 +86,9 @@ typedef const char * Eina_Vpath;
 
 /**
  * Translate a virtual path into a normal path.
+ * 
+ * The return string is a string allocated by malloc and should be freed with
+ * free() when no longer needed.
  *
  * @param[in] path The path.
  * @return NULL if failed, or a full normal string file path that is resolved

-- 


Reply via email to