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 . + +