backup
[platform/upstream/libzypp-bindings.git] / swig / ResObject.i
1
2 %include <zypp/ResObject.h>
3
4 %extend intrusive_ptr<const ResObject>
5 {
6     int __cmp__(intrusive_ptr<const ResObject>& other)
7     {
8         return compareByNVRA(*self, other);
9     }
10 }
11