Eo types: Fix Eina.Stringshare's namespace.

This commit is contained in:
Tom Hacohen 2015-06-01 14:03:04 +01:00
parent 86e2e52baa
commit 6df0af6b4e
2 changed files with 2 additions and 2 deletions

View 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;

View 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. */
}