From: Emmanuele Bassi Date: Tue, 15 Feb 2011 12:11:28 +0000 (+0000) Subject: introspection: Override the GParamSpec type X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6309fd6cd77ed685f36a0d4f4dd4633baa99677e;p=profile%2Fivi%2Fclutter.git 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. --- diff --git a/clutter/clutter-container.c b/clutter/clutter-container.c index a52a66b..760f6c6 100644 --- a/clutter/clutter-container.c +++ b/clutter/clutter-container.c @@ -151,7 +151,7 @@ clutter_container_default_init (ClutterContainerInterface *iface) * ClutterContainer::child-notify: * @container: the container which received the signal * @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 * being set through the clutter_container_child_set() and