Comment 4 for bug 855402

Revision history for this message
Michal Hruby (mhr3) wrote :

I dug into this, and these are the findings:

- the GVariant array which is a parameter of append_row() comes garbled from python, it looks like a bug in pygobject
- I talked to John, who said they'll need to special case GVariants like they do GValues, but it's not going in before the freeze

Of course one of the options is also to break the API (use GArray / GPtrArray).