docs: Add ClutterConstraintClass.update_preferred_size()

This commit is contained in:
Emmanuele Bassi 2014-12-16 00:38:27 +00:00
parent fcc67e99bc
commit 1fe391606d

View File

@ -60,6 +60,9 @@ struct _ClutterConstraint
* ClutterConstraintClass: * ClutterConstraintClass:
* @update_allocation: virtual function used to update the allocation * @update_allocation: virtual function used to update the allocation
* of the #ClutterActor using the #ClutterConstraint * of the #ClutterActor using the #ClutterConstraint
* @update_preferred_size: virtual function used to update the preferred
* size of the #ClutterActor using the #ClutterConstraint; optional,
* since 1.22
* *
* The #ClutterConstraintClass structure contains * The #ClutterConstraintClass structure contains
* only private data * only private data