Constructor
Gsk.ShadowNode.new
Declaration [src]
GskRenderNode*
gsk_shadow_node_new (
  GskRenderNode* child,
  const GskShadow* shadows,
  gsize n_shadows
)
Parameters
| child | GskRenderNode | 
| The node to draw | |
| Ownership is not transferred to the callee | |
| shadows | An array of GskShadow | 
| The shadows to apply | |
| The length of the array is in the n_shadowsargument | |
| Ownership is not transferred to the callee | |
| n_shadows | gsize | 
| number of entries in the  | 
Return value
| Returns: GskShadowNode | |
| A new  | |
| Ownership of the data is transferred to the caller | |