SecretServiceClass.promptSync

struct SecretServiceClass
extern (C)
GVariant* function(SecretService* self, SecretPrompt* prompt, GCancellable* cancellable, GVariantType* returnType, GError** err) promptSync;

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