mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
docs: Fix some wrong function/signal/property names
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
<para>#ClutterStage is the top level #ClutterActor - it's the
|
||||
representation of a window, or framebuffer. It is created automatically
|
||||
when Clutter is initialised. #ClutterStage is a #ClutterGroup, a class
|
||||
implementing the #ClutterCointainer interface.</para>
|
||||
implementing the #ClutterContainer interface.</para>
|
||||
|
||||
<para>Clutter allows explicit positioning and sizing through the
|
||||
#ClutterFixedLayout layout manager; and implicit positioning and sizing
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
<para>The class that replaced the path description and manipulation
|
||||
functionality is called #ClutterPath. A #ClutterPath allows
|
||||
describing a path using a sequence of #ClutterPahtNode<!-- -->s or
|
||||
describing a path using a sequence of #ClutterPathNode<!-- -->s or
|
||||
using a subset of the SVG path description syntax. A Path instance
|
||||
also allows describing complex paths, with linear and Bezier segments
|
||||
and with gaps.</para>
|
||||
|
Reference in New Issue
Block a user