description = rm->description;
/* If description is set by application side, do not read other default information */
if (vc_get_read_description() && description && strlen(description) > 0) {
- if (eina_strbuf_length_get(buf2))
- ESAL(buf2, " , ");
ESAL(buf2, description);
} else if (STATE_SET_CONTAINS(rm->states, ATSPI_STATE_ENABLED)) {
if (vc_get_read_description())
}
if (description_from_role && strlen(description_from_role) > 0) {
- if (eina_strbuf_length_get(buf2))
- ESAL(buf2, " , ");
ESAL(buf2, description_from_role);
}
if (description_from_relation && strlen(description_from_relation)) {