mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-24 07:21:11 +00:00
Typo fixes from Alp Toker
svn path=/trunk/gtk-sharp/; revision=38807
This commit is contained in:
parent
e85f19bb28
commit
bd0222a8e4
|
@ -77,10 +77,10 @@ public class HelloWorld {
|
|||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>Runs a single iteration of the mainloop.</summary>
|
||||
<summary>Runs a single iteration of the main loop.</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
Runs a single iteration of the mainloop. If no events are
|
||||
Runs a single iteration of the main loop. If no events are
|
||||
waiting to be processed Gtk# will block until the next
|
||||
event is noticed. If you do not want to block look at <see cref="M:Gtk.Application.RunIteration(System.Boolean)" /> or check if
|
||||
any events are pending with <see cref="M:Gtk.Application.EventsPending()" /> first.
|
||||
|
@ -241,11 +241,11 @@ void LongComputation ()
|
|||
<Parameter Name="blocking" Type="System.Boolean" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Runs a single iteration of the mainloop.</summary>
|
||||
<summary>Runs a single iteration of the main loop.</summary>
|
||||
<param name="block">A boolean value, whether the iteration should block or not</param>
|
||||
<remarks>
|
||||
<para>
|
||||
Runs a single iteration of the mainloop. If <paramref name="blocking" /> is <see langword="true" />, then if no events are
|
||||
Runs a single iteration of the main loop. If <paramref name="blocking" /> is <see langword="true" />, then if no events are
|
||||
waiting to be processed Gtk# will block until the next event is noticed; If <paramref name="blocking" /> is <see langword="false" />,
|
||||
then it if no events are waiting to be processed Gtk#, routine will return immediately.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue