Signal
ClutterStage::after-paint
Declaration
void
after_paint (
ClutterStage* self,
ClutterStageView* view,
ClutterFrame* frame,
gpointer user_data
)
Description [src]
The signal is emitted after the stage is painted, but before the results are displayed on the screen.0.
Default handler: The default handler is called after the handlers added via |
Parameters
view
-
Type:
ClutterStageView
A
ClutterStageView
.The data is owned by the caller of the function. frame
-
Type:
ClutterFrame
A
ClutterFrame
.The data is owned by the caller of the function.