efl api release - fix exposing of eo api types for elm fileselector

This commit is contained in:
Carsten Haitzler 2016-08-12 22:29:49 +09:00 committed by Stefan Schmidt
parent 825e60e023
commit 47e6037a8b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
typedef Eina_Bool (*Elm_Fileselector_Filter_Func)(const char *path, /**< File path */
Eina_Bool dir, /**< A flag to show if path is a directory or not. True if the path is a directory. */
void *data /**< A user data that was given by elm_fileselector_custom_filter_append. */);
#ifdef EFL_EO_API_SUPPORT
EAPI extern Eina_Error ELM_FILESELECTOR_ERROR_UNKNOWN;
EAPI extern Eina_Error ELM_FILESELECTOR_ERROR_INVALID_MODEL;
#endif