BuildableT.customTagEnd

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

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. [allow-none]

tagname string

name of tag

data void**

user data that will be passed in to parser functions. [type gpointer]

Meta