CssProvider.toString

Convertes the provider into a string representation in CSS format. Using gtk_css_provider_load_from_data() with the return value from this function on a new provider created with gtk_css_provider_new() will basicallu create a duplicate of this provider.

class CssProvider
override
string
toString
()

Return Value

Type: string

a new string representing the provider. Since 3.2

Meta