man: add version information for udev functions

This commit is contained in:
Abderrahim Kitouni 2023-09-19 09:04:56 +01:00 committed by Luca Boccassi
parent e1e0c4f025
commit 01f5c5d52d
11 changed files with 111 additions and 0 deletions

View file

@ -163,6 +163,24 @@
reported initialized.</para>
</refsect1>
<refsect1>
<title>History</title>
<para><function>udev_device_get_syspath()</function>,
<function>udev_device_get_sysname()</function>,
<function>udev_device_get_sysnum()</function>,
<function>udev_device_get_devpath()</function>,
<function>udev_device_get_devnode()</function>,
<function>udev_device_get_devnum()</function>,
<function>udev_device_get_devtype()</function>,
<function>udev_device_get_subsystem()</function>,
<function>udev_device_get_driver()</function>,
<function>udev_device_get_udev()</function>,
<function>udev_device_get_parent()</function>,
<function>udev_device_get_parent_with_subsystem_devtype()</function>,
<function>udev_device_get_is_initialized()</function>, and
<function>udev_device_get_action()</function> were added in version 221.</para>
</refsect1>
<refsect1>
<title>See Also</title>

View file

@ -152,6 +152,20 @@
the device's <property>syspath</property>.</para>
</refsect1>
<refsect1>
<title>History</title>
<para><function>udev_device_get_devlinks_list_entry()</function>,
<function>udev_device_get_properties_list_entry()</function>,
<function>udev_device_get_tags_list_entry()</function>,
<function>udev_device_get_sysattr_list_entry()</function>,
<function>udev_device_get_property_value()</function>,
<function>udev_device_has_tag()</function>,
<function>udev_device_get_sysattr_value()</function>, and
<function>udev_device_set_sysattr_value()</function> were added in version 221.</para>
<para><function>udev_device_has_current_tag()</function> and
<function>udev_device_get_current_tags_list_entry()</function> were added in version 247.</para>
</refsect1>
<refsect1>
<title>See Also</title>

View file

@ -170,6 +170,17 @@
<constant>NULL</constant>.</para>
</refsect1>
<refsect1>
<title>History</title>
<para><function>udev_device_new_from_syspath()</function>,
<function>udev_device_new_from_devnum()</function>,
<function>udev_device_new_from_subsystem_sysname()</function>,
<function>udev_device_new_from_device_id()</function>,
<function>udev_device_new_from_environment()</function>,
<function>udev_device_ref()</function>, and
<function>udev_device_unref()</function> were added in version 221.</para>
</refsect1>
<refsect1>
<title>See Also</title>

View file

@ -119,6 +119,19 @@
<constant>0</constant>.</para>
</refsect1>
<refsect1>
<title>History</title>
<para><function>udev_enumerate_add_match_subsystem()</function>,
<function>udev_enumerate_add_nomatch_subsystem()</function>,
<function>udev_enumerate_add_match_sysattr()</function>,
<function>udev_enumerate_add_nomatch_sysattr()</function>,
<function>udev_enumerate_add_match_property()</function>,
<function>udev_enumerate_add_match_sysname()</function>,
<function>udev_enumerate_add_match_tag()</function>,
<function>udev_enumerate_add_match_parent()</function>, and
<function>udev_enumerate_add_match_is_initialized()</function> were added in version 221.</para>
</refsect1>
<refsect1>
<title>See Also</title>

View file

@ -67,6 +67,13 @@
<constant>NULL</constant>.</para>
</refsect1>
<refsect1>
<title>History</title>
<para><function>udev_enumerate_new()</function>,
<function>udev_enumerate_ref()</function>, and
<function>udev_enumerate_unref()</function> were added in version 221.</para>
</refsect1>
<refsect1>
<title>See Also</title>

View file

@ -89,6 +89,15 @@
object is associated with.</para>
</refsect1>
<refsect1>
<title>History</title>
<para><function>udev_enumerate_scan_devices()</function>,
<function>udev_enumerate_scan_subsystems()</function>,
<function>udev_enumerate_get_list_entry()</function>,
<function>udev_enumerate_add_syspath()</function>, and
<function>udev_enumerate_get_udev()</function> were added in version 221.</para>
</refsect1>
<refsect1>
<title>See Also</title>

View file

@ -81,6 +81,14 @@
On failure, <constant>NULL</constant> is returned.</para>
</refsect1>
<refsect1>
<title>History</title>
<para><function>udev_list_entry_get_next()</function>,
<function>udev_list_entry_get_by_name()</function>,
<function>udev_list_entry_get_name()</function>, and
<function>udev_list_entry_get_value()</function> were added in version 221.</para>
</refsect1>
<refsect1>
<title>See Also</title>

View file

@ -78,6 +78,14 @@
returned.</para>
</refsect1>
<refsect1>
<title>History</title>
<para><function>udev_monitor_filter_update()</function>,
<function>udev_monitor_filter_remove()</function>,
<function>udev_monitor_filter_add_match_subsystem_devtype()</function>, and
<function>udev_monitor_filter_add_match_tag()</function> were added in version 221.</para>
</refsect1>
<refsect1>
<title>See Also</title>

View file

@ -69,6 +69,13 @@
<constant>NULL</constant>.</para>
</refsect1>
<refsect1>
<title>History</title>
<para><function>udev_monitor_new_from_netlink()</function>,
<function>udev_monitor_ref()</function>, and
<function>udev_monitor_unref()</function> were added in version 221.</para>
</refsect1>
<refsect1>
<title>See Also</title>

View file

@ -93,6 +93,15 @@
with.</para>
</refsect1>
<refsect1>
<title>History</title>
<para><function>udev_monitor_receive_device()</function>,
<function>udev_monitor_enable_receiving()</function>,
<function>udev_monitor_set_receive_buffer_size()</function>,
<function>udev_monitor_get_fd()</function>, and
<function>udev_monitor_get_udev()</function> were added in version 221.</para>
</refsect1>
<refsect1>
<title>See Also</title>

View file

@ -72,6 +72,13 @@
always returns <constant>NULL</constant>.</para>
</refsect1>
<refsect1>
<title>History</title>
<para><function>udev_new()</function>,
<function>udev_ref()</function>, and
<function>udev_unref()</function> were added in version 221.</para>
</refsect1>
<refsect1>
<title>See Also</title>