efl_loop: remove pointers

This commit is contained in:
Daniel Kolesa 2016-11-03 17:01:31 +01:00
parent 792c1f2308
commit d773f33612
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ class Efl.Loop (Efl.Object)
]] ]]
get {} get {}
values { values {
version: const(Efl.Version)*; version: ptr(const(Efl.Version));
} }
} }
@property efl_version { @property efl_version {
@ -43,7 +43,7 @@ class Efl.Loop (Efl.Object)
]] ]]
get {} get {}
values { values {
version: const(Efl.Version)*; version: ptr(const(Efl.Version));
} }
} }
iterate { iterate {