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/gudev.h | |
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/gudev.h')
-rw-r--r-- | extras/gudev/gudev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/gudev/gudev.h b/extras/gudev/gudev.h index c3167f238c..a313460817 100644 --- a/extras/gudev/gudev.h +++ b/extras/gudev/gudev.h @@ -27,6 +27,7 @@ #include <gudev/gudevtypes.h> #include <gudev/gudevclient.h> #include <gudev/gudevdevice.h> +#include <gudev/gudevenumerator.h> #undef _GUDEV_INSIDE_GUDEV_H #endif /* __G_UDEV_H__ */ |