You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit field where the underlying C type is a packed enum. The packed nature of the enum is not currently representable in GIR; currently, it is fixed using a custom extension (bits attribute on enum and bit field types).
The text was updated successfully, but these errors were encountered:
Works around #47Closes#40
This commit introduces an extension to GIR, the attribute `bits` on
enums and bit fields, to handle packed enums. A fix is also applied to
the AppStream GIR to use this extension to fix the translation of
`appstream.SearchTokenMatch`.
This is a bit field where the underlying C type is a packed enum. The packed nature of the enum is not currently representable in GIR; currently, it is fixed using a custom extension (
bits
attribute on enum and bit field types).The text was updated successfully, but these errors were encountered: