diff options
author | Michael Andres <ma@suse.de> | 2008-08-04 10:29:33 +0000 |
---|---|---|
committer | Michael Andres <ma@suse.de> | 2008-08-04 10:29:33 +0000 |
commit | 05fe38f57a532ee59ec7dbf80615a41dd7ce760c (patch) | |
tree | 57678c98454d173c0c624faec3897df9bb903193 /swig/zypp.i | |
parent | b11fae8b2ccfe85f0005f6a4e43d33e42461f0bd (diff) | |
download | libzypp-bindings-05fe38f57a532ee59ec7dbf80615a41dd7ce760c.tar.gz libzypp-bindings-05fe38f57a532ee59ec7dbf80615a41dd7ce760c.tar.bz2 libzypp-bindings-05fe38f57a532ee59ec7dbf80615a41dd7ce760c.zip |
Geneerate bindings for RepoInfoBase and ServiceInfo
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 f87d53e..e8751c5 100644 --- a/swig/zypp.i +++ b/swig/zypp.i @@ -121,6 +121,7 @@ namespace zypp { %include "SrcPackage.i" %include "RepoType.i" %include "RepoInfo.i" +%include "ServiceInfo.i" %include "Repository.i" %include "RepoStatus.i" %include "RepoManager.i" |