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
Vala compiler allows to create internal symbol headers and corresponding VAPI, used when extend a class with protected fields you are allowed to access.
Is required to port Gee to Meson, because it uses:
--internal-header and --internal-vapi to generate internal symbols.
Pull request with a patch, but with some issues when try to create VAPI for internal symbols is:
Vala compiler allows to create internal symbol headers and corresponding VAPI, used when extend a class with protected fields you are allowed to access.
Is required to port Gee to Meson, because it uses:
--internal-header and --internal-vapi to generate internal symbols.
Pull request with a patch, but with some issues when try to create VAPI for internal symbols is:
#1780
The text was updated successfully, but these errors were encountered: