Method

Gtk.CssProvider.load_from_data

Declaration [src]

void
gtk_css_provider_load_from_data (
  GtkCssProvider* css_provider,
  const char* data,
  gssize length
)

Description [src]

Loads data into css_provider.

This clears any previously loaded information.

Parameters

data An array of guint8
 

CSS data loaded in memory

 The length of the array is in the length argument
 Ownership is not transferred to the callee
length gssize
 

the length of data in bytes, or -1 for NUL terminated strings. If length is not -1, the code will assume it is not NUL terminated and will potentially do a copy.