mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 16:47:57 +00:00
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
|
@ -145,8 +145,8 @@ class LayoutSample : DrawingArea
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>Computes the logical and ink extents</summary>
|
<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="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 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.</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>
|
<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>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
|
|
Loading…
Reference in a new issue