Aktualizr
C++ SOTA Client
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Variables
Enumerations
Files
File List
File Members
All
Functions
Enumerations
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Pages
src
libaktualizr
primary
aktualizr_helpers.h
1
#ifndef AKTUALIZR_HELPERS_H_
2
#define AKTUALIZR_HELPERS_H_
3
4
#include <memory>
5
#include "libaktualizr/aktualizr.h"
6
7
/*
8
* Signal handler to remove old targets just after an installation completes
9
*
10
* To be attached with Aktualizr::SetSignalHandler
11
*/
12
void
targets_autoclean_cb(
Aktualizr
&aktualizr,
const
std::shared_ptr<event::BaseEvent> &
event
);
13
14
#endif // AKTUALIZR_HELPERS_H_
Aktualizr
This class provides the main APIs necessary for launching and controlling libaktualizr.
Definition:
aktualizr.h:24
event
Aktualizr status events.
Definition:
events.h:15
Generated by
1.8.17