mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
Add support for TCRYPT volumes to GMountOperation
Add G_ASK_PASSWORD_TCRYPT flag to GAskPasswordFlags and add the following properties to GMountOperation: - hidden_volume [1] - system_volume [2] - pim [3] [1] https://www.veracrypt.fr/en/Hidden%20Volume.html [2] https://www.veracrypt.fr/en/System%20Encryption.html [3] https://www.veracrypt.fr/en/Personal%20Iterations%20Multiplier%20(PIM).html
This commit is contained in:
@@ -1497,6 +1497,12 @@ g_mount_operation_get_password_save
|
||||
g_mount_operation_set_password_save
|
||||
g_mount_operation_get_choice
|
||||
g_mount_operation_set_choice
|
||||
g_mount_operation_get_is_tcrypt_hidden_volume
|
||||
g_mount_operation_set_is_tcrypt_hidden_volume
|
||||
g_mount_operation_get_is_tcrypt_system_volume
|
||||
g_mount_operation_set_is_tcrypt_system_volume
|
||||
g_mount_operation_get_pim
|
||||
g_mount_operation_set_pim
|
||||
g_mount_operation_reply
|
||||
<SUBSECTION Standard>
|
||||
GMountOperationClass
|
||||
|
Reference in New Issue
Block a user