/*@ Return a iterator with all views of application. */
}
values {
- Eina_Iterator *ret; /*@ the iterator with all views, must be freed after use */
+ iterator *ret; /*@ the iterator with all views, must be freed after use */
}
}
package {
/*@ Return a iterator with all views of application */
}
values {
- Eina_Iterator *ret; /*@ Iterator with all views of application, you must free iterator after use */
+ iterator *ret; /*@ Iterator with all views of application, you must free iterator after use */
}
}
path {
/*@
Retrieve a list of the objects packed into the box
- Returns a new @c Eina_List with a pointer to @c Evas_Object in its nodes.
+ Returns a new @c list with a pointer to @c Evas_Object in its nodes.
The order of the list corresponds to the packing order the box uses.
You must free this list with eina_list_free() once you are done with it.
/*@
Get a list of all the calendar marks.
- @return An @c Eina_List of calendar marks objects, or @c NULL on failure.
+ @return A @c list of calendar marks objects, or @c NULL on failure.
@see elm_calendar_mark_add()
@see elm_calendar_mark_del()
@see elm_calendar_marks_clear()
@ingroup Calendar */
- return: const(Eina_List)*;
+ return: const(list)*;
}
}
}
@since 1.9
@ingroup Colorselector */
- return: const(Eina_List)*;
+ return: const(list)*;
}
}
palette_selected_item {
/*@ No description supplied by the EAPI. */
}
values {
- Eina_List *ret; /*@ Eina_List */
+ list *ret; /*@ list */
}
}
}
call to this function when changes happen.
@ingroup Ctxpopup */
- return: const(Eina_List)*;
+ return: const(list)*;
}
}
first_item {
@since 1.8
@ingroup Dayselector */
- return: Eina_List *;
+ return: list *;
}
day_selected_set {
/*@
/*@
Get a list of all the diskselector items.
- @return An @c Eina_List of diskselector items, #Elm_Object_Item,
+ @return A @c list of diskselector items, #Elm_Object_Item,
or @c NULL on failure.
@see elm_diskselector_item_append()
@see elm_diskselector_clear()
@ingroup Diskselector */
- return: const(Eina_List)*;
+ return: const(list)*;
}
}
last_item {
call to this function when changes happen.
@ingroup Flipselector */
- return: const(Eina_List)*;
+ return: const(list)*;
}
}
first_item {
@see elm_gengrid_realized_items_update()
@ingroup Gengrid */
- return: Eina_List *;
+ return: list *;
}
}
first_item {
@see elm_gengrid_selected_item_get()
@ingroup Gengrid */
- return: const(Eina_List)*;
+ return: const(list)*;
}
}
last_item {
@see elm_genlist_realized_items_update()
@ingroup Genlist */
- return: Eina_List *;
+ return: list *;
}
}
selected_items {
@see elm_genlist_selected_item_get()
@ingroup Genlist */
- return: const(Eina_List)*;
+ return: const(list)*;
}
}
last_item {
list, but these removals won't be reflected on it.
@ingroup Grid */
- return: Eina_List *;
+ return: list *;
}
}
}
@see elm_hoversel_item_add()
@ingroup Hoversel */
- return: const(Eina_List)*;
+ return: const(list)*;
}
}
}
elements Should be free by a user. */
}
values {
- Eina_List *relations;
+ list *relations;
}
}
role @protected {
/*@ Gets widget's accessible children. */
}
values {
- Eina_List *children;
+ list *children;
}
}
role_name @protected {
attributes. Must be free by a user. */
}
values {
- Eina_List *attributes;
+ list *attributes;
}
}
index_in_parent @protected {
/*@ Get list of available widget actions */
}
values {
- Eina_List *actions; /*@ contains statically allocated strings */
+ list *actions; /*@ contains statically allocated strings */
}
}
}
int *end_offset;
}
values {
- own(Eina_List*) attributes;
+ own(list*) attributes;
}
}
default_attributes @protected {
get {
}
values {
- own(Eina_List*) attributes;
+ own(list*) attributes;
}
}
character_extents @protected {
Elm_Atspi_Text_Clip_Type yclip;
}
values {
- Eina_List *ranges;
+ list *ranges;
}
}
range_extents @protected {
/*@ Get a list of selected paths in the fileselector. */
}
values {
- const(Eina_List)* ret;
+ const(list)* ret;
}
}
}
/*@
Get a list of all the list items.
- @return An @c Eina_List of list items, #Elm_Object_Item,
+ @return A @c list of list items, #Elm_Object_Item,
or @c NULL on failure.
@see elm_list_item_append()
@see elm_list_clear()
@ingroup List */
- return: const(Eina_List)*;
+ return: const(list)*;
}
}
first_item {
/*@
Return a list of the currently selected list items.
- @return An @c Eina_List of list items, #Elm_Object_Item,
+ @return An @c list of list items, #Elm_Object_Item,
or @c NULL on failure.
Multiple items can be selected if multi select is enabled. It can be
@see elm_list_multi_select_set()
@ingroup List */
- return: const(Eina_List)*;
+ return: const(list)*;
}
}
last_item {
@since 1.7
@ingroup Map */
- return: Eina_List *;
+ return: list *;
}
}
tile_load_status {
/*@
@brief Returns a list of @p item's items.
- @return An Eina_List* of @p item's items
+ @return An list* of @p item's items
@ingroup Menu */
- return: const(Eina_List)*;
+ return: const(list)*;
}
}
first_item {
@return The list of items, or NULL if none
@ingroup Multibuttonentry */
- return: const(Eina_List)*;
+ return: const(list)*;
}
}
first_item {
/*@
@brief Get a list of all the naviframe items.
- @return An Eina_List of naviframe items, #Elm_Object_Item,
+ @return A list of naviframe items, #Elm_Object_Item,
or @c NULL on failure.
@note The returned list MUST be freed.
@ingroup Naviframe */
- return: Eina_List * @warn_unused;
+ return: list * @warn_unused;
}
}
top_item {
call to this function when changes happen.
@ingroup Slideshow */
- return: const(Eina_List)*;
+ return: const(list)*;
}
}
transitions {
@see elm_slideshow_transition_set()
@ingroup Slideshow */
- return: const(Eina_List)*;
+ return: const(list)*;
}
}
count {
@see elm_slideshow_layout_set()
@ingroup Slideshow */
- return: const(Eina_List)*;
+ return: const(list)*;
}
}
}
objs: const;
}
values {
- Eina_List *objs;
+ list *objs;
}
}
can_focus {
/*@
Function to operate on a given widget's scrollabe children when necessary.
@warning free the returned list with eina_list_free(). */
- return: Eina_List *;
+ return: list *;
}
}
scroll_hold {
can_focus_child_list {
get {
/*@ No description supplied by the EAPI. */
- return: Eina_List *;
+ return: list *;
}
}
focused_item {
return: bool;
params {
@in const(Evas_Object)* base;
- @in const(Eina_List)* items;
+ @in const(list)* items;
@in list_data_get_func_type list_data_get;
@in double degree;
@out Evas_Object *direction;
/*@ No description supplied by the EAPI. */
return: bool;
params {
- @in const(Eina_List)* items;
+ @in const(list)* items;
@in list_data_get_func_type list_data_get;
@in Elm_Focus_Direction dir;
@out Evas_Object *next;