Remove incorrect documentation.
* doc/en/Pango/Layout.xml: remove null verbiage for out parameters to GetExtents.
This commit is contained in:
parent
61a213c7b8
commit
9d448f4eab
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue