Is there a gi.repository documentation for python?

后端 未结 5 1068
不思量自难忘°
不思量自难忘° 2021-02-01 14:43

I\'m looking for a gi.repository module documentation and I can\'t find anything on the internet. All I found is documentation of new Gtk3 libraries for C, or old P

5条回答
  •  無奈伤痛
    2021-02-01 15:12

    Currently the gi-documentation for python is in development. It will appear in gtk3.4 or later.

    You can currently either build it on your own, or use unofficial generated versions like here. But be careful, they can contain information from future versions.

提交回复
热议问题