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.
13 lines
348 B
13 lines
348 B
name: module |
|
long_name: Imported module object |
|
description: | |
|
Base type for all modules. |
|
|
|
Modules provide their own specific implementation methods, but all modules |
|
provide the following methods: |
|
|
|
methods: |
|
- name: found |
|
returns: bool |
|
since: 0.59.0 |
|
description: Returns `true` if the module was successfully imported, otherwise `false`.
|
|
|