mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
typelib: Fix field offsets for attributes
This fixes a bug where the decompiler could not recognize enums by their C identifiers because it could not correctly read attributes. Fixes #177.
This commit is contained in:
parent
d7097cad01
commit
3b6dcf072d
4 changed files with 20 additions and 3 deletions
5
tests/samples/issue_177.blp
Normal file
5
tests/samples/issue_177.blp
Normal file
|
@ -0,0 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Box {
|
||||
orientation: horizontal;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue