Tizen 2.1 base
[external/libzypp-bindings.git] / swig / ResObject.i
1 %ignore zypp::make_res_object;
2 %ignore zypp::ResObject::installsize;
3 %ignore zypp::ResObject::size;
4
5 %include <zypp/ResObject.h>
6
7 %extend intrusive_ptr<const ResObject>
8 {
9     int __cmp__(intrusive_ptr<const ResObject>& other)
10     {
11         return *self == other;
12     }
13 }