Signed-off-by: Karel Zak <kzak@redhat.com>
<title>API Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>
+ <index role="2.29">
+ <title>Index of new symbols in 2.29</title>
+ <xi:include href="xml/api-index-2.29.xml"><xi:fallback /></xi:include>
+ </index>
</book>
* fdisk_new_labelitem
*
* Returns: new instance.
- *
* Since: v2.29
*/
struct fdisk_labelitem *fdisk_new_labelitem(void)
* @li: label item
*
* Increments reference counter.
- *
* Since: v2.29
*/
void fdisk_ref_labelitem(struct fdisk_labelitem *li)
*
* Zeroize data stored in the @li (does not modify anything in disk label).
*
+ * Returns: 0 on success, or <0 in case of error
* Since: v2.29
*/
int fdisk_reset_labelitem(struct fdisk_labelitem *li)
* @li: label item
*
* Returns: 0 or 1
+ * Since: v2.29
*/
int fdisk_labelitem_is_string(struct fdisk_labelitem *li)
{
* @li: label item
*
* Returns: 0 or 1
+ * Since: v2.29
*/
int fdisk_labelitem_is_number(struct fdisk_labelitem *li)
{
* Enable/disable filesystems/RAIDs wiping in area defined by partition start and size.
*
* Returns: <0 in case of error, 0 on success
+ * Since: 2.29
*/
int fdisk_wipe_partition(struct fdisk_context *cxt, size_t partno, int enable)
{