custom_tag_end
Description:
[ NoWrapper ]
public abstract void custom_tag_end (Builder builder, Object? child, string tagname, void* data)
public abstract void custom_tag_end (Builder builder, Object? child, string tagname, void* data)
Called at the end of each custom element handled by the buildable.
Parameters:
| this |
A `GtkBuildable` |
| builder |
`GtkBuilder` 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 |