Skip to content

libmalcontent: Add enum types to fix introspection of MctManagerError

Philip Withnall requested to merge introspection-error-fix into master

Without a GType for the error enum, g-ir-scanner fails to properly associate it with the error quark function, and (for example) error code matching in JS doesn’t work.

This adds the enum types in a new public header file.

Signed-off-by: Philip Withnall withnall@endlessm.com

Merge request reports