Signal

ClutterActor::real-resource-scale-changed

Declaration

void
real_resource_scale_changed (
  ClutterActor* self,
  gpointer user_data
)

Description [src]

The signal is emitted when the unceiled resource scale of the actor changes.

Unlike ClutterActor::resource-scale-changed, this is emitted for every change of the scale, not only for those that change its ceiling. It is meant for internal users that care about the unceiled value, such as effects caching rendered contents.

Default handler:

The default handler is called after the handlers added via g_signal_connect().