Virtual Method
Gtk.Buildable.custom_tag_end
Declaration [src]
void
custom_tag_end (
  GtkBuildable* buildable,
  GtkBuilder* builder,
  GObject* child,
  const char* tagname,
  gpointer data
)
Parameters
| builder | GtkBuilder | 
| 
 | |
| Ownership is not transferred to the callee | |
| child | GObject* | 
| child object or  | |
| Can be NULL | |
| Ownership is not transferred to the callee | |
| tagname | const char* | 
| name of tag | |
| Ownership is not transferred to the callee | |
| The string is a NUL terminated UTF-8 string | |
| data | gpointer | 
| user data that will be passed in to parser functions |