diff options
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 *); + }; |