summaryrefslogtreecommitdiff
path: root/swig/zypp.i
diff options
context:
space:
mode:
authorMichael Andres <ma@suse.de>2008-08-01 08:25:30 +0000
committerMichael Andres <ma@suse.de>2008-08-01 08:25:30 +0000
commitb11fae8b2ccfe85f0005f6a4e43d33e42461f0bd (patch)
tree59994624866b5f69fdd233452cbecaa14be6a22c /swig/zypp.i
parentcb3ddea54c7cc64c57883b3b7ab9b93eaa62c7d9 (diff)
downloadlibzypp-bindings-b11fae8b2ccfe85f0005f6a4e43d33e42461f0bd.tar.gz
libzypp-bindings-b11fae8b2ccfe85f0005f6a4e43d33e42461f0bd.tar.bz2
libzypp-bindings-b11fae8b2ccfe85f0005f6a4e43d33e42461f0bd.zip
- Remove obsolete TranslatedText
- Add ProductInfo which is going to replace Product
Diffstat (limited to 'swig/zypp.i')
-rw-r--r--swig/zypp.i39
1 files changed, 17 insertions, 22 deletions
diff --git a/swig/zypp.i b/swig/zypp.i
index b9f85ea..f87d53e 100644
--- a/swig/zypp.i
+++ b/swig/zypp.i
@@ -21,22 +21,17 @@
#include <sstream>
#include "zypp/base/PtrTypes.h"
+#include "zypp/base/ReferenceCounted.h"
#include "zypp/Edition.h"
+#include "zypp/Pathname.h"
#include "zypp/ResTraits.h"
#include "zypp/ZYppFactory.h"
#include "zypp/ZYpp.h"
-#include "zypp/Pathname.h"
-#include "zypp/base/ReferenceCounted.h"
-#include "zypp/ResObject.h"
+#include "zypp/ProductInfo.h"
+#include "zypp/ResObjects.h"
#include "zypp/Target.h"
#include "zypp/target/TargetImpl.h"
#include "zypp/MediaSetAccess.h"
-#include "zypp/TranslatedText.h"
-#include "zypp/Package.h"
-#include "zypp/Patch.h"
-#include "zypp/SrcPackage.h"
-#include "zypp/Pattern.h"
-#include "zypp/Product.h"
#include "zypp/ResFilters.h"
#include "zypp/OnMediaLocation.h"
#include "zypp/Repository.h"
@@ -102,33 +97,33 @@ namespace zypp {
%include "IdStringType.i"
%include "Pathname.i"
+%include "ByteCount.i"
%include "Url.i"
-%include "ResStatus.i"
%include "NeedAType.i"
%include "Arch.i"
%include "Edition.i"
%include "Kind.i"
-%include "ResTraits.i"
+%include "CheckSum.i"
%include "Date.i"
+%include "Dep.i"
%include "Capability.i"
%include "Capabilities.i"
-%include "Dep.i"
+%include "CapMatch.i"
+%include "ResTraits.i"
+%include "ResStatus.i"
%include "Resolvable.i"
-%include "ByteCount.i"
-%include "RepoType.i"
-%include "Repository.i"
-%include "RepoInfo.i"
-%include "RepoManager.i"
-%include "RepoStatus.i"
%include "ResObject.i"
-%include "TranslatedText.i"
-%include "CheckSum.i"
-%include "CapMatch.i"
%include "Package.i"
%include "Patch.i"
-%include "SrcPackage.i"
%include "Pattern.i"
%include "Product.i"
+%include "ProductInfo.i"
+%include "SrcPackage.i"
+%include "RepoType.i"
+%include "RepoInfo.i"
+%include "Repository.i"
+%include "RepoStatus.i"
+%include "RepoManager.i"
%include "PublicKey.i"
%include "KeyRing.i"
%include "Target.i"