Method
GskFillNodeget_path
since: 4.14
Declaration [src]
GskPath*
gsk_fill_node_get_path (
const GskRenderNode* node
)
Description [src]
Retrieves the path used to describe the area filled with the contents of
the node
.
Available since: 4.14
Return value
Type: GskPath
A GskPath
.
The returned data is owned by the instance. |