]> sigrok.org Git - libsigrok.git/commitdiff
Fix output API receive() function
authorBert Vermeulen <redacted>
Sat, 27 Apr 2013 15:29:46 +0000 (17:29 +0200)
committerBert Vermeulen <redacted>
Sat, 27 Apr 2013 15:29:46 +0000 (17:29 +0200)
This changes the new output API's recv() to receive(), and has it
return an integer status code. The output of the function, if any,
is stored in a new parameter as a pointer to a newly allocated GString.

All output modules using this API have been adjusted.


No differences found