BuildableIF.customTagEnd

This is called at the end of each custom element handled by the buildable. Since 2.12

interface BuildableIF
void
customTagEnd

Parameters

builder Builder

GtkBuilder used to construct this object

child ObjectG

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

tagname string

name of tag

data void**

user data that will be passed in to parser functions. [type gpointer]

Meta