pygobject / pgi-docgen

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

The "children props" of GES elements are listed incorrectly #123

Open aleb opened 8 years ago

aleb commented 8 years ago

For example https://lazka.github.io/pgi-docs/GES-1.0/classes/VideoSource.html#GES.VideoSource suggests that you can use "GES.VideoSource.props.posx" but that is not true, you can only read a property with http://lazka.github.io/pgi-docs/#GES-1.0/classes/TrackElement.html#GES.TrackElement.get_child_property

lazka commented 8 years ago

pushed some improvements