compile


Description:

public string? compile (string template_name) throws TemplateCompileError

Compile the given template filename into the corresponding Vala source.

Parameters:

template_name File name of the template.

Returns:

string containing Vala source

Exceptions:

TemplateCompileError on failure