Prompt.performFinish

Complete asynchronous operation to run a prompt and perform the prompting.

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 Prompt
Variant
performFinish
(
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