pygobject / pgi-docgen

API Documentation Generator for PyGObject
https://lazka.github.io/pgi-docs/
GNU Lesser General Public License v2.1
128 stars 36 forks source link

VFuncs missing #8

Closed lazka closed 10 years ago

lazka commented 10 years ago

docs are there, arguments (do we need flags?) missing.

Related: The do_ methods can clash with the non virtual ones like GstBase.BaseSink.do_preroll pygobject prefers the vfunc one, we should too I guess.

lazka commented 10 years ago

Fixed.

flags still needs investigating. pygobject doesn't use them, but might still be useful for the docs