diff options
author | Maarten ter Huurne <maarten@treewalker.org> | 2019-02-19 01:10:35 +0100 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2019-02-19 10:02:30 -0500 |
commit | 37a962e90c38f094819973d5d45fa25054caa1ca (patch) | |
tree | b93829b0b0cfdddcd71e0f33a48a869b505a2ff0 /docs/markdown | |
parent | 6e15bcc5045b6092a27b83e402007c9beca27abb (diff) | |
download | meson-37a962e90c38f094819973d5d45fa25054caa1ca.zip meson-37a962e90c38f094819973d5d45fa25054caa1ca.tar.gz meson-37a962e90c38f094819973d5d45fa25054caa1ca.tar.bz2 |
Allow File arguments in extract_objects() arguments
Passed strings are converted to Files, but passing a File directly
wasn't supported yet.
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/snippets/extract_objects-file-arg.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/extract_objects-file-arg.md b/docs/markdown/snippets/extract_objects-file-arg.md new file mode 100644 index 0000000..eff9a54 --- /dev/null +++ b/docs/markdown/snippets/extract_objects-file-arg.md @@ -0,0 +1,4 @@ +## `extract_objects` accepts `File` arguments + +The `extract_objects` function now supports File objects to tell it +what to extract. Previously, file paths could only be passed as strings. |