to quote ecore docs:
DO NOT use this function unless you are the person God comes to ask for
advice when He has trouble managing the Universe.
return focus_stack;
}
+YOLO EAPI void
+e_client_focus_stack_set(Eina_List *l)
+{
+ focus_stack = l;
+}
+
EAPI Eina_List *
e_client_raise_stack_get(void)
{
EAPI void e_client_desk_window_profile_wait_desk_set(E_Client *ec, E_Desk *desk);
EAPI void e_client_layout_cb_set(E_Client_Layout_Cb cb);
+YOLO EAPI void e_client_focus_stack_set(Eina_List *l);
+
#include "e_client.x"
#endif