Builder.extendWithTemplate

Main private entry point for building composite components from template XML.

This is exported purely to let gtk-builder-tool validate templates, applications have no need to call this function.

class Builder
bool
extendWithTemplate

Parameters

object ObjectG

the object that is being extended

templateType GType

the type that the template is for

buffer string

the string to parse

length ptrdiff_t

the length of @buffer (may be -1 if @buffer is nul-terminated)

Return Value

Type: bool

A positive value on success, 0 if an error occurred

Throws

GException on failure.

Meta