rpm
4.14.0
lib
rpmcallback.h
Go to the documentation of this file.
1
#ifndef _RPMCALLBACK_H
2
#define _RPMCALLBACK_H
3
10
#include <rpm/rpmtypes.h>
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
19
typedef
enum
rpmCallbackType_e
{
20
RPMCALLBACK_UNKNOWN
= 0,
21
RPMCALLBACK_INST_PROGRESS
= (1 << 0),
22
RPMCALLBACK_INST_START
= (1 << 1),
23
RPMCALLBACK_INST_OPEN_FILE
= (1 << 2),
24
RPMCALLBACK_INST_CLOSE_FILE
= (1 << 3),
25
RPMCALLBACK_TRANS_PROGRESS
= (1 << 4),
26
RPMCALLBACK_TRANS_START
= (1 << 5),
27
RPMCALLBACK_TRANS_STOP
= (1 << 6),
28
RPMCALLBACK_UNINST_PROGRESS
= (1 << 7),
29
RPMCALLBACK_UNINST_START
= (1 << 8),
30
RPMCALLBACK_UNINST_STOP
= (1 << 9),
31
RPMCALLBACK_REPACKAGE_PROGRESS
= (1 << 10),
/* obsolete, unused */
32
RPMCALLBACK_REPACKAGE_START
= (1 << 11),
/* obsolete, unused */
33
RPMCALLBACK_REPACKAGE_STOP
= (1 << 12),
/* obsolete, unused */
34
RPMCALLBACK_UNPACK_ERROR
= (1 << 13),
35
RPMCALLBACK_CPIO_ERROR
= (1 << 14),
36
RPMCALLBACK_SCRIPT_ERROR
= (1 << 15),
37
RPMCALLBACK_SCRIPT_START
= (1 << 16),
38
RPMCALLBACK_SCRIPT_STOP
= (1 << 17),
39
RPMCALLBACK_INST_STOP
= (1 << 18),
40
RPMCALLBACK_ELEM_PROGRESS
= (1 << 19),
41
}
rpmCallbackType
;
42
57
typedef
void
* (*rpmCallbackFunction)
58
(
const
void
* h,
59
const
rpmCallbackType
what,
60
const
rpm_loff_t
amount,
61
const
rpm_loff_t
total,
62
fnpyKey
key,
63
rpmCallbackData
data);
64
65
#ifdef __cplusplus
66
}
67
#endif
68
69
#endif
/* _RPMCALLBACK_H */
RPMCALLBACK_UNKNOWN
Definition:
rpmcallback.h:20
rpmCallbackType
enum rpmCallbackType_e rpmCallbackType
Bit(s) to identify progress callbacks.
RPMCALLBACK_REPACKAGE_START
Definition:
rpmcallback.h:32
RPMCALLBACK_UNINST_STOP
Definition:
rpmcallback.h:30
RPMCALLBACK_CPIO_ERROR
Definition:
rpmcallback.h:35
rpmCallbackData
void * rpmCallbackData
Definition:
rpmtypes.h:76
RPMCALLBACK_INST_START
Definition:
rpmcallback.h:22
RPMCALLBACK_TRANS_PROGRESS
Definition:
rpmcallback.h:25
RPMCALLBACK_INST_OPEN_FILE
Definition:
rpmcallback.h:23
RPMCALLBACK_SCRIPT_STOP
Definition:
rpmcallback.h:38
RPMCALLBACK_TRANS_START
Definition:
rpmcallback.h:26
RPMCALLBACK_REPACKAGE_STOP
Definition:
rpmcallback.h:33
RPMCALLBACK_UNPACK_ERROR
Definition:
rpmcallback.h:34
rpmCallbackType_e
rpmCallbackType_e
Bit(s) to identify progress callbacks.
Definition:
rpmcallback.h:19
RPMCALLBACK_INST_STOP
Definition:
rpmcallback.h:39
RPMCALLBACK_TRANS_STOP
Definition:
rpmcallback.h:27
RPMCALLBACK_SCRIPT_ERROR
Definition:
rpmcallback.h:36
RPMCALLBACK_INST_PROGRESS
Definition:
rpmcallback.h:21
fnpyKey
const void * fnpyKey
Definition:
rpmtypes.h:75
RPMCALLBACK_ELEM_PROGRESS
Definition:
rpmcallback.h:40
RPMCALLBACK_REPACKAGE_PROGRESS
Definition:
rpmcallback.h:31
RPMCALLBACK_UNINST_START
Definition:
rpmcallback.h:29
RPMCALLBACK_INST_CLOSE_FILE
Definition:
rpmcallback.h:24
RPMCALLBACK_UNINST_PROGRESS
Definition:
rpmcallback.h:28
rpm_loff_t
uint64_t rpm_loff_t
Definition:
rpmtypes.h:51
RPMCALLBACK_SCRIPT_START
Definition:
rpmcallback.h:37
Generated by
1.8.13