diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-05 10:14:18 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-05 10:14:50 -0400 |
commit | d527e178125bef5f101c439858eaf5a603d3b08c (patch) | |
tree | 3caceca27f6ef6576953e812bc5deb07a1e04123 | |
parent | 602fd80cd69a3ff56c024226bb5488553a1bb43a (diff) |
docs/gudev/gudev-sections.txt: add two missing functions
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | docs/gudev/gudev-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/gudev/gudev-sections.txt b/docs/gudev/gudev-sections.txt index b25c13bcb1..90765ee4cf 100644 --- a/docs/gudev/gudev-sections.txt +++ b/docs/gudev/gudev-sections.txt @@ -53,6 +53,8 @@ g_udev_device_get_property_as_uint64 g_udev_device_get_property_as_double g_udev_device_get_property_as_boolean g_udev_device_get_property_as_strv +g_udev_device_get_sysfs_attr_keys +g_udev_device_has_sysfs_attr g_udev_device_get_sysfs_attr g_udev_device_get_sysfs_attr_as_int g_udev_device_get_sysfs_attr_as_uint64 |