load_from_path
Description:
public bool load_from_path (
string path)
throws Error
Loads the data contained in path into this.
This clears any previously loaded information.
Parameters:
| this |
a `GtkCssProvider`
|
| path |
the path of a filename to load, in the GLib filename encoding
|