BuildableT.customTagStart

This is called for each unknown element under <child>. Since 2.12

template BuildableT(TStruct)
int
customTagStart
(
Builder builder
,
ObjectG child
,
string tagname
,
GMarkupParser* parser
,
void** data
)

Parameters

builder Builder

a GtkBuilder used to construct this object

child ObjectG

child object or NULL for non-child tags. [allow-none]

tagname string

name of tag

parser GMarkupParser*

a GMarkupParser structure to fill in. out

data void**

return location for user data that will be passed in to parser functions. out

Return Value

Type: int

TRUE if a object has a custom implementation, FALSE if it doesn't.

Meta