Skip to content

API Reference / @gtkx/codegen / resolveLibraries

Variable: resolveLibraries

const resolveLibraries: (libraries) => string[]

Defined in: codegen/dist/gir/libraries.d.ts:7

Expands a libraries config value into the GIR identifiers to generate from, adding the default Gtk and Adwaita namespaces when the selection does not already name another version of either.

Parameters

libraries

LibrarySelection

Returns

string[]

Released under the MPL-2.0 License.