rpm
4.12.0.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
lib
rpmcallback.h
Go to the documentation of this file.
1
#ifndef _RPMCALLBACK_H
2
#define _RPMCALLBACK_H
3
4
#include <rpm/rpmtypes.h>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
13
typedef
enum
rpmCallbackType_e
{
14
RPMCALLBACK_UNKNOWN
= 0,
15
RPMCALLBACK_INST_PROGRESS
= (1 << 0),
16
RPMCALLBACK_INST_START
= (1 << 1),
17
RPMCALLBACK_INST_OPEN_FILE
= (1 << 2),
18
RPMCALLBACK_INST_CLOSE_FILE
= (1 << 3),
19
RPMCALLBACK_TRANS_PROGRESS
= (1 << 4),
20
RPMCALLBACK_TRANS_START
= (1 << 5),
21
RPMCALLBACK_TRANS_STOP
= (1 << 6),
22
RPMCALLBACK_UNINST_PROGRESS
= (1 << 7),
23
RPMCALLBACK_UNINST_START
= (1 << 8),
24
RPMCALLBACK_UNINST_STOP
= (1 << 9),
25
RPMCALLBACK_REPACKAGE_PROGRESS
= (1 << 10),
/* obsolete, unused */
26
RPMCALLBACK_REPACKAGE_START
= (1 << 11),
/* obsolete, unused */
27
RPMCALLBACK_REPACKAGE_STOP
= (1 << 12),
/* obsolete, unused */
28
RPMCALLBACK_UNPACK_ERROR
= (1 << 13),
29
RPMCALLBACK_CPIO_ERROR
= (1 << 14),
30
RPMCALLBACK_SCRIPT_ERROR
= (1 << 15),
31
RPMCALLBACK_SCRIPT_START
= (1 << 16),
32
RPMCALLBACK_SCRIPT_STOP
= (1 << 17),
33
RPMCALLBACK_INST_STOP
= (1 << 18),
34
}
rpmCallbackType
;
35
38
typedef
void
* (*rpmCallbackFunction)
39
(
const
void
* h,
40
const
rpmCallbackType
what,
41
const
rpm_loff_t
amount,
42
const
rpm_loff_t
total,
43
fnpyKey
key,
44
rpmCallbackData
data);
45
46
#ifdef __cplusplus
47
}
48
#endif
49
50
#endif
/* _RPMCALLBACK_H */
RPMCALLBACK_UNKNOWN
Definition:
rpmcallback.h:14
rpmCallbackType
enum rpmCallbackType_e rpmCallbackType
Bit(s) to identify progress callbacks.
RPMCALLBACK_REPACKAGE_START
Definition:
rpmcallback.h:26
RPMCALLBACK_UNINST_STOP
Definition:
rpmcallback.h:24
RPMCALLBACK_CPIO_ERROR
Definition:
rpmcallback.h:29
rpmCallbackData
void * rpmCallbackData
Definition:
rpmtypes.h:76
RPMCALLBACK_INST_START
Definition:
rpmcallback.h:16
RPMCALLBACK_TRANS_PROGRESS
Definition:
rpmcallback.h:19
RPMCALLBACK_INST_OPEN_FILE
Definition:
rpmcallback.h:17
RPMCALLBACK_SCRIPT_STOP
Definition:
rpmcallback.h:32
RPMCALLBACK_TRANS_START
Definition:
rpmcallback.h:20
RPMCALLBACK_REPACKAGE_STOP
Definition:
rpmcallback.h:27
RPMCALLBACK_UNPACK_ERROR
Definition:
rpmcallback.h:28
rpmCallbackType_e
rpmCallbackType_e
Bit(s) to identify progress callbacks.
Definition:
rpmcallback.h:13
RPMCALLBACK_INST_STOP
Definition:
rpmcallback.h:33
RPMCALLBACK_TRANS_STOP
Definition:
rpmcallback.h:21
RPMCALLBACK_SCRIPT_ERROR
Definition:
rpmcallback.h:30
RPMCALLBACK_INST_PROGRESS
Definition:
rpmcallback.h:15
fnpyKey
const void * fnpyKey
Definition:
rpmtypes.h:75
RPMCALLBACK_REPACKAGE_PROGRESS
Definition:
rpmcallback.h:25
RPMCALLBACK_UNINST_START
Definition:
rpmcallback.h:23
RPMCALLBACK_INST_CLOSE_FILE
Definition:
rpmcallback.h:18
RPMCALLBACK_UNINST_PROGRESS
Definition:
rpmcallback.h:22
rpm_loff_t
uint64_t rpm_loff_t
Definition:
rpmtypes.h:51
RPMCALLBACK_SCRIPT_START
Definition:
rpmcallback.h:31
Generated by
1.8.6