blob: 110782a391c38304a3f54c0fc5a4bfa3660b5bdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
typedef intrusive_ptr<KeyRing> KeyRing_Ptr;
%ignore KeyRingReport;
%ignore KeyRingSignals;
%include <zypp/KeyRing.h>
%template(KeyRing_Ptr) intrusive_ptr<KeyRing>;
%template(List_PublicKey) std::list<PublicKey>;
|