From: Karel Zak Date: Tue, 23 May 2017 12:27:06 +0000 (+0200) Subject: libblkid: (docs) add missing 'since' tags X-Git-Tag: v2.30~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae4e2abcb13911fbef841b369d0e0d04f33c0f40;p=thirdparty%2Futil-linux.git libblkid: (docs) add missing 'since' tags Signed-off-by: Karel Zak --- diff --git a/libblkid/docs/libblkid-docs.xml b/libblkid/docs/libblkid-docs.xml index 31b4c25cec..cbf07abe11 100644 --- a/libblkid/docs/libblkid-docs.xml +++ b/libblkid/docs/libblkid-docs.xml @@ -9,7 +9,7 @@ libblkid Reference Manual for libblkid version &version; - 2009-2013 + 2009-2017 Karel Zak <kzak@redhat.com> @@ -67,4 +67,8 @@ available from https://www.kernel.org/pub/linux/utils/util-linux/. API Index + + Index of new symbols in 2.30 + + diff --git a/libblkid/src/partitions/partitions.c b/libblkid/src/partitions/partitions.c index e2453ba8a3..9a11e84aa3 100644 --- a/libblkid/src/partitions/partitions.c +++ b/libblkid/src/partitions/partitions.c @@ -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) diff --git a/libblkid/src/probe.c b/libblkid/src/probe.c index ab05fb2d39..7eaceac6d9 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)