diff options
Diffstat (limited to 'swig/Kind.i')
-rw-r--r-- | swig/Kind.i | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/swig/Kind.i b/swig/Kind.i new file mode 100644 index 0000000..7f71dfc --- /dev/null +++ b/swig/Kind.i @@ -0,0 +1,5 @@ + +%ignore zypp::ResKind::satIdent( const std::string & name_r ) const; + +%template(IdStringResKind) zypp::IdStringType<zypp::ResKind>; +%include <zypp/ResKind.h> |