Method
GdkRGBAprint
since: 4.22
Declaration [src]
GString*
gdk_rgba_print (
const GdkRGBA* rgba,
GString* string
)
Parameters
string-
Type:
GStringThe string to print to.
The data is owned by the caller of the method.
Return value
Type: GString
A newly allocated text string.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |