aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/generate_gir_multiple_libraries.md
blob: 3541b7110037c884debeeb22fb6f74b1f84022d8 (plain)
1
2
3
4
5
6
7
## gnome.generate_gir() now optionally accepts multiple libraries

The GNOME module can now generate a single gir for multiple libraries, which
is something `g-ir-scanner` supported, but had not been exposed yet.

gnome.generate_gir() will now accept multiple positional arguments, if none
of these arguments are an `Executable` instance.