diff options
author | David Zeuthen <davidz@redhat.com> | 2010-12-14 12:37:40 -0500 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2010-12-14 12:37:40 -0500 |
commit | 0976fd063e1e488e388ec922fcd4dbed5b8da938 (patch) | |
tree | 54857c8694f9f8aa2eecfffb832226fa39512526 /extras/gudev/docs/Makefile.am | |
parent | 48a0170b111b55e961be769d2cc4890511bcd991 (diff) |
Add GUdevEnumerator type and Device.get_tags() method
Also add JS example to check the added API works.
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'extras/gudev/docs/Makefile.am')
-rw-r--r-- | extras/gudev/docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/gudev/docs/Makefile.am b/extras/gudev/docs/Makefile.am index 3da6fc7196..5507434d5f 100644 --- a/extras/gudev/docs/Makefile.am +++ b/extras/gudev/docs/Makefile.am @@ -32,7 +32,7 @@ SCAN_OPTIONS= # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml -MKDB_OPTIONS=--sgml-mode --output-format=xml +MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=g_udev # Extra options to supply to gtkdoc-mktmpl # e.g. MKTMPL_OPTIONS=--only-section-tmpl |