diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
commit | 2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch) | |
tree | 65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/archlinux/man3/libalpm_cb.3 | |
parent | Releasing progress-linux version 4.22.0-1~progress7.99u1. (diff) | |
download | manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 |