Table of Contents

Programming Guide Menu

Eina Programming Guide

Eina provides data types and useful tools.

The Eina library implements an API for data types in an efficient way. It also provides some useful tools, such as opening shared libraries, error management, type conversion, time accounting, and memory pool.

Table of Contents

Data Types

The Eina library is a central part of the EFL. It implements an API for data types, and allows you to create and manipulate several data types.

Eina Tools

Eina provides a number of tools, such as string manipulation, that make your life easier when coding applications.


Programming Guide Menu