libblkid: (docs) add missing references

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2020-07-22 10:33:44 +02:00
parent 09fd73e9e0
commit bd64c5a3f1
4 changed files with 12 additions and 2 deletions

View File

@ -71,4 +71,12 @@ available from https://www.kernel.org/pub/linux/utils/util-linux/.
<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>

View File

@ -175,6 +175,6 @@ BLKID_2_31 {
blkid_probe_hide_range;
} BLKID_2.30;
BLKID_2_35 {
BLKID_2_36 {
blkid_topology_get_dax;
} BLKID_2_31;

View File

@ -856,7 +856,7 @@ int blkid_probe_invert_filter(blkid_probe pr)
*
* 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[])
{

View File

@ -372,6 +372,8 @@ unsigned long blkid_topology_get_physical_sector_size(blkid_topology tp)
* @tp: topology
*
* Returns: 1 if dax is supported, 0 otherwise.
*
* Since: 2.36
*/
unsigned long blkid_topology_get_dax(blkid_topology tp)
{