Add missing "(constructor)" tag to clutter_color_alloc()

https://bugzilla.gnome.org/show_bug.cgi?id=691114
This commit is contained in:
Kouhei Sutou 2013-01-04 16:12:39 +09:00 committed by Emmanuele Bassi
parent 2f5aee9cb5
commit 19f0408290

View File

@ -984,7 +984,7 @@ clutter_color_new (guint8 red,
}
/**
* clutter_color_alloc:
* clutter_color_alloc: (constructor)
*
* Allocates a new, transparent black #ClutterColor.
*