Details
-
Wish
-
Status: Closed
-
Major
-
Resolution: Fixed
-
8.0.0
-
GLib/GTK/GNOME/Vala
Description
We have output the GObject introspection file(.gir) with C_GLib, could we step forward to generate the Vala VAPI file(*.vapi) and install it for GLib(C) packages?
```
vapigen --library Arrow Arrow-1.0.gir.gir
vapigen --library ArrowDataset ArrowDataset-1.0.gir
```
Reference: Projects/Vala/Bindings - GNOME Wiki!