summaryrefslogtreecommitdiff
path: root/gio/src/gio_signals.defs
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2018-10-31 12:41:43 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2018-10-31 12:41:43 +0100
commit5a20ffa26113f837ec8b93ec0a767f8fa68f9227 (patch)
tree343e71d8f8bdcbc2edd8d0f3118570f9db780ebc /gio/src/gio_signals.defs
parentf4fea71f59f6a5a02992fd219972a616a69b5d41 (diff)
downloadglibmm-5a20ffa26113f837ec8b93ec0a767f8fa68f9227.tar.gz
Glib, Gio: Regenerate .defs and docs.xml files
and update gio_docs_override.xml.
Diffstat (limited to 'gio/src/gio_signals.defs')
-rw-r--r--gio/src/gio_signals.defs30
1 files changed, 30 insertions, 0 deletions
diff --git a/gio/src/gio_signals.defs b/gio/src/gio_signals.defs
index 0f875dda..30aa3306 100644
--- a/gio/src/gio_signals.defs
+++ b/gio/src/gio_signals.defs
@@ -841,6 +841,36 @@
(default-value "0")
)
+(define-property is-tcrypt-hidden-volume
+ (of-object "GMountOperation")
+ (prop-type "GParamBoolean")
+ (docs "Whether to unlock a TCRYPT hidden volume. See https://www.veracrypt.fr/en/Hidden%20Volume.html.")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+ (default-value "FALSE")
+)
+
+(define-property is-tcrypt-system-volume
+ (of-object "GMountOperation")
+ (prop-type "GParamBoolean")
+ (docs "Whether to unlock a TCRYPT system volume. Only supported for unlocking Windows system volumes. See https://www.veracrypt.fr/en/System%20Encryption.html.")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+ (default-value "FALSE")
+)
+
+(define-property pim
+ (of-object "GMountOperation")
+ (prop-type "GParamUInt")
+ (docs "The VeraCrypt PIM value")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+ (default-value "0")
+)
+
;; From GNotification
;; From GPermission