Description

Accessibility Attribute

Fields

  • 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;