gtkd-developers / gir-to-d

Create D bindings from GObject introspection files
GNU Lesser General Public License v3.0
23 stars 13 forks source link

Parsing include files recursively #16

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello!

Based on your suggestion I've created a first version for parsing include files recursively. Hence I also removed the manual insertion of GObject. Please re-add if this is required for other reasons.

I am new to Dlang so please do not hesitate to correct any mistakes and enhance my code.

Thanks in advance. Jan

Related issue #15

MikeWey commented 6 years ago

Thanks, but we want to parse the includes, or at least the recursive ones lazily.

Most of the time the includes declared in the gir file are the only ones that are needed.

ghost commented 6 years ago

Thanks for your quick update. Very good!