Builder.exposeObject

void exposeObject(string name, gobject.object.ObjectWrap object)

Add object to the builder object pool so it can be referenced just like any other object built by builder.

Parameters

namethe name of the object exposed to the builder
objectthe object to expose