diff options
author | Michael Andres <ma@suse.de> | 2013-11-14 23:29:59 -0800 |
---|---|---|
committer | Michael Andres <ma@suse.de> | 2013-11-14 23:29:59 -0800 |
commit | fba20002179b48ce30caef270373a83c8bad44a0 (patch) | |
tree | cb8b4bee19e3547557327cf789c77ea513b5ab2e | |
parent | e15372d81d687f6bbfdf3e9fb2019f03ef223182 (diff) | |
parent | 666dff8068b16586e8463c7aa99c27094490973c (diff) | |
download | libzypp-bindings-fba20002179b48ce30caef270373a83c8bad44a0.tar.gz libzypp-bindings-fba20002179b48ce30caef270373a83c8bad44a0.tar.bz2 libzypp-bindings-fba20002179b48ce30caef270373a83c8bad44a0.zip |
Merge pull request #5 from srinidhibs/add-vendorsupportoptions
- 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" |