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 | |
parent | e15372d81d687f6bbfdf3e9fb2019f03ef223182 (diff) | |
download | libzypp-bindings-666dff8068b16586e8463c7aa99c27094490973c.tar.gz libzypp-bindings-666dff8068b16586e8463c7aa99c27094490973c.tar.bz2 libzypp-bindings-666dff8068b16586e8463c7aa99c27094490973c.zip |
- Add VendorSupportOptions bindings
-rw-r--r-- | swig/VendorSupportOptions.i | 2 | ||||
-rw-r--r-- | swig/zypp.i | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/swig/VendorSupportOptions.i b/swig/VendorSupportOptions.i new file mode 100644 index 0000000..e033ea7 --- /dev/null +++ b/swig/VendorSupportOptions.i @@ -0,0 +1,2 @@ +%include <zypp/VendorSupportOptions.h> + 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" |