diff options
Diffstat (limited to 'src/lib/elementary/efl_access_text.h')
-rw-r--r-- | src/lib/elementary/efl_access_text.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/lib/elementary/efl_access_text.h b/src/lib/elementary/efl_access_text.h new file mode 100644 index 0000000000..edbb6e10f9 --- /dev/null +++ b/src/lib/elementary/efl_access_text.h | |||
@@ -0,0 +1,19 @@ | |||
1 | #ifndef ELM_INTERFACE_ATSPI_TEXT_H | ||
2 | #define ELM_INTERFACE_ATSPI_TEXT_H | ||
3 | |||
4 | #ifdef EFL_BETA_API_SUPPORT | ||
5 | |||
6 | #ifdef EFL_EO_API_SUPPORT | ||
7 | #include "efl_access_text.eo.h" | ||
8 | #endif | ||
9 | #ifndef EFL_NOLEGACY_API_SUPPORT | ||
10 | #include "efl_access_text.eo.legacy.h" | ||
11 | #endif | ||
12 | |||
13 | /** | ||
14 | * @brief Free Efl_Access_Text_Attribute structure | ||
15 | */ | ||
16 | EAPI void elm_atspi_text_text_attribute_free(Efl_Access_Text_Attribute *attr); | ||
17 | |||
18 | #endif | ||
19 | #endif | ||