Skip to content

Pass required out parameter

Emmanuele Bassi requested to merge no-mime-type into master

After commit d9464d20, rsvg_decode_data_uri() requires a non-nullable mime_type out argument, instead of allowing it to be NULL.

This means that all callers on the C side need to pass a mime_type argument, even if they will ignore it.

Merge request reports