From b5363fe829c16b31a0c8250c2c8c9a17dd8e08bf Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 14 Sep 2020 15:15:36 +0200 Subject: gudev: Add helpers to get uncached sysfs attributes We very often need to access the current value of sysfs attributes. Add functions that do I/O on the sysfs files and update the cache. --- libgudev-1.0.sym | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libgudev-1.0.sym') diff --git a/libgudev-1.0.sym b/libgudev-1.0.sym index f4cd038..ab9cccf 100644 --- a/libgudev-1.0.sym +++ b/libgudev-1.0.sym @@ -34,6 +34,13 @@ global: g_udev_device_get_sysfs_attr_as_int; g_udev_device_get_sysfs_attr_as_strv; g_udev_device_get_sysfs_attr_as_uint64; + g_udev_device_has_sysfs_attr_uncached; + g_udev_device_get_sysfs_attr_uncached; + g_udev_device_get_sysfs_attr_as_int_uncached; + g_udev_device_get_sysfs_attr_as_uint64_uncached; + g_udev_device_get_sysfs_attr_as_double_uncached; + g_udev_device_get_sysfs_attr_as_boolean_uncached; + g_udev_device_get_sysfs_attr_as_strv_uncached; g_udev_device_get_sysfs_attr_keys; g_udev_device_get_sysfs_path; g_udev_device_get_tags; -- cgit v1.2.1