RGtk2 (version 2.20.31)

gtkBuildableCustomTagStart: gtkBuildableCustomTagStart

Description

This is called for each unknown element under .

Usage

gtkBuildableCustomTagStart(object, builder, child, tagname, parser, data)

Arguments

object
builder
a GtkBuilder used to construct this object
child
child object or NULL for non-child tags. [ allow-none ]
tagname
name of tag
parser
a GMarkupParser structure to fill in
data
return location for user data that will be passed in to parser functions

Value

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

Details

Since 2.12