Java: ignore Meta::get_config() due to SWIG typemap issues.
This commit is contained in:
parent
ca5fdd96ba
commit
9455b6df6f
|
@ -326,4 +326,7 @@ typedef jobject jsourcecallback;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Currently broken due to some std::map typemap issues. */
|
||||||
|
%ignore sigrok::Meta::get_config;
|
||||||
|
|
||||||
%include "bindings/swig/classes.i"
|
%include "bindings/swig/classes.i"
|
||||||
|
|
Loading…
Reference in New Issue