diff options
Diffstat (limited to 'swig/plist.i')
-rw-r--r-- | swig/plist.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/plist.i b/swig/plist.i index 925752e..278ca7a 100644 --- a/swig/plist.i +++ b/swig/plist.i @@ -1,5 +1,5 @@ /* swig.i */ - %module(package="libplist") PList + %module plist %feature("autodoc", "1"); %{ /* Includes the header in the wrapper code */ |