~~Title: Efl.Access.Attribute~~ ===== Description ===== %%Accessibility Attribute%% {{page>:develop:api-include:efl:access:attribute:description&nouser&nolink&nodate}} ===== Fields ===== {{page>:develop:api-include:efl:access:attribute:fields&nouser&nolink&nodate}} * **key** - %%Attribute key%% * **value** - %%Attribute value%% ===== Signature ===== struct @free(efl_access_attribute_free) Efl.Access.Attribute { key: string; value: string; } ===== C signature ===== typedef struct _Efl_Access_Attribute { const char *key; const char *value; } Efl_Access_Attribute;