Constructor
GskShadowNodenew
Declaration [src]
GskRenderNode*
gsk_shadow_node_new (
GskRenderNode* child,
const GskShadow* shadows,
gsize n_shadows
)
Parameters
child |
GskRenderNode |
The node to draw. |
|
The data is owned by the caller of the function. | |
shadows |
An array of GskShadow |
The shadows to apply. |
|
The length of the array is specified in the n_shadows argument. | |
The data is owned by the caller of the function. | |
n_shadows |
gsize |
Number of entries in the |
Return value
Returns: | GskShadowNode |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |