Buildable.customFinished

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

interface Buildable
void
customFinished

Parameters

builder gtk.builder.Builder

a #GtkBuilder

child gobject.object.ObjectWrap

child object or null for non-child tags

tagname string

the name of the tag

data void*

user data created in custom_tag_start