Method

Gtk.CssProvider.load_from_path

Declaration [src]

void
gtk_css_provider_load_from_path (
  GtkCssProvider* css_provider,
  const char* path
)

Description [src]

Loads the data contained in path into css_provider.

This clears any previously loaded information.

Parameters

path const char*
 

the path of a filename to load, in the GLib filename encoding

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string