summaryrefslogtreecommitdiff
path: root/swig/ZYppCommitResult.i
diff options
context:
space:
mode:
Diffstat (limited to 'swig/ZYppCommitResult.i')
-rw-r--r--swig/ZYppCommitResult.i26
1 files changed, 26 insertions, 0 deletions
diff --git a/swig/ZYppCommitResult.i b/swig/ZYppCommitResult.i
new file mode 100644
index 0000000..18918f0
--- /dev/null
+++ b/swig/ZYppCommitResult.i
@@ -0,0 +1,26 @@
+struct ZYppCommitResult
+ {
+ ZYppCommitResult()
+ : _result(0)
+ {}
+
+ typedef std::list<PoolItem_Ref> PoolItemList;
+
+ /**
+ * number of committed resolvables
+ **/
+ int _result;
+
+ /**
+ * list of resolvables with error
+ **/
+ PoolItemList _errors;
+ /**
+ * list of resolvables remaining (due to wrong media)
+ **/
+ PoolItemList _remaining;
+ /**
+ * list of kind:source resolvables remaining (due to wrong media)
+ **/
+ PoolItemList _srcremaining;
+ }; \ No newline at end of file