Signal

CogViewport::add

Declaration

void
add (
  CogViewport* self,
  CogView* view,
  gpointer user_data
)

Description [src]

Emitted after a view has been added to the viewport.

Default handler:

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

Parameters

view CogView
 

The view that was added to the viewport.

 The data is owned by the caller of the function.