libblkid: fix docs

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2021-05-31 18:16:57 +02:00
parent d58121a22a
commit 95fbd2db43
1 changed files with 5 additions and 1 deletions

View File

@ -700,6 +700,8 @@ unsigned char *blkid_probe_get_buffer(blkid_probe pr, uint64_t off, uint64_t len
* cached buffers. The next blkid_do_probe() will read all data from the * cached buffers. The next blkid_do_probe() will read all data from the
* device. * device.
* *
* Since: 2.31
*
* Returns: <0 in case of failure, or 0 on success. * Returns: <0 in case of failure, or 0 on success.
*/ */
int blkid_probe_reset_buffers(blkid_probe pr) int blkid_probe_reset_buffers(blkid_probe pr)
@ -748,6 +750,8 @@ int blkid_probe_reset_buffers(blkid_probe pr)
* *
* The function blkid_probe_reset_buffers() reverts all. * The function blkid_probe_reset_buffers() reverts all.
* *
* Since: 2.31
*
* Returns: <0 in case of failure, or 0 on success. * Returns: <0 in case of failure, or 0 on success.
*/ */
int blkid_probe_hide_range(blkid_probe pr, uint64_t off, uint64_t len) int blkid_probe_hide_range(blkid_probe pr, uint64_t off, uint64_t len)
@ -2181,7 +2185,7 @@ int blkid_probe_get_hint(blkid_probe pr, const char *name, uint64_t *value)
/** /**
* blkid_probe_reset_hints: * blkid_probe_reset_hints:
* @pr probe * @pr: probe
* *
* Removes all previously defined probinig hints. See also blkid_probe_set_hint(). * Removes all previously defined probinig hints. See also blkid_probe_set_hint().
*/ */