Method
GtkBuildablecustom_tag_end
since: 2.12
Declaration [src]
void
gtk_buildable_custom_tag_end (
  GtkBuildable* buildable,
  GtkBuilder* builder,
  GObject* child,
  const gchar* tagname,
  gpointer* data
)
Description [src]
This is called at the end of each custom element handled by the buildable.
Available since: 2.12
Parameters
- builder
- 
            Type: GtkBuilderGtkBuilderused to construct this object.The data is owned by the caller of the method. 
- child
- 
            Type: GObjectChild object or NULLfor non-child tags.The argument can be NULL.The data is owned by the caller of the method. 
- tagname
- 
            Type: const gchar*Name of tag. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- data
- 
            Type: gpointer*User data that will be passed in to parser functions. The argument can be NULL.The data is owned by the caller of the method.