Function
GtkCssProviderget_default
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 |
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. |