Add links to Meson docs for genmarshal and mkenums

This commit is contained in:
Emmanuele Bassi 2020-02-24 15:05:46 +00:00
parent 83c13e52d5
commit 653e0f0813
2 changed files with 8 additions and 0 deletions

View File

@ -448,6 +448,10 @@ mainlib = library('project',
...
)
</programlisting></informalexample>
<para>
For more information, see the <ulink url="https://mesonbuild.com/Gnome-module.html#gnomegenmarshal">Meson
documentation for <literal>gnome.genmarshal()</literal></ulink>.
</para>
</refsect1>
<refsect1><title>Using <command>glib-genmarshal</command> with Autotools</title>

View File

@ -546,6 +546,10 @@ enum_files = gnome.mkenums('enum-types',
install_header: true,
)
</programlisting></informalexample>
<para>
For more information, see the <ulink url="https://mesonbuild.com/Gnome-module.html#gnomegenmarshal">Meson
documentation for <literal>gnome.mkenums()</literal></ulink>.
</para>
</refsect1>
<refsect1><title>Using glib-mkenums with Autotools</title>