summaryrefslogtreecommitdiff
path: root/swig/Pattern.i
blob: a2b73f3c7f90535622c80b6c0200cee0b1f89901 (plain)
1
2
3
4
5
%include <zypp/Pattern.h>

typedef ::zypp::intrusive_ptr<const Pattern> Pattern_constPtr;
%template(Pattern_constPtr)        ::zypp::intrusive_ptr<const Pattern>;