Skip to content

Add new css provider load apis

Matthias Clasen requested to merge new-css-load-apis into main

gtk_css_provider_load_from_data has turned out to be problematic for language bindings. Add two new variants, from_string and from_bytes, to replace it.

Merge request reports