Change-Id: I66ce08892bb8d86d8c857d65e7d6eaba90f7d3c1
/* By this calling, client will destroy their buffer by this feature
* implementation. the implementation for shared memory is in evas_shm engine.
*/
-EINTERN void
+E_API void
e_pixmap_buffer_clear(E_Pixmap *cp, Eina_Bool only_free)
{
EINA_SAFETY_ON_NULL_RETURN(cp);
EINTERN Eina_Bool e_pixmap_init(void);
EINTERN void e_pixmap_shutdown(void);
-EINTERN void e_pixmap_buffer_clear(E_Pixmap *cp, Eina_Bool only_free);
+E_API void e_pixmap_buffer_clear(E_Pixmap *cp, Eina_Bool only_free);
EINTERN void e_pixmap_buffer_clear_cancel(E_Pixmap *cp);
EINTERN void *e_pixmap_ref_resource_get(E_Pixmap *cp);