diff options
author | Martin Szulecki | 2009-11-18 20:03:44 +0100 |
---|---|---|
committer | Martin Szulecki | 2009-11-18 20:03:44 +0100 |
commit | b15705c7b8cf85df53d610bbe5dd34654cdadc6f (patch) | |
tree | 057f33e097c4d6ee1538b7f752b5120d0a77bad4 /swig/iphone.i | |
parent | fea0152549d5e77f914f75c0ac315f30f9e26426 (diff) | |
parent | 91f9e449f7432d8b609d5550a2abae47bb7b9aff (diff) | |
download | libimobiledevice-b15705c7b8cf85df53d610bbe5dd34654cdadc6f.tar.gz libimobiledevice-b15705c7b8cf85df53d610bbe5dd34654cdadc6f.tar.bz2 |
Merge branch 'master' of git://github.com/MattColyer/libiphone into martin
Diffstat (limited to 'swig/iphone.i')
-rw-r--r-- | swig/iphone.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/iphone.i b/swig/iphone.i index 6604c63..a0ee509 100644 --- a/swig/iphone.i +++ b/swig/iphone.i @@ -1,5 +1,5 @@ /* swig.i */ - %module(package="libiphone") iPhone + %module iphone %feature("autodoc", "1"); %{ /* Includes the header in the wrapper code */ |