mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 08:26:52 +03:00
bf05675a20
GObject libudev access. Initial version from Bastien Nocera, current version by David Zeuthen.
67 lines
1.6 KiB
Plaintext
67 lines
1.6 KiB
Plaintext
<SECTION>
|
|
<FILE>gudevclient</FILE>
|
|
<TITLE>GUdevClient</TITLE>
|
|
GUdevClient
|
|
GUdevClientClass
|
|
GUdevDeviceType
|
|
GUdevDeviceNumber
|
|
g_udev_client_new
|
|
g_udev_client_query_by_subsystem
|
|
g_udev_client_query_by_device_number
|
|
g_udev_client_query_by_device_file
|
|
g_udev_client_query_by_sysfs_path
|
|
g_udev_client_query_by_subsystem_and_name
|
|
<SUBSECTION Standard>
|
|
G_UDEV_CLIENT
|
|
G_UDEV_IS_CLIENT
|
|
G_UDEV_TYPE_CLIENT
|
|
g_udev_client_get_type
|
|
G_UDEV_CLIENT_CLASS
|
|
G_UDEV_IS_CLIENT_CLASS
|
|
G_UDEV_CLIENT_GET_CLASS
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>gudevdevice</FILE>
|
|
<TITLE>GUdevDevice</TITLE>
|
|
GUdevDevice
|
|
GUdevDeviceClass
|
|
g_udev_device_get_subsystem
|
|
g_udev_device_get_devtype
|
|
g_udev_device_get_name
|
|
g_udev_device_get_number
|
|
g_udev_device_get_sysfs_path
|
|
g_udev_device_get_driver
|
|
g_udev_device_get_action
|
|
g_udev_device_get_seqnum
|
|
g_udev_device_get_device_type
|
|
g_udev_device_get_device_number
|
|
g_udev_device_get_device_file
|
|
g_udev_device_get_device_file_symlinks
|
|
g_udev_device_get_parent
|
|
g_udev_device_get_parent_with_subsystem
|
|
g_udev_device_get_property_keys
|
|
g_udev_device_has_property
|
|
g_udev_device_get_property
|
|
g_udev_device_get_property_as_int
|
|
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
|
|
g_udev_device_get_sysfs_attr_as_int
|
|
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
|
|
<SUBSECTION Standard>
|
|
G_UDEV_DEVICE
|
|
G_UDEV_IS_DEVICE
|
|
G_UDEV_TYPE_DEVICE
|
|
g_udev_device_get_type
|
|
G_UDEV_DEVICE_CLASS
|
|
G_UDEV_IS_DEVICE_CLASS
|
|
G_UDEV_DEVICE_GET_CLASS
|
|
</SECTION>
|
|
|