Method

GtkCssProviderload_from_string

Declaration [src]

void
gtk_css_provider_load_from_string (
  GtkCssProvider* css_provider,
  const char* string
)

Description [src]

Loads string into css_provider.

This clears any previously loaded information.

Available since:4.12

Parameters

string const char*
 

The CSS to load.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.