Method
GskPathBuilderfree_to_path
since: 4.14
Declaration [src]
GskPath*
gsk_path_builder_free_to_path (
GskPathBuilder* self
)
Description [src]
Creates a new path from the current state of the builder, and unrefs the builder.
Available since: 4.14
This method is not directly available to language bindings.
Return value
Type: GskPath
The newly created path with all the contours added to the builder.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |