lua-utils: funcbridge fixes for custom murphy Lua object types.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Fri, 7 Feb 2014 17:02:14 +0000 (19:02 +0200)
committerKrisztian Litkey <kli@iki.fi>
Fri, 14 Feb 2014 20:49:34 +0000 (22:49 +0200)
commitb0910ccb4428809d9129c2e85739b5850bbd367b
treed07be5c765a5b08414b8e8706c2068a156779b87
parent8361548fba81a005babfaf7c503fc11314dcf64a
lua-utils: funcbridge fixes for custom murphy Lua object types.

Fix signature parsing to properly extract type information for
custom object types (ie. without an extra leading '('). It's
really strange this had not been caught earlier, as I recall
this having been used already elsewhere. Hmm...

For symmetricity, allow funcbridge invocations to use 'O' as
the signature for (custom murphy) Lua objects.
to see how this was not caught earlier... I recall the same
src/core/lua-utils/funcbridge.c