pgi-docgen icon indicating copy to clipboard operation
pgi-docgen copied to clipboard

API Documentation Generator for PyGObject

Results 50 pgi-docgen issues
Sort by recently updated
recently updated
newest added

Would be nice we there was some way to copy the name of some function constant, enum to the clipboard, similar to the anchor links.

https://lazka.github.io/pgi-docs/GExiv2-0.10/classes/Metadata.html#GExiv2.Metadata.get_tag_multiple

The read_async and read_all_async methods https://lazka.github.io/pgi-docs/#Gio-2.0/classes/InputStream.html#Gio.InputStream.read_async https://lazka.github.io/pgi-docs/#Gio-2.0/classes/InputStream.html#Gio.InputStream.read_all_async both take an argument called "buffer" of type bytes. When you click on the hyperlink, you get directed to the documentation on python...

* https://kapeli.com/docsets#tableofcontents * https://pypi.org/project/sphinxcontrib-dashbuilder/#description * https://doc2dash.readthedocs.io/en/stable/# Ideally we would build the index from the devhelp one as I don't want to add another build type to the pipeline. @scontini76

enhancement

https://lazka.github.io/pgi-docs/#GLib-2.0/classes/OptionContext.html#GLib.OptionContext.set_summary https://lazka.github.io/pgi-docs/#GLib-2.0/functions.html#GLib.test_get_dir

bug

In pygobject `gi/overrides/Gdk.py` the boolean values for `Gdk.Event` accessors `get_state`, `get_axis`, `get_coords` & `get_root_coords` are not returned on purpose. The documentation does not reflect this.

bug

https://developer.gnome.org/gtk3/stable/GtkLabel.html#GtkLabel--xalign

bug

See [](https://lazka.github.io/pgi-docs/Gtk-3.0/classes/TreeView.html#Gtk.TreeView.do_unselect_all) `Gtk.TreeView.do_unselect_all() without arguments` has no arguments there. But when calling it in my code I see > self.do_unselect_all() > TypeError: Gtk.TreeView.unselect_all() takes exactly 1 argument (0 given) >

enhancement

See https://lazka.github.io/pgi-docs/#Gtk-3.0/classes/ImageMenuItem.html#Gtk.ImageMenuItem Afair types themselves can't be deprecated (??), but we could assume it if all methods/properties are and add a note.

enhancement