]> sigrok.org Git - libsigrok.git/commit
Improve sr_filter_probes error handling and docs.
authorUwe Hermann <redacted>
Thu, 22 Dec 2011 13:10:16 +0000 (14:10 +0100)
committerUwe Hermann <redacted>
Thu, 22 Dec 2011 13:16:07 +0000 (14:16 +0100)
commit488a13b110d3563194dd63e087e295a4aa114002
treea0e6906a6232c4c1ecb99ad0be8999203915a683
parent25a605d187e9661757a1e5d4bd15fac2b533c296
Improve sr_filter_probes error handling and docs.

 - Much more elaborate doxygen comments for the function and its
   parameters, allowed input values, and so on.

 - Make 'probelist' const, the function doesn't modify it.

 - Check for invalid inputs such as NULL pointers.

 - Use g_try_malloc() and g_free() for the output buffer. Document who
   is expected to g_free() the buffer.
filter.c
sigrok-proto.h