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

index 67f2896177a80fd7d6d9da164901ebdaff31d35a..577b3e6690b8a08fbceafda5e1075f5abec30adb 100644 (file)
@@ -67,4 +67,8 @@ available from https://www.kernel.org/pub/linux/utils/util-linux/.
     <title>Index of new symbols in 2.29</title>
     <xi:include href="xml/api-index-2.29.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 4fe24d0114f52b163d398491adc7c1ad33c353b9..52fd57987a6ed5df513638fe259120600b1a5399 100644 (file)
@@ -394,9 +394,11 @@ const char *fdisk_get_collision(struct fdisk_context *cxt)
  * fdisk_is_ptcollision:
  * @cxt: fdisk context
  *
- * The collision detected by library is another partition table. Note that libfdisk
- * does not support all partitions tables, so fdisk_has_label() may return false and
- * fdisk_is_ptcollision() may return true.
+ * The collision detected by libblkid (usally another partition table). Note
+ * that libfdisk does not support all partitions tables, so fdisk_has_label()
+ * may return false, but fdisk_is_ptcollision() may return true.
+ *
+ * Since: 2.30
  *
  * Returns: 0 or 1
  */
@@ -667,6 +669,8 @@ int fdisk_is_readonly(struct fdisk_context *cxt)
  * fdisk_is_regfile:
  * @cxt: context
  *
+ * Since: 2.30
+ *
  * Returns: 1 if open file descriptor is regular file rather than a block device.
  */
 int fdisk_is_regfile(struct fdisk_context *cxt)
index 2a518d365984770c3277316621099b1dec8f24db..d27c161b4d09cf28c8c2e09750af5abf9185a9bf 100644 (file)
@@ -1314,6 +1314,8 @@ int fdisk_wipe_partition(struct fdisk_context *cxt, size_t partno, int enable)
  * @cxt: fdisk context
  * @pa: partition
  *
+ * Since: 2.30
+ *
  * Returns: 1 if the area specified by @pa will be wiped by write command, or 0.
  */
 int fdisk_partition_has_wipe(struct fdisk_context *cxt, struct fdisk_partition *pa)
index 0d1f260ea11c59a3f8fc8d3594bbbfe48b86a5ea..2a2eea6a6f0f50550550b16279a6247dde22571a 100644 (file)
@@ -361,6 +361,8 @@ int fdisk_script_get_nlines(struct fdisk_script *dp)
  * Note that fdisk_script_set_header(dp, "label", name) does not modify
  * force_label status. The label has to be specified by script.
  *
+ * Since: 2.30
+ *
  * Returns: true if "label: <name>" has been parsed.
  */
 int fdisk_script_has_force_label(struct fdisk_script *dp)