Tizen Native API  6.5
Wayland Library Init and Shutdown Functions

Functions that start and shutdown the Ecore Wl2 Library.

Functions

int ecore_wl2_init (void)
 Initialize the Ecore_Wl2 library.
int ecore_wl2_shutdown (void)
 Shutdown the Ecore_Wl2 Library.

Function Documentation

int ecore_wl2_init ( void  )

Initialize the Ecore_Wl2 library.

Returns:
The number of times the library has been initialized without being shutdown. 0 is returned if an error occurs.
Since (EFL) :
1.17
int ecore_wl2_shutdown ( void  )

Shutdown the Ecore_Wl2 Library.

In shutting down the library, the Wayland display connection is terminated and any event handlers for it are removed

Returns:
The number of times the library has been initialized without being shutdown.
Since (EFL) :
1.17
Since :
6.0