Method
GskStrokecopy
since: 4.14
Declaration [src]
GskStroke*
gsk_stroke_copy (
const GskStroke* other
)
Return value
Type: GskStroke
A new GskStroke
. Use gsk_stroke_free()
to free it.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |