Eo types: Fix Eina.Stringshare's namespace.
authorTom Hacohen <tom@stosb.com>
Mon, 1 Jun 2015 13:03:04 +0000 (14:03 +0100)
committerTom Hacohen <tom@stosb.com>
Mon, 1 Jun 2015 13:03:04 +0000 (14:03 +0100)
src/lib/eo/eina_types.eot
src/lib/eo/eo_base.eo

index 4340cc3..070d55d 100644 (file)
@@ -1,6 +1,6 @@
 /* FIXME: Move to Eina when we decide they are handled properly. */
-type @extern Eina_Stringshare: const(char) *;
 struct @extern Eina_Rectangle {
+type @extern Eina.Stringshare: const(char) *;
     x: int;
     y: int;
     w: int;
index 546a61d..d2753a5 100644 (file)
@@ -25,7 +25,7 @@ struct Eo.Dbg_Info {
      /*@
       * The structure for the debug info used by Eo.
       */
-     name: Eina_Stringshare *; /*@< The name of the part (stringshare). */
+     name: Eina.Stringshare *; /*@< The name of the part (stringshare). */
      value: generic_value; /*@< The value. */
 }