Enumeration

GcrPromptReply

Declaration

enum Gcr.PromptReply

Description [src]

Various replies returned by gcr_prompt_confirm() and friends.

Members

GCR_PROMPT_REPLY_CANCEL

The prompt was cancelled.

  • Value: 0
  • Available since: 4
GCR_PROMPT_REPLY_CONTINUE

The user replied with ‘ok’.

  • Value: 1
  • Available since: 4