
EFL::Eina - Perl bindings for Eina from the Enlightenment Foundation Libraries

version 0.501

Import all Eina constants:
use EFL::Eina qw(:all);
print(EINA_TRUE);

This module is the Perl bindings for the Enlightenment Foundation Libraries' (EFL) Eina library. Due to Eina primarily providing data types in C it's coverage in Perl will be limited. Currently, it only provides constants.

With regards to passing data between Perl and C, the API is not set in stone and may change in future releases.

Note: this list is autogenerated from misc/supported-api.pl.
EINA_FALSE EINA_TRUE

You can find documentation for this module with the perldoc command.
perldoc EFL::Eina
You can also look for information at:


Adam Flott <adam@npjh.com>

This software is Copyright (c) 2010 by Adam Flott.
This is free software, licensed under:
The GNU Lesser General Public License, Version 2.1, February 1999