Signed-off-by: Didier 'Ptitjes <ptitjes@free.fr>
stream.printf ("<?xml version=\"1.0\"?>\n");
- stream.printf ("<repository version=\"1.0\">\n");
+ stream.printf ("<repository version=\"1.0\"");
+ stream.printf (" xmlns=\"http://www.gtk.org/introspection/core/1.0\"");
+ stream.printf (" xmlns:c=\"http://www.gtk.org/introspection/c/1.0\"");
+ stream.printf (" xmlns:glib=\"http://www.gtk.org/introspection/glib/1.0\"");
+ stream.printf (">\n");
indent++;
context.accept (this);