Method
GdkRGBAcopy
Declaration [src]
GdkRGBA*
gdk_rgba_copy (
const GdkRGBA* rgba
)
Description [src]
Makes a copy of a GdkRGBA
.
The result must be freed through gdk_rgba_free().
Available since: | 3.0 |
Return value
Returns: | GdkRGBA |
A newly allocated |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |