BuildableIF.customTagStart

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

interface BuildableIF
bool
customTagStart

Parameters

builder Builder

a gtk.Builder 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