The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
518 B

name: configuration_data
returns: cfg_data
description: |
Creates an empty configuration object. You should add your
configuration with the [[@cfg_data]] method calls and
finally use it in a call to [[configure_file]].
optargs:
data:
type: dict[str | bool | int]
since: 0.49.0
description: |
Optional dictionary to specifiy an inital data set. If
provided, each key/value pair is added into the [[@cfg_data]] object
as if the [[cfg_data.set]] method was called for each of them.