Signal

ClutterStage::before-paint

Declaration

void
before_paint (
  ClutterStage* self,
  ClutterStageView* view,
  ClutterFrame* frame,
  gpointer user_data
)

Description [src]

The signal is emitted before the stage is painted.

Default handler:

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

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.