John Cupitt a370e5003e vips array types are more binding-friendly
this all works now:

```python
from gi.repository import Vips

a = Vips.ArrayDouble.new([1,2,3])
a.get()

a = Vips.ArrayInt.new([1,2,3])
a.get()

a = Vips.ArrayImage.new([c, d, e])
a.get()
```
2014-08-31 10:41:53 +01:00
..
2014-04-01 12:27:15 +01:00
2014-03-29 17:16:37 +00:00
2014-03-31 16:28:00 +01:00
2014-02-11 13:57:28 +00:00
2014-03-31 14:56:33 +01:00
2014-03-31 14:56:33 +01:00
2014-03-31 14:56:33 +01:00
2014-02-11 13:57:28 +00:00