summaryrefslogtreecommitdiff
path: root/libgudev-1.0.sym
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-09-14 15:15:36 +0200
committerBastien Nocera <hadess@hadess.net>2020-09-15 10:26:44 +0200
commitb5363fe829c16b31a0c8250c2c8c9a17dd8e08bf (patch)
treed88ee359ef01793c870b322e5e602cfae10b3042 /libgudev-1.0.sym
parent25730cdda1caa2b44fffbf0b8b28c4b1fb3d24c6 (diff)
downloadlibgudev-b5363fe829c16b31a0c8250c2c8c9a17dd8e08bf.tar.gz
gudev: Add helpers to get uncached sysfs attributeswip/hadess/add-uncached-helpers
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.
Diffstat (limited to 'libgudev-1.0.sym')
-rw-r--r--libgudev-1.0.sym7
1 files changed, 7 insertions, 0 deletions
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;