generator: include api files from XML
This commit is contained in:
parent
b868b80dee
commit
f958b2247b
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@ namespace GtkSharp.Generation {
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
switch (child.Name) {
|
switch (child.Name) {
|
||||||
|
case "include":
|
||||||
|
IGeneratable[] curr_gens = Parse (elem.GetAttribute ("xml"));
|
||||||
|
SymbolTable.Table.AddTypes (curr_gens);
|
||||||
|
break;
|
||||||
case "namespace":
|
case "namespace":
|
||||||
gens.AddRange (ParseNamespace (elem));
|
gens.AddRange (ParseNamespace (elem));
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue