Method

GtkGradientto_string

deprecated: 3.8 

Declaration [src]

char*
gtk_gradient_to_string (
  GtkGradient* gradient
)

Description [src]

Creates a string representation for gradient that is suitable for using in GTK CSS files.

Deprecated since: 3.8

GtkGradient is deprecated.

Return value

Type: char*

A string representation for gradient.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.