BuildableT.customFinished

This is similar to gtk_buildable_parser_finished() but is called once for each custom tag handled by the @buildable.

template BuildableT(TStruct)
void
customFinished
(
Builder builder
,
ObjectG child
,
string tagname
,
void* data
)

Parameters

builder Builder

a #GtkBuilder

child ObjectG

child object or %NULL for non-child tags

tagname string

the name of the tag

data void*

user data created in custom_tag_start

Meta

Since

2.12