Gtk.Buildable::custom_tag_end

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

This is called at the end of each custom element handled by the buildable.

Since 2.12

builder

Gtk.Builder used to construct this object

child

child object or null for non-child tags

tagname

name of tag

data

user data that will be passed in to parser functions