mono / gir-sharp

C# binding generator for GIR format
MIT License
12 stars 10 forks source link

Import and parse included repositories #25

Closed Therzok closed 6 years ago

Therzok commented 6 years ago

After we load a given repository from a gir file, we need to lookup the include items and import them for full typesystem information.

The user needs to pass in all gir files, and things will be grouped by main.Include.Name == includedNamespace.Name && main.Include.Version == includedNamespace.Version