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/gudevdevice.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/gudevdevice.h')
-rw-r--r-- | extras/gudev/gudevdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/gudev/gudevdevice.h b/extras/gudev/gudevdevice.h index 0ed3cf5364..ffd064d8ab 100644 --- a/extras/gudev/gudevdevice.h +++ b/extras/gudev/gudevdevice.h @@ -120,6 +120,7 @@ gboolean g_udev_device_get_sysfs_attr_as_boolean (GUdevDevice *devic const gchar *name); const gchar* const *g_udev_device_get_sysfs_attr_as_strv (GUdevDevice *device, const gchar *name); +const gchar* const *g_udev_device_get_tags (GUdevDevice *device); G_END_DECLS |