Wayland Synchronization Functions

Functions that ensure that all commands which have been issued by the Ecore Wayland library have been sent to the server. More...

Functions

void ecore_wl_flush (void)
 Sends all Wayland commands to the Wayland Display.
 
void ecore_wl_sync (void)
 Flushes the command buffer and waits until all requests have been processed by the server.
 

Detailed Description

Functions that ensure that all commands which have been issued by the Ecore Wayland library have been sent to the server.

Function Documentation

void ecore_wl_flush ( void  )

Sends all Wayland commands to the Wayland Display.

Since
1.2
void ecore_wl_sync ( void  )

Flushes the command buffer and waits until all requests have been processed by the server.

Since
1.2