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

Class description missing #152

Open aleb opened 6 years ago

aleb commented 6 years ago

http://lazka.github.io/pgi-docs/#Peas-1.0/classes/ExtensionSet.html#Peas.ExtensionSet shows only "The Peas.ExtensionSet structure contains only private data and should only be accessed using the provided API."

It should show much more, see: https://developer.gnome.org/libpeas/stable/PeasExtensionSet.html#PeasExtensionSet.description

lazka commented 6 years ago

This can only be fixed in libpeas itself, see a similar commit in gst-ges: https://cgit.freedesktop.org/gstreamer/gst-editing-services/commit/?id=a66e6746493a644cd005f873770ca53525edfc51

This itself is just a hack/workaround, but all we have now.