custom_finished


Description:

[ Version ( since = "2.12" ) ]
public abstract void custom_finished (Builder builder, Object? child, string tagname, void* data)

This is similar to parser_finished but is called once for each custom tag handled by the this.

Parameters:

this

a Buildable

builder

a Builder

child

child object or null for non-child tags

tagname

the name of the tag

data

user data created in custom_tag_start