]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: add version information for udev functions
authorAbderrahim Kitouni <abderrahim.kitouni@codethink.co.uk>
Tue, 19 Sep 2023 08:04:56 +0000 (09:04 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 25 Sep 2023 21:29:38 +0000 (22:29 +0100)
man/udev_device_get_syspath.xml
man/udev_device_has_tag.xml
man/udev_device_new_from_syspath.xml
man/udev_enumerate_add_match_subsystem.xml
man/udev_enumerate_new.xml
man/udev_enumerate_scan_devices.xml
man/udev_list_entry.xml
man/udev_monitor_filter_update.xml
man/udev_monitor_new_from_netlink.xml
man/udev_monitor_receive_device.xml
man/udev_new.xml

index f2d712f23f96a02a956265551d1246a8f8e2937d..f6d89c31651ed65b40f910440636148195921a46 100644 (file)
     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>
 
index 19bad4f7da75870913a8e753c6f57a2107ca0dad..f66c3ed4974f4b2ac5828a7585777f0c128a3d00 100644 (file)
     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>
 
index f5ec03d4c7e4b3714e3209bbbd725c133641a0f1..a9bd51ccb51651478c9d16da2f68ddf7d1e1d287 100644 (file)
     <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>
 
index 455aabd725b14487094379382f50c70777b73aae..079138bfb2d2ed6cf27be0e77965cb8ee4d79283 100644 (file)
     <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>
 
index 4a961680275d61650c4c6f0112e94d4d60a2c36f..0429cd0990be581cd419708a81e6107890a8fdc3 100644 (file)
     <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>
 
index 22151a532d203f65b27e579314601277d9f64086..8b1b40b1e265c0bde07116615968639f97678248 100644 (file)
     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>
 
index 94273cef855eeca008f8306f914bd7891052ea0d..de09498ad4dc09c14750ddf4b267c5ea6b567260 100644 (file)
     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>
 
index 4e77db4836ec68941e21ed739a99f6a1fd6852b3..8f01670c064aa522f5fa00c8b21c450940c02639 100644 (file)
     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>
 
index 538a27e2b11776142a05b0b6bf73bc5755af0be5..8084f2c7463f190b424f52f0b55e0810d2a030f9 100644 (file)
     <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>
 
index bbdce3cb67c15385555e223f2ebcb8ab968219f2..f2a8dc3d53a77de381d689523cadd0fa0027b834 100644 (file)
     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>
 
index 34e249d486c1191a169891bc31c1c85faa50d497..cf360f6fe849b3e81fb82d891435433d08bf6f0b 100644 (file)
     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>