From b3091be76ab757f8c4bd3b5d6882957e09ed2fa9 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 21 Sep 2004 17:19:28 +0000 Subject: [PATCH] Flush svn path=/trunk/gtk-sharp/; revision=34181 --- doc/en/Gtk/Timeout.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/en/Gtk/Timeout.xml b/doc/en/Gtk/Timeout.xml index f30ec990c..9fa5770ab 100644 --- a/doc/en/Gtk/Timeout.xml +++ b/doc/en/Gtk/Timeout.xml @@ -35,7 +35,12 @@ a a a - The will be called repeatedly after milliseconds until it returns at which point the is destroyed and will not be called again. + The will be called repeatedly after milliseconds until it returns at which point the is destroyed and will not be called again. + + + The first execution of the callback will only occur after the has elapsed. In other words, it won't be executed right away after calling . + +