introspection: Override the GParamSpec type

About other assorted boneheadedness, the GType for GParamSpec is
called 'GParam'. Why? Who knows. I assume alcohol was involved,
but I honestly don't want to know.

This removes the last g-ir-scanner warning in Clutter.
This commit is contained in:
Emmanuele Bassi 2011-02-15 12:11:28 +00:00
parent 6655bedba7
commit 6309fd6cd7

View File

@ -151,7 +151,7 @@ clutter_container_default_init (ClutterContainerInterface *iface)
* ClutterContainer::child-notify: * ClutterContainer::child-notify:
* @container: the container which received the signal * @container: the container which received the signal
* @actor: the child that has had a property set * @actor: the child that has had a property set
* @pspec: the #GParamSpec of the property set * @pspec: (type GParamSpec): the #GParamSpec of the property set
* *
* The ::child-notify signal is emitted each time a property is * The ::child-notify signal is emitted each time a property is
* being set through the clutter_container_child_set() and * being set through the clutter_container_child_set() and