Method

ClutterDeformEffectget_n_tiles

Declaration [src]

void
clutter_deform_effect_get_n_tiles (
  ClutterDeformEffect* effect,
  guint* x_tiles,
  guint* y_tiles
)

Description [src]

Retrieves the number of horizontal and vertical tiles used to sub-divide the actor’s geometry during the effect.

Available since:1.4

Parameters

x_tiles guint*
 

Return location for the number of horizontal tiles, or NULL.

 The argument will be set by the function.
y_tiles guint*
 

Return location for the number of vertical tiles, or NULL.

 The argument will be set by the function.