From 4104f5c37dcea0ccf1f0323aba197f5fb2b905d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Thu, 28 Nov 2013 16:04:09 +0100 Subject: =?UTF-8?q?test=20data:=20return=20=3D=20=E2=80=A6;=20->=20return?= =?UTF-8?q?=20=E2=80=A6;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/03_properties.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/03_properties.c b/data/03_properties.c index 3ed9f9b..4b0b11c 100644 --- a/data/03_properties.c +++ b/data/03_properties.c @@ -17,12 +17,12 @@ Evas_object { }; set { /*@ sets the hints for an object's maximum size. */ - return = void; /*@ nothing to say for void */ + return void; /*@ nothing to say for void */ legacy { evas_object_size_hint_max_set }; }; get { /*@ gets the hints for an object's maximum size. */ - return = void; + return void; legacy { evas_object_size_hint_max_get }; }; }; @@ -33,19 +33,19 @@ Evas_object { visible { params { - const Evas_Object *obj; /*@ */ + const Evas_Object *obj; /*@ */ }; get { /*@ Retrieves whether or not the given Evas object is visible. */ - return = Eina_Bool; /*@ EINA_TRUE if the object is visible, @c EINA_FALSE otherwise. */ + return Eina_Bool; /*@ EINA_TRUE if the object is visible, @c EINA_FALSE otherwise. */ legacy { evas_object_visible_get }; }; }; below_get { get { - /*@ Get the Evas object stacked right below the object*/ - return = Evas_Object *; /*@ returns the object below */ + /*@ Get the Evas object stacked right below the object */ + return Evas_Object *; /*@ returns the object below */ }; }; -- cgit v1.1-2-g2b99