Ecore_FB_Library_Group (3) - Linux Manuals

Ecore_FB_Library_Group: Functions used to set up and shut down the Ecore_Framebuffer functions.

NAME

Framebuffer Library Functions - Functions used to set up and shut down the Ecore_Framebuffer functions.

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().

Referenced by ecore_evas_fb_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.

Author

Generated automatically by Doxygen for Ecore from the source code.