diff options
Diffstat (limited to 'swig/PublicKey.i')
-rw-r--r-- | swig/PublicKey.i | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/swig/PublicKey.i b/swig/PublicKey.i index d908f05..3f4341f 100644 --- a/swig/PublicKey.i +++ b/swig/PublicKey.i @@ -1,21 +1 @@ - -class PublicKey -{ - -public: - - PublicKey(); - PublicKey(const zypp::Pathname& file); - ~PublicKey(); - - bool isValid() const; - - std::string asString() const; - std::string armoredData() const; - std::string id() const; - std::string name() const; - std::string fingerprint() const; - zypp::Pathname path() const; - -}; - +%include <zypp/PublicKey.h>
\ No newline at end of file |