mirror of
https://github.com/brl/mutter.git
synced 2025-04-26 03:39:39 +00:00
docs: Add ClutterConstraintClass.update_preferred_size()
This commit is contained in:
parent
fcc67e99bc
commit
1fe391606d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user