mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-26 07:11:16 +00:00
parent
7eb183f1ef
commit
1dcc7bde39
|
@ -34,15 +34,13 @@
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>Registers a <paramref name="function" /> to be called periodically.</summary>
|
<summary>Registers a <paramref name="function" /> to be called periodically.</summary>
|
||||||
<param name="interval">a <see cref="T:System.UInt32" /></param>
|
<param name="interval">number of miliseconds between function calls</param>
|
||||||
<param name="function">a <see cref="T:Gtk.Function" /></param>
|
<param name="function">delegate that will be called until it return false</param>
|
||||||
<returns>a <see cref="T:System.UInt32" /></returns>
|
<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.
|
<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">
|
<block subset="none" type="note"><para>
|
||||||
<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" />.
|
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>
|
</para></block></remarks>
|
||||||
</block></remarks>
|
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
<Member MemberName="AddFull">
|
<Member MemberName="AddFull">
|
||||||
|
@ -96,4 +94,4 @@
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
</Members>
|
</Members>
|
||||||
</Type>
|
</Type>
|
Loading…
Reference in a new issue