Method

GtkStyleContextremove_provider

since: 3.0

Declaration [src]

void
gtk_style_context_remove_provider (
  GtkStyleContext* context,
  GtkStyleProvider* provider
)

Description [src]

Removes provider from the style providers list in context.

Available since: 3.0

Parameters

provider

Type: GtkStyleProvider

A GtkStyleProvider.

The data is owned by the caller of the method.