diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-10-05 15:03:18 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-10-08 14:04:34 +0300 |
commit | 8b8e1ee620ad170fc32fbabc362827ed53332186 (patch) | |
tree | 03d2384b558a6b7c43a6588493255e619145d4a4 /docs/markdown | |
parent | 68bd64cd38f40eedddbe8e96ea6a61c746d1b78b (diff) | |
download | meson-8b8e1ee620ad170fc32fbabc362827ed53332186.zip meson-8b8e1ee620ad170fc32fbabc362827ed53332186.tar.gz meson-8b8e1ee620ad170fc32fbabc362827ed53332186.tar.bz2 |
gnome: g-ir-scanner accepts multiple symbol-prefix arguments
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Gnome-module.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index 9697b7f..738e2a9 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -72,7 +72,8 @@ tool so see its documentation for more information. * `install_dir_typelib`: (*Added 0.35.0*) which directory to install the typelib file into * `link_with`: list of libraries to link with -* `symbol_prefix`: the symbol prefix for the gir object, e.g. `gtk` +* `symbol_prefix`: the symbol prefix for the gir object, e.g. `gtk`, + (*Since 0.43.0*) an ordered list of multiple prefixes is allowed Returns an array of two elements which are: `[gir_target, typelib_target]` |