make notes about wayland stuff being experimental. we cant really back
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 26 Apr 2012 03:42:41 +0000 (03:42 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 26 Apr 2012 03:42:41 +0000 (03:42 +0000)
it until wayland itself is stable. warnings. lets hope it all works
out fine in the end.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70486 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

README
src/lib/ecore_wayland/Ecore_Wayland.h

diff --git a/README b/README
index c902528..7d104de 100644 (file)
--- a/README
+++ b/README
@@ -91,3 +91,8 @@ doesn't use an asynchronous dns resolver. Since Curl 7.21.0, you can use the
 native dns resolver asynchronously by turning  --enable-threaded-resolver
 on during configure time. For older version, C-Ares is the way to solve that
 issue (see: http://c-ares.haxx.se/ ).
+
+Also the wayland supoprt (ecore_wayland) is considered experimental as
+wayland itself is still unstable and liable to change core protocol.
+If you use this api, it is possible it will break in future, until this
+notice is removed.
index 128d270..1bc1705 100644 (file)
@@ -1,6 +1,12 @@
 #ifndef _ECORE_WAYLAND_H_
 # define _ECORE_WAYLAND_H_
 
+/*
+ * Wayland supoprt is considered experimental as wayland itself is still
+ * unstable and liable to change core protocol. If you use this api, it is
+ * possible it will break in future, until this notice is removed.
+ */
+
 # include <Eina.h>
 # include <wayland-client.h>