BuildableIF.customTagStart

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

interface BuildableIF
bool
customTagStart
(,,
string tagname
,
out GMarkupParser parser
,
out void* data
)

Parameters

builder Builder

a #GtkBuilder used to construct this object

child ObjectG

child object or %NULL for non-child tags

tagname string

name of tag

parser GMarkupParser

a #GMarkupParser to fill in

data void*

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

Return Value

Type: bool

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

Meta

Since

2.12