libmalcontent: Add enum types to fix introspection of MctManagerError
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