summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_vpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/eina/eina_vpath.h')
-rw-r--r--src/lib/eina/eina_vpath.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/eina/eina_vpath.h b/src/lib/eina/eina_vpath.h
index 77c1e35afe..10b7c1edf2 100644
--- a/src/lib/eina/eina_vpath.h
+++ b/src/lib/eina/eina_vpath.h
@@ -81,12 +81,14 @@
*
* @since 1.21
*
+ * @note on Windows, vpath like ~bob/foo is not supported.
+ *
*/
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.
*