Method

Gsk.ShadowNode.get_shadow

Declaration [src]

const GskShadow*
gsk_shadow_node_get_shadow (
  const GskRenderNode* node,
  gsize i
)

Description [src]

Retrieves the shadow data at the given index i.

Parameters

i gsize
 

the given index

Return value

Returns: GskShadow

the shadow data

Ownership is not transferred to the caller