Skip to content
Commit ecb9f824 authored by Martin Pitt's avatar Martin Pitt
Browse files

Add GLib.Variant.unpack()

This method decomposes a GLib.Variant into a native Python object, i. e. the
counterpart of _VariantCreator. This makes it a lot nicer for application
developers to use e. g. return values from gdbus calls.

Add appropriate test case.
parent 31c73dee
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment