最終更新:2022-10-04 (火) 15:30:45 (569d)  

GObject Introspection
Top / GObject Introspection

https://gi.readthedocs.io/en/latest/

概要

  • C言語で実装されたライブラリーのバインディングの実装を強力に支援するライブラリー・ツール群

動作

ビルド時

  • ソース+GType

実行時

バインディング

Python

Ruby

作り方

生成するファイル

  • .gir?
  • .typelib? - .gir?から生成

https://pygobject.readthedocs.io/en/latest/guide/api/api.html

https://python-gtk-3-tutorial.readthedocs.io/en/latest/introduction.html

Ubuntu/パッケージ

ランタイム

開発用

Python 3

Meson

関連

Beyond Linux From Scratch

参考