That did the trick. Thanks! On Wed, Apr 1, 2015 at 1:31 PM, Matthew Woehlke < [email protected]> wrote:
> On 2015-04-01 14:17, Ryan Gonzalez wrote: > > I'm trying to wrap a library that has a member template function defined > > like so: > > [...] > > > > It's used internally, so I don't need to bind it. I tried this: > > > > <object-type name="Operand"> > > <modify-function signature="getData()" remove="all"/> > > </object-type> > > I believe you want a rejection... see > > https://github.com/PySide/Shiboken/blob/master/ApiExtractor/doc/typesystem_specifying_types.rst > . > > Specifically, this might be what you want: > > <rejection class="Operand" function-name="getData()"/> > > -- > Matthew > > _______________________________________________ > PySide mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/pyside > -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/
_______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
