diff options
author | B S Srinidhi <srinidhi@novell.com> | 2013-11-15 04:54:29 +0530 |
---|---|---|
committer | B S Srinidhi <srinidhi@novell.com> | 2013-11-15 04:54:29 +0530 |
commit | 666dff8068b16586e8463c7aa99c27094490973c (patch) | |
tree | cb8b4bee19e3547557327cf789c77ea513b5ab2e /swig/zypp.i | |
parent | e15372d81d687f6bbfdf3e9fb2019f03ef223182 (diff) | |
download | libzypp-bindings-666dff8068b16586e8463c7aa99c27094490973c.tar.gz libzypp-bindings-666dff8068b16586e8463c7aa99c27094490973c.tar.bz2 libzypp-bindings-666dff8068b16586e8463c7aa99c27094490973c.zip |
- Add VendorSupportOptions bindings
Diffstat (limited to 'swig/zypp.i')
-rw-r--r-- | swig/zypp.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swig/zypp.i b/swig/zypp.i index a7eff12..61d3447 100644 --- a/swig/zypp.i +++ b/swig/zypp.i @@ -237,6 +237,7 @@ namespace zypp { %include "ResTraits.i" %include "ResStatus.i" %include "ResObject.i" +%include "VendorSupportOptions.i" %include "Package.i" %include "PackageProvider.i" %include "Patch.i" |