blob: edbb6e10f98d237959a42628ded3ec25fa33f925 (
plain) (
tree)
|
|
#ifndef ELM_INTERFACE_ATSPI_TEXT_H
#define ELM_INTERFACE_ATSPI_TEXT_H
#ifdef EFL_BETA_API_SUPPORT
#ifdef EFL_EO_API_SUPPORT
#include "efl_access_text.eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "efl_access_text.eo.legacy.h"
#endif
/**
* @brief Free Efl_Access_Text_Attribute structure
*/
EAPI void elm_atspi_text_text_attribute_free(Efl_Access_Text_Attribute *attr);
#endif
#endif
|