Function

GtkCssProviderget_default

deprecated: 3.24 

Declaration [src]

GtkCssProvider*
gtk_css_provider_get_default (
  void
)

Description [src]

Returns the provider containing the style settings used as a fallback for all widgets.

Deprecated since: 3.24

Use gtk_css_provider_new() instead.

Return value

Type: GtkCssProvider

The provider used for fallback styling. This memory is owned by GTK+, and you must not free it.

The data is owned by the called function.