load_from_data


Description:

public bool load_from_data (string data, ssize_t length = -1) throws Error

Loads data into this.

Note:

Use [method@Gtk.CssProvider.load_from_string] or [method@Gtk.CssProvider.load_from_bytes] instead

This clears any previously loaded information.

Parameters:

this

a `GtkCssProvider`

data

CSS data to be parsed

length

the length of data in bytes, or -1 for NUL terminated strings