move all eo files to new builtin bool type

This commit is contained in:
Daniel Kolesa 2014-07-11 14:44:47 +01:00
parent 6930871d6f
commit 815acbc305
67 changed files with 356 additions and 356 deletions

View File

@ -20,7 +20,7 @@ class Elm_Ctxpopup (Elm_Layout)
@ingroup Ctxpopup */ @ingroup Ctxpopup */
} }
values { values {
Eina_Bool horizontal; /*@ @c EINA_TRUE for horizontal mode, @c EINA_FALSE for vertical */ bool horizontal; /*@ @c EINA_TRUE for horizontal mode, @c EINA_FALSE for vertical */
} }
} }
auto_hide_disabled { auto_hide_disabled {
@ -53,7 +53,7 @@ class Elm_Ctxpopup (Elm_Layout)
@ingroup Ctxpopup */ @ingroup Ctxpopup */
} }
values { values {
Eina_Bool disabled; /*@ auto hide enable/disable. */ bool disabled; /*@ auto hide enable/disable. */
} }
} }
hover_parent { hover_parent {

View File

@ -29,7 +29,7 @@ class Elm_Fileselector (Elm_Layout, Elm_Interface_Fileselector)
@ingroup Fileselector */ @ingroup Fileselector */
} }
values { values {
Eina_Bool visible; /*@ @c EINA_TRUE to show buttons, @c EINA_FALSE to hide. */ bool visible; /*@ @c EINA_TRUE to show buttons, @c EINA_FALSE to hide. */
} }
} }
} }

View File

@ -29,7 +29,7 @@ class Elm_Fileselector_Button (Elm_Button, Elm_Interface_Fileselector)
@ingroup File_Selector_Button */ @ingroup File_Selector_Button */
} }
values { values {
Eina_Bool value; /*@ @c EINA_TRUE to make it use an inner window, @c bool value; /*@ @c EINA_TRUE to make it use an inner window, @c
EINA_FALSE to make it use a dedicated window */ EINA_FALSE to make it use a dedicated window */
} }
} }

View File

@ -29,7 +29,7 @@ class Elm_Fileselector_Entry (Elm_Layout, Elm_Interface_Fileselector)
@ingroup File_Selector_Entry */ @ingroup File_Selector_Entry */
} }
values { values {
Eina_Bool value; /*@ @c EINA_TRUE to make it use an inner window, @c bool value; /*@ @c EINA_TRUE to make it use an inner window, @c
EINA_FALSE to make it use a dedicated window */ EINA_FALSE to make it use a dedicated window */
} }
} }

View File

@ -23,7 +23,7 @@ class Elm_Hoversel (Elm_Button, Evas.Selectable_Interface)
@ingroup Hoversel */ @ingroup Hoversel */
} }
values { values {
Eina_Bool horizontal; /*@ If true, the hover will expand horizontally to the bool horizontal; /*@ If true, the hover will expand horizontally to the
right. */ right. */
} }
} }
@ -63,7 +63,7 @@ class Elm_Hoversel (Elm_Button, Evas.Selectable_Interface)
@c EINA_FALSE if it is not expanded. @c EINA_FALSE if it is not expanded.
@ingroup Hoversel */ @ingroup Hoversel */
return Eina_Bool; return bool;
} }
} }
items { items {

View File

@ -22,7 +22,7 @@ class Elm_Multibuttonentry (Elm_Layout)
@since 1.7 */ @since 1.7 */
} }
values { values {
Eina_Bool editable; /*@ If @c EINA_TRUE, user can add/delete item in multibuttonentry, if not, the multibuttonentry is non-editable. */ bool editable; /*@ If @c EINA_TRUE, user can add/delete item in multibuttonentry, if not, the multibuttonentry is non-editable. */
} }
} }
expanded { expanded {
@ -45,7 +45,7 @@ class Elm_Multibuttonentry (Elm_Layout)
@ingroup Multibuttonentry */ @ingroup Multibuttonentry */
} }
values { values {
Eina_Bool expanded; /*@ the value of expanded state. bool expanded; /*@ the value of expanded state.
Set this to @c EINA_TRUE for expanded state. Set this to @c EINA_TRUE for expanded state.
Set this to EINA_FALSE for single line state. */ Set this to EINA_FALSE for single line state. */
} }

View File

@ -30,7 +30,7 @@ class Elm_Naviframe (Elm_Layout)
@ingroup Naviframe */ @ingroup Naviframe */
} }
values { values {
Eina_Bool enabled; /*@ Events are received when enabled is @c EINA_TRUE, and bool enabled; /*@ Events are received when enabled is @c EINA_TRUE, and
ignored otherwise. */ ignored otherwise. */
} }
} }
@ -54,7 +54,7 @@ class Elm_Naviframe (Elm_Layout)
@ingroup Naviframe */ @ingroup Naviframe */
} }
values { values {
Eina_Bool preserve; /*@ Enable the preserve mode if @c EINA_TRUE, disable otherwise */ bool preserve; /*@ Enable the preserve mode if @c EINA_TRUE, disable otherwise */
} }
} }
prev_btn_auto_pushed { prev_btn_auto_pushed {
@ -79,7 +79,7 @@ class Elm_Naviframe (Elm_Layout)
@ingroup Naviframe */ @ingroup Naviframe */
} }
values { values {
Eina_Bool auto_pushed; /*@ If @c EINA_TRUE, the previous button(back button) will bool auto_pushed; /*@ If @c EINA_TRUE, the previous button(back button) will
be created internally when you pass the @c NULL to the prev_btn be created internally when you pass the @c NULL to the prev_btn
parameter in elm_naviframe_item_push */ parameter in elm_naviframe_item_push */
} }

View File

@ -49,7 +49,7 @@ class Elm_Popup (Elm_Layout)
@note By default the Blocked event area is present */ @note By default the Blocked event area is present */
} }
values { values {
Eina_Bool allow; /*@ @c EINA_TRUE Events are passed to lower objects, else not */ bool allow; /*@ @c EINA_TRUE Events are passed to lower objects, else not */
} }
} }
content_text_wrap_type { content_text_wrap_type {

View File

@ -42,7 +42,7 @@ class Elm_App_Client_View (Eo.Base)
values { values {
uint w; /*@ icon width */ uint w; /*@ icon width */
uint h; /*@ icon height */ uint h; /*@ icon height */
Eina_Bool has_alpha; /*@ if icon have alpha channel */ bool has_alpha; /*@ if icon have alpha channel */
const(uchar)* pixels; /*@ uchar array, with all bytes of icon */ const(uchar)* pixels; /*@ uchar array, with all bytes of icon */
} }
} }

View File

@ -53,7 +53,7 @@ class Elm_App_Server (Eo.Base)
values { values {
uint w; uint w;
uint h; uint h;
Eina_Bool has_alpha; bool has_alpha;
const(uchar)* pixels; const(uchar)* pixels;
} }
} }
@ -67,7 +67,7 @@ class Elm_App_Server (Eo.Base)
params { params {
@in const(char)* id; /*@ view identifier */ @in const(char)* id; /*@ view identifier */
} }
return Eina_Bool; /* @c EINA_TRUE if id is valid or @c EINA_FALSE if not */ return bool; /* @c EINA_TRUE if id is valid or @c EINA_FALSE if not */
} }
view_add { view_add {
/*@ Add a view to elm_app_server. This should only be used if the application open a view that was not requested by create_view_cb. */ /*@ Add a view to elm_app_server. This should only be used if the application open a view that was not requested by create_view_cb. */

View File

@ -85,7 +85,7 @@ class Elm_App_Server_View (Eo.Base)
values { values {
uint w; uint w;
uint h; uint h;
Eina_Bool has_alpha; bool has_alpha;
const(uchar)* pixels; const(uchar)* pixels;
} }
} }

View File

@ -94,7 +94,7 @@ class Elm_Bg (Elm_Layout)
that method on this object. that method on this object.
@ingroup Bg */ @ingroup Bg */
return Eina_Bool; return bool;
} }
get { get {
/*@ /*@

View File

@ -23,7 +23,7 @@ class Elm_Box (Elm_Widget)
@ingroup Box */ @ingroup Box */
} }
values { values {
Eina_Bool homogeneous; /*@ The homogeneous flag */ bool homogeneous; /*@ The homogeneous flag */
} }
} }
align { align {
@ -71,7 +71,7 @@ class Elm_Box (Elm_Widget)
@return @c EINA_TRUE if the box is set to horizontal mode, @c EINA_FALSE otherwise */ @return @c EINA_TRUE if the box is set to horizontal mode, @c EINA_FALSE otherwise */
} }
values { values {
Eina_Bool horizontal; /*@ The horizontal flag (@c EINA_TRUE = horizontal, bool horizontal; /*@ The horizontal flag (@c EINA_TRUE = horizontal,
@c EINA_FALSE = vertical) */ @c EINA_FALSE = vertical) */
} }
} }

View File

@ -83,7 +83,7 @@ class Elm_Button (Elm_Layout, Evas.Clickable_Interface,
@ingroup Button */ @ingroup Button */
} }
values { values {
Eina_Bool on; /*@ A bool to turn on/off the event */ bool on; /*@ A bool to turn on/off the event */
} }
} }
admits_autorepeat { admits_autorepeat {
@ -92,7 +92,7 @@ class Elm_Button (Elm_Layout, Evas.Clickable_Interface,
legacy null; legacy null;
} }
values { values {
Eina_Bool ret; bool ret;
} }
} }
} }

View File

@ -287,7 +287,7 @@ class Elm_Calendar (Elm_Layout)
@ingroup Calendar */ @ingroup Calendar */
const; const;
return Eina_Bool; return bool;
params { params {
@inout struct tm selected_time; /*@ A @b tm struct to point to selected date */ @inout struct tm selected_time; /*@ A @b tm struct to point to selected date */
} }
@ -387,7 +387,7 @@ class Elm_Calendar (Elm_Layout)
@since 1.8 */ @since 1.8 */
const; const;
return Eina_Bool; return bool;
params { params {
@inout struct tm displayed_time; /*@ A @b tm struct to point to displayed date */ @inout struct tm displayed_time; /*@ A @b tm struct to point to displayed date */
} }

View File

@ -22,7 +22,7 @@ class Elm_Check (Elm_Layout, Elm_Interface_Atspi_Widget_Action)
@ingroup Check */ @ingroup Check */
} }
values { values {
Eina_Bool state; /*@ The state to use (1 == on, 0 == off) */ bool state; /*@ The state to use (1 == on, 0 == off) */
} }
} }
state_pointer { state_pointer {
@ -40,7 +40,7 @@ class Elm_Check (Elm_Layout, Elm_Interface_Atspi_Widget_Action)
@ingroup Check */ @ingroup Check */
} }
values { values {
Eina_Bool *statep; /*@ Pointer to the boolean to modify */ bool *statep; /*@ Pointer to the boolean to modify */
} }
} }
} }

View File

@ -33,7 +33,7 @@ class Elm_Clock (Elm_Layout)
@ingroup Clock */ @ingroup Clock */
} }
values { values {
Eina_Bool am_pm; /*@ @c EINA_TRUE to put it in am/pm mode, @c EINA_FALSE bool am_pm; /*@ @c EINA_TRUE to put it in am/pm mode, @c EINA_FALSE
to military mode */ to military mode */
} }
} }
@ -104,7 +104,7 @@ class Elm_Clock (Elm_Layout)
@ingroup Clock */ @ingroup Clock */
} }
values { values {
Eina_Bool seconds; /*@ @c EINA_TRUE to show seconds, @c EINA_FALSE otherwise */ bool seconds; /*@ @c EINA_TRUE to show seconds, @c EINA_FALSE otherwise */
} }
} }
edit { edit {
@ -141,7 +141,7 @@ class Elm_Clock (Elm_Layout)
@ingroup Clock */ @ingroup Clock */
} }
values { values {
Eina_Bool edit; /*@ @c EINA_TRUE to put it in edition, @c EINA_FALSE to bool edit; /*@ @c EINA_TRUE to put it in edition, @c EINA_FALSE to
put it back to "displaying only" mode */ put it back to "displaying only" mode */
} }
} }
@ -171,7 +171,7 @@ class Elm_Clock (Elm_Layout)
@since 1.9 */ @since 1.9 */
} }
values { values {
Eina_Bool paused; /*@ @c EINA_TRUE to pause clock, @c EINA_FALSE otherwise */ bool paused; /*@ @c EINA_TRUE to pause clock, @c EINA_FALSE otherwise */
} }
} }
time { time {

View File

@ -20,7 +20,7 @@ class Elm_Container (Elm_Widget)
@in const(char)* name; @in const(char)* name;
@in Evas_Object *content; @in Evas_Object *content;
} }
return Eina_Bool; return bool;
} }
content_get { content_get {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */

View File

@ -148,7 +148,7 @@ class Elm_Datetime (Elm_Layout)
@see elm_datetime_value_min_get() @see elm_datetime_value_min_get()
@ingroup Datetime */ @ingroup Datetime */
return Eina_Bool; return bool;
params { params {
@in const(struct tm)* mintime; /*@ Time structure containing the minimum time value. */ @in const(struct tm)* mintime; /*@ Time structure containing the minimum time value. */
} }
@ -174,7 +174,7 @@ class Elm_Datetime (Elm_Layout)
@ingroup Datepicker */ @ingroup Datepicker */
const; const;
return Eina_Bool; return bool;
params { params {
@inout struct tm mintime; /*@ Time structure. */ @inout struct tm mintime; /*@ Time structure. */
} }
@ -200,7 +200,7 @@ class Elm_Datetime (Elm_Layout)
@see elm_datetime_value_set() @see elm_datetime_value_set()
@ingroup Datetime */ @ingroup Datetime */
return Eina_Bool; return bool;
params { params {
@in const(struct tm)* newtime; /*@ Time structure filled with values to be set. */ @in const(struct tm)* newtime; /*@ Time structure filled with values to be set. */
} }
@ -226,7 +226,7 @@ class Elm_Datetime (Elm_Layout)
@ingroup Datetime */ @ingroup Datetime */
const; const;
return Eina_Bool; return bool;
params { params {
@inout struct tm currtime; /*@ Time structure. */ @inout struct tm currtime; /*@ Time structure. */
} }
@ -248,7 +248,7 @@ class Elm_Datetime (Elm_Layout)
params { params {
@in Elm_Datetime_Field_Type fieldtype; /*@ Type of the field. ELM_DATETIME_YEAR etc. */ @in Elm_Datetime_Field_Type fieldtype; /*@ Type of the field. ELM_DATETIME_YEAR etc. */
@in Eina_Bool visible; /*@ @c EINA_TRUE field can be visible, @c EINA_FALSE otherwise. */ @in bool visible; /*@ @c EINA_TRUE field can be visible, @c EINA_FALSE otherwise. */
} }
} }
field_visible_get { field_visible_get {
@ -261,7 +261,7 @@ class Elm_Datetime (Elm_Layout)
@ingroup Datetime */ @ingroup Datetime */
const; const;
return Eina_Bool; return bool;
params { params {
@in Elm_Datetime_Field_Type fieldtype; /*@ Type of the field. ELM_DATETIME_YEAR etc */ @in Elm_Datetime_Field_Type fieldtype; /*@ Type of the field. ELM_DATETIME_YEAR etc */
} }
@ -286,7 +286,7 @@ class Elm_Datetime (Elm_Layout)
@see elm_datetime_value_max_get() @see elm_datetime_value_max_get()
@ingroup Datetime */ @ingroup Datetime */
return Eina_Bool; return bool;
params { params {
@in const(struct tm)* maxtime; /*@ Time structure containing the maximum time value. */ @in const(struct tm)* maxtime; /*@ Time structure containing the maximum time value. */
} }
@ -312,7 +312,7 @@ class Elm_Datetime (Elm_Layout)
@ingroup Datetime */ @ingroup Datetime */
const; const;
return Eina_Bool; return bool;
params { params {
@inout struct tm maxtime; /*@ Time structure containing the maximum time value. */ @inout struct tm maxtime; /*@ Time structure containing the maximum time value. */
} }

View File

@ -140,7 +140,7 @@ class Elm_Dayselector (Elm_Layout)
params { params {
@in Elm_Dayselector_Day day; /*@ Dayselector_Day that the user want to set state. */ @in Elm_Dayselector_Day day; /*@ Dayselector_Day that the user want to set state. */
@in Eina_Bool selected; /*@ state of the day. @c EINA_TRUE is selected. */ @in bool selected; /*@ state of the day. @c EINA_TRUE is selected. */
} }
} }
day_selected_get { day_selected_get {
@ -155,7 +155,7 @@ class Elm_Dayselector (Elm_Layout)
@ingroup Dayselector */ @ingroup Dayselector */
const; const;
return Eina_Bool; return bool;
params { params {
@in Elm_Dayselector_Day day; /*@ Dayselector_Day that the user want to know state. */ @in Elm_Dayselector_Day day; /*@ Dayselector_Day that the user want to know state. */
} }

View File

@ -66,7 +66,7 @@ class Elm_Diskselector (Elm_Widget, Elm_Interface_Scrollable)
@ingroup Diskselector */ @ingroup Diskselector */
} }
values { values {
Eina_Bool enabled; /*@ @c EINA_TRUE to enable round mode or @c EINA_FALSE to bool enabled; /*@ @c EINA_TRUE to enable round mode or @c EINA_FALSE to
disable it. */ disable it. */
} }
} }

View File

@ -24,7 +24,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
} }
values { values {
Eina_Bool scroll; /*@ EINA_TRUE if it is to be scrollable, EINA_FALSE otherwise */ bool scroll; /*@ EINA_TRUE if it is to be scrollable, EINA_FALSE otherwise */
} }
} }
input_panel_show_on_demand { input_panel_show_on_demand {
@ -45,7 +45,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
} }
values { values {
Eina_Bool ondemand; /*@ If true, the input panel will be shown in case of only Mouse up event. bool ondemand; /*@ If true, the input panel will be shown in case of only Mouse up event.
(Focus event will be ignored.) (Focus event will be ignored.)
@since 1.9 */ @since 1.9 */
} }
@ -67,7 +67,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
} }
values { values {
Eina_Bool disabled; /*@ If true, the menu is disabled */ bool disabled; /*@ If true, the menu is disabled */
} }
} }
cnp_mode { cnp_mode {
@ -133,7 +133,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
legacy null; legacy null;
} }
values { values {
Eina_Bool disabled; /*@ If true, the selection handlers are disabled. */ bool disabled; /*@ If true, the selection handlers are disabled. */
} }
} }
input_panel_layout_variation { input_panel_layout_variation {
@ -206,7 +206,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
} }
values { values {
Eina_Bool editable; /*@ If EINA_TRUE, user input will be inserted in the entry, bool editable; /*@ If EINA_TRUE, user input will be inserted in the entry,
if not, the entry is read-only and no user input is allowed. */ if not, the entry is read-only and no user input is allowed. */
} }
} }
@ -267,7 +267,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
} }
values { values {
Eina_Bool single_line; /*@ If true, the text in the entry bool single_line; /*@ If true, the text in the entry
will be on a single line. */ will be on a single line. */
} }
} }
@ -293,7 +293,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
} }
values { values {
Eina_Bool password; /*@ If true, password mode is enabled. */ bool password; /*@ If true, password mode is enabled. */
} }
} }
file { file {
@ -310,7 +310,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@return @c EINA_TRUE on success, @c EINA_FALSE otherwise @return @c EINA_TRUE on success, @c EINA_FALSE otherwise
@ingroup Entry */ @ingroup Entry */
return Eina_Bool; return bool;
} }
get { get {
/*@ /*@
@ -342,7 +342,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
} }
values { values {
Eina_Bool disabled; /*@ The state to put in in: @c EINA_TRUE for bool disabled; /*@ The state to put in in: @c EINA_TRUE for
disabled, @c EINA_FALSE for enabled */ disabled, @c EINA_FALSE for enabled */
} }
} }
@ -366,7 +366,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
} }
values { values {
Eina_Bool auto_save; /*@ Autosave the loaded file or not */ bool auto_save; /*@ Autosave the loaded file or not */
} }
} }
anchor_hover_parent { anchor_hover_parent {
@ -411,7 +411,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
} }
values { values {
Eina_Bool prediction; /*@ Whether the entry should allow to use the text prediction. */ bool prediction; /*@ Whether the entry should allow to use the text prediction. */
} }
} }
input_panel_layout { input_panel_layout {
@ -474,7 +474,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
} }
values { values {
Eina_Bool enabled; /*@ If true, the input panel is appeared when entry is clicked or has a focus */ bool enabled; /*@ If true, the input panel is appeared when entry is clicked or has a focus */
} }
} }
line_wrap { line_wrap {
@ -537,7 +537,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
} }
values { values {
Eina_Bool setting; /*@ EINA_TRUE if the object should be displayed, bool setting; /*@ EINA_TRUE if the object should be displayed,
EINA_FALSE if not. */ EINA_FALSE if not. */
} }
} }
@ -574,7 +574,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
} }
values { values {
Eina_Bool enabled; /*@ If @p enabled is EINA_TRUE, the return key is automatically disabled when the entry has no text. */ bool enabled; /*@ If @p enabled is EINA_TRUE, the return key is automatically disabled when the entry has no text. */
} }
} }
end_visible { end_visible {
@ -586,7 +586,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
} }
values { values {
Eina_Bool setting; /*@ EINA_TRUE if the object should be displayed, bool setting; /*@ EINA_TRUE if the object should be displayed,
EINA_FALSE if not. */ EINA_FALSE if not. */
} }
} }
@ -658,7 +658,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@return EINA_TRUE upon success, EINA_FALSE upon failure @return EINA_TRUE upon success, EINA_FALSE upon failure
@ingroup Entry */ @ingroup Entry */
return Eina_Bool; return bool;
} }
values { values {
Evas_Coord x; /*@ returned geometry */ Evas_Coord x; /*@ returned geometry */
@ -700,7 +700,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@see elm_entry_cursor_is_visible_format_get() @see elm_entry_cursor_is_visible_format_get()
@ingroup Entry */ @ingroup Entry */
return Eina_Bool; return bool;
} }
} }
cursor_content { cursor_content {
@ -749,7 +749,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@see elm_entry_cursor_is_format_get() @see elm_entry_cursor_is_format_get()
@ingroup Entry */ @ingroup Entry */
return Eina_Bool; return bool;
} }
} }
} }
@ -762,7 +762,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
return Eina_Bool; return bool;
} }
text_style_user_pop { text_style_user_pop {
/*@ /*@
@ -846,7 +846,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
return Eina_Bool; return bool;
} }
file_save { file_save {
/*@ /*@
@ -923,7 +923,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
return Eina_Bool; return bool;
} }
entry_insert { entry_insert {
/*@ /*@
@ -991,7 +991,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
return Eina_Bool; return bool;
} }
select_none { select_none {
/*@ /*@
@ -1045,7 +1045,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
@ingroup Entry */ @ingroup Entry */
const; const;
return Eina_Bool; return bool;
} }
markup_filter_remove { markup_filter_remove {
/*@ /*@

View File

@ -49,7 +49,7 @@ class Elm_Flip (Elm_Container)
showing. showing.
@ingroup Flip */ @ingroup Flip */
return Eina_Bool; return bool;
} }
} }
} }
@ -114,7 +114,7 @@ class Elm_Flip (Elm_Container)
params { params {
@in Elm_Flip_Direction dir; /*@ The direction to change */ @in Elm_Flip_Direction dir; /*@ The direction to change */
@in Eina_Bool enabled; /*@ If that direction is enabled or not */ @in bool enabled; /*@ If that direction is enabled or not */
} }
} }
interaction_direction_enabled_get { interaction_direction_enabled_get {
@ -129,7 +129,7 @@ class Elm_Flip (Elm_Container)
@ingroup Flip */ @ingroup Flip */
return Eina_Bool; return bool;
params { params {
@in Elm_Flip_Direction dir; /*@ The direction to check */ @in Elm_Flip_Direction dir; /*@ The direction to check */
} }
@ -235,7 +235,7 @@ class Elm_Flip (Elm_Container)
@ingroup Flip */ @ingroup Flip */
params { params {
@in Eina_Bool front; /*@ if @c EINA_TRUE, makes front visible, otherwise makes back. */ @in bool front; /*@ if @c EINA_TRUE, makes front visible, otherwise makes back. */
@in Elm_Flip_Mode mode; /*@ The mode type */ @in Elm_Flip_Mode mode; /*@ The mode type */
} }
} }

View File

@ -20,7 +20,7 @@ class Elm_Frame (Elm_Layout, Evas.Clickable_Interface)
@ingroup Frame */ @ingroup Frame */
} }
values { values {
Eina_Bool collapse; /*@ true to collapse, false to expand */ bool collapse; /*@ true to collapse, false to expand */
} }
} }
autocollapse { autocollapse {
@ -45,7 +45,7 @@ class Elm_Frame (Elm_Layout, Evas.Clickable_Interface)
@ingroup Frame */ @ingroup Frame */
} }
values { values {
Eina_Bool autocollapse; /*@ Whether to enable autocollapse */ bool autocollapse; /*@ Whether to enable autocollapse */
} }
} }
} }
@ -58,7 +58,7 @@ class Elm_Frame (Elm_Layout, Evas.Clickable_Interface)
@ingroup Frame */ @ingroup Frame */
params { params {
@in Eina_Bool collapse; /*@ true to collapse, false to expand */ @in bool collapse; /*@ true to collapse, false to expand */
} }
} }
} }

View File

@ -66,7 +66,7 @@ class Elm_Gengrid (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac
@ingroup Gengrid */ @ingroup Gengrid */
} }
values { values {
Eina_Bool fill; /*@ Filled if True */ bool fill; /*@ Filled if True */
} }
} }
page_relative { page_relative {
@ -112,7 +112,7 @@ class Elm_Gengrid (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac
@ingroup Gengrid */ @ingroup Gengrid */
} }
values { values {
Eina_Bool multi; /*@ @c EINA_TRUE, to enable multi-selection, bool multi; /*@ @c EINA_TRUE, to enable multi-selection,
@c EINA_FALSE to disable it. */ @c EINA_FALSE to disable it. */
} }
} }
@ -214,7 +214,7 @@ class Elm_Gengrid (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac
@ingroup Gengrid */ @ingroup Gengrid */
} }
values { values {
Eina_Bool reorder_mode; /*@ Use @c EINA_TRUE to turn reordering on, bool reorder_mode; /*@ Use @c EINA_TRUE to turn reordering on,
@c EINA_FALSE to turn it off */ @c EINA_FALSE to turn it off */
} }
} }
@ -226,7 +226,7 @@ class Elm_Gengrid (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac
/*@ Get whether the gengrid items' should be highlighted when item selected. */ /*@ Get whether the gengrid items' should be highlighted when item selected. */
} }
values { values {
Eina_Bool highlight; bool highlight;
} }
} }
item_size { item_size {
@ -326,7 +326,7 @@ class Elm_Gengrid (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac
@ingroup Gengrid */ @ingroup Gengrid */
} }
values { values {
Eina_Bool horizontal; /*@ @c EINA_TRUE to make the gengrid expand horizontally, bool horizontal; /*@ @c EINA_TRUE to make the gengrid expand horizontally,
@c EINA_FALSE to expand vertically. */ @c EINA_FALSE to expand vertically. */
} }
} }
@ -456,7 +456,7 @@ class Elm_Gengrid (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac
@ingroup Gengrid */ @ingroup Gengrid */
} }
values { values {
Eina_Bool disabled; /*@ Use @c EINA_TRUE to disable mouse wheel or @c EINA_FALSE bool disabled; /*@ Use @c EINA_TRUE to disable mouse wheel or @c EINA_FALSE
to enable it. */ to enable it. */
} }
} }

View File

@ -34,7 +34,7 @@ class Elm_Genlist (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac
@ingroup Genlist */ @ingroup Genlist */
} }
values { values {
Eina_Bool homogeneous; /*@ Assume the items within the genlist are of the bool homogeneous; /*@ Assume the items within the genlist are of the
same height and width (EINA_TRUE = on, EINA_FALSE = off). Default is @c same height and width (EINA_TRUE = on, EINA_FALSE = off). Default is @c
EINA_FALSE. */ EINA_FALSE. */
} }
@ -95,7 +95,7 @@ class Elm_Genlist (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac
@ingroup Genlist */ @ingroup Genlist */
} }
values { values {
Eina_Bool enabled; /*@ The tree effect status bool enabled; /*@ The tree effect status
(EINA_TRUE = enabled, EINA_FALSE = disabled) */ (EINA_TRUE = enabled, EINA_FALSE = disabled) */
} }
} }
@ -156,7 +156,7 @@ class Elm_Genlist (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac
@ingroup Genlist */ @ingroup Genlist */
} }
values { values {
Eina_Bool multi; /*@ Multi-select enable/disable. Default is disabled. */ bool multi; /*@ Multi-select enable/disable. Default is disabled. */
} }
} }
reorder_mode { reorder_mode {
@ -180,7 +180,7 @@ class Elm_Genlist (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac
@ingroup Genlist */ @ingroup Genlist */
} }
values { values {
Eina_Bool reorder_mode; /*@ The reorder mode bool reorder_mode; /*@ The reorder mode
(EINA_TRUE = on, EINA_FALSE = off) */ (EINA_TRUE = on, EINA_FALSE = off) */
} }
} }
@ -203,7 +203,7 @@ class Elm_Genlist (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac
@ingroup Genlist */ @ingroup Genlist */
} }
values { values {
Eina_Bool decorated; /*@ The decorate mode status bool decorated; /*@ The decorate mode status
(EINA_TRUE = decorate mode, EINA_FALSE = normal mode */ (EINA_TRUE = decorate mode, EINA_FALSE = normal mode */
} }
} }
@ -294,7 +294,7 @@ class Elm_Genlist (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac
@ingroup Genlist */ @ingroup Genlist */
} }
values { values {
Eina_Bool enabled; /*@ The tree effect status bool enabled; /*@ The tree effect status
(EINA_TRUE = enabled, EINA_FALSE = disabled */ (EINA_TRUE = enabled, EINA_FALSE = disabled */
} }
} }
@ -324,7 +324,7 @@ class Elm_Genlist (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac
@ingroup Genlist */ @ingroup Genlist */
} }
values { values {
Eina_Bool highlight; /*@ @c EINA_TRUE to enable highlighting or @c EINA_FALSE to bool highlight; /*@ @c EINA_TRUE to enable highlighting or @c EINA_FALSE to
disable it. */ disable it. */
} }
} }

View File

@ -58,7 +58,7 @@ class Elm_Gesture_Layer (Elm_Widget)
@see elm_gesture_layer_hold_events_set() */ @see elm_gesture_layer_hold_events_set() */
} }
values { values {
Eina_Bool hold_events; /*@ hold events or not. */ bool hold_events; /*@ hold events or not. */
} }
} }
rotate_step { rotate_step {
@ -110,7 +110,7 @@ class Elm_Gesture_Layer (Elm_Widget)
@return @c EINA_TRUE, on success, @c EINA_FALSE otherwise. */ @return @c EINA_TRUE, on success, @c EINA_FALSE otherwise. */
return Eina_Bool; return bool;
params { params {
@in Evas_Object *target; /*@ Object to attach to @a obj (target) */ @in Evas_Object *target; /*@ Object to attach to @a obj (target) */
} }

View File

@ -37,7 +37,7 @@ class Elm_Glview (Elm_Widget)
object and not the underlying GL Surface. object and not the underlying GL Surface.
@ingroup GLView */ @ingroup GLView */
return Eina_Bool; return bool;
} }
values { values {
Elm_GLView_Resize_Policy policy; /*@ The scaling policy. */ Elm_GLView_Resize_Policy policy; /*@ The scaling policy. */
@ -111,7 +111,7 @@ class Elm_Glview (Elm_Widget)
whether it is visible or needs redrawing. whether it is visible or needs redrawing.
@ingroup GLView */ @ingroup GLView */
return Eina_Bool; return bool;
} }
values { values {
Elm_GLView_Render_Policy policy; /*@ The render policy. */ Elm_GLView_Render_Policy policy; /*@ The render policy. */
@ -130,7 +130,7 @@ class Elm_Glview (Elm_Widget)
window. window.
@ingroup GLView */ @ingroup GLView */
return Eina_Bool; return bool;
} }
values { values {
Elm_GLView_Mode mode; /*@ The mode Options OR'ed enabling Alpha, Depth, Stencil, Direct. */ Elm_GLView_Mode mode; /*@ The mode Options OR'ed enabling Alpha, Depth, Stencil, Direct. */

View File

@ -44,7 +44,7 @@ class Elm_Grid (Elm_Widget)
@ingroup Grid */ @ingroup Grid */
params { params {
@in Eina_Bool clear; /*@ If true, it will delete just removed children */ @in bool clear; /*@ If true, it will delete just removed children */
} }
} }
unpack { unpack {

View File

@ -54,7 +54,7 @@ class Elm_Icon (Elm_Image)
@see elm_image_file_set() @see elm_image_file_set()
@ingroup Icon */ @ingroup Icon */
return Eina_Bool; return bool;
} }
get { get {
/*@ /*@

View File

@ -24,7 +24,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
@ingroup Image */ @ingroup Image */
} }
values { values {
Eina_Bool set; /*@ Turn on or off editability. Default is @c EINA_FALSE. */ bool set; /*@ Turn on or off editability. Default is @c EINA_FALSE. */
} }
} }
smooth_scale { smooth_scale {
@ -37,7 +37,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
legacy null; legacy null;
} }
values { values {
Eina_Bool smooth; bool smooth;
} }
} }
resize_down { resize_down {
@ -50,7 +50,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
legacy null; legacy null;
} }
values { values {
Eina_Bool resize_down; bool resize_down;
} }
} }
load_size { load_size {
@ -106,7 +106,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
@since 1.7 */ @since 1.7 */
} }
values { values {
Eina_Bool play; /*@ @c EINA_TRUE to start the animation, @c EINA_FALSE bool play; /*@ @c EINA_TRUE to start the animation, @c EINA_FALSE
otherwise. Default is @c EINA_FALSE. */ otherwise. Default is @c EINA_FALSE. */
} }
} }
@ -120,7 +120,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
legacy null; legacy null;
} }
values { values {
Eina_Bool resize_up; bool resize_up;
} }
} }
smooth { smooth {
@ -151,7 +151,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
@ingroup Image */ @ingroup Image */
} }
values { values {
Eina_Bool smooth; /*@ @c EINA_TRUE if smooth scaling should be used, @c EINA_FALSE bool smooth; /*@ @c EINA_TRUE if smooth scaling should be used, @c EINA_FALSE
otherwise. Default is @c EINA_TRUE. */ otherwise. Default is @c EINA_TRUE. */
} }
} }
@ -182,7 +182,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
@ingroup Image */ @ingroup Image */
} }
values { values {
Eina_Bool no_scale; /*@ @c EINA_TRUE if the object is not scalable, @c EINA_FALSE bool no_scale; /*@ @c EINA_TRUE if the object is not scalable, @c EINA_FALSE
otherwise. Default is @c EINA_FALSE. */ otherwise. Default is @c EINA_FALSE. */
} }
} }
@ -217,7 +217,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
@since 1.7 */ @since 1.7 */
} }
values { values {
Eina_Bool anim; /*@ @c EINA_TRUE if the object is to animate itself, bool anim; /*@ @c EINA_TRUE if the object is to animate itself,
@c EINA_FALSE otherwise. Default is @c EINA_FALSE. */ @c EINA_FALSE otherwise. Default is @c EINA_FALSE. */
} }
} }
@ -253,7 +253,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
unwanted frames. unwanted frames.
@ingroup Image */ @ingroup Image */
return Eina_Bool; return bool;
legacy null; legacy null;
} }
get { get {
@ -281,7 +281,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
legacy null; legacy null;
} }
values { values {
Eina_Bool fill_inside; bool fill_inside;
} }
} }
aspect_fixed { aspect_fixed {
@ -309,7 +309,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
@ingroup Image */ @ingroup Image */
} }
values { values {
Eina_Bool fixed; /*@ @c EINA_TRUE if the image should retain the aspect, bool fixed; /*@ @c EINA_TRUE if the image should retain the aspect,
@c EINA_FALSE otherwise. */ @c EINA_FALSE otherwise. */
} }
} }
@ -371,7 +371,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
@ingroup Image */ @ingroup Image */
} }
values { values {
Eina_Bool fill_outside; /*@ @c EINA_TRUE if the object is filled outside, bool fill_outside; /*@ @c EINA_TRUE if the object is filled outside,
@c EINA_FALSE otherwise. Default is @c EINA_FALSE. */ @c EINA_FALSE otherwise. Default is @c EINA_FALSE. */
} }
} }
@ -397,9 +397,9 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
@ingroup Image */ @ingroup Image */
} }
values { values {
Eina_Bool up; /*@ A bool to set if the object is resizable up. Default is bool up; /*@ A bool to set if the object is resizable up. Default is
@c EINA_TRUE. */ @c EINA_TRUE. */
Eina_Bool down; /*@ A bool to set if the object is resizable down. Default bool down; /*@ A bool to set if the object is resizable down. Default
is @c EINA_TRUE. */ is @c EINA_TRUE. */
} }
} }
@ -411,7 +411,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
@ingroup Image */ @ingroup Image */
} }
values { values {
Eina_Bool disabled; /*@ If EINA_TRUE, preloading will be disabled */ bool disabled; /*@ If EINA_TRUE, preloading will be disabled */
} }
} }
mmap { mmap {
@ -433,7 +433,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
unwanted frames. unwanted frames.
@ingroup Image */ @ingroup Image */
return Eina_Bool; return bool;
legacy null; legacy null;
} }
values { values {
@ -463,7 +463,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
@since 1.7 @since 1.7
@ingroup Image */ @ingroup Image */
return Eina_Bool; return bool;
} }
values { values {
const(void)* img; /*@ The binary data that will be used as image source */ const(void)* img; /*@ The binary data that will be used as image source */
@ -490,7 +490,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
@ingroup Image @ingroup Image
@since 1.7 */ @since 1.7 */
return Eina_Bool; return bool;
} }
} }
object { object {

View File

@ -22,7 +22,7 @@ class Elm_Index (Elm_Layout)
@ingroup Index */ @ingroup Index */
} }
values { values {
Eina_Bool disabled; /*@ @c EINA_TRUE to disable auto hiding, @c EINA_FALSE to enable */ bool disabled; /*@ @c EINA_TRUE to disable auto hiding, @c EINA_FALSE to enable */
} }
} }
omit_enabled { omit_enabled {
@ -49,7 +49,7 @@ class Elm_Index (Elm_Layout)
@ingroup Index */ @ingroup Index */
} }
values { values {
Eina_Bool enabled; /*@ @c EINA_TRUE to enable omit feature, @c EINA_FALSE to disable */ bool enabled; /*@ @c EINA_TRUE to enable omit feature, @c EINA_FALSE to disable */
} }
} }
horizontal { horizontal {
@ -79,7 +79,7 @@ class Elm_Index (Elm_Layout)
@ingroup Index */ @ingroup Index */
} }
values { values {
Eina_Bool horizontal; /*@ @c EINA_TRUE to enable horizontal or @c EINA_FALSE to bool horizontal; /*@ @c EINA_TRUE to enable horizontal or @c EINA_FALSE to
disable it, i.e., to enable vertical mode. it's an area one @ref Fingers disable it, i.e., to enable vertical mode. it's an area one @ref Fingers
"finger" wide on the bottom side of the index widget's container. */ "finger" wide on the bottom side of the index widget's container. */
} }
@ -131,7 +131,7 @@ class Elm_Index (Elm_Layout)
@ingroup Index */ @ingroup Index */
} }
values { values {
Eina_Bool disabled; /*@ @c EINA_TRUE to disable it, @c EINA_FALSE to enable it */ bool disabled; /*@ @c EINA_TRUE to disable it, @c EINA_FALSE to enable it */
} }
} }
item_level { item_level {

View File

@ -32,7 +32,7 @@ mixin Elm_Interface_Atspi_Action ()
} }
set { set {
/*@ Sets action description for given id */ /*@ Sets action description for given id */
return Eina_Bool; return bool;
} }
values { values {
const(char)* description; const(char)* description;
@ -56,7 +56,7 @@ mixin Elm_Interface_Atspi_Action ()
params { params {
@in int id; @in int id;
} }
return Eina_Bool; return bool;
} }
protected keybinding_get { protected keybinding_get {
/*@ Gets configured keybinding for specific action and widget. */ /*@ Gets configured keybinding for specific action and widget. */

View File

@ -7,7 +7,7 @@ mixin Elm_Interface_Atspi_Component ()
protected size { protected size {
set { set {
/*@ Sets size of accessible widget. */ /*@ Sets size of accessible widget. */
return Eina_Bool; return bool;
} }
get { get {
/*@ Gets size of accessible widget. */ /*@ Gets size of accessible widget. */
@ -48,10 +48,10 @@ mixin Elm_Interface_Atspi_Component ()
} }
set { set {
/*@ Sets geometry of accessible widget. */ /*@ Sets geometry of accessible widget. */
return Eina_Bool; return bool;
} }
keys { keys {
Eina_Bool screen_coords; /*@ If true x and y values will be relative bool screen_coords; /*@ If true x and y values will be relative
to screen origin, otherwise relative to to screen origin, otherwise relative to
canvas */ canvas */
} }
@ -65,13 +65,13 @@ mixin Elm_Interface_Atspi_Component ()
protected position { protected position {
set { set {
/*@ Sets position of accessible widget. */ /*@ Sets position of accessible widget. */
return Eina_Bool; return bool;
} }
get { get {
/*@ Gets position of accessible widget. */ /*@ Gets position of accessible widget. */
} }
keys { keys {
Eina_Bool screen_coords; /*@ If true x and y values will be relative bool screen_coords; /*@ If true x and y values will be relative
to screen origin, otherwise relative to to screen origin, otherwise relative to
canvas */ canvas */
} }
@ -84,25 +84,25 @@ mixin Elm_Interface_Atspi_Component ()
methods { methods {
protected contains { protected contains {
params { params {
Eina_Bool screen_coords; /*@ If true x and y values will be relative bool screen_coords; /*@ If true x and y values will be relative
to screen origin, otherwise relative to to screen origin, otherwise relative to
canvas */ canvas */
@in int x; @in int x;
@in int y; @in int y;
} }
return Eina_Bool; return bool;
} }
focus_grab { focus_grab {
/*@ Focuses accessible widget. /*@ Focuses accessible widget.
@return true if focus grab focus has successed, false otherwise. */ @return true if focus grab focus has successed, false otherwise. */
return Eina_Bool; return bool;
} }
protected accessible_at_point_get { protected accessible_at_point_get {
/*@ Gets top component object occupying space at given coordinates. */ /*@ Gets top component object occupying space at given coordinates. */
params { params {
Eina_Bool screen_coords; /*@ If true x and y values will be relative bool screen_coords; /*@ If true x and y values will be relative
to screen origin, otherwise relative to to screen origin, otherwise relative to
canvas */ canvas */
@in int x; @in int x;

View File

@ -6,7 +6,7 @@ interface Elm_Interface_Atspi_Editable_Text ()
properties { properties {
protected content { protected content {
set { set {
return Eina_Bool; return bool;
} }
values { values {
const(char)* string; const(char)* string;
@ -19,34 +19,34 @@ interface Elm_Interface_Atspi_Editable_Text ()
@in const(char)* string; @in const(char)* string;
@in int position; @in int position;
} }
return Eina_Bool; return bool;
} }
protected copy { protected copy {
params { params {
@in int start; @in int start;
@in int end; @in int end;
} }
return Eina_Bool; return bool;
} }
protected cut { protected cut {
params { params {
@in int start; @in int start;
@in int end; @in int end;
} }
return Eina_Bool; return bool;
} }
protected delete { protected delete {
params { params {
@in int start; @in int start;
@in int end; @in int end;
} }
return Eina_Bool; return bool;
} }
protected paste { protected paste {
params { params {
@in int position; @in int position;
} }
return Eina_Bool; return bool;
} }
} }
} }

View File

@ -9,7 +9,7 @@ mixin Elm_Interface_Atspi_Image ()
/*@ Gets an image extents. */ /*@ Gets an image extents. */
} }
keys { keys {
Eina_Bool screen_coords; bool screen_coords;
} }
values { values {
int x; int x;

View File

@ -26,36 +26,36 @@ interface Elm_Interface_Atspi_Selection ()
params { params {
@in int child_index; @in int child_index;
} }
return Eina_Bool; return bool;
} }
protected selected_child_deselect { protected selected_child_deselect {
/* Removes selection for given child index */ /* Removes selection for given child index */
params { params {
@in int child_index; @in int child_index;
} }
return Eina_Bool; return bool;
} }
protected is_child_selected { protected is_child_selected {
/* Determines if child specified by index is selected */ /* Determines if child specified by index is selected */
params { params {
@in int child_index; @in int child_index;
} }
return Eina_Bool; return bool;
} }
protected all_children_select { protected all_children_select {
/* Adds selection for all children */ /* Adds selection for all children */
return Eina_Bool; return bool;
} }
protected clear { protected clear {
/* Clears the current selection */ /* Clears the current selection */
return Eina_Bool; return bool;
} }
protected child_deselect { protected child_deselect {
/* Removes selection for given child index */ /* Removes selection for given child index */
params { params {
@in int child_index; @in int child_index;
} }
return Eina_Bool; return bool;
} }
} }
events { events {

View File

@ -54,7 +54,7 @@ interface Elm_Interface_Atspi_Text ()
/*@ Gets offset position of caret (cursor) */ /*@ Gets offset position of caret (cursor) */
} }
set { set {
return Eina_Bool; /*@ EINA_TRUE if caret was successfully moved, return bool; /*@ EINA_TRUE if caret was successfully moved,
EINA_FASLE otherwise. */ EINA_FASLE otherwise. */
} }
values { values {
@ -64,7 +64,7 @@ interface Elm_Interface_Atspi_Text ()
protected attribute { protected attribute {
get { get {
/*@ Indicate if a text attribute with a given name is set */ /*@ Indicate if a text attribute with a given name is set */
return Eina_Bool; return bool;
} }
keys { keys {
const(char)* name @nonull; /*@ text attribute name */ const(char)* name @nonull; /*@ text attribute name */
@ -98,11 +98,11 @@ interface Elm_Interface_Atspi_Text ()
} }
protected character_extents { protected character_extents {
get { get {
return Eina_Bool; return bool;
} }
keys { keys {
int offset; int offset;
Eina_Bool screen_coords; bool screen_coords;
} }
values { values {
Eina_Rectangle rect; Eina_Rectangle rect;
@ -119,7 +119,7 @@ interface Elm_Interface_Atspi_Text ()
get { get {
} }
keys { keys {
Eina_Bool screen_coords; bool screen_coords;
int x; int x;
int y; int y;
} }
@ -131,7 +131,7 @@ interface Elm_Interface_Atspi_Text ()
get { get {
} }
keys { keys {
Eina_Bool screen_coords; bool screen_coords;
Eina_Rectangle rect; Eina_Rectangle rect;
Elm_Atspi_Text_Clip_Type xclip; Elm_Atspi_Text_Clip_Type xclip;
Elm_Atspi_Text_Clip_Type yclip; Elm_Atspi_Text_Clip_Type yclip;
@ -142,10 +142,10 @@ interface Elm_Interface_Atspi_Text ()
} }
protected range_extents { protected range_extents {
get { get {
return Eina_Bool; return bool;
} }
keys { keys {
Eina_Bool screen_coords; /*@ If true x and y values will be relative bool screen_coords; /*@ If true x and y values will be relative
to screen origin, otherwise relative to to screen origin, otherwise relative to
canvas */ canvas */
int start_offset; int start_offset;
@ -166,7 +166,7 @@ interface Elm_Interface_Atspi_Text ()
get { get {
} }
set { set {
return Eina_Bool; return bool;
} }
keys { keys {
int selection_number; int selection_number;
@ -183,13 +183,13 @@ interface Elm_Interface_Atspi_Text ()
@in int start_offset; @in int start_offset;
@in int end_offset; @in int end_offset;
} }
return Eina_Bool; return bool;
} }
protected selection_remove { protected selection_remove {
params { params {
@in int selection_number; @in int selection_number;
} }
return Eina_Bool; return bool;
} }
} }
events { events {

View File

@ -9,7 +9,7 @@ interface Elm_Interface_Atspi_Value ()
/*@ Gets value displayed by a accessible widget. */ /*@ Gets value displayed by a accessible widget. */
} }
set { set {
return Eina_Bool; /*@ EINA_TRUE if setting widgets value has return bool; /*@ EINA_TRUE if setting widgets value has
successed, EINA_FALSE otherwise. */ successed, EINA_FALSE otherwise. */
} }
values { values {

View File

@ -12,13 +12,13 @@ interface Elm_Interface_Fileselector ()
/*@ Get whether folder-only view is set for a given file selector */ /*@ Get whether folder-only view is set for a given file selector */
} }
values { values {
Eina_Bool only; bool only;
} }
} }
selected { selected {
set { set {
/*@ Set, programmatically, the currently selected file/directory in the given file selector widget */ /*@ Set, programmatically, the currently selected file/directory in the given file selector widget */
return Eina_Bool; return bool;
} }
get { get {
/*@ Get the currently selected item's (full) path, in the given file the given file selector widget */ /*@ Get the currently selected item's (full) path, in the given file the given file selector widget */
@ -47,7 +47,7 @@ interface Elm_Interface_Fileselector ()
/*@ Get if hiden files/directories in the file selector are visible or not. */ /*@ Get if hiden files/directories in the file selector are visible or not. */
} }
values { values {
Eina_Bool multi; bool multi;
} }
} }
sort_method { sort_method {
@ -69,7 +69,7 @@ interface Elm_Interface_Fileselector ()
/*@ Gets if multi-selection in fileselector is enabled or disabled. */ /*@ Gets if multi-selection in fileselector is enabled or disabled. */
} }
values { values {
Eina_Bool multi; bool multi;
} }
} }
expandable { expandable {
@ -80,7 +80,7 @@ interface Elm_Interface_Fileselector ()
/*@ Get whether tree view is enabled for the given file selector */ /*@ Get whether tree view is enabled for the given file selector */
} }
values { values {
Eina_Bool expand; bool expand;
} }
} }
path { path {
@ -113,7 +113,7 @@ interface Elm_Interface_Fileselector ()
/*@ Get whether the given file selector is in "saving dialog" mode */ /*@ Get whether the given file selector is in "saving dialog" mode */
} }
values { values {
Eina_Bool is_save; bool is_save;
} }
} }
selected_paths { selected_paths {
@ -133,7 +133,7 @@ interface Elm_Interface_Fileselector ()
@in void *data; @in void *data;
@in const(char)* filter_name; @in const(char)* filter_name;
} }
return Eina_Bool; return bool;
} }
filters_clear { filters_clear {
/*@ Clear all filters registered */ /*@ Clear all filters registered */
@ -144,7 +144,7 @@ interface Elm_Interface_Fileselector ()
@in const(char)* mime_types; @in const(char)* mime_types;
@in const(char)* filter_name; @in const(char)* filter_name;
} }
return Eina_Bool; return bool;
} }
} }
} }

View File

@ -24,8 +24,8 @@ mixin Elm_Interface_Scrollable(Evas.Scrollable_Interface, Evas.Object_Smart)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool horiz; bool horiz;
Eina_Bool vert; bool vert;
} }
} }
wheel_disabled { wheel_disabled {
@ -36,7 +36,7 @@ mixin Elm_Interface_Scrollable(Evas.Scrollable_Interface, Evas.Object_Smart)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool disabled; bool disabled;
} }
} }
movement_block { movement_block {
@ -58,7 +58,7 @@ mixin Elm_Interface_Scrollable(Evas.Scrollable_Interface, Evas.Object_Smart)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool disabled; bool disabled;
} }
} }
policy { policy {
@ -95,7 +95,7 @@ mixin Elm_Interface_Scrollable(Evas.Scrollable_Interface, Evas.Object_Smart)
/*@ It gets whether the scrollable object propagates the events to content object or not. */ /*@ It gets whether the scrollable object propagates the events to content object or not. */
} }
values { values {
Eina_Bool repeat_events; bool repeat_events;
} }
} }
page_size { page_size {
@ -118,7 +118,7 @@ mixin Elm_Interface_Scrollable(Evas.Scrollable_Interface, Evas.Object_Smart)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool disabled; bool disabled;
} }
} }
page_scroll_limit { page_scroll_limit {
@ -141,8 +141,8 @@ mixin Elm_Interface_Scrollable(Evas.Scrollable_Interface, Evas.Object_Smart)
/*@ Get wether page bouncing is enabled, for paged scrollers, on each axis. */ /*@ Get wether page bouncing is enabled, for paged scrollers, on each axis. */
} }
values { values {
Eina_Bool horiz; bool horiz;
Eina_Bool vert; bool vert;
} }
} }
paging { paging {
@ -211,7 +211,7 @@ mixin Elm_Interface_Scrollable(Evas.Scrollable_Interface, Evas.Object_Smart)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool freeze; bool freeze;
} }
} }
content_viewport_resize_cb { content_viewport_resize_cb {
@ -283,7 +283,7 @@ mixin Elm_Interface_Scrollable(Evas.Scrollable_Interface, Evas.Object_Smart)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool hold; bool hold;
} }
} }
animate_start_cb { animate_start_cb {
@ -332,7 +332,7 @@ mixin Elm_Interface_Scrollable(Evas.Scrollable_Interface, Evas.Object_Smart)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool mirrored; bool mirrored;
} }
} }
content_min_limit_cb { content_min_limit_cb {
@ -461,7 +461,7 @@ mixin Elm_Interface_Scrollable(Evas.Scrollable_Interface, Evas.Object_Smart)
params { params {
@in Evas_Coord x; @in Evas_Coord x;
@in Evas_Coord y; @in Evas_Coord y;
@in Eina_Bool sig; @in bool sig;
} }
} }
content_pos_get { content_pos_get {
@ -506,8 +506,8 @@ mixin Elm_Interface_Scrollable(Evas.Scrollable_Interface, Evas.Object_Smart)
content_min_limit { content_min_limit {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
params { params {
@in Eina_Bool w; @in bool w;
@in Eina_Bool h; @in bool h;
} }
} }
} }

View File

@ -171,7 +171,7 @@ class Elm_Label (Elm_Layout)
@ingroup Label */ @ingroup Label */
} }
values { values {
Eina_Bool ellipsis; /*@ To ellipsis text or not */ bool ellipsis; /*@ To ellipsis text or not */
} }
} }
} }

View File

@ -14,7 +14,7 @@ class Elm_Layout (Elm_Container)
@since 1.7 @since 1.7
@ingroup Layout */ @ingroup Layout */
return Eina_Bool; return bool;
} }
get { get {
/*@ /*@
@ -31,7 +31,7 @@ class Elm_Layout (Elm_Container)
@ingroup Layout */ @ingroup Layout */
} }
values { values {
Eina_Bool can_access; /*@ makes all textblock(text) parts in the layout @p obj possible bool can_access; /*@ makes all textblock(text) parts in the layout @p obj possible
to have accessibility. @c EINA_TRUE means textblock(text) parts can be accessible */ to have accessibility. @c EINA_TRUE means textblock(text) parts can be accessible */
} }
} }
@ -43,7 +43,7 @@ class Elm_Layout (Elm_Container)
@return (1 = success, 0 = error) @return (1 = success, 0 = error)
@ingroup Layout */ @ingroup Layout */
return Eina_Bool; return bool;
} }
values { values {
const(char)* file; /*@ The path to file (edj) that will be used as layout */ const(char)* file; /*@ The path to file (edj) that will be used as layout */
@ -61,7 +61,7 @@ class Elm_Layout (Elm_Container)
elm_object_style_set() call. elm_object_style_set() call.
@ingroup Layout */ @ingroup Layout */
return Eina_Bool; return bool;
} }
values { values {
const(char)* klass; /*@ the class of the group */ const(char)* klass; /*@ the class of the group */
@ -134,10 +134,10 @@ class Elm_Layout (Elm_Container)
@ingroup Layout */ @ingroup Layout */
return Eina_Bool; return bool;
params { params {
@in const(char)* part; /*@ The box part name to remove child. */ @in const(char)* part; /*@ The box part name to remove child. */
@in Eina_Bool clear; /*@ If EINA_TRUE, then all objects will be deleted as @in bool clear; /*@ If EINA_TRUE, then all objects will be deleted as
well, otherwise they will just be removed and will be well, otherwise they will just be removed and will be
dangling on the canvas. */ dangling on the canvas. */
} }
@ -156,10 +156,10 @@ class Elm_Layout (Elm_Container)
@ingroup Layout */ @ingroup Layout */
return Eina_Bool; return bool;
params { params {
@in const(char)* part_name; /*@ a part from loaded edje group. */ @in const(char)* part_name; /*@ a part from loaded edje group. */
@in Eina_Bool engine_only; /*@ if cursors should be just provided by the engine (EINA_TRUE) @in bool engine_only; /*@ if cursors should be just provided by the engine (EINA_TRUE)
or should also search on widget's theme as well (EINA_FALSE) */ or should also search on widget's theme as well (EINA_FALSE) */
} }
} }
@ -172,7 +172,7 @@ class Elm_Layout (Elm_Container)
@ingroup Layout */ @ingroup Layout */
const; const;
return Eina_Bool; return bool;
params { params {
@in const(char)* part_name; /*@ a part from loaded edje group. */ @in const(char)* part_name; /*@ a part from loaded edje group. */
} }
@ -214,7 +214,7 @@ class Elm_Layout (Elm_Container)
theme_enable { theme_enable {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
legacy null; legacy null;
return Eina_Bool; return bool;
} }
sizing_eval { sizing_eval {
/*@ /*@
@ -272,8 +272,8 @@ class Elm_Layout (Elm_Container)
@ingroup Layout */ @ingroup Layout */
params { params {
@in Eina_Bool width; /*@ Restrict minimum size to the current width */ @in bool width; /*@ Restrict minimum size to the current width */
@in Eina_Bool height; /*@ Restrict minimum size ot the current height */ @in bool height; /*@ Restrict minimum size ot the current height */
} }
} }
part_cursor_style_set { part_cursor_style_set {
@ -285,7 +285,7 @@ class Elm_Layout (Elm_Container)
@ingroup Layout */ @ingroup Layout */
return Eina_Bool; return bool;
params { params {
@in const(char)* part_name; /*@ a part from loaded edje group. */ @in const(char)* part_name; /*@ a part from loaded edje group. */
@in const(char)* style; /*@ the theme style to use (default, transparent, ...) */ @in const(char)* style; /*@ the theme style to use (default, transparent, ...) */
@ -314,7 +314,7 @@ class Elm_Layout (Elm_Container)
@ingroup Layout */ @ingroup Layout */
return Eina_Bool; return bool;
params { params {
@in const(char)* part; /*@ The TEXT part where to set the text */ @in const(char)* part; /*@ The TEXT part where to set the text */
@in const(char)* text; /*@ The text to set */ @in const(char)* text; /*@ The text to set */
@ -363,7 +363,7 @@ class Elm_Layout (Elm_Container)
@ingroup Layout */ @ingroup Layout */
return Eina_Bool; return bool;
params { params {
@in const(char)* part_name; /*@ a part from loaded edje group. */ @in const(char)* part_name; /*@ a part from loaded edje group. */
@in const(char)* cursor; /*@ cursor name to use, see Elementary_Cursor.h */ @in const(char)* cursor; /*@ cursor name to use, see Elementary_Cursor.h */
@ -401,7 +401,7 @@ class Elm_Layout (Elm_Container)
@ingroup Layout */ @ingroup Layout */
return Eina_Bool; return bool;
params { params {
@in const(char)* part; /*@ the box part to insert. */ @in const(char)* part; /*@ the box part to insert. */
@in Evas_Object *child; /*@ the child object to insert into box. */ @in Evas_Object *child; /*@ the child object to insert into box. */
@ -426,7 +426,7 @@ class Elm_Layout (Elm_Container)
@ingroup Layout */ @ingroup Layout */
return Eina_Bool; return bool;
params { params {
@in const(char)* part; /*@ the box part to insert. */ @in const(char)* part; /*@ the box part to insert. */
@in Evas_Object *child; /*@ the child object to insert into box. */ @in Evas_Object *child; /*@ the child object to insert into box. */
@ -436,7 +436,7 @@ class Elm_Layout (Elm_Container)
sub_object_add_enable { sub_object_add_enable {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
legacy null; legacy null;
return Eina_Bool; return bool;
} }
data_get { data_get {
/*@ /*@
@ -488,7 +488,7 @@ class Elm_Layout (Elm_Container)
@ingroup Layout */ @ingroup Layout */
return Eina_Bool; return bool;
params { params {
@in const(char)* part; /*@ the box part to which the object will be appended. */ @in const(char)* part; /*@ the box part to which the object will be appended. */
@in Evas_Object *child; /*@ the child object to append to box. */ @in Evas_Object *child; /*@ the child object to append to box. */
@ -550,7 +550,7 @@ class Elm_Layout (Elm_Container)
@ingroup Layout */ @ingroup Layout */
return Eina_Bool; return bool;
params { params {
@in const(char)* part; /*@ the box part to prepend. */ @in const(char)* part; /*@ the box part to prepend. */
@in Evas_Object *child; /*@ the child object to prepend to box. */ @in Evas_Object *child; /*@ the child object to prepend to box. */
@ -599,7 +599,7 @@ class Elm_Layout (Elm_Container)
@ingroup Layout */ @ingroup Layout */
return Eina_Bool; return bool;
params { params {
@in const(char)* part; /*@ the box part to pack child. */ @in const(char)* part; /*@ the box part to pack child. */
@in Evas_Object *child; /*@ the child object to pack into table. */ @in Evas_Object *child; /*@ the child object to pack into table. */
@ -618,7 +618,7 @@ class Elm_Layout (Elm_Container)
@ingroup Layout */ @ingroup Layout */
return Eina_Bool; return bool;
params { params {
@in const(char)* part_name; /*@ a part from loaded edje group, that had a cursor set @in const(char)* part_name; /*@ a part from loaded edje group, that had a cursor set
with elm_layout_part_cursor_set(). */ with elm_layout_part_cursor_set(). */
@ -639,10 +639,10 @@ class Elm_Layout (Elm_Container)
@ingroup Layout */ @ingroup Layout */
return Eina_Bool; return bool;
params { params {
@in const(char)* part; /*@ The table part name to remove child. */ @in const(char)* part; /*@ The table part name to remove child. */
@in Eina_Bool clear; /*@ If EINA_TRUE, then all objects will be deleted as @in bool clear; /*@ If EINA_TRUE, then all objects will be deleted as
well, otherwise they will just be removed and will be well, otherwise they will just be removed and will be
dangling on the canvas. */ dangling on the canvas. */
} }

View File

@ -31,7 +31,7 @@ class Elm_List (Elm_Layout, Elm_Interface_Scrollable)
@ingroup List */ @ingroup List */
} }
values { values {
Eina_Bool horizontal; /*@ @c EINA_TRUE to enable horizontal or @c EINA_FALSE to bool horizontal; /*@ @c EINA_TRUE to enable horizontal or @c EINA_FALSE to
disable it, i.e., to enable vertical mode. */ disable it, i.e., to enable vertical mode. */
} }
} }
@ -91,7 +91,7 @@ class Elm_List (Elm_Layout, Elm_Interface_Scrollable)
@ingroup List */ @ingroup List */
} }
values { values {
Eina_Bool enabled; /*@ The tree effect status bool enabled; /*@ The tree effect status
(EINA_TRUE = enabled, EINA_FALSE = disabled) */ (EINA_TRUE = enabled, EINA_FALSE = disabled) */
} }
} }
@ -123,7 +123,7 @@ class Elm_List (Elm_Layout, Elm_Interface_Scrollable)
@ingroup List */ @ingroup List */
} }
values { values {
Eina_Bool multi; /*@ @c EINA_TRUE to enable multi selection or @c EINA_FALSE to bool multi; /*@ @c EINA_TRUE to enable multi selection or @c EINA_FALSE to
disable it. */ disable it. */
} }
} }

View File

@ -73,7 +73,7 @@ class Elm_Map (Elm_Widget, Elm_Interface_Scrollable)
@ingroup Map */ @ingroup Map */
} }
values { values {
Eina_Bool paused; /*@ Use @c EINA_TRUE to pause the map @p obj or @c EINA_FALSE bool paused; /*@ Use @c EINA_TRUE to pause the map @p obj or @c EINA_FALSE
to unpause it. */ to unpause it. */
} }
} }
@ -104,7 +104,7 @@ class Elm_Map (Elm_Widget, Elm_Interface_Scrollable)
@ingroup Map */ @ingroup Map */
} }
values { values {
Eina_Bool disabled; /*@ Use @c EINA_TRUE to disable mouse wheel or @c EINA_FALSE bool disabled; /*@ Use @c EINA_TRUE to disable mouse wheel or @c EINA_FALSE
to enable it. */ to enable it. */
} }
} }

View File

@ -31,7 +31,7 @@ class Elm_Mapbuf (Elm_Container)
@ingroup Mapbuf */ @ingroup Mapbuf */
} }
values { values {
Eina_Bool on; /*@ @c EINA_TRUE to enable auto mode or @c EINA_FALSE bool on; /*@ @c EINA_TRUE to enable auto mode or @c EINA_FALSE
to disable it. */ to disable it. */
} }
} }
@ -60,7 +60,7 @@ class Elm_Mapbuf (Elm_Container)
@ingroup Mapbuf */ @ingroup Mapbuf */
} }
values { values {
Eina_Bool smooth; /*@ @c EINA_TRUE to enable smooth map rendering or @c EINA_FALSE bool smooth; /*@ @c EINA_TRUE to enable smooth map rendering or @c EINA_FALSE
to disable it. */ to disable it. */
} }
} }
@ -90,7 +90,7 @@ class Elm_Mapbuf (Elm_Container)
@ingroup Mapbuf */ @ingroup Mapbuf */
} }
values { values {
Eina_Bool alpha; /*@ @c EINA_TRUE to enable alpha blending or @c EINA_FALSE bool alpha; /*@ @c EINA_TRUE to enable alpha blending or @c EINA_FALSE
to disable it. */ to disable it. */
} }
} }
@ -129,7 +129,7 @@ class Elm_Mapbuf (Elm_Container)
@ingroup Mapbuf */ @ingroup Mapbuf */
} }
values { values {
Eina_Bool enabled; /*@ @c EINA_TRUE to enable map or @c EINA_FALSE to disable it. */ bool enabled; /*@ @c EINA_TRUE to enable map or @c EINA_FALSE to disable it. */
} }
} }
} }

View File

@ -49,7 +49,7 @@ class Elm_Notify (Elm_Container)
@ingroup Notify */ @ingroup Notify */
} }
values { values {
Eina_Bool allow; /*@ EINA_TRUE If events are allowed, otherwise not */ bool allow; /*@ EINA_TRUE If events are allowed, otherwise not */
} }
} }
timeout { timeout {

View File

@ -42,7 +42,7 @@ class Elm_Panel (Elm_Layout, Elm_Interface_Scrollable)
@ingroup Panel */ @ingroup Panel */
} }
values { values {
Eina_Bool hidden; /*@ If true, the panel will run the animation to disappear. */ bool hidden; /*@ If true, the panel will run the animation to disappear. */
} }
} }
scrollable { scrollable {
@ -53,7 +53,7 @@ class Elm_Panel (Elm_Layout, Elm_Interface_Scrollable)
@ingroup Panel */ @ingroup Panel */
} }
values { values {
Eina_Bool scrollable; bool scrollable;
} }
} }
scrollable_content_size { scrollable_content_size {

View File

@ -67,7 +67,7 @@ class Elm_Panes (Elm_Layout)
@ingroup Panes */ @ingroup Panes */
} }
values { values {
Eina_Bool horizontal; /*@ Use @c EINA_TRUE to make @p obj to split panes bool horizontal; /*@ Use @c EINA_TRUE to make @p obj to split panes
horizontally ("top" and "bottom" contents). @c EINA_FALSE to make it horizontally ("top" and "bottom" contents). @c EINA_FALSE to make it
vertically ("left" and "right" contents) */ vertically ("left" and "right" contents) */
} }
@ -98,7 +98,7 @@ class Elm_Panes (Elm_Layout)
@ingroup Panes */ @ingroup Panes */
} }
values { values {
Eina_Bool fixed; /*@ Use @c EINA_TRUE to fix the left and right panes sizes and make bool fixed; /*@ Use @c EINA_TRUE to fix the left and right panes sizes and make
them not to be resized by user interaction. Use @c EINA_FALSE to make them them not to be resized by user interaction. Use @c EINA_FALSE to make them
resizable. */ resizable. */
} }

View File

@ -15,7 +15,7 @@ class Elm_Photo (Elm_Widget, Evas.Clickable_Interface, Evas.Draggable_Interface)
/*@ Get editability of the photo. */ /*@ Get editability of the photo. */
} }
values { values {
Eina_Bool set; /*@ To set of clear editability. */ bool set; /*@ To set of clear editability. */
} }
} }
fill_inside { fill_inside {
@ -29,7 +29,7 @@ class Elm_Photo (Elm_Widget, Evas.Clickable_Interface, Evas.Draggable_Interface)
/*@ Get if the photo should be completely visible or not. */ /*@ Get if the photo should be completely visible or not. */
} }
values { values {
Eina_Bool fill; /*@ if true the photo will be completely visible */ bool fill; /*@ if true the photo will be completely visible */
} }
} }
aspect_fixed { aspect_fixed {
@ -56,7 +56,7 @@ class Elm_Photo (Elm_Widget, Evas.Clickable_Interface, Evas.Draggable_Interface)
@ingroup Photo */ @ingroup Photo */
} }
values { values {
Eina_Bool fixed; /*@ @c EINA_TRUE if the photo should fix the aspect, bool fixed; /*@ @c EINA_TRUE if the photo should fix the aspect,
@c EINA_FALSE otherwise. */ @c EINA_FALSE otherwise. */
} }
} }
@ -85,7 +85,7 @@ class Elm_Photo (Elm_Widget, Evas.Clickable_Interface, Evas.Draggable_Interface)
initial state, which indicates "no photo". initial state, which indicates "no photo".
@ingroup Photo */ @ingroup Photo */
return Eina_Bool; return bool;
} }
values { values {
const(char)* file; /*@ The path to file that will be used as @a obj's image. */ const(char)* file; /*@ The path to file that will be used as @a obj's image. */

View File

@ -27,7 +27,7 @@ class Elm_Photocam (Elm_Widget, Elm_Interface_Scrollable)
@ingroup Photocam */ @ingroup Photocam */
} }
values { values {
Eina_Bool paused; /*@ The pause state to set */ bool paused; /*@ The pause state to set */
} }
} }
file { file {
@ -84,7 +84,7 @@ class Elm_Photocam (Elm_Widget, Elm_Interface_Scrollable)
@ingroup Photocam */ @ingroup Photocam */
} }
values { values {
Eina_Bool gesture; /*@ The gesture state to set */ bool gesture; /*@ The gesture state to set */
} }
} }
zoom { zoom {

View File

@ -31,11 +31,11 @@ class Elm_Plug (Elm_Widget)
@ingroup Plug */ @ingroup Plug */
return Eina_Bool; return bool;
params { params {
@in const(char)* svcname; /*@ The service name to connect to set up by the socket. */ @in const(char)* svcname; /*@ The service name to connect to set up by the socket. */
@in int svcnum; /*@ The service number to connect to (set up by socket). */ @in int svcnum; /*@ The service number to connect to (set up by socket). */
@in Eina_Bool svcsys; /*@ Boolean to set if the service is a system one or not (set up by socket). */ @in bool svcsys; /*@ Boolean to set if the service is a system one or not (set up by socket). */
} }
} }
} }

View File

@ -34,7 +34,7 @@ class Elm_Prefs (Elm_Widget)
@see elm_prefs_data_get() @see elm_prefs_data_get()
@since 1.8 */ @since 1.8 */
return Eina_Bool; return bool;
} }
get { get {
/*@ /*@
@ -80,7 +80,7 @@ class Elm_Prefs (Elm_Widget)
@see elm_prefs_file_get() @see elm_prefs_file_get()
@since 1.8 */ @since 1.8 */
return Eina_Bool; return bool;
} }
get { get {
/*@ /*@
@ -94,7 +94,7 @@ class Elm_Prefs (Elm_Widget)
@see elm_prefs_file_set() for more information @see elm_prefs_file_set() for more information
@since 1.8 */ @since 1.8 */
return Eina_Bool; return bool;
} }
values { values {
const(char)* file; /*@ The @b .epb (binary) file to get contents from */ const(char)* file; /*@ The @b .epb (binary) file to get contents from */
@ -134,7 +134,7 @@ class Elm_Prefs (Elm_Widget)
@since 1.8 */ @since 1.8 */
} }
values { values {
Eina_Bool autosave; /*@ @c EINA_TRUE to save automatically, @c EINA_FALSE bool autosave; /*@ @c EINA_TRUE to save automatically, @c EINA_FALSE
otherwise. */ otherwise. */
} }
} }
@ -168,7 +168,7 @@ class Elm_Prefs (Elm_Widget)
@since 1.8 */ @since 1.8 */
return Eina_Bool; return bool;
params { params {
@in const(char)* name; /*@ The name of the item (as declared in the prefs @in const(char)* name; /*@ The name of the item (as declared in the prefs
collection) */ collection) */
@ -190,7 +190,7 @@ class Elm_Prefs (Elm_Widget)
@since 1.8 */ @since 1.8 */
const; const;
return Eina_Bool; return bool;
params { params {
@in const(char)* name; /*@ The name of the item (as declared in the prefs @in const(char)* name; /*@ The name of the item (as declared in the prefs
collection) to get value from */ collection) to get value from */
@ -234,7 +234,7 @@ class Elm_Prefs (Elm_Widget)
params { params {
@in const(char)* name; /*@ The name of the item (as declared in the prefs @in const(char)* name; /*@ The name of the item (as declared in the prefs
collection) to act on */ collection) to act on */
@in Eina_Bool disabled; /*@ @c EINA_TRUE, to make it disabled, @c EINA_FALSE @in bool disabled; /*@ @c EINA_TRUE, to make it disabled, @c EINA_FALSE
otherwise */ otherwise */
} }
} }
@ -251,7 +251,7 @@ class Elm_Prefs (Elm_Widget)
@since 1.8 */ @since 1.8 */
const; const;
return Eina_Bool; return bool;
params { params {
@in const(char)* name; /*@ The name of the item (as declared in the prefs @in const(char)* name; /*@ The name of the item (as declared in the prefs
collection) to get disabled state from */ collection) to get disabled state from */
@ -267,7 +267,7 @@ class Elm_Prefs (Elm_Widget)
@since 1.8 */ @since 1.8 */
return Eina_Bool; return bool;
params { params {
@in const(char)* name; /*@ the name of the SWALLOW item (as declared in the prefs @in const(char)* name; /*@ the name of the SWALLOW item (as declared in the prefs
collection) */ collection) */
@ -290,7 +290,7 @@ class Elm_Prefs (Elm_Widget)
params { params {
@in const(char)* name; /*@ The name of the item (as declared in the prefs @in const(char)* name; /*@ The name of the item (as declared in the prefs
collection) to act on */ collection) to act on */
@in Eina_Bool editable; /*@ @c EINA_TRUE, to make it editable, @c EINA_FALSE @in bool editable; /*@ @c EINA_TRUE, to make it editable, @c EINA_FALSE
otherwise */ otherwise */
} }
} }
@ -307,7 +307,7 @@ class Elm_Prefs (Elm_Widget)
@since 1.8 */ @since 1.8 */
const; const;
return Eina_Bool; return bool;
params { params {
@in const(char)* name; /*@ The name of the item (as declared in the prefs @in const(char)* name; /*@ The name of the item (as declared in the prefs
collection) to get editable state from */ collection) to get editable state from */
@ -345,7 +345,7 @@ class Elm_Prefs (Elm_Widget)
params { params {
@in const(char)* name; /*@ The name of the item (as declared in the prefs @in const(char)* name; /*@ The name of the item (as declared in the prefs
collection) to change visibility of */ collection) to change visibility of */
@in Eina_Bool visible; /*@ @c EINA_TRUE, to make it visible, @c EINA_FALSE @in bool visible; /*@ @c EINA_TRUE, to make it visible, @c EINA_FALSE
otherwise */ otherwise */
} }
} }
@ -362,7 +362,7 @@ class Elm_Prefs (Elm_Widget)
@since 1.8 */ @since 1.8 */
const; const;
return Eina_Bool; return bool;
params { params {
@in const(char)* name; /*@ The name of the item (as declared in the prefs @in const(char)* name; /*@ The name of the item (as declared in the prefs
collection) to get visibility state from */ collection) to get visibility state from */

View File

@ -71,7 +71,7 @@ class Elm_Progressbar (Elm_Layout)
@ingroup Progressbar */ @ingroup Progressbar */
} }
values { values {
Eina_Bool pulse; /*@ @c EINA_TRUE to put @p obj in pulsing mode, bool pulse; /*@ @c EINA_TRUE to put @p obj in pulsing mode,
@c EINA_FALSE to put it back to its default one */ @c EINA_FALSE to put it back to its default one */
} }
} }
@ -133,7 +133,7 @@ class Elm_Progressbar (Elm_Layout)
@ingroup Progressbar */ @ingroup Progressbar */
} }
values { values {
Eina_Bool inverted; /*@ Use @c EINA_TRUE to make @p obj inverted, bool inverted; /*@ Use @c EINA_TRUE to make @p obj inverted,
@c EINA_FALSE to bring it back to default, non-inverted values. */ @c EINA_FALSE to bring it back to default, non-inverted values. */
} }
} }
@ -161,7 +161,7 @@ class Elm_Progressbar (Elm_Layout)
@ingroup Progressbar */ @ingroup Progressbar */
} }
values { values {
Eina_Bool horizontal; /*@ Use @c EINA_TRUE to make @p obj to be bool horizontal; /*@ Use @c EINA_TRUE to make @p obj to be
@b horizontal, @c EINA_FALSE to make it @b vertical */ @b horizontal, @c EINA_FALSE to make it @b vertical */
} }
} }
@ -270,7 +270,7 @@ class Elm_Progressbar (Elm_Layout)
@ingroup Progressbar */ @ingroup Progressbar */
params { params {
@in Eina_Bool state; /*@ @c EINA_TRUE, to @b start the pulsing animation, @in bool state; /*@ @c EINA_TRUE, to @b start the pulsing animation,
@c EINA_FALSE to @b stop it */ @c EINA_FALSE to @b stop it */
} }
} }

View File

@ -26,7 +26,7 @@ class Elm_Scroller (Elm_Layout, Elm_Interface_Scrollable)
@ingroup Scroller */ @ingroup Scroller */
} }
values { values {
Eina_Bool propagation; /*@ If propagation is enabled or not */ bool propagation; /*@ If propagation is enabled or not */
} }
} }
custom_widget_base_theme { custom_widget_base_theme {

View File

@ -20,7 +20,7 @@ class Elm_Separator (Elm_Layout)
@ingroup Separator */ @ingroup Separator */
} }
values { values {
Eina_Bool horizontal; /*@ If true, the separator is horizontal */ bool horizontal; /*@ If true, the separator is horizontal */
} }
} }
} }

View File

@ -28,7 +28,7 @@ class Elm_Slider (Elm_Layout, Elm_Interface_Atspi_Value)
@ingroup Slider */ @ingroup Slider */
} }
values { values {
Eina_Bool horizontal; /*@ Use @c EINA_TRUE to make @p obj to be bool horizontal; /*@ Use @c EINA_TRUE to make @p obj to be
@b horizontal, @c EINA_FALSE to make it @b vertical. */ @b horizontal, @c EINA_FALSE to make it @b vertical. */
} }
} }
@ -135,7 +135,7 @@ class Elm_Slider (Elm_Layout, Elm_Interface_Atspi_Value)
@ingroup Slider */ @ingroup Slider */
} }
values { values {
Eina_Bool inverted; /*@ Use @c EINA_TRUE to make @p obj inverted, bool inverted; /*@ Use @c EINA_TRUE to make @p obj inverted,
@c EINA_FALSE to bring it back to default, non-inverted values. */ @c EINA_FALSE to bring it back to default, non-inverted values. */
} }
} }
@ -163,7 +163,7 @@ class Elm_Slider (Elm_Layout, Elm_Interface_Atspi_Value)
@ingroup Slider */ @ingroup Slider */
} }
values { values {
Eina_Bool show; /*@ @c EINA_TRUE will make it enlarge, @c EINA_FALSE will bool show; /*@ @c EINA_TRUE will make it enlarge, @c EINA_FALSE will
let the knob always at default size. */ let the knob always at default size. */
} }
} }
@ -260,7 +260,7 @@ class Elm_Slider (Elm_Layout, Elm_Interface_Atspi_Value)
@ingroup Slider */ @ingroup Slider */
} }
values { values {
Eina_Bool flag; /*@ @ EINA_TRUE sets the indicator visible */ bool flag; /*@ @ EINA_TRUE sets the indicator visible */
} }
} }
span_size { span_size {

View File

@ -143,7 +143,7 @@ class Elm_Slideshow (Elm_Layout)
@ingroup Slideshow */ @ingroup Slideshow */
} }
values { values {
Eina_Bool loop; /*@ Use @c EINA_TRUE to make it cycle through items or bool loop; /*@ Use @c EINA_TRUE to make it cycle through items or
@c EINA_FALSE for it to stop at the end of @p obj's internal @c EINA_FALSE for it to stop at the end of @p obj's internal
list of items */ list of items */
} }

View File

@ -115,7 +115,7 @@ class Elm_Spinner (Elm_Layout)
@ingroup Spinner */ @ingroup Spinner */
} }
values { values {
Eina_Bool wrap; /*@ @c EINA_TRUE to enable wrap or @c EINA_FALSE to bool wrap; /*@ @c EINA_TRUE to enable wrap or @c EINA_FALSE to
disable it. */ disable it. */
} }
} }
@ -218,7 +218,7 @@ class Elm_Spinner (Elm_Layout)
@ingroup Spinner */ @ingroup Spinner */
} }
values { values {
Eina_Bool editable; /*@ @c EINA_TRUE to allow users to edit it or @c EINA_FALSE to bool editable; /*@ @c EINA_TRUE to allow users to edit it or @c EINA_FALSE to
don't allow users to edit it directly. */ don't allow users to edit it directly. */
} }
} }

View File

@ -95,7 +95,7 @@ class Elm_Systray (Eo.Base)
methods { methods {
register { register {
/*@ Register this Status Notifier Item in the System Tray Watcher. This function should only be called after the event ELM_EVENT_SYSTRAY_READY is emitted. */ /*@ Register this Status Notifier Item in the System Tray Watcher. This function should only be called after the event ELM_EVENT_SYSTRAY_READY is emitted. */
return Eina_Bool; return bool;
} }
} }

View File

@ -20,7 +20,7 @@ class Elm_Table (Elm_Widget)
@ingroup Table */ @ingroup Table */
} }
values { values {
Eina_Bool homogeneous; /*@ A boolean to set if the layout is homogeneous in the bool homogeneous; /*@ A boolean to set if the layout is homogeneous in the
table (EINA_TRUE = homogeneous, EINA_FALSE = no homogeneous) */ table (EINA_TRUE = homogeneous, EINA_FALSE = no homogeneous) */
} }
} }
@ -53,7 +53,7 @@ class Elm_Table (Elm_Widget)
@ingroup Table */ @ingroup Table */
params { params {
@in Eina_Bool clear; /*@ If true, will delete children, else just remove from table. */ @in bool clear; /*@ If true, will delete children, else just remove from table. */
} }
} }
child_get { child_get {

View File

@ -169,7 +169,7 @@ class Elm_Thumb (Elm_Layout, Evas.Clickable_Interface)
@see elm_thumb_editable_get() @see elm_thumb_editable_get()
@ingroup Thumb */ @ingroup Thumb */
return Eina_Bool; return bool;
} }
get { get {
/*@ /*@
@ -185,7 +185,7 @@ class Elm_Thumb (Elm_Layout, Evas.Clickable_Interface)
@ingroup Thumb */ @ingroup Thumb */
} }
values { values {
Eina_Bool edit; /*@ Turn on or off editability. Default is @c EINA_FALSE. */ bool edit; /*@ Turn on or off editability. Default is @c EINA_FALSE. */
} }
} }
aspect { aspect {

View File

@ -24,7 +24,7 @@ class Elm_Toolbar (Elm_Widget, Elm_Interface_Scrollable)
@ingroup Toolbar */ @ingroup Toolbar */
} }
values { values {
Eina_Bool homogeneous; /*@ Assume the items within the toolbar are of the bool homogeneous; /*@ Assume the items within the toolbar are of the
same size (EINA_TRUE = on, EINA_FALSE = off). Default is @c EINA_FALSE. */ same size (EINA_TRUE = on, EINA_FALSE = off). Default is @c EINA_FALSE. */
} }
} }
@ -133,7 +133,7 @@ class Elm_Toolbar (Elm_Widget, Elm_Interface_Scrollable)
@ingroup Toolbar */ @ingroup Toolbar */
} }
values { values {
Eina_Bool horizontal; /*@ If @c EINA_TRUE, the toolbar is horizontal */ bool horizontal; /*@ If @c EINA_TRUE, the toolbar is horizontal */
} }
} }
icon_order_lookup { icon_order_lookup {

View File

@ -42,7 +42,7 @@ class Elm_Video (Elm_Layout)
@ingroup Video */ @ingroup Video */
} }
values { values {
Eina_Bool remember; /*@ the last played position of the Elm_Video object. */ bool remember; /*@ the last played position of the Elm_Video object. */
} }
} }
play_position { play_position {
@ -82,7 +82,7 @@ class Elm_Video (Elm_Layout)
@ingroup Video */ @ingroup Video */
} }
values { values {
Eina_Bool mute; /*@ The new mute state. */ bool mute; /*@ The new mute state. */
} }
} }
file { file {
@ -99,7 +99,7 @@ class Elm_Video (Elm_Layout)
@see elm_player_add() @see elm_player_add()
@ingroup Video */ @ingroup Video */
return Eina_Bool; return bool;
} }
values { values {
const(char)* filename; /*@ The file or URI to target. const(char)* filename; /*@ The file or URI to target.
@ -120,7 +120,7 @@ class Elm_Video (Elm_Layout)
the object state. the object state.
@ingroup Video */ @ingroup Video */
return Eina_Bool; return bool;
} }
} }
play_length { play_length {
@ -153,7 +153,7 @@ class Elm_Video (Elm_Layout)
@return @c EINA_TRUE if is possible to seek inside the video. @return @c EINA_TRUE if is possible to seek inside the video.
@ingroup Video */ @ingroup Video */
return Eina_Bool; return bool;
} }
} }
title { title {

View File

@ -13,7 +13,7 @@ class Elm_Web (Elm_Widget)
@return @c EINA_TRUE on success, @c EINA_FALSE otherwise @return @c EINA_TRUE on success, @c EINA_FALSE otherwise
@ingroup Web */ @ingroup Web */
return Eina_Bool; return bool;
} }
get { get {
/*@ /*@
@ -25,7 +25,7 @@ class Elm_Web (Elm_Widget)
@ingroup Web */ @ingroup Web */
} }
values { values {
Eina_Bool highlight; /*@ Whether to highlight the marks or not */ bool highlight; /*@ Whether to highlight the marks or not */
} }
} }
useragent { useragent {
@ -58,7 +58,7 @@ class Elm_Web (Elm_Widget)
@return @c EINA_TRUE if the URL could be set, @c EINA_FALSE if an error occurred. @return @c EINA_TRUE if the URL could be set, @c EINA_FALSE if an error occurred.
@ingroup Web */ @ingroup Web */
return Eina_Bool; return bool;
} }
get { get {
/*@ /*@
@ -122,7 +122,7 @@ class Elm_Web (Elm_Widget)
@ingroup Web */ @ingroup Web */
} }
values { values {
Eina_Bool value; /*@ @c EINA_TRUE to use Inwin, @c EINA_FALSE to use a normal window */ bool value; /*@ @c EINA_TRUE to use Inwin, @c EINA_FALSE to use a normal window */
} }
} }
tab_propagate { tab_propagate {
@ -149,7 +149,7 @@ class Elm_Web (Elm_Widget)
@ingroup Web */ @ingroup Web */
} }
values { values {
Eina_Bool propagate; /*@ Whether to propagate Tab keys to Elementary or not */ bool propagate; /*@ Whether to propagate Tab keys to Elementary or not */
} }
} }
history_enabled { history_enabled {
@ -168,7 +168,7 @@ class Elm_Web (Elm_Widget)
@ingroup Web */ @ingroup Web */
} }
values { values {
Eina_Bool enable; /*@ Whether to enable or disable the browsing history */ bool enable; /*@ Whether to enable or disable the browsing history */
} }
} }
zoom_mode { zoom_mode {
@ -364,7 +364,7 @@ class Elm_Web (Elm_Widget)
otherwise otherwise
@ingroup Web */ @ingroup Web */
return Eina_Bool; return bool;
} }
} }
webkit_view { webkit_view {
@ -396,7 +396,7 @@ class Elm_Web (Elm_Widget)
otherwise otherwise
@ingroup Web */ @ingroup Web */
return Eina_Bool; return bool;
} }
} }
load_progress { load_progress {
@ -462,7 +462,7 @@ class Elm_Web (Elm_Widget)
@ingroup Web */ @ingroup Web */
return Eina_Bool; return bool;
params { params {
@in int steps; /*@ The number of steps to jump */ @in int steps; /*@ The number of steps to jump */
} }
@ -482,7 +482,7 @@ class Elm_Web (Elm_Widget)
@ingroup Web */ @ingroup Web */
return Eina_Bool; return bool;
} }
html_string_load { html_string_load {
/*@ /*@
@ -500,7 +500,7 @@ class Elm_Web (Elm_Widget)
@since 1.9 @since 1.9
@ingroup Web */ @ingroup Web */
return Eina_Bool; return bool;
params { params {
@in const(char)* html; /*@ HTML data to load */ @in const(char)* html; /*@ HTML data to load */
@in const(char)* base_url; /*@ Base URL used for relative paths to external objects (optional) */ @in const(char)* base_url; /*@ Base URL used for relative paths to external objects (optional) */
@ -517,12 +517,12 @@ class Elm_Web (Elm_Widget)
@ingroup Web */ @ingroup Web */
const; const;
return Eina_Bool; return bool;
params { params {
@in const(char)* string; /*@ String to search */ @in const(char)* string; /*@ String to search */
@in Eina_Bool case_sensitive; /*@ If search should be case sensitive or not */ @in bool case_sensitive; /*@ If search should be case sensitive or not */
@in Eina_Bool forward; /*@ If search is from cursor and on or backwards */ @in bool forward; /*@ If search is from cursor and on or backwards */
@in Eina_Bool wrap; /*@ If search should wrap at the end */ @in bool wrap; /*@ If search should wrap at the end */
} }
} }
popup_destroy { popup_destroy {
@ -539,7 +539,7 @@ class Elm_Web (Elm_Widget)
@ingroup Web */ @ingroup Web */
return Eina_Bool; return bool;
} }
region_show { region_show {
/*@ /*@
@ -569,7 +569,7 @@ class Elm_Web (Elm_Widget)
@ingroup Web */ @ingroup Web */
return Eina_Bool; return bool;
} }
text_matches_mark { text_matches_mark {
/*@ /*@
@ -582,8 +582,8 @@ class Elm_Web (Elm_Widget)
return uint; return uint;
params { params {
@in const(char)* string; /*@ String to match */ @in const(char)* string; /*@ String to match */
@in Eina_Bool case_sensitive; /*@ If match should be case sensitive or not */ @in bool case_sensitive; /*@ If match should be case sensitive or not */
@in Eina_Bool highlight; /*@ If matches should be highlighted */ @in bool highlight; /*@ If matches should be highlighted */
@in uint limit; /*@ Maximum amount of matches, or zero to unlimited */ @in uint limit; /*@ Maximum amount of matches, or zero to unlimited */
} }
} }
@ -615,7 +615,7 @@ class Elm_Web (Elm_Widget)
@ingroup Web */ @ingroup Web */
return Eina_Bool; return bool;
} }
navigate_possible_get { navigate_possible_get {
/*@ /*@
@ -629,7 +629,7 @@ class Elm_Web (Elm_Widget)
@ingroup Web */ @ingroup Web */
return Eina_Bool; return bool;
params { params {
@in int steps; /*@ The number of steps to check for */ @in int steps; /*@ The number of steps to check for */
} }
@ -642,7 +642,7 @@ class Elm_Web (Elm_Widget)
@ingroup Web */ @ingroup Web */
return Eina_Bool; return bool;
} }
text_matches_unmark_all { text_matches_unmark_all {
/*@ /*@
@ -652,7 +652,7 @@ class Elm_Web (Elm_Widget)
@ingroup Web */ @ingroup Web */
return Eina_Bool; return bool;
} }
reload { reload {
/*@ /*@
@ -662,7 +662,7 @@ class Elm_Web (Elm_Widget)
@ingroup Web */ @ingroup Web */
return Eina_Bool; return bool;
} }
} }
implements { implements {

View File

@ -11,7 +11,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool focus; bool focus;
} }
} }
drag_lock_y { drag_lock_y {
@ -22,13 +22,13 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool lock; bool lock;
} }
} }
focus_highlight_style { focus_highlight_style {
set { set {
/*@ This function set the widget focus highlight style. */ /*@ This function set the widget focus highlight style. */
return Eina_Bool; return bool;
} }
get { get {
/*@ This function returns the widget focus highlight style. */ /*@ This function returns the widget focus highlight style. */
@ -45,7 +45,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool tree_unfocusable; bool tree_unfocusable;
} }
} }
mirrored { mirrored {
@ -56,7 +56,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
/*@ Returns the widget's mirrored mode. */ /*@ Returns the widget's mirrored mode. */
} }
values { values {
Eina_Bool mirrored; bool mirrored;
} }
} }
theme { theme {
@ -78,7 +78,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool disabled; bool disabled;
} }
} }
highlight_ignore { highlight_ignore {
@ -89,7 +89,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool ignore; bool ignore;
} }
} }
mirrored_automatic { mirrored_automatic {
@ -100,7 +100,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
/*@ Returns the widget's mirrored mode setting. */ /*@ Returns the widget's mirrored mode setting. */
} }
values { values {
Eina_Bool automatic; bool automatic;
} }
} }
orientation_mode_disabled { orientation_mode_disabled {
@ -111,13 +111,13 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool disabled; bool disabled;
} }
} }
style { style {
set { set {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
return Eina_Bool; return bool;
} }
get { get {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
@ -157,7 +157,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool can_focus; bool can_focus;
} }
} }
highlight_in_theme { highlight_in_theme {
@ -168,7 +168,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool highlight; bool highlight;
} }
} }
parent { parent {
@ -201,7 +201,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool lock; bool lock;
} }
} }
access_highlight_in_theme { access_highlight_in_theme {
@ -212,7 +212,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool highlight; /*@ highlight */ bool highlight; /*@ highlight */
} }
} }
parent_highlight { parent_highlight {
@ -220,13 +220,13 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool highlighted; bool highlighted;
} }
} }
theme_object { theme_object {
set { set {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
return Eina_Bool; return bool;
} }
values { values {
Evas_Object *edj; Evas_Object *edj;
@ -267,7 +267,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
values { values {
const(char)* part; const(char)* part;
const(char)* domain; const(char)* domain;
Eina_Bool translatable; bool translatable;
} }
} }
orientation { orientation {
@ -284,7 +284,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
} }
values { values {
Evas_Object *sobj; Evas_Object *sobj;
Eina_Bool sub_obj; bool sub_obj;
} }
} }
domain_translatable_part_text { domain_translatable_part_text {
@ -325,13 +325,13 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
/*@ Get the value whether item loop feature is enabled or not. */ /*@ Get the value whether item loop feature is enabled or not. */
} }
values { values {
Eina_Bool enable; bool enable;
} }
} }
child_can_focus { child_can_focus {
get { get {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
return Eina_Bool; return bool;
} }
} }
scroll_freeze { scroll_freeze {
@ -343,7 +343,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
focus_region { focus_region {
get { get {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
return Eina_Bool; return bool;
} }
values { values {
Evas_Coord x; Evas_Coord x;
@ -387,8 +387,8 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
} }
values { values {
Eina_Bool horiz; bool horiz;
Eina_Bool vert; bool vert;
} }
} }
parent_widget { parent_widget {
@ -401,7 +401,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
highlight { highlight {
get { get {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
return Eina_Bool; return bool;
} }
} }
focused_object { focused_object {
@ -443,7 +443,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
return Evas_Object *; return Evas_Object *;
params { params {
@out uint newest_focus_order; @out uint newest_focus_order;
@in Eina_Bool can_focus_only; @in bool can_focus_only;
} }
} }
scroll_hold_push { scroll_hold_push {
@ -503,19 +503,19 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
params { params {
@in Elm_Activate act; @in Elm_Activate act;
} }
return Eina_Bool; return bool;
legacy null; /* the legacy API has not the same number of parameter to we don't generate it. */ legacy null; /* the legacy API has not the same number of parameter to we don't generate it. */
} }
sub_object_add { sub_object_add {
/*@ 'Virtual' function handling sub objects being added. */ /*@ 'Virtual' function handling sub objects being added. */
return Eina_Bool; return bool;
params { params {
@in Evas_Object *sobj; @in Evas_Object *sobj;
} }
} }
focus_direction_manager_is { focus_direction_manager_is {
/*@ 'Virtual' function which checks if handling of passing focus to sub-objects in given direction is supported by widget. */ /*@ 'Virtual' function which checks if handling of passing focus to sub-objects in given direction is supported by widget. */
return Eina_Bool; return bool;
legacy null; legacy null;
} }
event { event {
@ -525,7 +525,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
@in Evas_Callback_Type type; @in Evas_Callback_Type type;
@in void *event_info; @in void *event_info;
} }
return Eina_Bool; return bool;
} }
event_callback_add { event_callback_add {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
@ -537,7 +537,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
access { access {
/*@ 'Virtual' function on the widget being set access. */ /*@ 'Virtual' function on the widget being set access. */
params { params {
@in Eina_Bool acs; @in bool acs;
} }
legacy null; legacy null;
} }
@ -558,7 +558,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
on_focus { on_focus {
/*@ 'Virtual' function handling focus in/out events on the widget. /*@ 'Virtual' function handling focus in/out events on the widget.
return EINA_TRUE if this widget can handle focus, EINA_FALSE otherwise */ return EINA_TRUE if this widget can handle focus, EINA_FALSE otherwise */
return Eina_Bool; return bool;
} }
on_focus_region { on_focus_region {
/*@ 'Virtual' function returning an inner area of a widget that should be brought into the visible area of a broader viewport, may this context arise. */ /*@ 'Virtual' function returning an inner area of a widget that should be brought into the visible area of a broader viewport, may this context arise. */
@ -568,7 +568,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
@out Evas_Coord w; @out Evas_Coord w;
@out Evas_Coord h; @out Evas_Coord h;
} }
return Eina_Bool; return bool;
} }
focus_cycle { focus_cycle {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
@ -584,11 +584,11 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
@out Evas_Object *direction; @out Evas_Object *direction;
@out double weight; @out double weight;
} }
return Eina_Bool; return bool;
} }
event_propagate { event_propagate {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
return Eina_Bool; return bool;
params { params {
@in Evas_Callback_Type type; @in Evas_Callback_Type type;
@in void *event_info; @in void *event_info;
@ -606,7 +606,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
} }
focus_next_manager_is { focus_next_manager_is {
/*@ 'Virtual' function which checks if handling of passing focus to sub-objects is supported by widget. */ /*@ 'Virtual' function which checks if handling of passing focus to sub-objects is supported by widget. */
return Eina_Bool; return bool;
} }
name_find { name_find {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
@ -620,7 +620,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
focus_list_direction_get { focus_list_direction_get {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
const; const;
return Eina_Bool; return bool;
params { params {
@in const(Evas_Object)* base; @in const(Evas_Object)* base;
@in const(Eina_List)* items; @in const(Eina_List)* items;
@ -635,7 +635,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
} }
focus_direction_go { focus_direction_go {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
return Eina_Bool; return bool;
params { params {
@in double degree; @in double degree;
} }
@ -647,7 +647,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
@in Evas_Coord y; @in Evas_Coord y;
@in Evas_Coord w; @in Evas_Coord w;
@in Evas_Coord h; @in Evas_Coord h;
@in Eina_Bool forceshow; @in bool forceshow;
} }
} }
show_region_get { show_region_get {
@ -672,7 +672,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
focus_next_get { focus_next_get {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
const; const;
return Eina_Bool; return bool;
params { params {
@in Elm_Focus_Direction dir; @in Elm_Focus_Direction dir;
@out Evas_Object *next; @out Evas_Object *next;
@ -704,7 +704,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
} }
translate { translate {
/*@ 'Virtual' function handling language changes on Elementary. */ /*@ 'Virtual' function handling language changes on Elementary. */
return Eina_Bool; return bool;
legacy null; legacy null;
} }
scroll_freeze_push { scroll_freeze_push {
@ -725,12 +725,12 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
@in Elm_Focus_Direction dir; @in Elm_Focus_Direction dir;
@out Evas_Object *next; @out Evas_Object *next;
} }
return Eina_Bool; return bool;
} }
focus_list_next_get { focus_list_next_get {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
const; const;
return Eina_Bool; return bool;
params { params {
@in const(Eina_List)* items; @in const(Eina_List)* items;
@in list_data_get_func_type list_data_get; @in list_data_get_func_type list_data_get;
@ -744,12 +744,12 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
} }
theme_apply { theme_apply {
/*@ 'Virtual' function on the widget being re-themed. */ /*@ 'Virtual' function on the widget being re-themed. */
return Eina_Bool; return bool;
} }
focus_direction_get { focus_direction_get {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
const; const;
return Eina_Bool; return bool;
params { params {
@in const(Evas_Object)* base; @in const(Evas_Object)* base;
@in double degree; @in double degree;
@ -775,11 +775,11 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
} }
disable { disable {
/*@ 'Virtual' function on the widget being disabled. */ /*@ 'Virtual' function on the widget being disabled. */
return Eina_Bool; return bool;
} }
sub_object_del { sub_object_del {
/*@ 'Virtual' function handling sub objects being removed. */ /*@ 'Virtual' function handling sub objects being removed. */
return Eina_Bool; return bool;
params { params {
@in Evas_Object *sobj; @in Evas_Object *sobj;
} }

View File

@ -27,7 +27,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool is_keyboard; /*@ If true, the window is a virtual keyboard */ bool is_keyboard; /*@ If true, the window is a virtual keyboard */
} }
} }
autodel { autodel {
@ -59,7 +59,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool autodel; /*@ If true, the window will automatically delete itself when bool autodel; /*@ If true, the window will automatically delete itself when
closed */ closed */
} }
} }
@ -91,7 +91,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool override; /*@ If true, the window is overridden */ bool override; /*@ If true, the window is overridden */
} }
} }
iconified { iconified {
@ -110,7 +110,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool iconified; /*@ If true, the window is iconified */ bool iconified; /*@ If true, the window is iconified */
} }
} }
wm_available_rotations { wm_available_rotations {
@ -139,7 +139,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
ingroup Win ingroup Win
@since 1.9 */ @since 1.9 */
legacy elm_win_wm_rotation_available_rotations_get; legacy elm_win_wm_rotation_available_rotations_get;
return Eina_Bool; return bool;
} }
values { values {
int *rotations; /*@ The array of rotation value. */ int *rotations; /*@ The array of rotation value. */
@ -181,7 +181,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool maximized; /*@ If true, the window is maximized */ bool maximized; /*@ If true, the window is maximized */
} }
} }
modal { modal {
@ -200,7 +200,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool modal; /*@ If true, the window is modal */ bool modal; /*@ If true, the window is modal */
} }
} }
icon_name { icon_name {
@ -242,7 +242,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool withdrawn; /*@ If true, the window is withdrawn */ bool withdrawn; /*@ If true, the window is withdrawn */
} }
} }
role { role {
@ -338,7 +338,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool borderless; /*@ If true, the window is borderless */ bool borderless; /*@ If true, the window is borderless */
} }
} }
screen_constrain { screen_constrain {
@ -359,7 +359,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool constrain; /*@ EINA_TRUE to restrict the window's maximum size, EINA_FALSE to disable restriction */ bool constrain; /*@ EINA_TRUE to restrict the window's maximum size, EINA_FALSE to disable restriction */
} }
} }
available_profiles { available_profiles {
@ -379,7 +379,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win @ingroup Win
@since 1.8 */ @since 1.8 */
return Eina_Bool; return bool;
} }
values { values {
char **profiles; /*@ The string array of available profiles */ char **profiles; /*@ The string array of available profiles */
@ -405,7 +405,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool enabled; /*@ The enabled value for the highlight */ bool enabled; /*@ The enabled value for the highlight */
} }
} }
title { title {
@ -457,7 +457,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool alpha; /*@ EINA_TRUE if the window alpha channel is enabled, EINA_FALSE otherwise */ bool alpha; /*@ EINA_TRUE if the window alpha channel is enabled, EINA_FALSE otherwise */
} }
} }
urgent { urgent {
@ -476,7 +476,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool urgent; /*@ If true, the window is urgent */ bool urgent; /*@ If true, the window is urgent */
} }
} }
rotation { rotation {
@ -588,7 +588,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool sticky; /*@ If true, the window's sticky state is enabled */ bool sticky; /*@ If true, the window's sticky state is enabled */
} }
} }
keyboard_mode { keyboard_mode {
@ -629,7 +629,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool animate; /*@ The enabled value for the highlight animation */ bool animate; /*@ The enabled value for the highlight animation */
} }
} }
aspect { aspect {
@ -706,7 +706,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool demand_attention; /*@ If true, the window is demand_attention */ bool demand_attention; /*@ If true, the window is demand_attention */
} }
} }
wm_preferred_rotation { wm_preferred_rotation {
@ -819,7 +819,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool shaped; /*@ If true, the window is shaped */ bool shaped; /*@ If true, the window is shaped */
} }
} }
fullscreen { fullscreen {
@ -838,7 +838,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool fullscreen; /*@ If true, the window is fullscreen */ bool fullscreen; /*@ If true, the window is fullscreen */
} }
} }
wm_manual_rotation_done { wm_manual_rotation_done {
@ -874,7 +874,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
legacy elm_win_wm_rotation_manual_rotation_done_get; legacy elm_win_wm_rotation_manual_rotation_done_get;
} }
values { values {
Eina_Bool set; /*@ EINA_TRUE means to set manual rotation done mode EINA_FALSE otherwise. */ bool set; /*@ EINA_TRUE means to set manual rotation done mode EINA_FALSE otherwise. */
} }
} }
indicator_mode { indicator_mode {
@ -912,7 +912,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool conformant; /*@ The conformant flag (1 = conformant, 0 = non-conformant) */ bool conformant; /*@ The conformant flag (1 = conformant, 0 = non-conformant) */
} }
} }
size_base { size_base {
@ -959,7 +959,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool quickpanel; /*@ The quickpanel flag (1 = quickpanel, 0 = normal window) */ bool quickpanel; /*@ The quickpanel flag (1 = quickpanel, 0 = normal window) */
} }
} }
rotation_with_resize { rotation_with_resize {
@ -998,7 +998,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
} }
values { values {
Eina_Bool skip; /*@ The skip flag state (EINA_TRUE if it is to be skipped) */ bool skip; /*@ The skip flag state (EINA_TRUE if it is to be skipped) */
} }
} }
screen_position { screen_position {
@ -1034,7 +1034,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win @ingroup Win
@since 1.9 */ @since 1.9 */
return Eina_Bool; return bool;
} }
} }
xwindow { xwindow {
@ -1055,7 +1055,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@return EINA_TRUE if the window exists and has focus, else EINA_FALSE @return EINA_TRUE if the window exists and has focus, else EINA_FALSE
@ingroup Win */ @ingroup Win */
return Eina_Bool; return bool;
} }
} }
screen_size { screen_size {
@ -1173,11 +1173,11 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
return Eina_Bool; return bool;
params { params {
@in const(char)* svcname; /*@ The name of the service to be advertised. ensure that it is unique (when combined with @p svcnum) otherwise creation may fail. */ @in const(char)* svcname; /*@ The name of the service to be advertised. ensure that it is unique (when combined with @p svcnum) otherwise creation may fail. */
@in int svcnum; /*@ A number (any value, 0 being the common default) to differentiate multiple instances of services with the same name. */ @in int svcnum; /*@ A number (any value, 0 being the common default) to differentiate multiple instances of services with the same name. */
@in Eina_Bool svcsys; /*@ A boolean that if true, specifies to create a system-wide service all users can connect to, otherwise the service is private to the user id that created the service. */ @in bool svcsys; /*@ A boolean that if true, specifies to create a system-wide service all users can connect to, otherwise the service is private to the user id that created the service. */
} }
} }
illume_command_send { illume_command_send {
@ -1294,8 +1294,8 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
@ingroup Win */ @ingroup Win */
params { params {
@in Eina_Bool h; /*@ If true, center horizontally. If false, do not change horizontal location. */ @in bool h; /*@ If true, center horizontally. If false, do not change horizontal location. */
@in Eina_Bool v; /*@ If true, center vertically. If false, do not change vertical location. */ @in bool v; /*@ If true, center vertically. If false, do not change vertical location. */
} }
} }
} }