Method
Cog.Shell.startup
Declaration [src]
void
cog_shell_startup (
CogShell* shell
)
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.