It has not implemented and is not used.
Change-Id: Ie6bdba5e7cf801d94cd4c1f979f34702c053be80
if (!(ec = data)) return;
if (e_object_is_del(data)) return;
- if (!ec->override) e_hints_window_visible_set(ec);
-
if ((!ec->override) && (!ec->re_manage))
{
ec->visible = EINA_TRUE;
#include <e_types.h>
-E_API void e_hints_window_visible_set(E_Client *ec);
+E_DEPRECATED E_API void e_hints_window_visible_set(E_Client *ec);
E_API const Eina_List *e_hints_aux_hint_supported_add(const char *hint);
E_API const Eina_List *e_hints_aux_hint_supported_del(const char *hint);
E_API Eina_Bool e_hints_aux_hint_add(E_Client *ec, int32_t id, const char *name, const char *val);