From 1fe391606dff6f50eb74cf2ec8219f1a14a27695 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 16 Dec 2014 00:38:27 +0000 Subject: [PATCH] docs: Add ClutterConstraintClass.update_preferred_size() --- clutter/clutter-constraint.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clutter/clutter-constraint.h b/clutter/clutter-constraint.h index 485fe2cf9..ccd20cb2d 100644 --- a/clutter/clutter-constraint.h +++ b/clutter/clutter-constraint.h @@ -60,6 +60,9 @@ struct _ClutterConstraint * ClutterConstraintClass: * @update_allocation: virtual function used to update the allocation * 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 * only private data