Flush
svn path=/trunk/gtk-sharp/; revision=34181
This commit is contained in:
parent
95978e0ce7
commit
b3091be76a
1 changed files with 6 additions and 1 deletions
|
@ -35,7 +35,12 @@
|
|||
<param name="interval">a <see cref="T:System.UInt32" /></param>
|
||||
<param name="function">a <see cref="T:Gtk.Function" /></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.</remarks>
|
||||
<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>
|
||||
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>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="AddFull">
|
||||
|
|
Loading…
Reference in a new issue