summaryrefslogtreecommitdiffstats
path: root/bindings/perl/typemap-out
Commit message (Collapse)AuthorAgeFilesLines
* Binding perl: many improvementsBenjamin Dauvergne2010-01-291-0/+12
| | | | | | | | | * handle GHashTable of strings and objects. * report errors with 'croak' as a Lasso::Error object. * add more basic tests. * for string arguments, convert undef to NULL, and croak if function does not accept NULL. * fix library paths in Makefile.PL.
* Binding perl: update to bindingBenjamin Dauvergne2010-01-281-0/+43
* change extension of typemap files because if conflicts with existing * support constant list of strings and gobjects, add input rule for list of gobjects * fix setter for GList fields