diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-02-10 22:45:51 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-02-10 22:45:51 (GMT) |
commit | fd2f458abac21ceefa55468e1cb072ed16224a8e (patch) | |
tree | c2e9560d21659c4771d31723fa891b7c7dfbe2ee /src/glibext/secstorage-int.h | |
parent | 607cd5420f847618d4cad66e7e168b6955ab4b6a (diff) |
Track secret storage lock updates in the status bar.
Diffstat (limited to 'src/glibext/secstorage-int.h')
-rw-r--r-- | src/glibext/secstorage-int.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glibext/secstorage-int.h b/src/glibext/secstorage-int.h index 310fbbc..bbac133 100644 --- a/src/glibext/secstorage-int.h +++ b/src/glibext/secstorage-int.h @@ -45,6 +45,10 @@ struct _GSecretStorageClass { GObjectClass parent; /* A laisser en premier */ + /* Signaux */ + + void (* lock_update) (GSecretStorage *); + }; |