Functions
Drm Library Init and Shutdown Functions

Functions that start and shutdown the Ecore_Drm Library. More...

Functions

int ecore_drm_init (void)
 Initialize the Ecore_Drm library. More...
 
int ecore_drm_shutdown (void)
 Shutdown the Ecore_Drm library. More...
 

Detailed Description

Functions that start and shutdown the Ecore_Drm Library.

Function Documentation

◆ ecore_drm_init()

int ecore_drm_init ( void  )

Initialize the Ecore_Drm library.

Returns
The number of times the library has been initialized without being shut down. 0 is returned if an error occurs.

References ecore_event_init(), ecore_init(), ecore_shutdown(), eeze_init(), eina_init(), eina_log_domain_register(), EINA_LOG_ERR, and eina_shutdown().

◆ ecore_drm_shutdown()

int ecore_drm_shutdown ( void  )

Shutdown the Ecore_Drm library.

Returns
The number of times the library has been initialized without being shutdown. 0 is returned if an error occurs.

References ecore_drm_device_free(), ecore_drm_devices_get(), ecore_event_shutdown(), ecore_shutdown(), eeze_shutdown(), eina_list_clone(), EINA_LIST_FREE, eina_log_domain_unregister(), eina_shutdown(), and ERR.