Fix docstring for methods that return an array and have a length (out) argument.

Merged Arjan Molenaar requested to merge amolenaar/pygobject:fix-return-array-length into master

When assigning arguments to either the function or return type, also take into account the "(array length=)" attribute of the return type.

Fixes #352 (closed).

Merge request reports