diff options
author | Jonathan Beck | 2009-10-18 13:15:46 +0200 |
---|---|---|
committer | Jonathan Beck | 2009-10-18 13:15:46 +0200 |
commit | 6f84d30c7bf3999c85c480a7cc297f1b5300054b (patch) | |
tree | e42addd8c2a815aa8473d9f7197025cc72154b3b | |
parent | ba71f950c188ff3ff1524935dc7794aea214ddd9 (diff) | |
download | libplist-6f84d30c7bf3999c85c480a7cc297f1b5300054b.tar.gz libplist-6f84d30c7bf3999c85c480a7cc297f1b5300054b.tar.bz2 |
Do not export GetPlist();
-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); |