mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
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:
parent
6655bedba7
commit
6309fd6cd7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user