Signed-off-by: Karel Zak <kzak@redhat.com>
<title>Index of new symbols in 2.30</title>
<xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
</index>
+ <index role="2.31">
+ <title>Index of new symbols in 2.31</title>
+ <xi:include href="xml/api-index-2.31.xml"><xi:fallback /></xi:include>
+ </index>
+ <index role="2.35">
+ <title>Index of new symbols in 2.36</title>
+ <xi:include href="xml/api-index-2.36.xml"><xi:fallback /></xi:include>
+ </index>
</book>
blkid_probe_hide_range;
} BLKID_2.30;
-BLKID_2_35 {
+BLKID_2_36 {
blkid_topology_get_dax;
} BLKID_2_31;
*
* Returns: 0 on success, or -1 in case of error.
*
- * Deprecated: Use blkid_probe_filter_superblocks_types().
+ * Deprecated: Use blkid_probe_filter_superblocks_type().
*/
int blkid_probe_filter_types(blkid_probe pr, int flag, char *names[])
{
* @tp: topology
*
* Returns: 1 if dax is supported, 0 otherwise.
+ *
+ * Since: 2.36
*/
unsigned long blkid_topology_get_dax(blkid_topology tp)
{