From 893d101fff01d72e8df055491d8e609eb0fd8575 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sun, 13 Aug 2017 12:43:21 -0400 Subject: gnome: Add header kwarg to generate_gir() This is a commonly used flag so lets make it more obvious. --- docs/markdown/Gnome-module.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/markdown') diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index 99a9c8e..d87e108 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -81,6 +81,10 @@ tool so see its documentation for more information. * `includes`: list of gir names to be included, can also be a GirTarget +* `header`: *(Added 0.43.0)* name of main c header to include for the library, e.g. `glib.h` + +* `dependencies`: deps to use during introspection scanning + * `include_directories`: extra include paths to look for gir files * `install`: if true, install the generated files -- cgit v1.1