Signal

ClutterStage::after-paint

Declaration

void
after_paint (
  ClutterStage* self,
  ClutterStageView* view,
  gpointer user_data
)

Description [src]

The ::after-paint signal is emitted after the stage is painted, but before the results are displayed on the screen.

Default handler:

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

Available since:1.20

Parameters

view ClutterStageView
 

A ClutterStageView.

 The data is owned by the caller of the function.