introspection: Override the GParamSpec type
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 15 Feb 2011 12:11:28 +0000 (12:11 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 15 Feb 2011 12:40:12 +0000 (12:40 +0000)
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.

clutter/clutter-container.c

index a52a66b..760f6c6 100644 (file)
@@ -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