Hi, I'm porting my python code to gobject introspection. I am blocked on the set_transmitter() function, which require an array of GObject.Parameter objects. But I'm not able to create those GObject.Parameter instances. How am I supposed to get them? When I do p = GObject.Parameter(), I cannot set a name or a value to p. -- Yann