#ifndef _EFL_IO_STDERR_EO_H_ #define _EFL_IO_STDERR_EO_H_ #ifndef _EFL_IO_STDERR_EO_CLASS_TYPE #define _EFL_IO_STDERR_EO_CLASS_TYPE typedef Eo Efl_Io_Stderr; #endif #ifndef _EFL_IO_STDERR_EO_TYPES #define _EFL_IO_STDERR_EO_TYPES #endif #ifdef EFL_BETA_API_SUPPORT /** Application's standard error (stderr). * * @ingroup Efl_Io_Stderr */ #define EFL_IO_STDERR_CLASS efl_io_stderr_class_get() EAPI EAPI_WEAK const Efl_Class *efl_io_stderr_class_get(void) EINA_CONST; #endif /* EFL_BETA_API_SUPPORT */ #endif