Framebuffer Library Functions
Functions used to set up and shut down the Ecore_Framebuffer functions. More...
Functions | |
EAPI int | ecore_fb_init (const char *name __UNUSED__) |
Sets up the Ecore_Fb library. | |
EAPI int | ecore_fb_shutdown (void) |
Shuts down the Ecore_Fb library. |
Detailed Description
Functions used to set up and shut down the Ecore_Framebuffer functions.Function Documentation
EAPI int ecore_fb_init | ( | const char *name | __UNUSED__ | ) |
Sets up the Ecore_Fb library.
- Parameters:
-
name device target name
- Returns:
0
on failure. Otherwise, the number of times the library has been initialised without being shut down.
References ecore_event_type_new().
EAPI int ecore_fb_shutdown | ( | void | ) |
Shuts down the Ecore_Fb library.
- Returns:
The
number of times the system has been initialised without being shut down.