diff options
Diffstat (limited to 'upstream/archlinux/man3/libalpm_cb.3')
-rw-r--r-- | upstream/archlinux/man3/libalpm_cb.3 | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/upstream/archlinux/man3/libalpm_cb.3 b/upstream/archlinux/man3/libalpm_cb.3 index 12ec2252..12b0d535 100644 --- a/upstream/archlinux/man3/libalpm_cb.3 +++ b/upstream/archlinux/man3/libalpm_cb.3 @@ -1,4 +1,4 @@ -.TH "libalpm_cb" 3 "Tue Feb 6 2024 19:11:31" "libalpm" \" -*- nroff -*- +.TH "libalpm_cb" 3 "libalpm" \" -*- nroff -*- .ad l .nh .SH NAME @@ -114,11 +114,11 @@ libalpm_cb \- Callbacks .in +1c .ti -1c -.RI "typedef void(* \fBalpm_cb_event\fP) (void *ctx, \fBalpm_event_t\fP *)" +.RI "typedef void(* \fBalpm_cb_event\fP) (void *ctx, \fBalpm_event_t\fP *event)" .br .RI "Event callback\&. " .ti -1c -.RI "typedef void(* \fBalpm_cb_question\fP) (void *ctx, \fBalpm_question_t\fP *)" +.RI "typedef void(* \fBalpm_cb_question\fP) (void *ctx, \fBalpm_question_t\fP *question)" .br .RI "Question callback\&. " .ti -1c @@ -537,15 +537,18 @@ Should a key be imported? .PP \fBData Fields:\fP .RS 4 -int \fIimport\fP Answer: whether or not to import key\&. +const char * \fIfingerprint\fP Fingerprint the key to import\&. .br .PP -\fBalpm_pgpkey_t\fP * \fIkey\fP The key to import\&. +int \fIimport\fP Answer: whether or not to import key\&. .br .PP \fBalpm_question_type_t\fP \fItype\fP Type of question\&. .br .PP +const char * \fIuid\fP UID of the key to import\&. +.br +.PP .RE .PP .SH "union alpm_question_t" @@ -658,7 +661,7 @@ Type of download progress callbacks\&. .RE .PP -.SS "typedef void(* alpm_cb_event) (void *ctx, \fBalpm_event_t\fP *)" +.SS "typedef void(* alpm_cb_event) (void *ctx, \fBalpm_event_t\fP *event)" .PP Event callback\&. Called when an event occurs @@ -714,7 +717,7 @@ Progress callback\&. Alert the front end about the progress of certain events\&. .RE .PP -.SS "typedef void(* alpm_cb_question) (void *ctx, \fBalpm_question_t\fP *)" +.SS "typedef void(* alpm_cb_question) (void *ctx, \fBalpm_question_t\fP *question)" .PP Question callback\&. This callback allows user to give input and decide what to do during certain events |