Method

GtkSvgWidgetget_stylesheet

unstable since: 4.24

Declaration [src]

GBytes*
gtk_svg_widget_get_stylesheet (
  GtkSvgWidget* self
)

Description [src]

Gets the CSS user stylesheet.

Available since: 4.24

Return value

Type: GBytes

A GBytes with the CSS data.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.