Signal

PhocRenderer::render-end

Declaration

void
render_end (
  PhocRenderer* self,
  gpointer output,
  gpointer user_data
)

Description [src]

This signal is emitted at the end of a render pass.

Default handler:

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

Parameters

output

Type: gpointer

The output being rendered on.

The argument can be NULL.
The data is owned by the caller of the function.