SecretServiceClass.promptFinish

struct SecretServiceClass
extern (C)
GVariant* function(SecretService* self, GAsyncResult* result, GError** err) promptFinish;

Return Value

%NULL if the prompt was dismissed or an error occurred, a variant result if the prompt was successful

Throws

GException on failure.

Meta