update according to EFL

This commit is contained in:
Daniel Kolesa 2014-07-22 16:36:29 +01:00
parent 63168c996f
commit 421db0d542
9 changed files with 66 additions and 66 deletions

View File

@ -4,7 +4,7 @@ mixin Elm_Interface_Atspi_Accessible ()
eo_prefix: elm_interface_atspi_accessible; eo_prefix: elm_interface_atspi_accessible;
data: null; data: null;
properties { properties {
protected localized_role_name { localized_role_name @protected {
get { get {
/*@ Gets an localized string describing ATSPI widget role name. */ /*@ Gets an localized string describing ATSPI widget role name. */
} }
@ -12,7 +12,7 @@ mixin Elm_Interface_Atspi_Accessible ()
const(char)* localized_name; const(char)* localized_name;
} }
} }
protected name { name @protected {
get { get {
/*@ Gets an string describing ATSPI widget role name. */ /*@ Gets an string describing ATSPI widget role name. */
} }
@ -22,7 +22,7 @@ mixin Elm_Interface_Atspi_Accessible ()
const(char)* name; /*@ obj name */ const(char)* name; /*@ obj name */
} }
} }
protected relation_set { relation_set @protected {
get { get {
/*@ Gets an string describing ATSPI widget role name. Lists and /*@ Gets an string describing ATSPI widget role name. Lists and
elements Should be free by a user. */ elements Should be free by a user. */
@ -31,7 +31,7 @@ mixin Elm_Interface_Atspi_Accessible ()
Eina_List *relations; Eina_List *relations;
} }
} }
protected role { role @protected {
get { get {
/*@ Gets the role of the widget in ATSPI Accessibility domain. */ /*@ Gets the role of the widget in ATSPI Accessibility domain. */
} }
@ -41,7 +41,7 @@ mixin Elm_Interface_Atspi_Accessible ()
Elm_Atspi_Role role; Elm_Atspi_Role role;
} }
} }
protected children { children @protected {
get { get {
/*@ Gets widget's accessible children. */ /*@ Gets widget's accessible children. */
} }
@ -49,7 +49,7 @@ mixin Elm_Interface_Atspi_Accessible ()
Eina_List *children; Eina_List *children;
} }
} }
protected role_name { role_name @protected {
get { get {
/*@ Gets human-readable string indentifying widget accessibility /*@ Gets human-readable string indentifying widget accessibility
role. */ role. */
@ -58,7 +58,7 @@ mixin Elm_Interface_Atspi_Accessible ()
const(char)* role_name; const(char)* role_name;
} }
} }
protected attributes { attributes @protected {
get { get {
/*@ Gets key-value pairs indentifying widget extra /*@ Gets key-value pairs indentifying widget extra
attributes. Must be free by a user. */ attributes. Must be free by a user. */
@ -67,7 +67,7 @@ mixin Elm_Interface_Atspi_Accessible ()
Eina_List *attributes; Eina_List *attributes;
} }
} }
protected index_in_parent { index_in_parent @protected {
get { get {
/*@ Gets index of the child in parent's children list. */ /*@ Gets index of the child in parent's children list. */
} }
@ -86,7 +86,7 @@ mixin Elm_Interface_Atspi_Accessible ()
const(char)* description; const(char)* description;
} }
} }
protected parent { parent @protected {
get { get {
/*@ Gets widget accessible parent. */ /*@ Gets widget accessible parent. */
} }
@ -97,7 +97,7 @@ mixin Elm_Interface_Atspi_Accessible ()
Eo *parent; Eo *parent;
} }
} }
protected state_set { state_set @protected {
get { get {
/*@ Gets set describing widget accessible states. */ /*@ Gets set describing widget accessible states. */
} }

View File

@ -4,7 +4,7 @@ mixin Elm_Interface_Atspi_Action ()
eo_prefix: elm_interface_atspi_action; eo_prefix: elm_interface_atspi_action;
data: null; data: null;
properties { properties {
protected name { name @protected {
get { get {
/*@ Gets action name for given id */ /*@ Gets action name for given id */
} }
@ -15,7 +15,7 @@ mixin Elm_Interface_Atspi_Action ()
int id; int id;
} }
} }
protected localized_name { localized_name @protected {
get { get {
/*@ Gets localized action name for given id */ /*@ Gets localized action name for given id */
} }
@ -26,7 +26,7 @@ mixin Elm_Interface_Atspi_Action ()
int id; int id;
} }
} }
protected description { description @protected {
get { get {
/*@ Gets action description for given id */ /*@ Gets action description for given id */
} }
@ -41,7 +41,7 @@ mixin Elm_Interface_Atspi_Action ()
int id; int id;
} }
} }
protected actions { actions @protected {
get { get {
/*@ Get list of available widget actions */ /*@ Get list of available widget actions */
} }
@ -51,14 +51,14 @@ mixin Elm_Interface_Atspi_Action ()
} }
} }
methods { methods {
protected action_do { action_do @protected {
/*@ Performs action on given widget. */ /*@ Performs action on given widget. */
params { params {
@in int id; @in int id;
} }
return bool; return bool;
} }
protected keybinding_get { keybinding_get @protected {
/*@ Gets configured keybinding for specific action and widget. */ /*@ Gets configured keybinding for specific action and widget. */
params { params {
@in int id; @in int id;

View File

@ -4,7 +4,7 @@ mixin Elm_Interface_Atspi_Component ()
eo_prefix: elm_interface_atspi_component; eo_prefix: elm_interface_atspi_component;
data: null; data: null;
properties { properties {
protected size { size @protected {
set { set {
/*@ Sets size of accessible widget. */ /*@ Sets size of accessible widget. */
return bool; return bool;
@ -17,7 +17,7 @@ mixin Elm_Interface_Atspi_Component ()
int h; int h;
} }
} }
protected layer { layer @protected {
get { get {
/*@ Sets evas layer of accessible widget. */ /*@ Sets evas layer of accessible widget. */
} }
@ -25,7 +25,7 @@ mixin Elm_Interface_Atspi_Component ()
int layer; int layer;
} }
} }
protected alpha { alpha @protected {
get { get {
/*@ Gets alpha of accessible widget. */ /*@ Gets alpha of accessible widget. */
} }
@ -33,7 +33,7 @@ mixin Elm_Interface_Atspi_Component ()
double alpha; /*@ alpha value in [0, 1] range. */ double alpha; /*@ alpha value in [0, 1] range. */
} }
} }
protected z_order { z_order @protected {
get { get {
/*@ Gets the depth at which the component is shown in relation to /*@ Gets the depth at which the component is shown in relation to
other components in the same container. */ other components in the same container. */
@ -42,7 +42,7 @@ mixin Elm_Interface_Atspi_Component ()
int z_order; int z_order;
} }
} }
protected extents { extents @protected {
get { get {
/*@ Gets geometry of accessible widget. */ /*@ Gets geometry of accessible widget. */
} }
@ -62,7 +62,7 @@ mixin Elm_Interface_Atspi_Component ()
int h; int h;
} }
} }
protected position { position @protected {
set { set {
/*@ Sets position of accessible widget. */ /*@ Sets position of accessible widget. */
return bool; return bool;
@ -82,7 +82,7 @@ mixin Elm_Interface_Atspi_Component ()
} }
} }
methods { methods {
protected contains { contains @protected {
params { params {
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
@ -99,7 +99,7 @@ mixin Elm_Interface_Atspi_Component ()
return bool; return bool;
} }
protected accessible_at_point_get { accessible_at_point_get @protected {
/*@ Gets top component object occupying space at given coordinates. */ /*@ Gets top component object occupying space at given coordinates. */
params { params {
bool screen_coords; /*@ If true x and y values will be relative bool screen_coords; /*@ If true x and y values will be relative

View File

@ -3,7 +3,7 @@ interface Elm_Interface_Atspi_Editable_Text ()
legacy_prefix: null; legacy_prefix: null;
eo_prefix: elm_interface_atspi_editable_text; eo_prefix: elm_interface_atspi_editable_text;
properties { properties {
protected content { content @protected {
set { set {
return bool; return bool;
} }
@ -13,35 +13,35 @@ interface Elm_Interface_Atspi_Editable_Text ()
} }
} }
methods { methods {
protected insert { insert @protected {
params { params {
@in const(char)* string; @in const(char)* string;
@in int position; @in int position;
} }
return bool; return bool;
} }
protected copy { copy @protected {
params { params {
@in int start; @in int start;
@in int end; @in int end;
} }
return bool; return bool;
} }
protected cut { cut @protected {
params { params {
@in int start; @in int start;
@in int end; @in int end;
} }
return bool; return bool;
} }
protected delete { delete @protected {
params { params {
@in int start; @in int start;
@in int end; @in int end;
} }
return bool; return bool;
} }
protected paste { paste @protected {
params { params {
@in int position; @in int position;
} }

View File

@ -4,7 +4,7 @@ mixin Elm_Interface_Atspi_Image ()
eo_prefix: elm_interface_atspi_image; eo_prefix: elm_interface_atspi_image;
data: null; data: null;
properties { properties {
protected extents { extents @protected {
get { get {
/*@ Gets an image extents. */ /*@ Gets an image extents. */
} }
@ -28,7 +28,7 @@ mixin Elm_Interface_Atspi_Image ()
const(char)* description; const(char)* description;
} }
} }
protected locale { locale @protected {
get { get {
/* Gets locale of the image description. */ /* Gets locale of the image description. */
} }

View File

@ -3,13 +3,13 @@ interface Elm_Interface_Atspi_Selection ()
legacy_prefix: null; legacy_prefix: null;
eo_prefix: elm_interface_atspi_selection; eo_prefix: elm_interface_atspi_selection;
properties { properties {
protected selected_children_count { selected_children_count @protected {
get { get {
/* Gets the number of currently selected children */ /* Gets the number of currently selected children */
return int; return int;
} }
} }
protected selected_child { selected_child @protected {
/* Gets child for given child index */ /* Gets child for given child index */
get { get {
return Eo*; return Eo*;
@ -20,36 +20,36 @@ interface Elm_Interface_Atspi_Selection ()
} }
} }
methods { methods {
protected child_select { child_select @protected {
/* Adds selection for given child index */ /* Adds selection for given child index */
params { params {
@in int child_index; @in int child_index;
} }
return bool; return bool;
} }
protected selected_child_deselect { selected_child_deselect @protected {
/* Removes selection for given child index */ /* Removes selection for given child index */
params { params {
@in int child_index; @in int child_index;
} }
return bool; return bool;
} }
protected is_child_selected { is_child_selected @protected {
/* 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 bool; return bool;
} }
protected all_children_select { all_children_select @protected {
/* Adds selection for all children */ /* Adds selection for all children */
return bool; return bool;
} }
protected clear { clear @protected {
/* Clears the current selection */ /* Clears the current selection */
return bool; return bool;
} }
protected child_deselect { child_deselect @protected {
/* Removes selection for given child index */ /* Removes selection for given child index */
params { params {
@in int child_index; @in int child_index;

View File

@ -3,7 +3,7 @@ interface Elm_Interface_Atspi_Text ()
legacy_prefix: null; legacy_prefix: null;
eo_prefix: elm_interface_atspi_text; eo_prefix: elm_interface_atspi_text;
properties { properties {
protected character { character @protected {
get { get {
/*@ Gets single character present in accessible widget's text /*@ Gets single character present in accessible widget's text
at given offset. */ at given offset. */
@ -18,7 +18,7 @@ interface Elm_Interface_Atspi_Text ()
that string includes invalid UTF8 chars. */ that string includes invalid UTF8 chars. */
} }
} }
protected string { string @protected {
get { get {
/*@ Gets string, start and end offset in text according to /*@ Gets string, start and end offset in text according to
given initial offset and granulatity. */ given initial offset and granulatity. */
@ -36,7 +36,7 @@ interface Elm_Interface_Atspi_Text ()
Must be free by a user. */ Must be free by a user. */
} }
} }
protected text { text @protected {
get { get {
/*@ Gets text of accessible widget. */ /*@ Gets text of accessible widget. */
} }
@ -48,7 +48,7 @@ interface Elm_Interface_Atspi_Text ()
char *text; /*@ UTF-8 encoded text. */ char *text; /*@ UTF-8 encoded text. */
} }
} }
protected caret_offset { caret_offset @protected {
get { get {
/*@ Gets offset position of caret (cursor) */ /*@ Gets offset position of caret (cursor) */
} }
@ -60,7 +60,7 @@ interface Elm_Interface_Atspi_Text ()
int offset; int offset;
} }
} }
protected attribute { attribute @protected {
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 bool; return bool;
@ -76,7 +76,7 @@ interface Elm_Interface_Atspi_Text ()
char *value; /* Value of text attribute. Should be free() */ char *value; /* Value of text attribute. Should be free() */
} }
} }
protected attributes { attributes @protected {
get { get {
/* Gets list of all text attributes. */ /* Gets list of all text attributes. */
} }
@ -88,14 +88,14 @@ interface Elm_Interface_Atspi_Text ()
own(Eina_List*) attributes; own(Eina_List*) attributes;
} }
} }
protected default_attributes { default_attributes @protected {
get { get {
} }
values { values {
own(Eina_List*) attributes; own(Eina_List*) attributes;
} }
} }
protected character_extents { character_extents @protected {
get { get {
return bool; return bool;
} }
@ -107,14 +107,14 @@ interface Elm_Interface_Atspi_Text ()
Eina_Rectangle rect; Eina_Rectangle rect;
} }
} }
protected character_count { character_count @protected {
get { get {
} }
values { values {
int count; int count;
} }
} }
protected offset_at_point { offset_at_point @protected {
get { get {
} }
keys { keys {
@ -126,7 +126,7 @@ interface Elm_Interface_Atspi_Text ()
int offset; int offset;
} }
} }
protected bounded_ranges { bounded_ranges @protected {
get { get {
} }
keys { keys {
@ -139,7 +139,7 @@ interface Elm_Interface_Atspi_Text ()
Eina_List *ranges; Eina_List *ranges;
} }
} }
protected range_extents { range_extents @protected {
get { get {
return bool; return bool;
} }
@ -154,14 +154,14 @@ interface Elm_Interface_Atspi_Text ()
Eina_Rectangle rect; Eina_Rectangle rect;
} }
} }
protected selections_count { selections_count @protected {
get { get {
} }
values { values {
int count; int count;
} }
} }
protected selection { selection @protected {
get { get {
} }
set { set {
@ -177,14 +177,14 @@ interface Elm_Interface_Atspi_Text ()
} }
} }
methods { methods {
protected selection_add { selection_add @protected {
params { params {
@in int start_offset; @in int start_offset;
@in int end_offset; @in int end_offset;
} }
return bool; return bool;
} }
protected selection_remove { selection_remove @protected {
params { params {
@in int selection_number; @in int selection_number;
} }

View File

@ -3,7 +3,7 @@ interface Elm_Interface_Atspi_Value ()
legacy_prefix: null; legacy_prefix: null;
eo_prefix: elm_interface_atspi_value; eo_prefix: elm_interface_atspi_value;
properties { properties {
protected value_and_text { value_and_text @protected {
get { get {
/*@ Gets value displayed by a accessible widget. */ /*@ Gets value displayed by a accessible widget. */
} }
@ -17,7 +17,7 @@ interface Elm_Interface_Atspi_Value ()
eg. small, enough */ eg. small, enough */
} }
} }
protected range { range @protected {
get { get {
/* Gets a range of all possible values and its description */ /* Gets a range of all possible values and its description */
} }
@ -27,7 +27,7 @@ interface Elm_Interface_Atspi_Value ()
const(char)* description; const(char)* description;
} }
} }
protected increment { increment @protected {
get { get {
/* Gets an minimal incrementation value */ /* Gets an minimal incrementation value */
} }

View File

@ -4,7 +4,7 @@ mixin Elm_Interface_Atspi_Widget_Action (Elm_Interface_Atspi_Action)
eo_prefix: elm_interface_atspi_widget_action; eo_prefix: elm_interface_atspi_widget_action;
data: null; data: null;
properties { properties {
protected elm_actions { elm_actions @protected {
get { get {
} }
values { values {