Signed-off-by: Karel Zak <kzak@redhat.com>
* cached buffers. The next blkid_do_probe() will read all data from the
* device.
*
+ * Since: 2.31
+ *
* Returns: <0 in case of failure, or 0 on success.
*/
int blkid_probe_reset_buffers(blkid_probe pr)
*
* The function blkid_probe_reset_buffers() reverts all.
*
+ * Since: 2.31
+ *
* Returns: <0 in case of failure, or 0 on success.
*/
int blkid_probe_hide_range(blkid_probe pr, uint64_t off, uint64_t len)
/**
* blkid_probe_reset_hints:
- * @pr probe
+ * @pr: probe
*
* Removes all previously defined probinig hints. See also blkid_probe_set_hint().
*/