~~Title: Efl.Access.Text_Attribute~~ ===== Description ===== %%Text attribute%% {{page>:develop:api-include:efl:access:text_attribute:description&nouser&nolink&nodate}} ===== Fields ===== {{page>:develop:api-include:efl:access:text_attribute:fields&nouser&nolink&nodate}} * **name** - %%Text attribute name%% * **value** - %%Text attribute value%% ===== Signature ===== struct @free(elm_atspi_text_text_attribute_free) Efl.Access.Text_Attribute { name: string; value: string; } ===== C signature ===== typedef struct _Efl_Access_Text_Attribute { const char *name; const char *value; } Efl_Access_Text_Attribute;