forked from AuroraMiddleware/gtk
builder tool: Rewrite the simplify command
Rewrite the builder-tool simplify command to have a full parse tree around, and perform simplifications on that tree. This lets us rewrite GtkStack and turn child properties into child meta objects.
This commit is contained in:
parent
addcf2e526
commit
59152b8a8d
File diff suppressed because it is too large
Load Diff
@ -46,6 +46,7 @@ usage (void)
|
||||
"\n"
|
||||
"Simplify Options:\n"
|
||||
" --replace Replace the file\n"
|
||||
" --3to4 Convert from a GTK3 to GTK4\n"
|
||||
"\n"
|
||||
"Preview Options:\n"
|
||||
" --id=ID Preview only the named object\n"
|
||||
|
Loading…
Reference in New Issue
Block a user