Virtual Method

Cog.Shell.startup

Declaration [src]

void
startup (
  CogShell* arg0
)

Description [src]

Finish initializing the shell.

This takes care of registering custom URI scheme handlers and emitting CogShell::create-view.

Subclasses which override this method must invoke the base implementation.