Private
Public Access
2
0

maa.i: add printError() function to swig API

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-05-19 09:51:59 +01:00
parent 1160c99816
commit 9314eb2c90

View File

@@ -15,7 +15,8 @@
%rename(getVersion) maa_get_version();
const char * maa_get_version();
#### GPIO ####
%rename(printError) maa_result_print();
void maa_result_print(maa_result_t result);
#### GPIO ####