Skip to content

gdbus-codegen: Add missing nullable and optional g-i annotations to generated code

Michael Gratton requested to merge wip/1615-gdbus-codgen-nullable into master

This adds nullable and optional g-i annotations to generated code that were missing. It doesn't add allow-none to generated properties yet, since g-i still needs to support that (gobject-introspection#112)

Fixes #1615 (closed)

Merge request reports