summaryrefslogtreecommitdiffstats
path: root/libblkid/src/probe.c
diff options
context:
space:
mode:
authorKarel Zak2017-05-23 14:27:06 +0200
committerKarel Zak2017-05-23 14:27:36 +0200
commitae4e2abcb13911fbef841b369d0e0d04f33c0f40 (patch)
treeec989c1d1ac0b0d66d4a9b4273d48b5f9d516edb /libblkid/src/probe.c
parentlibfdisk: update docs (diff)
downloadkernel-qcow2-util-linux-ae4e2abcb13911fbef841b369d0e0d04f33c0f40.tar.gz
kernel-qcow2-util-linux-ae4e2abcb13911fbef841b369d0e0d04f33c0f40.tar.xz
kernel-qcow2-util-linux-ae4e2abcb13911fbef841b369d0e0d04f33c0f40.zip
libblkid: (docs) add missing 'since' tags
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libblkid/src/probe.c')
-rw-r--r--libblkid/src/probe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libblkid/src/probe.c b/libblkid/src/probe.c
index ab05fb2d3..7eaceac6d 100644
--- a/libblkid/src/probe.c
+++ b/libblkid/src/probe.c
@@ -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)