Virtual Method
GtkBuildablecustom_tag_end
Declaration [src]
void
custom_tag_end (
  GtkBuildable* buildable,
  GtkBuilder* builder,
  GObject* child,
  const char* tagname,
  gpointer data
)
Parameters
- builder
- 
            Type: GtkBuilderGtkBuilderused to construct this object.The data is owned by the caller of the function. 
- child
- 
            Type: GObjectChild object or NULLfor non-child tags.The argument can be NULL.The data is owned by the caller of the function. 
- tagname
- 
            Type: const char*Name of tag. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- data
- 
            Type: gpointerUser data that will be passed in to parser functions. The argument can be NULL.The data is owned by the caller of the function.