eolian: move eina types to namespaced syntax

This commit is contained in:
Daniel Kolesa 2014-07-21 16:30:23 +01:00
parent 6079270c96
commit 3798eb2f99
17 changed files with 39 additions and 39 deletions

View File

@ -29,7 +29,7 @@ class Ecore_Audio_Out (Ecore_Audio)
Returns the list of all attached inputs
@since 1.8 */
return Eina_List *; /*An @ref Eina_List of the inputs that are attached to the output*/
return Eina.List *; /*An @ref Eina_List of the inputs that are attached to the output*/
}
}
implements {

View File

@ -251,7 +251,7 @@ class Edje.Object (Evas.Smart_Clipped)
return bool;
}
values {
const(Eina_File)* file; /*@ The Eina_File pointing to the EDJ file to load @p from */
const(Eina.File)* file; /*@ The Eina.File pointing to the EDJ file to load @p from */
const(char)* group; /*@ The name of the group, in @p file, which implements an
Edje object */
}
@ -442,7 +442,7 @@ class Edje.Object (Evas.Smart_Clipped)
@return A list all accessibility part names on @p obj
@since 1.7.0 */
return Eina_List *;
return Eina.List *;
}
}
load_error {
@ -1270,7 +1270,7 @@ class Edje.Object (Evas.Smart_Clipped)
rectangles. */
const;
return const(Eina_List)*;
return const(Eina.List)*;
params {
@in const(char)* part; /*@ The part name */
@in const(char)* anchor; /*@ The anchor name */
@ -2302,7 +2302,7 @@ class Edje.Object (Evas.Smart_Clipped)
This function returns a list of char anchor names. */
const;
return const(Eina_List)*;
return const(Eina.List)*;
params {
@in const(char)* part; /*@ The part name */
}
@ -2447,7 +2447,7 @@ class Edje.Object (Evas.Smart_Clipped)
This function returns a list of char item names. */
const;
return const(Eina_List)*;
return const(Eina.List)*;
params {
@in const(char)* part; /*@ The part name */
}

View File

@ -164,7 +164,7 @@ callbacks of the same priority are called in reverse order of creation. */
}
children_iterator_new {
/*@ Get an iterator on all childrens */
return Eina_Iterator *;
return Eina.Iterator *;
}
}
implements {

View File

@ -79,7 +79,7 @@ class Evas_3D_Node (Evas_3D_Object, Evas.Common_Interface)
@ingroup Evas_3D_Node
*/
const;
return const(Eina_List)*;
return const(Eina.List)*;
}
position_set {
@ -327,7 +327,7 @@ class Evas_3D_Node (Evas_3D_Object, Evas.Common_Interface)
@ingroup Evas_3D_Node
*/
const;
return const(Eina_List)*;
return const(Eina.List)*;
}
bounding_box_get{

View File

@ -111,7 +111,7 @@ class Evas_3D_Scene (Evas_3D_Object, Evas.Common_Interface)
@ingroup Evas_3D_Scene
*/
const;
return Eina_List *;
return Eina.List *;
params {
@in Evas_Real x; /*@ X coordinate of the picking position. */
@in Evas_Real y; /*@ Y coordinate of the picking position. */

View File

@ -79,7 +79,7 @@ class Evas.Box (Evas.Smart_Clipped)
values {
Evas_Object_Box_Layout cb @nonull; /*@ The new layout function to set on @p o. */
const(void)* data; /*@ Data pointer to be passed to @p cb. */
Eina_Free_Cb free_data; /*@ Function to free @p data, if need be. */
Eina.Free_Cb free_data; /*@ Function to free @p data, if need be. */
}
}
}
@ -276,7 +276,7 @@ class Evas.Box (Evas.Smart_Clipped)
@note Do @b not remove or delete objects while walking the list. */
const;
return Eina_Iterator * @warn_unused;
return Eina.Iterator * @warn_unused;
}
add_to {
/*@
@ -369,7 +369,7 @@ class Evas.Box (Evas.Smart_Clipped)
@note Do not remove or delete objects while walking the list. */
const;
return Eina_Accessor * @warn_unused;
return Eina.Accessor * @warn_unused;
}
internal_append {
/*@ No description supplied by the EAPI. */

View File

@ -579,7 +579,7 @@ class Evas.Canvas (Eo.Base, Evas.Common_Interface)
It will not append to the list pass events as hidden objects.
Call eina_list_free on the returned list after usage. */
return Eina_List * @warn_unused;
return Eina.List * @warn_unused;
params {
@in Evas_Object *stop; /*@ An Evas Object where to stop searching. */
@in int x; /*@ The horizontal coordinate of the position. */
@ -799,7 +799,7 @@ class Evas.Canvas (Eo.Base, Evas.Common_Interface)
object parenting. */
const;
return Eina_List * @warn_unused;
return Eina.List * @warn_unused;
params {
@in Evas_Coord x; /*@ The horizontal coordinate of the position */
@in Evas_Coord y; /*@ The vertical coordinate of the position */
@ -1113,11 +1113,11 @@ class Evas.Canvas (Eo.Base, Evas.Common_Interface)
@ingroup Evas_Font_Group */
const;
return Eina_List * @warn_unused;
return Eina.List * @warn_unused;
}
objects_in_rectangle_get {
const;
return Eina_List * @warn_unused;
return Eina.List * @warn_unused;
params {
@in Evas_Coord x;
@in Evas_Coord y;
@ -1274,7 +1274,7 @@ class Evas.Canvas (Eo.Base, Evas.Common_Interface)
@ingroup Evas_Font_Path_Group */
const;
return const(Eina_List)* @warn_unused;
return const(Eina.List)* @warn_unused;
}
image_cache_reload {
/*@
@ -1332,7 +1332,7 @@ class Evas.Canvas (Eo.Base, Evas.Common_Interface)
Force immediate renderization of the given Evas canvas.
@return A newly allocated list of updated rectangles of the canvas
(@c Eina_Rectangle structs). Free this list with
(@c Eina.Rectangle structs). Free this list with
evas_render_updates_free().
This function forces an immediate renderization update of the given
@ -1356,7 +1356,7 @@ class Evas.Canvas (Eo.Base, Evas.Common_Interface)
@ingroup Evas_Canvas */
return Eina_List * @warn_unused;
return Eina.List * @warn_unused;
}
image_cache_flush {
/*@

View File

@ -53,7 +53,7 @@ class Evas.Grid (Evas.Smart_Clipped)
It's possible to remove objects from the grid when walking this
list, but these removals won't be reflected on it.
@since 1.1 */
return Eina_List * @warn_unused;
return Eina.List * @warn_unused;
}
}
}
@ -66,7 +66,7 @@ class Evas.Grid (Evas.Smart_Clipped)
@since 1.1 */
const;
return Eina_Accessor * @warn_unused;
return Eina.Accessor * @warn_unused;
}
clear {
/*@
@ -86,7 +86,7 @@ class Evas.Grid (Evas.Smart_Clipped)
@since 1.1 */
const;
return Eina_Iterator * @warn_unused;
return Eina.Iterator * @warn_unused;
}
add_to {
/*@

View File

@ -788,7 +788,7 @@ class Evas.Image (Evas.Object)
@since 1.10 */
}
values {
const(Eina_File)* f; /*@ The mmaped file */
const(Eina.File)* f; /*@ The mmaped file */
const(char)* key; /*@ The image key in @p file (if its an Eet one), or @c
NULL, otherwise. */
}

View File

@ -1171,7 +1171,7 @@ abstract Evas.Object (Eo.Base, Evas.Common_Interface)
clipper = evas_object_clip_get(obj);
if (clipper)
{
Eina_List *clippees, *l;
Eina.List *clippees, *l;
Evas_Object *obj_tmp;
clippees = evas_object_clipees_get(clipper);
@ -1180,7 +1180,7 @@ abstract Evas.Object (Eo.Base, Evas.Common_Interface)
evas_object_show(obj_tmp);
}
@endcode */
return const(Eina_List)* @warn_unused;
return const(Eina.List)* @warn_unused;
}
}
smart_parent {

View File

@ -102,7 +102,7 @@ class Evas.Object_Smart (Evas.Object, Evas.Signal_Interface)
@see evas_object_smart_member_add()
@see evas_object_smart_member_del()
@see evas_object_smart_iterator_new() */
return Eina_List * @warn_unused;
return Eina.List * @warn_unused;
}
}
smart {
@ -216,7 +216,7 @@ class Evas.Object_Smart (Evas.Object, Evas.Signal_Interface)
@see evas_object_smart_members_get() */
const;
return Eina_Iterator * @warn_unused;
return Eina.Iterator * @warn_unused;
}
callback_description_find {
/*@

View File

@ -130,7 +130,7 @@ class Evas.Table (Evas.Smart_Clipped)
It's up to the user to destroy it when it no longer needs it.
It's possible to remove objects from the table when walking this
list, but these removals won't be reflected on it. */
return Eina_List * @warn_unused;
return Eina.List * @warn_unused;
}
}
child {
@ -165,7 +165,7 @@ class Evas.Table (Evas.Smart_Clipped)
@note Do not remove or delete objects while walking the list. */
const;
return Eina_Accessor * @warn_unused;
return Eina.Accessor * @warn_unused;
}
iterator_new {
/*@
@ -174,7 +174,7 @@ class Evas.Table (Evas.Smart_Clipped)
@note Do not remove or delete objects while walking the list. */
const;
return Eina_Iterator * @warn_unused;
return Eina.Iterator * @warn_unused;
}
add_to {
/*@

View File

@ -254,7 +254,7 @@ class Evas.Textblock (Evas.Object)
/*@ No description supplied by the EAPI. */
const;
legacy evas_textblock_node_format_list_get;
return const(Eina_List)*;
return const(Eina.List)*;
params {
@in const(char)* anchor;
}

View File

@ -2,12 +2,12 @@ class Complex_Type {
properties {
a {
set {
return own(Eina_List*)<Eina_Array*<own(Eo**)>>;
return own(Eina.List*)<Eina.Array*<own(Eo**)>>;
}
get {
}
values {
own(Eina_List*)<int> value;
own(Eina.List*)<int> value;
}
}
}
@ -16,7 +16,7 @@ class Complex_Type {
params {
own(char*) buf;
}
return own(Eina_List*)<Eina_Stringshare *>; /*@ comment for method return */
return own(Eina.List*)<Eina.Stringshare *>; /*@ comment for method return */
}
}
}

View File

@ -21,7 +21,7 @@ class Object (Base) {
const(char)* part;
}
values {
own(Eina_List*)<int> value;
own(Eina.List*)<int> value;
}
}
b {
@ -31,7 +31,7 @@ class Object (Base) {
/* set as virtual pure - no implementation expected */
}
values {
own(Eina_List*)<int> value;
own(Eina.List*)<int> value;
}
}
}

View File

@ -7,7 +7,7 @@ class Object (Base) {
/* set as virtual pure - no implementation expected */
}
values {
own(Eina_List*)<int> value;
own(Eina.List*)<int> value;
}
}
}

View File

@ -1,5 +1,5 @@
type Evas_Coord: int; /* Simple type definition */
type List_Objects: own(Eina_List*)< Eo *>; /* A little more complex */
type List_Objects: own(Eina.List*)< Eo *>; /* A little more complex */
class Dummy {
methods {