Method

GskShadowNodeget_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.

 The data is owned by the instance.