mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add GObject Introspection integration
- Parse .gir files - Validate class, property, and signal names
This commit is contained in:
parent
2ad2f1c54a
commit
e553e5db29
10 changed files with 734 additions and 58 deletions
|
@ -22,4 +22,4 @@
|
|||
from gtkblueprinttool import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue