Tizen Native API
|
Ecore
Ecore Library Public API Calls
These routines are used for Ecore Library interaction
- Date:
- 2000 (created)
Table of Contents
Introduction
Ecore is a library of convenience functions. A brief explanation of how to use it can be found in The Ecore Main Loop.
The Ecore library provides the following modules:
- Ecore main loop
- Ecore time functions
- Ecore Thread functions
- Pipe wrapper
- Ecore Job functions
- Ecore Input
- Ecore_IMF - Ecore Input Method Library Functions
Next Steps
After you understood what Ecore is and installed it in your system you should proceed understanding the programming interface. We'd recommend you to take a while to learn Eina as it is very convenient and optimized, and Ecore uses it extensively.
Recommended reading: