Ecore_FB_Library_Group

Langue: en

Autres versions - même langue

Version: 384232 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

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

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.