Buildable.customFinished

void customFinished(gtk.builder.Builder builder, gobject.object.ObjectWrap child, string tagname, void * data = null)

This is similar to [gtk.buildable.Buildable.parserFinished] but is called once for each custom tag handled by the buildable.

Parameters

buildera #GtkBuilder
childchild object or null for non-child tags
tagnamethe name of the tag
datauser data created in custom_tag_start