Function
GtkSymbolicColornew_literal
deprecated: 3.8 since: 3.0
Declaration [src]
GtkSymbolicColor*
gtk_symbolic_color_new_literal (
const GdkRGBA* color
)
Description [src]
Creates a symbolic color pointing to a literal color.
Available since: 3.0
Deprecated since: 3.8
GtkSymbolicColor
is deprecated.
Parameters
color
-
Type:
GdkRGBA
A
GdkRGBA
.The data is owned by the caller of the function.
Return value
Type: GtkSymbolicColor
A newly created GtkSymbolicColor
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |