Service.promptAtDbusPathFinish

Complete asynchronous operation to perform prompting for a #SecretPrompt.

Returns a variant result if the prompt was completed and not dismissed. The type of result depends on the action the prompt is completing, and is defined in the Secret Service DBus API specification.

class Service
Variant
promptAtDbusPathFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

the asynchronous result passed to the callback

Return Value

Type: Variant

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

Throws

GException on failure.

Meta