Gtk.Buildable.prototype.custom_tag_end

function custom_tag_end(builder:Gtk.Builder, child:GObject.Object, tagname:String, data:gpointer):void {
    // Gjs wrapper for gtk_buildable_custom_tag_end()
}

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