docs: Update the release notes
This commit is contained in:
parent
25ca2f135c
commit
8de4b85175
11
README.in
11
README.in
@ -290,12 +290,15 @@ Release Notes for Clutter 1.10
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
• ClutterBox and ClutterGroup have been deprecated. ClutterActor should be
|
• ClutterBox and ClutterGroup have been deprecated. ClutterActor should be
|
||||||
used directly, instead.
|
used directly, instead. Since ClutterStage inherits from ClutterGroup, the
|
||||||
|
instance and class structures are still available, but subclassing Group
|
||||||
|
is strongly disencouraged.
|
||||||
|
|
||||||
• ClutterContainer provides default implementations for add(), remove(),
|
• ClutterContainer provides default implementations for add(), remove(),
|
||||||
and foreach(); this means that overriding these methods is now deprecated,
|
foreach(), raise(), lower(), and sort_depth_order(); this means that
|
||||||
and that developers should only implement ClutterContainer for classes
|
overriding these virtual functions is now deprecated, and developers
|
||||||
providing child properties.
|
should only implement ClutterContainer for classes providing child
|
||||||
|
properties.
|
||||||
|
|
||||||
• ClutterActor is not an abstract type any more, and can be instantiated
|
• ClutterActor is not an abstract type any more, and can be instantiated
|
||||||
either through clutter_actor_new() or through g_object_new().
|
either through clutter_actor_new() or through g_object_new().
|
||||||
|
Loading…
Reference in New Issue
Block a user