Buildable.customTagStart

bool customTagStart(gtk.builder.Builder builder, gobject.object.ObjectWrap child, string tagname, out glib.types.MarkupParser parser, out void * data)

This is called for each unknown element under <child>.

Parameters

buildera #GtkBuilder used to construct this object
childchild object or null for non-child tags
tagnamename of tag
parsera #GMarkupParser to fill in
datareturn location for user data that will be passed in to parser functions

Returns

true if a object has a custom implementation, false

if it doesn't.