Remove incorrect documentation.

* doc/en/Pango/Layout.xml: remove null verbiage for out parameters
    to GetExtents.
This commit is contained in:
Mike Kestner 2011-10-02 13:24:56 -05:00
parent 61a213c7b8
commit 9d448f4eab

View file

@ -145,8 +145,8 @@ class LayoutSample : DrawingArea
</Parameters>
<Docs>
<summary>Computes the logical and ink extents</summary>
<param name="ink_rect"> rectangle used to store the extents of the layout as drawn or <see langword="null" /> to indicate that the result is not needed.</param>
<param name="logical_rect"> rectangle used to store the logical extents of the layout or <see langword="null" /> to indicate that the result is not needed.</param>
<param name="ink_rect"> rectangle used to store the extents of the layout as drawn.</param>
<param name="logical_rect"> rectangle used to store the logical extents of the layout.</param>
<remarks>Logical extents are usually what you want for positioning things. The extents are given in layout coordinates; layout coordinates begin at the top left corner of the layout.</remarks>
</Docs>
</Member>