pgi-docgen
pgi-docgen copied to clipboard
API Documentation Generator for PyGObject
Hi there From what I understand, the documentation in this repository is generated automatically. However, there have been quite a few cases where I, as a new user of `gi`...
https://lazka.github.io/pgi-docs/#Gtk-3.0/classes/ListStore.html#Gtk.ListStore.insert_before
http://devdocs.baznga.org/ Might make it easier to visually differentiate packages in the search results
It would be nice if errors, unresolved links etc would be written to a log file of the resulting sphinx structure. Maybe also included in the final output so it's...
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
This is part of a gstreamer plugin for the opus codec. I need access to this enum to set the plugin's property to a value from this enum. It's not...
e.g. Champlain.Label.props.color I guess that it shows a pointer there.. should be repr
In case there is no explicit reference we should only convert matches if they are namespaced to prevent false positives. e.g.: Only match if it contains "_" or an uppercase...
Hi, I have this bug upstream in gexiv2: https://bugzilla.gnome.org/show_bug.cgi?id=758449 Basically the docs for functions in the override seem to be missing.