diff options
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 |