The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.501

SYNOPSIS

Import all Eina constants:

    use EFL::Eina qw(:all);

    print(EINA_TRUE);

DESCRIPTION

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.

WARNING

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

EXPORTED API/CONSTANTS

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

EINA_FALSE EINA_TRUE

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc EFL::Eina

You can also look for information at:

SEE ALSO

AUTHOR

  Adam Flott <adam@npjh.com>

COPYRIGHT AND LICENSE

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