BuildableT.customTagEnd

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

template BuildableT(TStruct)
void
customTagEnd
(
Builder builder
,
ObjectG child
,
string tagname
,
void** data
)

Parameters

builder Builder

#GtkBuilder used to construct this object

child ObjectG

child object or %NULL for non-child tags

tagname string

name of tag

data void**

user data that will be passed in to parser functions

Meta

Since

2.12