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

Bare functions are not generated #25

Open valpackett opened 5 years ago

valpackett commented 5 years ago

Looks like <function>s directly in a <namespace> are ignored right now..

GIR file example ```xml ```
MikeWey commented 5 years ago

That is indeed the case.

They could probably go in a file named after the package like: gtk/Gtk.d for the gtk functions.