diff options
-rw-r--r-- | docs/markdown/Gnome-module.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index 634fe79..6b63f8a 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -40,8 +40,8 @@ file called `foobar.h`, which you can then include in your sources. * `install_dir`: (*Added 0.37.0*) location to install the header or bundle depending on previous options * `install_header`: (*Added 0.37.0*) if true, install the header file -* `source_dir`: a list of subdirectories where the resource compiler - should look up the files, relative to the location of the XML file +* `source_dir`: a list of directories where the resource compiler + should look up the files Returns an array containing: `[c_source, header_file]` or `[gresource_bundle]` |