Method
GtkCssProviderload_from_file
Declaration [src]
gboolean
gtk_css_provider_load_from_file (
GtkCssProvider* css_provider,
GFile* file,
GError** error
)
Description [src]
Loads the data contained in file
into css_provider
, making it
clear any previously loaded information.
Parameters
file
-
Type:
GFile
GFile
pointing to a file to load.The data is owned by the caller of the function. error
-
Type:
GError **
The return location for a
GError*
, orNULL
.