src/kolabformat.i

Christian Mollekopf mollekopf at kolabsys.com
Wed May 23 19:47:17 CEST 2012


 src/kolabformat.i |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit a4f34bc98a9650c58278332ddc75732fae704f0b
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Wed May 23 19:47:12 2012 +0200

    Updated SWIG interface file.

diff --git a/src/kolabformat.i b/src/kolabformat.i
index b5f7105..25f7428 100644
--- a/src/kolabformat.i
+++ b/src/kolabformat.i
@@ -13,6 +13,7 @@
     #include "kolabjournal.h"
     #include "kolabcontact.h"
     #include "kolabnote.h"
+    #include "kolabconfiguration.h"
 %}
 
 %include "std_string.i"
@@ -35,6 +36,7 @@ namespace std {
     %template(vectordatetime) vector<Kolab::cDateTime>;
     %template(vectorurl) vector<Kolab::Url>;
     %template(vectorkey) vector<Kolab::Key>;
+    %template(vectorcategorycolor) vector<Kolab::CategoryColor>;
 };
 
 %include "global_definitions.h"
@@ -45,3 +47,4 @@ namespace std {
 %include "kolabcontact.h"
 %include "kolabnote.h"
 %include "kolabformat.h"
+%include "kolabconfiguration.h"





More information about the commits mailing list