mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-12 07:15:41 +00:00
parent
7eb183f1ef
commit
1dcc7bde39
|
@ -34,15 +34,13 @@
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Registers a <paramref name="function" /> to be called periodically.</summary>
|
||||
<param name="interval">a <see cref="T:System.UInt32" /></param>
|
||||
<param name="function">a <see cref="T:Gtk.Function" /></param>
|
||||
<param name="interval">number of miliseconds between function calls</param>
|
||||
<param name="function">delegate that will be called until it return false</param>
|
||||
<returns>a <see cref="T:System.UInt32" /></returns>
|
||||
<remarks>The <paramref name="function" /> will be called repeatedly after <paramref name="interval" /> milliseconds until it returns <see langword="false" /> at which point the <see cref="T:Gtk.Timeout" /> is destroyed and will not be called again.
|
||||
<block subset="none" type="note">
|
||||
<para>
|
||||
<block subset="none" type="note"><para>
|
||||
The first execution of the callback <paramref name="function" /> will only occur after the <paramref name="interval" /> has elapsed. In other words, it won't be executed right away after calling <see cref="T:Gtk.Timeout.Add" />.
|
||||
</para>
|
||||
</block></remarks>
|
||||
</para></block></remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="AddFull">
|
||||
|
@ -96,4 +94,4 @@
|
|||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
Loading…
Reference in a new issue