SecretRetrievableInterface

The interface for #SecretRetrievable.

Members

Variables

parentIface
GTypeInterface parentIface;

the parent interface

retrieveSecret
void function(SecretRetrievable* self, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) retrieveSecret;
retrieveSecretFinish
SecretValue* function(SecretRetrievable* self, GAsyncResult* result, GError** _err) retrieveSecretFinish;