autocompletion for own gobject derived library in python using jedi-vim using gobject introspection – Debian
I'm trying to create a shared C library that uses the gobject library as foundation. So my object inherits in GObject speak from GObject. GObject allows bindings to all different scripting languages such as Python via GObject introspection. Then from…