pygobject / pgi-docgen

API Documentation Generator for PyGObject
https://lazka.github.io/pgi-docs/
GNU Lesser General Public License v2.1
128 stars 36 forks source link

guint8 array should be "str" not "[int]" #51

Closed lazka closed 10 years ago

lazka commented 10 years ago

File.load_contents_finish shows [int] as return value but it's str/bytes

lazka commented 10 years ago

The same happens in pygobject trunk, so I suspect this is a special case that needs handling in pgi.

lazka commented 10 years ago

Fixed in pgi