mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Support menus and object properties
This commit is contained in:
parent
b00401d53f
commit
7cf3c0bfb1
4 changed files with 159 additions and 15 deletions
|
@ -26,7 +26,7 @@ from .utils import lazy_prop
|
|||
|
||||
PARSE_GIR = set([
|
||||
"repository", "namespace", "class", "interface", "property", "glib:signal",
|
||||
"include",
|
||||
"include", "implements",
|
||||
])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue