From eea63d0087d7a755cab03b6ab68fcce2fdd1a677 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Thu, 24 Jun 2004 19:35:28 +0000 Subject: [PATCH] 2004-06-24 Mike Kestner * en/GLib/Timeout.xml : finish the class and Add docs. svn path=/trunk/gtk-sharp/; revision=30330 --- doc/ChangeLog | 4 ++++ doc/en/GLib/Timeout.xml | 20 +++++++++++++------- doc/en/Gtk/VScrollbar.xml | 4 ++-- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index a1ca18d91..0e8a192d2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-06-24 Mike Kestner + + * en/GLib/Timeout.xml : finish the class and Add docs. + 2004-06-24 Mike Kestner * en/*/*.xml : add back the enumtype Value__ fields with "Do not use" diff --git a/doc/en/GLib/Timeout.xml b/doc/en/GLib/Timeout.xml index 167c17a33..ca1b7fd5b 100644 --- a/doc/en/GLib/Timeout.xml +++ b/doc/en/GLib/Timeout.xml @@ -11,8 +11,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Allows the installation of Timeout Handlers on the GLib main loop. - - + Use the method to install timeout handlers into the mainloop. System.Object @@ -31,11 +30,18 @@ - To be added - an object of type - an object of type - an object of type 'uint' - To be added + Adds a delegate to the mainloop. + the interval in milliseconds between invocations of . + a delegate of type to invoke every . + an id representing the event source of the installed timeout handler. + + +The delegate is invoked after the time period specified by . The delegate is invoked repeatedly until it returns . + + +Invocation of the delegate may be delayed by other event processing, so this mechanism cannot be depended on for accurate timing. The interval to the next timeout is calculated at completion of the preceding timeout. There is no attempt made to "catch up" if an invocation is delayed. + + diff --git a/doc/en/Gtk/VScrollbar.xml b/doc/en/Gtk/VScrollbar.xml index 652f648bf..bf83cef4a 100644 --- a/doc/en/Gtk/VScrollbar.xml +++ b/doc/en/Gtk/VScrollbar.xml @@ -74,7 +74,7 @@ Creates a new vertical scrollbar. The to use, or to create a new adjustment. The new - To be added + @@ -105,4 +105,4 @@ - \ No newline at end of file +