Skip to content

Commit 689504b

Browse files
committed
gnome: add documentation for new kwargs
This was forgotten in commit bc8c938 -- sorry!
1 parent 8d64853 commit 689504b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/markdown/Gnome-module.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,14 @@ There are several keyword arguments. Many of these map directly to the
103103
* `header`: *(Added 0.43.0)* name of main c header to include for the library, e.g. `glib.h`
104104
* `include_directories`: extra include paths to look for gir files
105105
* `install`: if true, install the generated files
106+
* `install_gir`: (*Added 0.61.0*) overrides `install`, whether to install the
107+
generated gir
106108
* `install_dir_gir`: (*Added 0.35.0*) which directory to install the
107-
gir file into; can be false to disable installation
109+
gir file into; (*Deprecated since 0.61.0*) can be false to disable installation
110+
* `install_typelib`: (*Added 0.61.0*) overrides `install`, whether to install the
111+
generated typelib
108112
* `install_dir_typelib`: (*Added 0.35.0*) which directory to install
109-
the typelib file into; can be false to disable installation
113+
the typelib file into; (*Deprecated since 0.61.0*) can be false to disable installation
110114
* `link_with`: list of libraries to link with
111115
* `symbol_prefix`: the symbol prefix for the gir object, e.g. `gtk`,
112116
(*Since 0.43.0*) an ordered list of multiple prefixes is allowed

0 commit comments

Comments
 (0)