summaryrefslogtreecommitdiff
path: root/docs/gudev-sections.txt
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 /docs/gudev-sections.txt
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 'docs/gudev-sections.txt')
-rw-r--r--docs/gudev-sections.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/gudev-sections.txt b/docs/gudev-sections.txt
index 90765ee..86efd13 100644
--- a/docs/gudev-sections.txt
+++ b/docs/gudev-sections.txt
@@ -61,6 +61,13 @@ g_udev_device_get_sysfs_attr_as_uint64
g_udev_device_get_sysfs_attr_as_double
g_udev_device_get_sysfs_attr_as_boolean
g_udev_device_get_sysfs_attr_as_strv
+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
<SUBSECTION Standard>
G_UDEV_DEVICE
G_UDEV_IS_DEVICE