docs: Minor clarifications of gnome.compile_resources

This was causing confusion for a user about the fact any directory can be passed
pull/3876/head
TingPing 6 years ago committed by GitHub
parent 8bee30367e
commit 544164b151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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]`

Loading…
Cancel
Save