GtkBuildableIface.parserFinished

Called when a builder finishes the parsing of a UI definition. It is normally not necessary to implement this, unless you need to perform special cleanup actions. gtk.window.Window sets the GtkWidget:visible property here.

struct GtkBuildableIface
extern (C)
void function(GtkBuildable* buildable, GtkBuilder* builder) parserFinished;