Signed-off-by: Karel Zak <kzak@redhat.com>
<title>libblkid Reference Manual</title>
<releaseinfo>for libblkid version &version;</releaseinfo>
<copyright>
- <year>2009-2013</year>
+ <year>2009-2017</year>
<holder>Karel Zak <kzak@redhat.com></holder>
</copyright>
</bookinfo>
<title>API Index</title>
<xi:include href="xml/api-index-full.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>
* @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)
* 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)