Method

AstalApplicationapply_css

Declaration

void
astal_application_apply_css (
  AstalApplication* self,
  const gchar* style,
  gboolean reset
)

Description

Add a new GtkStyleContext provider.

Parameters

style

Type: const gchar*

Css string or a path to a css file. .

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

Type: gboolean

No description available.