BuildableIF.customFinished

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

interface BuildableIF
void
customFinished

Parameters

builder Builder

a GtkBuilder

child ObjectG

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

tagname string

the name of the tag

data void*

user data created in custom_tag_start

Meta