Function
GtkStyleContextremove_provider_for_screen
since: 3.0
Declaration [src]
void
gtk_style_context_remove_provider_for_screen (
GdkScreen* screen,
GtkStyleProvider* provider
)
Description [src]
Removes provider
from the global style providers list in screen
.
Available since: 3.0
Parameters
screen
-
Type:
GdkScreen
A
GdkScreen
.The data is owned by the caller of the function. provider
-
Type:
GtkStyleProvider
A
GtkStyleProvider
.The data is owned by the caller of the function.