mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 06:56:56 +00:00
Patch from Felipe Lessa
svn path=/trunk/gtk-sharp/; revision=54874
This commit is contained in:
parent
25bd2e6729
commit
b27f52c0c1
|
@ -768,7 +768,7 @@
|
||||||
<returns>a string containing the text from the specified range</returns>
|
<returns>a string containing the text from the specified range</returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
<para>
|
<para>
|
||||||
Returns the text in the range specified by <see paremref="start" /> and <see paremref="end" />. Excludes
|
Returns the text in the range specified by <paramref name="start" /> and <paramref name="end" />. Excludes
|
||||||
undisplayed text (text marked with tags that set the
|
undisplayed text (text marked with tags that set the
|
||||||
invisibility attribute) if <paramref name="include_hidden_chars" /> is <see langword="false" />. Does not include characters
|
invisibility attribute) if <paramref name="include_hidden_chars" /> is <see langword="false" />. Does not include characters
|
||||||
representing embedded images, so byte and character
|
representing embedded images, so byte and character
|
||||||
|
|
Loading…
Reference in a new issue