Skip to content

Conversation

tjbcg
Copy link

@tjbcg tjbcg commented Jul 26, 2018

This fixes issue #132 by allowing multiple return values

@Shouqun
Copy link
Owner

Shouqun commented Jul 28, 2018

@AndreasBackx
Copy link

AndreasBackx commented Jan 23, 2019

Adding a method which returns multiple values is also not accounted for, though multiple in arguments are supported. It should be corrected here.

if (method['out']) {
if (method['out'].name)
introspection.push('<arg direction="out" type="' + method['out'].type + '" name="' + method['out'].name + '"/>');
else
introspection.push('<arg direction="out" type="' + method['out'].type + '"/>');

Currently the inspection for out arguments results in this:

<arg direction="out" type="undefined"/>

@AndreasBackx
Copy link

@Shouqun any chance this could get fixed/looked at? There are perhaps some more things that need a look at?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants