From 6f84d30c7bf3999c85c480a7cc297f1b5300054b Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Sun, 18 Oct 2009 13:15:46 +0200 Subject: Do not export GetPlist(); --- swig/plist.i | 1 + 1 file changed, 1 insertion(+) (limited to 'swig') 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); -- cgit v1.1-32-gdbae