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
builder | a #GtkBuilder |
child | child object or null for non-child tags |
tagname | the name of the tag |
data | user data created in custom_tag_start |