From: Bert Vermeulen Date: Sat, 27 Apr 2013 15:29:46 +0000 (+0200) Subject: Fix output API receive() function X-Git-Tag: dsupstream~37 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=17f63de642c3cb613f91eabd2e19ebed6785f755;hp=17f63de642c3cb613f91eabd2e19ebed6785f755;p=libsigrok.git Fix output API receive() function 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. ---