diff options
-rw-r--r-- | swig/plist.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swig/plist.i b/swig/plist.i index e3c2be2..7aa4f3d 100644 --- a/swig/plist.i +++ b/swig/plist.i @@ -132,6 +132,7 @@ DYNAMIC_CAST(SWIGTYPE_p_PList__Structure, Node_dynamic); %rename(__assign__) *::operator=; %rename(__getitem__) *::operator[]; +%ignore GetPlist(); %ignore Boolean(plist_t); %ignore Integer(plist_t); %ignore Real(plist_t); |