svn path=/trunk/gtk-sharp/; revision=66409
This commit is contained in:
Miguel de Icaza 2006-10-08 13:57:07 +00:00
parent 7eb183f1ef
commit 1dcc7bde39

View File

@ -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>