gir.core icon indicating copy to clipboard operation
gir.core copied to clipboard

Render public record methods

Open badcel opened this issue 2 years ago • 0 comments

Render struct methods / functions / constructors / typefunction in public Api. Probably depends on #622

If records are rendered as a class, verify if constructors should be regular constructors and all the classes be sealed as there is no inheritance for records. Alternatively make constructors static functions.

  • [ ] Verify WebKit2.UserScript.New it has a manually written constructor.

badcel avatar Jan 06 '23 16:01 badcel