Method
TemplateScoperequire
Declaration
gboolean
tmpl_scope_require (
TmplScope* self,
const char* namespace_,
const char* version
)
Parameters
namespace_-
Type:
const char*The namespace to import into the scope.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. version-
Type:
const char*The version of
namespace_to import.The argument can be NULL.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.