]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: (docs) add missing 'since' tags
authorKarel Zak <kzak@redhat.com>
Tue, 23 May 2017 12:27:06 +0000 (14:27 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 23 May 2017 12:27:36 +0000 (14:27 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/docs/libblkid-docs.xml
libblkid/src/partitions/partitions.c
libblkid/src/probe.c

index 31b4c25cec292f07fb71dda094479b930744e9cd..cbf07abe11e1fd8f02e5a2367cba7ba25f817ba8 100644 (file)
@@ -9,7 +9,7 @@
     <title>libblkid Reference Manual</title>
     <releaseinfo>for libblkid version &version;</releaseinfo>
     <copyright>
-      <year>2009-2013</year>
+      <year>2009-2017</year>
       <holder>Karel Zak &lt;kzak@redhat.com&gt;</holder>
     </copyright>
   </bookinfo>
@@ -67,4 +67,8 @@ available from https://www.kernel.org/pub/linux/utils/util-linux/.
     <title>API Index</title>
     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
   </index>
+  <index role="2.30">
+    <title>Index of new symbols in 2.30</title>
+    <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
+  </index>
 </book>
index e2453ba8a32f252e921bb2ccc7cded7a9cba206e..9a11e84aa34d8b8a12d8c7741859c3161519b562 100644 (file)
@@ -891,6 +891,8 @@ int blkid_known_pttype(const char *pttype)
  * @idx: number >= 0
  * @name: returns name of a supported partition
  *
+ * Since: 2.30
+ *
  * Returns: -1 if @idx is out of range, or 0 on success.
  */
 int blkid_partitions_get_name(const size_t idx, const char **name)
index ab05fb2d395298c09f22c9fe93d9e3d746a0e804..7eaceac6d99a348c918f345165d515563877314f 100644 (file)
@@ -1674,6 +1674,8 @@ unsigned int blkid_probe_get_sectorsize(blkid_probe pr)
  * Note that blkid_probe_set_device() resets this setting. Use it after
  * blkid_probe_set_device() and before any probing call.
  *
+ * Since: 2.30
+ *
  * Returns: 0 or <0 in case of error
  */
 int blkid_probe_set_sectorsize(blkid_probe pr, unsigned int sz)