最終更新:2022-10-04 (火) 15:30:45 (428d)
GObject Introspection
Top / GObject Introspection
https://gi.readthedocs.io/en/latest/
概要
- C言語で実装されたライブラリーのバインディングの実装を強力に支援するライブラリー・ツール群
動作
ビルド時
- ソース+GType
実行時
バインディング
Python
- PyGObject
- python3-gi
- from gi.repository import Hoge
Ruby
https://github.com/RubyData/workshop-materials/blob/master/gobject-introspection/introduction.md
- require gobject-introspection
- GObjectIntrospection?
作り方
https://www.clear-code.com/blog/2013/12/16.html
- configure.ac
- GOBJECT_INTROSPECTION_REQUIRE?
生成するファイル
https://pygobject.readthedocs.io/en/latest/guide/api/api.html
https://python-gtk-3-tutorial.readthedocs.io/en/latest/introduction.html