summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--swig/plist.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/swig/plist.i b/swig/plist.i
index aedd361..c750cd7 100644
--- a/swig/plist.i
+++ b/swig/plist.i
@@ -1,5 +1,6 @@
1 /* swig.i */ 1 /* swig.i */
2 %module(package="libplist") PList 2 %module(package="libplist") PList
3 %feature("autodoc", "1");
3 %{ 4 %{
4 /* Includes the header in the wrapper code */ 5 /* Includes the header in the wrapper code */
5 #include <plist/plist.h> 6 #include <plist/plist.h>