Xavier, the signature seems to be ok, isn't getPeaks a const? As in:

getPeaks(std::vector<float>&,std::vector<float>&)const

Another guess, if getPeaks arguments are "const std::vector<float>&"
the API Extractor will normalize such argument to
"std::vector<float>", i.e. "const"+"&" => remove both.
If it is the case change the type system line to

<modify-function
signature="getPeaks(std::vector&lt;float&gt;,std::vector&lt;float&gt;)">
_______________________________________________
PySide mailing list
PySide@lists.pyside.org
http://lists.pyside.org/listinfo/pyside

Reply via email to