NAME
pEFL::Eina::List
DESCRIPTION
This module is a perl binding to the Eina List datatype.
If a method returns an Eina_List, it is better to use the perl function with the suffix _pv. This translates the Eina_List into an perl array.
You can manually convert an Eina_List to a perl array with Eina::list2array($list, $class).
Note: At the moment it is not planed to support the Eina datatypes in Perl. Also the function in this module are not tested at the moment. So use it at your own risk!
EXPORT
None by default.
SEE ALSO
https://www.enlightenment.org/develop/legacy/api/c/start#group__Eina__List__Group.html
AUTHOR
Maximilian Lika
COPYRIGHT AND LICENSE
Copyright (C) 2022 by Maximilian Lika
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.28.1 or, at your option, any later version of Perl 5 you may have available.