summaryrefslogtreecommitdiffstats
path: root/swig/plist.i
diff options
context:
space:
mode:
Diffstat (limited to 'swig/plist.i')
-rw-r--r--swig/plist.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/swig/plist.i b/swig/plist.i
index 1ab35b5..91124b2 100644
--- a/swig/plist.i
+++ b/swig/plist.i
@@ -25,6 +25,10 @@ PListNode *allocate_plist_wrapper(plist_t plist, char should_keep_plist) {
25 25
26%include "stl.i" 26%include "stl.i"
27 27
28namespace std {
29 %template(vectorc) vector<char>;
30};
31
28%rename(__assign__) *::operator=; 32%rename(__assign__) *::operator=;
29%rename(__getitem__) *::operator[]; 33%rename(__getitem__) *::operator[];
30 34