summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Lima (Etrunko) <etrunko@redhat.com>2018-03-06 16:37:59 -0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-03-07 19:57:47 +0200
commitccd198a849b2741ccfe5c8aa96f6f4fd3ad746c2 (patch)
tree79dc368c07eca0d49c11a4317f8fa84fe95dea8f
parentffe6ed2a47c89a0ef84c44edb1d9771444fc2b78 (diff)
downloadmeson-ccd198a849b2741ccfe5c8aa96f6f4fd3ad746c2.tar.gz
Gnome-module.md: Add information about output files to mkenums()
[skip ci]
-rw-r--r--docs/markdown/Gnome-module.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md
index fbf9530a1..ad3715eba 100644
--- a/docs/markdown/Gnome-module.md
+++ b/docs/markdown/Gnome-module.md
@@ -123,7 +123,9 @@ Returns an array of two elements which are: `[c_source, header_file]`
### gnome.mkenums()
Generates enum files for GObject using the `glib-mkenums` tool. The
-first argument is the base name of the output files.
+first argument is the base name of the output files, unless `c_template`
+and `h_template` are specified. In this case, the output files will be
+the base name of the values passed as templates.
This method is essentially a wrapper around the `glib-mkenums` tool's
command line API. It is the most featureful method for enum creation.