Gtk.Buildable::custom_finished

function vfunc_custom_finished(builder:Gtk.Builder, child:GObject.Object, tagname:String, data:gpointer):void {
}

This is similar to Gtk.Buildable.prototype.parser_finished but is called once for each custom tag handled by the buildable.

Since 2.12

builder

a Gtk.Builder

child

child object or null for non-child tags

tagname

the name of the tag

data

user data created in custom_tag_start