pgi-docgen
pgi-docgen copied to clipboard
API Documentation Generator for PyGObject
This branch is to continue the work done in https://github.com/pygobject/pgi-docgen/pull/176. I'm working on this in my spare time, so don't expect much.
Hi and thanks for this awesome library. While running it, I encountered the following error: ``` $ ./tools/build.sh Gtk-3.0 All done Traceback (most recent call last): File "/home/fabio/Projects/scratches/pgi-docgen/./pgi-docgen", line 14,...
I'm not sure if this question belongs in this repo... **I just want to be able to get an object from the window in python 😭** # Prelude So, as...
Shouldn't there be documentation for Gtk4 and Libadwaita now ? I haven't found any way to get started with Gtk 4 and libadwaita in python. @lazka
Provide fake python packages for IDE auto completion: most of the logic is already there, so why not Existing code: https://github.com/strycore/fakegir
This is just a request for feedback... you probably don't want to merge this. This PR adds actual typing information to some parts of the stub generation. Currently enums, flags,...
Please add Geoclue to the docs in https://lazka.github.io/pgi-docs The introspection files for Geoclue are in the Debian package gir1.2-geoclue-2.0.
According to https://lazka.github.io/pgi-docs/Vte-2.91/classes/Terminal.html#Vte.Terminal.spawn_async and https://lazka.github.io/pgi-docs/#Vte-2.91/classes/Pty.html#Vte.Pty.spawn_async the order of arguments includes: ..., spawn_flags, child_setup, timeout, ... However, the code does not work when trying to use that argument order, the result...
Hi Guys, I have built gst and the relevant packages to test the webrtcbin related items on ubuntu 18.04, within the cerbero env. This builds fine and i can using...