<title>Index of new symbols in 2.28</title>
<xi:include href="xml/api-index-2.28.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>
+
+ <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>
* Force read-write mount; if enabled libmount will never try MS_RDONLY
* after failed mount(2) EROFS. (See mount(8) man page, option -w).
*
+ * Since: 2.30
+ *
* Returns: 0 on success, negative number in case of error.
*/
int mnt_context_enable_rwonly_mount(struct libmnt_context *cxt, int enable)
* See also mnt_context_enable_rwonly_mount() and mount(8) man page,
* option -w.
*
+ * Since: 2.30
+ *
* Returns: 1 if only read-write mount is allowed.
*/
int mnt_context_is_rwonly_mount(struct libmnt_context *cxt)
*
* See also mnt_context_enable_rwonly_mount().
*
+ * Since: 2.30
+ *
* Returns: 1 if mounted read-only on write-protected device.
*/
int mnt_context_forced_rdonly(struct libmnt_context *cxt)
* The @mntrc is usually return code from mnt_context_mount(),
* mnt_context_umount(), or 'mntrc' as returned by mnt_context_next_mount().
*
+ * Since: 2.30
+ *
* Returns: MNT_EX_* codes.
*/
int mnt_context_get_excode(