- add api-index entries for versions 2.41, 2.42 and 2.43
- add missing @start and @size parameter docs for
fdisk_is_collision_area()
- fix "Since: v2.42" -> "Since: 2.42"
Signed-off-by: Karel Zak <kzak@redhat.com>
<title>Index of new symbols in 2.36</title>
<xi:include href="xml/api-index-2.36.xml"><xi:fallback /></xi:include>
</index>
+ <index role="2.41">
+ <title>Index of new symbols in 2.41</title>
+ <xi:include href="xml/api-index-2.41.xml"><xi:fallback /></xi:include>
+ </index>
+ <index role="2.42">
+ <title>Index of new symbols in 2.42</title>
+ <xi:include href="xml/api-index-2.42.xml"><xi:fallback /></xi:include>
+ </index>
+ <index role="2.43">
+ <title>Index of new symbols in 2.43</title>
+ <xi:include href="xml/api-index-2.43.xml"><xi:fallback /></xi:include>
+ </index>
</book>
/**
* fdisk_is_collision_area:
* @cxt: fdisk context
+ * @start: begin of the area (in bytes)
+ * @size: size of the area (in bytes)
*
* If there is a collision with the filesystem or another partition table,
* verify that the detected magic string is within the specified area.
*
* Returns: 0 or 1
*
- * Since: v2.42
+ * Since: 2.42
*/
int fdisk_is_collision_area(struct fdisk_context *cxt,
uint64_t start, uint64_t size)